
/*--------------------------------------------------------------------

  Main styles
  version 2012.02.01
  autor   Kenichi Okamura
  
  サイズ、色などを記述しています
--------------------------------------------------------------------*/


body {
	background: #000 url(../images/bg.jpg) center top fixed;
}

body, td, th {
	font-size: 14px;
	line-height: 1.75em;
	letter-spacing: 0.075em;
	text-align: left;
	color: #E6E6E6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

h1 {
	font-size:24px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:14px;
}

/*--------------------------------------------------------------------

  link style

--------------------------------------------------------------------*/
a {
	color:#FFF082;
	text-decoration: none;
}

a:link {
	color:#FFF082;
	text-decoration: none;
}

a:visited {
	color:#FFF082;
	text-decoration: none;
}

a:hover {
	color:#FFF;
	text-decoration: none;
}

a:active {
	color:#FFF;
	text-decoration: none;
}

	/*----------------------------
	  image link style
	----------------------------*/
	a.external img {
		vertical-align: middle;
	}
	

a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

a:hover img.btn,
a:hover img.current,
a:hover img.nohover {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

a:hover img.current,
a:hover img.off,
a:hover img.nohover {
	cursor: default;
}


img.off,
a img.off,
a:hover img.off {
	filter: alpha(opacity=30);
	-moz-opacity:0.30;
	opacity:0.30;
}

a.amazon {
	background: url(../images/amazon.png) no-repeat left center;
	padding-left: 20px;
}

a.itune {
	background: url(../images/itune.png) no-repeat left center;
	padding-left: 20px;
}

/*--------------------------------------------------------------------

  menu style

--------------------------------------------------------------------*/

#menu {
	width: 400px;
}
	#menu .midashi {
	}
	#menu li {
		font-size: 14px;
		line-height: 1.75em;
		padding-bottom: 1px;
	}
	
.article {
	height: auto;
	overflow: hidden;
		padding: 0 0 0 40px;
}
	.article .left {
		float: left;
		width: 390px;
		padding: 0 20px 0 40px;
	}
	.article .right {
		float: right;
		width: 390px;
		padding: 0 40px 0 20px;
	}
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		text-align: left;
		margin-bottom: 0;
	}
	.article h2 {
		margin-bottom: 0.5em;
		color: #CCC;
	}
	.article p {
		color: #CCC;
	}
	.article p.photo {
		margin-top: 0;
	}
	.article .photo {
		float: left;
		padding: 0 10px 0 0;
		margin: 0;
	}

.movie {
	width: 640px;
	margin: 0 auto 2em;
}


/*--------------------------------------------------------------------

	  ust

--------------------------------------------------------------------*/
#ust {
	height: auto;
	overflow: hidden;
	margin: 40px 0;
}
	#ust .player {
		float: left;
		width: 480px;
	}
	#ust .social {
		float: right;
		width: 292px;
	}
	#ust .fblike {
		clear: both;
		padding-top: 10px;
	}



/*--------------------------------------------------------------------

	  Accordion

--------------------------------------------------------------------*/
#profile {
	margin-bottom: 40px;
}
	#profile h2.trigger {
		cursor: pointer;
		margin-bottom: 0;
	}
		#profile h2.trigger:hover img {
			filter: alpha(opacity=60);
			-moz-opacity:0.60;
			opacity:0.60;
		}

#profile .section {
	margin-top: 20px;
}
	#profile .section .top {
		background: url(../images/profile_bg_top.png) no-repeat center top;
		height: 10px;
	}
	#profile .section .mid {
		background: url(../images/profile_bg_mid.png) repeat-y center top;
		padding: 30px 40px 30px 40px;
		height: auto;
		overflow: hidden;
	}
		#profile .section .photo {
			float: left;
			width: 380px;
		}
		#profile .section .text {
			float: right;
			width: 380px;
		}
		#profile .section .text h3 {
			margin-top: -0.25em;
		}
	#profile .section .btm {
		background: url(../images/profile_bg_btm.png) no-repeat center bottom;
		height: 10px;
	}
	#profile .section .close {
		clear: both;
		padding-right: 20px;
		cursor: pointer;
		text-align: right;
	}
		#profile .section .close:hover img {
			filter: alpha(opacity=60);
			-moz-opacity:0.60;
			opacity:0.60;
		}


/*--------------------------------------------------------------------

	  Info

--------------------------------------------------------------------*/
#info {
	width: 720px;
	margin: 40px auto;
}
	#info .top {
		background: url(../images/column_bg_top.png) no-repeat center top;
		height: 10px;
	}
	#info .mid {
		background: url(../images/column_bg_mid.png) repeat-y center top;
		padding: 30px 0 30px 0;
		height: auto;
		overflow: hidden;
	}
	#info .btm {
		background: url(../images/column_bg_btm.png) no-repeat center bottom;
		height: 10px;
	}
	#info h3,
	#info h4 {
		margin-bottom: 0.5em;
	}
	#info .cd {
		height: auto;
		overflow: hidden;
	}
		#info .cd .photo {
			float: left;
			width: 200px;
			padding-right: 40px;
		}
		#info .cd .text {
			float: left;
			width: 480px;
		}
	#info iframe {
		margin-bottom: 20px;
	}

#archive {
	width: 720px;
	margin: 40px auto;
}


a:hover img.hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity: 0.6;
}

/*--------------------------------------------------------------------

	  Override Common styles

--------------------------------------------------------------------*/
#wrapper {
	position: relative;
	width: 800px;
	background: url(../images/bg_content.png);
}

#header {
	position: relative;
	background: url(../images/ph_main.jpg) no-repeat center top;
}
	#header h1#title {
	}
	
	#logo {
		padding-left: 30px;
	}
	
#yodogawa {
	float: left;
	width: 800px;
	padding-left: 0;
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.75em;
	font-weight: bold;
	text-align: center;
}

#contents {
}

#update {
}

#navi {
	width: 480px;
}
	#navi li {
		padding: 0 10px;
	}
	#navi li.next {
	}
	#navi li.prev {
	}
	#navi li.latest {
	}

#date {
	color: #CCC;
	padding-bottom: 0;
}

#footer {
	width: 760px;
	padding: 20px 20px 40px 20px;
}
	#footer li {
		padding-right: 20px;
	}
	
#copyright,
#footer li.copyright {
	line-height: 30px;
}



#logo {
	position: absolute;
	right: 5px;
	top: 5px;
	text-align: right;
	color: #333;
	line-height: 1em;
}

#logo a {
	color: #333
}