/*------------ コンテンツ -------------*/
#contents {
	width: 952px;
	clear: both;
	}
	/*------------ 全体タイトル -------------*/
	#contents h3 {
		width: 621px;
		height: 28px;
		margin: 30px 0 0 34px;
		padding: 12px 0 0 280px;
		font-size: 14px;
		background: url(../prologue/images/title_prologue.gif) 0 0  no-repeat;
		}
		#contents h3 em {
			display: none;
			}
	/*------------ 紹介文 -------------*/
	#contents p#intro {
		width: 800px;
		border-left: 5px solid #ff3399;
		margin: 25px 0 0 85px;
		padding: 5px 10px 5px 20px;
		font-size: 14px;
		line-height: 1.5;
		}
		#contents p#intro span {
			color: #ff9900;
			}
	/*------------ 受付・終了タイトル -------------*/
	#contents h4 {
		width: 901px;
		height: 36px;
		margin: 30px 0 0 34px;
		padding: 0;
		}
		#contents h4.dorama {
			background: url(../prologue/images/title_dorama.gif) 0 0  no-repeat;
			}
		#contents h4.accept {
			background: url(../prologue/images/title_accept.gif) 0 0  no-repeat;
			}
		#contents h4.finish {
			background: url(../prologue/images/title_finish.gif) 0 0  no-repeat;
			}
		#contents h4 em {
			display: none;
			}
	/*------------ プロローグ1つ分：ボックス指定 -------------*/
	#contents .box {
		width: 533px;
		margin: 20px 0 10px 34px;
		padding: 75px 0 0 368px;
		background: url(../prologue/images/bg_box.gif) left bottom no-repeat;
		position: relative;
		}
		/*------------ プロローグ1つ分：タイトル指定 -------------*/
		#contents .box h5 {
			width: 901px;
			height: 70px;
			position: absolute;
			top: 0px;
			left: 0px;
			}
			#contents .box h5 em {
				display: none;
				}
		/*------------ プロローグ1つ分：写真指定 -------------*/
		#contents .box img.pic {
			width: 309px;
			height: 233px;
			position: absolute;
			top: 75px;
			left: 30px;
			}
		/*------------ プロローグ1つ分：投稿受付終了アナウンス指定 -------------*/
		#contents .box p.finish {
			width: 500px;
			font-size: 14px;
			line-height: 1.5;
			position: absolute;
			top: 30px;
			left: 368px;
			}
		#contents .box p.finish2 {
			width: 500px;
			font-size: 14px;
			line-height: 1.5;
			position: absolute;
			top: 30px;
			left: 470px;
			}
		/*------------ プロローグ1つ分：プロローグ文章指定 -------------*/
		#contents .box p.text {
			width: 500px;
			font-size: 14px;
			line-height: 1.5;
			}
			#contents .box p.text span {
				display: none;
				}
		/*------------ プロローグ1つ分：「投稿はこちら」ボタン指定 -------------*/
		#contents .box .btn_toukou {
			width: 187px;
			height: 27px;
			margin: 10px 0 0 315px;
			background: url(../prologue/images/btn_toukou_r.gif) 0 0 no-repeat;
			}
			#contents .box .btn_toukou a {
				display: block;
				width: 187px;
				height: 27px;
				background: url(../prologue/images/btn_toukou.gif) 0 0 no-repeat;
				}
			#contents .box .btn_toukou a:hover {
				background: none!important;
				}
			#contents .box .btn_toukou a span {
				display: none;
				}
		/*------------ プロローグ1つ分：区切り線指定 -------------*/
		#contents .box img.bar {
			width: 500px;
			height: 2px;
			margin: 10px 0 20px;
			}
		/*------------ プロローグ1つ分：投稿者リストタイトル指定 -------------*/
		#contents .box h6 {
			margin: 0 0 10px;
			color: #003399;
			}
		/*------------ プロローグ1つ分：投稿者リスト指定 -------------*/
		#contents .box dl {
			width: 500px;
			height: auto;
			overflow: auto;
			margin: 0;
			padding: 0 0 5px;
			font-size: 11px;
			line-height: 1.4;
			}
			#contents .box dl dt {
				width: 485px;
				margin: 0 0 5px;
				padding: 0 0 0 6px;
				border-left: 5px solid #ff9900;
				border-bottom: 1px dashed #ff9900;
				font-weight: bold;
				}
			#contents .box dl dd {
				width: 490px;
				margin: 0 0 10px 10px;
				}
	/*------------ プロローグ個別指定：各タイトル画像指定 -------------*/
	#contents #prologue1 {
		}
		#contents #prologue1 h5 {
			background: url(../prologue/images/title01.gif) 0 0  no-repeat;
			}
		#contents #prologue1 p {
			}
	#contents #prologue2 {
		}
		#contents #prologue2 h5 {
			background: url(../prologue/images/title02.gif) 0 0  no-repeat;
			}
		#contents #prologue2 p {
			}
	#contents #prologue3 {
		}
		#contents #prologue3 h5 {
			background: url(../prologue/images/title03.gif) 0 0  no-repeat;
			}
		#contents #prologue3 p {
			}
	/*------------ 「TOPページに戻る」ボタン指定 -------------*/
	#contents .btn_back {
		width: 256px;
		height: 27px;
		margin: 30px 0 10px 670px;
		background: url(../prologue/images/btn_back_r.gif) 0 0  no-repeat;
		}
		#contents .btn_back a {
			display: block;
			width: 256px;
			height: 27px;
			background: url(../prologue/images/btn_back.gif) 0 0  no-repeat;
			}
			#contents .btn_back a:hover {
				background: none!important;
				}
			#contents .btn_back a span {
				display: none;
				}



