@charset "UTF-8";

	.caution {
		margin-bottom: 1em;
		font-size: 16px;
		color: #FF0000;
	}

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:#E4A600;
	text-decoration: none;
}

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

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

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

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

	/*----------------------------
	  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;
}

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

  menu style

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

#menu {
	width: 400px;
}
	#menu .midashi {
	}
	#menu li {
		font-size: 14px;
		line-height: 1.75em;
		padding-bottom: 1px;
	}
	

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

  article style

--------------------------------------------------------------------*/
.noborder {
	border-top: 0 none !important;
}
.article {
	padding: 25px 0;
	border-top: 5px solid #000000;
}
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		text-align: left;
		margin: 25px 0;
	}
	.article p {
		margin-top: -0.25em;
		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;
}


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

  conv style

--------------------------------------------------------------------*/
.article .conv {
	width: 500px;
}	
	.article .conv table {
		width: 100%;
	}
	.article .conv th {
		width: 80px;
		padding: 2em 10px 0 0;
		padding-top: 2em;
		padding-right: 10px;
		font-weight: bold;
		vertical-align: top;
	}
	.article .conv th.talker1 {
	}
	.article .conv th.talker2 {
	}
	.article .conv th.talker3 {
	}
	.article .conv th.talker4 {
	}
	.article .conv th.talker5 {
	}
	.article .conv td {
		padding-top: 2em;
		vertical-align: middle;
	}
	.article .photo {
		padding-top: 25px;
		margin: 25px 0;
		text-align: center;
	}
	/* 「＜つづきます＞」などの文言用 */
	.article #continue {
		width: 500px;
		margin: 0 auto;
		padding: 2em 0;
	}
	
	.article .attention {
		width: 500px;
		margin: 50px 0 0;
	}
	.article .attention p {
		margin-bottom: 0;
		font-weight: bold;
		color: #FFEEEE;
	}


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

	  ust

--------------------------------------------------------------------*/
#ust {
	height: auto;
	overflow: hidden;
	margin: 40px 0;
}
	#ust .player {
		float: left;
		width: 608px;
	}
	#ust .social {
		float: right;
		width: 292px;
	}



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

	  Accordion

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

#profile .section {
	height: auto;
	overflow: hidden;
}
	#profile .section .photo {
		float: left;
		margin-top: 25px;
		width: 250px;
		text-align: center;
	}
	#profile .section .text {
		float: right;
		margin-top: 25px;
		width: 425px;
	}
	#profile .section .text h3 {
		margin-top: -0.25em;
	}
	#profile .section .close {
		clear: both;
		cursor: pointer;
		text-align: right;
	}
		#profile .section .close:hover img {
			filter: alpha(opacity=60);
			-moz-opacity:0.60;
			opacity:0.60;
		}


.toc {
	margin: 25px 0;
	padding: 25px 0 0;
	border-top: 5px solid #000000;
}
.toc h2 {
	
}
.toc ul {
	width: 450px;
}
.toc li {
	color: #CCCCCC;
}
.toc li.current a {
	color: #FFFFFF;
	font-weight: bold;
}
.toc li.current a:hover {
	text-decoration: none;
	cursor: default;
}
.toc .date {
	float: right;
	display: block;
	width: 145px;
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}

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

	  Info

--------------------------------------------------------------------*/
#info {
	width: 590px;
	margin: 50px auto;
	padding: 50px;
	background-color: #000000;
	border: 5px solid #E4A600;
	
}
	#info h3,
	#info h4 {
		margin-bottom: 0.5em;
	}
	#info p {
		font-size: 15px;
		line-height: 1.75em;
		font-weight: bold;
	}
	#info .cd {
		height: auto;
		overflow: hidden;
	}
		#info .cd .photo {
			float: left;
			width: 200px;
			padding-right: 40px;
		}

#promotion {
	
}
	#promotion table {
		width: 100%;
	}
	#promotion th,
	#promotion td {
		padding: 5px 0;
		border-top:1px solid #666666;
		border-bottom:1px solid #666666;
	}
	#promotion th {
		width: 100px;
		font-weight: bold;
	}
	#promotion td {
		
	}

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

	  Override Common styles

--------------------------------------------------------------------*/
#wrapper {
	width: 900px;
	background: url(../images/bg_content.png) repeat-y center top;
}

#header {
	position: relative;
	padding-top: 5px;
}
	#header h1#title {
	}
	
	#logo {
		margin-bottom: 5px;
	}
	
#yodogawa {
	float: left;
	width: 700px;
	padding-left: 100px;
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.75em;
	font-weight: bold;
}

#contents {
	padding: 0 100px;
}

#update {
}

#navi {
	width: 403px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
	#navi ul {
		height: auto;
		overflow: hidden;
	}
	#navi li {
		float:left;
		padding: 0 25px;
	}
	#navi li.next {
	}
	#navi li.prev {
	}
	#navi li.latest {
	}

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

#footer {
	width: 617px;
	margin: 25px auto;
}
	#footer ul {
		height: auto;
		overflow: hidden;
	}
	#footer li {
		padding: 0 25px;
	}
	#footer li.iine {
		padding-top: 5px;
	}
	
#copyright,
#footer li.copyright {
	margin: 25px 0;
	line-height: 1.75em;
}

