@charset "UTF-8";
/* CSS Document */

/* 
基本項目
----------------------------------------------------------- */ 
*{
	margin:0;
	padding:0;
}
html{
	overflow-y:scroll;
}
body{
	background:#EFEFEF;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-size:80%;
	color:#333333;
}
li{
	list-style-type:none;
}
img{
	border:0;
	vertical-align:top;
}
img#wpstats{
	display:none
}
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
}
strong{
	color:#000;
}
p{
}

/* 
リンクカラー
----------------------------------------------------------- */ 
a{
	color:#0088CC;
	text-decoration:none;
	overflow:hidden;
	outline:none;
}
a:hover{
	color:#0088CC;
	text-decoration:underline;
}
a:visited{
	color:#0088CC;
}
a:active{
}

/* 
コンテンツ
----------------------------------------------------------- */ 
#base{
	background:#FFF;
}

/* 
ヘッダー
----------------------------------------------------------- */ 
#header{
	width:980px;
	height:50px;
	margin:0 auto;
}
#header_line{
	background:url(img/header_line.jpg) repeat-x;
	height:30px;
}
#topic_path{
	font-size:80%;
	width:980px;
	margin:0 auto;
	line-height:2.9em;
	color:#FFF;
}

/* 
トップイメージ
----------------------------------------------------------- */ 
#index_img{
	background:url(img/index_img.jpg) no-repeat;
	width:981px;
	height:375px;
	margin:0 auto;
	position:relative;
}
#info{
	position:absolute;
	top:70px;
	left:50px;
	width:450px;
	height:250px;
	padding:0 10px 0 0;
	overflow-y:scroll;
	line-height:1.5em;
}
#info dl{
	margin:0 0 1em 0;
}
#info dt{
}
#info dd{
	padding:0 0 0 1em;
}

/* 
メニュー
----------------------------------------------------------- */ 
#menu{
	width:981px;
	margin:0 auto;
}
#menu li{
	width:327px;
	height:188px;
	display:block;
	float:left;
}
#menu li a,#menu li a:hover{
	width:327px;
	height:188px;
	display:block;
}
li#menu1 a{
	background:url(img/index_menu.jpg) no-repeat 0 0;
}
li#menu1 a:hover{
	background:url(img/index_menu.jpg) no-repeat 0 -381px;
}
li#menu2 a{
	background:url(img/index_menu.jpg) no-repeat -327px 0;
}
li#menu2 a:hover{
	background:url(img/index_menu.jpg) no-repeat -327px -381px;
}
li#menu3 a{
	background:url(img/index_menu.jpg) no-repeat -654px 0;
}
li#menu3 a:hover{
	background:url(img/index_menu.jpg) no-repeat -654px -381px;
}
li#menu4 a{
	background:url(img/index_menu.jpg) no-repeat 0 -188px;
}
li#menu4 a:hover{
	background:url(img/index_menu.jpg) no-repeat 0 -569px;
}
li#menu5 a{
	background:url(img/index_menu.jpg) no-repeat -327px -188px;
}
li#menu5 a:hover{
	background:url(img/index_menu.jpg) no-repeat -327px -569px;
}
li#menu6 a{
	background:url(img/index_menu.jpg) no-repeat -654px -188px;
}
li#menu6 a:hover{
	background:url(img/index_menu.jpg) no-repeat -654px -569px;
}

/* 
フッター
----------------------------------------------------------- */ 
#bottom_menu{
	margin:5px 0 0 0;
	border-top:1px dotted #CCC;
	padding:10px 0 20px 0;
	color:#CCC;
	text-align:center;
}
#copy{
	border-top:1px solid #AAA;
	font-size:80%;
	padding:10px 0 100px 0;
	text-align:center;
}

/* 
ページ共通
----------------------------------------------------------- */ 
#content_base{
	width:1000px;
	margin:0 auto;
}
h2#page_title_h2{
	margin:10px auto 0 auto;
	text-align:center;
}
#content_top{
	width:1000px;
	height:30px;
	display:block;
	background:url(img/content_top.jpg) no-repeat;
}
#content_middle{
	width:1000px;
	background:url(img/content_middle.jpg) repeat-y;
}
#content_bottom{
	width:1000px;
	height:30px;
	display:block;
	background:url(img/content_bottom.jpg) no-repeat;
}
#content{
	width:940px;
	margin:0 auto;
	overflow:hidden;
}

/* 
ページ｜プロフィール
----------------------------------------------------------- */ 
#profile_photo{
	float:left;
	width:490px;
	height:280px;
}
#profile_data{
	float:right;
	width:430px;
	height:270px;
	padding:0 10px 0 0;
	overflow-y:scroll;
}
h3{
	font-size:16px;
}
p#history{
	border-top:1px dotted #999;
	margin:5px 0 0 0;
	padding:5px 0 0 0;
	line-height:1.5em;
}
#photo_gallery_base{
	width:940px;
	height:100px;
	background:url(img/photo_gallery.jpg) no-repeat;
}
#photo_gallery{
	padding:10px 0 0 10px;
}
#photo_gallery img{
	float:left;
	margin:0 11px 0 0;
}

/* 
ページ｜スタジオ紹介
----------------------------------------------------------- */ 
#studio_photo{
	float:right;
	width:490px;
	height:280px;
}
#studio_data{
	float:left;
	width:430px;
	height:270px;
	padding:0 10px 0 0;
	overflow-y:scroll;
}
#studio_data h4{
	font-size:16px;
	margin:1em 0 0 10px;
	padding:0 0 5px 0;
	border-bottom:1px dotted #999;
}
p.studio{
	margin:5px 0 0 20px;
	line-height:1.5em;
}

/* 
ページ｜作品一覧
----------------------------------------------------------- */ 
.works_year{
	font-size:22px;
	border-bottom:3px double #666;
	margin:0 0 25px 0;
	font-weight:bold;
}
.works_data{
	margin:0 0 20px 30px;
	padding:0 0 5px 0;
	border-bottom:1px solid #CCC;
	width:880px;
}
.works_img{
	width:120px;
	height:120px;
	background:url(img/works_img_base.jpg) no-repeat;
	position:relative;
	float:left;
}
.works_img img{
	position:relative;
	top:0;
	left:0;
}
.works_text{
	float:right;
	width:750px;
}
.works_text strong{
	color:#000;
	font-size:120%;
}
.works_text p{
	font-size:80%;
	line-height:1.5em;
	border-top:1px dotted #CCC;
	margin:0.5em 0 0 0;
	padding:0.5em 0 0 1em;
}
span.work{
	color:#000;
	font-weight:bold;
}
span.song_no{
	color:#999;
	font-style:italic;
}
.buy{
	width:120px;
	text-align:center;
	font-size:80%;
}

/* 
ページ｜楽曲試聴
----------------------------------------------------------- */ 
#demo_song_left{
	width:310px;
	height:390px;
	float:left;
}
#demo_song_right{
	width:310px;
	height:390px;
	float:right;
}
#demo_song_center{
	width:310px;
	height:390px;
	display:block;
	background:url(img/demo_song.jpg) no-repeat;
	float:right;
}
.ds_title{
	border-bottom:1px dotted #999;
	height:59px;
	margin:0 0 10px 0;
	line-height:1.5em;
	overflow:hidden;
	text-align:center;
}
.ds_title strong{
	font-size:16px;
}
#full_size{
	text-align:center;
}
#full_size h3{
	font-size:16px;
	border-bottom:1px dotted #999;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
}
#full_size p{
	line-height:1.5em;
}


/* 
ページ｜サンクス
----------------------------------------------------------- */ 
#thanks{
	text-align:center;
}
#thanks h3{
	margin:30px 0;
	font-size:18px;
}


/* 
ページ｜サイトマップ
----------------------------------------------------------- */ 
#sitemap{
	background:url(img/sitemap_bg.jpg) top right #FFF no-repeat;
}
#sitemap h3{
	font-size:16px;
	border-bottom:1px dotted #999;
	margin:0 0 5px 0;
	padding:0 0 5px 0;	
}
#sitemap ul{
	padding:0 0 0 1em;
	color:#999;
}
#sitemap li{
	line-height:1.5em;
}
.sm_text{
	font-size:80%;
	color:#666;
}

/* 
ページ｜リンクサイト
----------------------------------------------------------- */ 
#link{
}
#link h3{
	font-size:16px;
	border-bottom:1px dotted #999;
	margin:0 0 5px 0;
	padding:0 0 5px 0;	
}
#link h4{
	width:900px;
	margin:0 auto 10px auto;
	border-bottom:3px double #666;
	padding:0 0 5px 0;
}
#link dl{
	width:860px;
	margin:0 auto 10px auto;
	border-bottom:1px solid #CCC;
}
#link dt{
	font-size:18px;
}
#link dd{
	font-size:80%;
	padding:5px 10px;
}
.url{
	color:#008000;
}

/* 
ブログ
----------------------------------------------------------- */ 
#b_content_top{
	width:1000px;
	height:30px;
	display:block;
	background:url(img/b_content_top.jpg) no-repeat;
}
#b_content_middle{
	width:1000px;
	background:url(img/b_content_middle.jpg) repeat-y;
}
#b_content_bottom{
	width:1000px;
	height:30px;
	display:block;
	background:url(img/b_content_bottom.jpg) no-repeat;
}

#b_left{
	width:640px;
	float:left;
}
#sidebar{
	width:240px;
	float:right;
	color:#FFF;
}
h2.pagetitle{
	text-align:center;
	font-size:26px;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:3px double #CCC;
}

/* 
記事
----------------------------------------------------------- */ 
.post-title h2{
	font-size:20px;
	text-align:left;
	padding:0 0 5px 0;
}
.post-title h2 a{
	color:#333;
	text-shadow: 2px 2px #CCC;
}
.entry-date{
	font-size:80%;
	border-bottom:1px solid #F2F2F2;
	color:#888;
	padding:0 0 5px 0;
}
.entry-content{
	padding:1em 1em 3em 1em;
}
.entry-content p{
	margin:0 0 1em 0;
}
.entry-content img,.entry-text img{
	margin:0 0 10px 0;
}
.post-end{
	text-align:right;
	margin:0 0 20px 0;
	font-size:80%;
}
.post-title h3{
	font-size:20px;
	border-bottom:1px solid #F2F2F2;
	padding:0 0 5px 0;
	color:#000;
}
.entry-text{
	padding:1em 1em 0 1em;
}
.entry-text p{
	padding:0 0 1em 0;
}
.edit{
	text-align:right;
	font-size:80%;
}

/* 
ナビゲーション
----------------------------------------------------------- */ 
.navigation{
	border-top:1px solid #F2F2F2;
	padding:1em;
}
.pagebar{
	text-align:center;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}

/* 
ウィジェット
----------------------------------------------------------- */ 
li.widget{
	padding-bottom:20px;
	margin-bottom:5px;
}
h2.widgettitle{
	border-bottom:1px solid #F2F2F2;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}

#calendar_wrap{
	padding:0 10px;
}
.widget li{
	list-style:disc outside;
	margin:0 10px 5px 25px;
}
.execphpwidget{
	padding:0 10px;
}

/* 
カレンダー
----------------------------------------------------------- */ 
table#wp-calendar{
	width:220px;
	border:none;
}
#wp-calendar caption{
	color:#999;
}
#wp-calendar th{
	font-weight:normal;
	text-align:center;
}
#wp-calendar td{
	text-align:center;
	padding:1px;
	background-color:#222;
}

/* 
おすすめリンク
----------------------------------------------------------- */ 
.linkcat h2{
	font-weight:bold;
	font-size:16px;
	padding:0 10px;
	background-color:#F5F5F5;
	border:1px solid #CCC;
	margin:0 0 10px 0;
}
ul.blogroll li{
	padding:0 0 1em 10px;
	list-style:inside disc;
	font-size:12px;
}
ul.blogroll li.link_description{
	margin:-10px 0 0 12px;
	list-style:none;
	font-size:10px;
}
