/* CSS Document */

.s-container{
	width:610px;
	text-align:left;
	margin:10px auto 10px auto;
	padding:auto;
}
.s-container p{
	line-height:1.4em;
}
.title-container{
	width:600px;
	text-align:center;
	margin:10px auto 10px auto;
	padding:auto;
}
/***INDEX.HTML***/
/* コンテンツペース大コンテナ */
#top_container{
	width:770px;
}
/* コンテンツペース小（左＆中）コンテナ */
#top_s_container{
	float:right;
	width:640px;
}
/* 左（メニュー） */
#top_left{
	width:120px;
	float:left;
}
/* 右（コンテンツスペース2） */
#top_right{
	width:375px;
	float:right;
	margin:0 0 0 10px;
}
#right_service1{
	margin:0 0 20px 0;
}
#right_service1 h2{
}
#right_service1 h3{
	margin:5px 10px 10px 10px;
	text-align:left;
	font-weight:bold;
	color:#0066FF;
}
#right_service1 p{
	margin:5px 10px 20px 10px;
	text-align:left;
}
#right_service2{
	margin:0 0 20px 0;
}
/* 中（コンテンツスペース3） */
#top_center{
	width:255px;
	float:left;
	text-align:left;
}
#top_banner img{
	margin-bottom:7px;
}
#top_news h2{
	color:#990000;
	margin:10px 0 5px 0;
	font-weight:bold;
}
#top_news h3{
	font-weight:bold;
	color:#000099;
	margin:0px;
	padding:0px;
}
#top_news p{
	margin:0 0 10px 0;
}

#top_news dl {
	margin-bottom: 5px;
}

#top_news dt {
	background: url(../img/maru.gif) no-repeat;
	color: #FF6600;
	font-weight: bold;
	text-indent: 1.2em;
}

#top_news dd {
	margin: 0;
	padding: 0;
}



/***INDEX.HTML終わり***/
/*見だし*/
h2#maintitle{
	margin:0 0 10px 0;
}
#container_right h2.subtitle{
	font-size:120%;
	color:#FFFFFF;
	padding:3px 0 3px 15px;
	background-color:#A9A9A9;
	margin:0 3px 20px 0;
}

#container_right h2.sub_kokunai{
	font-size:120%;
	color:#FFFFFF;
	padding:3px 0 3px 15px;
	background-color:#00AC96;
	margin:0 3px 20px 0;
}

#container_right h2.sub_kaigai{
	font-size:120%;
	color:#FFFFFF;
	padding:3px 0 3px 15px;
	background-color:#6A5ACD;
	margin:0 3px 20px 0;
}


#container_right .mod h3{
	color:#0066FF;
	margin:0 0 5px 0;
}
#container_right h3{
	color:#0066FF;
	margin:10px 0 10px 0;
}

/*見出し終わり*/
/***補足（右上価格改定時期）***/
#hosoku{
	text-align:right;
	margin:10px 15px 0 0;
}

/***文章モジュール***/
.mod{
	margin:15px 50px 30px 15px;
	line-height:1.5em;
}
.mod p{
	margin:0 0 10px 0;
}

/***文章モジュール　END***/

/***文章モジュールWide***/
.mod-wide{
	margin: 15px;
	line-height: 1.5em;
}

.mod-wide p{
	margin: 0 0 10px 0;
}

/***文章モジュール　END***/

/***文章モジュールmini***/
.mod{
	margin:15px 50px 30px 15px;
	line-height:1.5em;
}
.mod p{
	margin:0 0 10px 0;
}

table.thanks {
	margin: 0 auto;
	width: 340px;
}

/***文章モジュール　END***/



/***問い合わせイメージ***/
img.mitsumori{
	margin-bottom:5px;
}
/***問い合わせイメージEND***/
/***テーブル（仕様表）***/
.table_stats{
	margin:0 0 10px 0;
	text-align:center;
	width:600px;
}
.table_stats th.komoku{
	background:#99CCFF;
	text-align:left;
	width:180px;
	padding:5px;
}
.table_stats td{
	text-align:left;
	padding:5px;
}
table#chapter{
	width:250px;
	border:0;
	padding:0;
}
#chapter th#c_name,#chapter th#c_in,#chapter th#c_out {
	width:30%;
}
#chapter th#c_blank{
	width:10%;
}
#chapter td{
	
}
/*テーブル（価格表）*/
.table_container{
	width:610px;
	margin:0 0 10px 0;
	clear: both;
}
.table_container p{
	margin:10px 0 10px 0;
}

.left_table{
	float:left;
	width:300px;
}
.right_table{
	float:right;
	width:300px;
}
.table_container table{
	width:298px;
	border:1px #CCCCCC solid;
	border-collapse:collapse; 
}
.table_container table.setup{
	width:400px;
	border:1px #CCCCCC solid;
	border-collapse:collapse; 
}
.table_container table.setup td{
	text-align:left;
}

.table_container table.setup2{
	width:400px;
	border:1px #CCCCCC solid;
	border-collapse:collapse; 
}

.table_container table.setup2 td{
	text-align:right;
}

.table_container caption{
	text-align:left;
	caption-side:top;
	margin:0 0 5px 0;
}
.table_container caption img{
	vertical-align:text-bottom
}
.table_container table th{
	font-weight:normal;
	font-size:12px;
	text-align:center;
	padding:1px 0px 1px 0px;
	background-color:#CCFFFF;
	border:1px #CCCCCC solid;
}
.table_container table th.bg1{
	background-color:#CCFFFF;
}
.table_container table th.bg2{
	background-color:#FFFFCC;
}
.table_container table th.bg3{
	background-color:#CCFFCC;
}
.table_container table th.bg4{
	background-color:#FFCCFF;
}
.table_container table th.bg5{
	background-color:#CCCCFF;
}
.table_container table th.bg6{
	background-color:#FFCCCC;
}
.table_container td{
	background:#FFFFFF;
	border:1px #CCCCCC solid;
	padding:1px 3px 1px 3px;
	text-align:right;
}
.table_back{
	background-color:#666666;
}
.table_main td{
	background-color:#FFFFFF;
}
.table_main .table_header01{
	background-color:#CEFFFF;
}


table.spec {
	margin: 0 0 20px 20px;
}

table.spec th {
	text-align: left;
	color: #666;
}

table.spec td {
	padding-left: 1em;
}

table.outside-schedule {
	margin: 0 0 20px 20px;
}

table.outside-schedule th {
	text-align: left;
	color: #666;
}

table.outside-schedule td {
	padding-left: 1em;
}

/*価格表終わり*/
/*formへボタン*/
.to_form{
	margin-bottom:20px;
}
/*formへボタン終わり*/

/***フォーム***/
table#order{
	width:570px;
	border:1px #CCCCCC solid;
	border-collapse:collapse; 
}
table#order th{
	font-weight:nomal;
	font-size:12px;
	text-align:left;
	padding:3px 15px 3px 15px;
	background-color:#EFEBEF;
	width:230px;
	border:1px #CCCCCC solid;
	color:#333333;
}
table#order td{
	background:#FFFFFF;
	border:1px #CCCCCC solid;
	padding:3px 10px 3px 10px;
	width:340px;
	text-align:left;
}

table#order td .mid{
	vertical-align:middle;
}


table.hyoki{
	width:600px;
	border:1px #CCCCCC solid;
	border-collapse:collapse; 
}
table.hyoki th{
	font-weight:nomal;
	font-size:12px;
	text-align:left;
	padding:5px 20px 3px 20px;
	background-color:#EFEBEF;
	border:1px #CCCCCC solid;
	color:#333333;
}
table.hyoki td{
	background:#FFFFFF;
	border:1px #CCCCCC solid;
	padding:5px 10px 3px 10px; 
	text-align:left;
}


/***フォーム終わり***/
.PRICE_TABLE_TOP{
	margin:10px 0 0px 0;
}
.PRICE_TABLE_BTM{
	margin:0px 0 20px 0;
}

img.mitsumori{
	margin:5px 0 5px 0;
}


/* */
.table_container2{
	width:610px;
	margin:0 0 10px 0;
}
.table_container2 p{
	margin:10px 0 10px 0;
}

.table_container2 table.setup2{
	border:1px #CCCCCC solid;
	border-collapse:collapse; 
}

.table_container2 table.setup2 td{
	text-align:right;
}

.table_container2 caption{
	text-align:left;
	caption-side:top;
	margin:0 0 5px 0;
}
.table_container2 caption img{
	vertical-align:text-bottom
}
.table_container2 table th{
	font-weight:normal;
	font-size:12px;
	text-align:center;
	padding:1px 0px 1px 0px;
	background-color:#CCFFFF;
	border:1px #CCCCCC solid;
}

.table_container2 td{
	background:#FFFFFF;
	border:1px #CCCCCC solid;
	padding:1px 3px 1px 3px;
	text-align:right;
}

/* */

/* */
.table_com{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:1px solid #cccccc;
}

.table_com td.cell01{
	padding:5px 0px 3px 6px;
	background-color:#F1F1F1;
	text-align:left;
	border-right:1px solid #cccccc;
}

.table_com td.cell02{
	padding:5px 0px 3px 6px;
	background-color:#F1F1F1;
	text-align:left;
	border-right:1px solid #cccccc;
	border-top:1px solid #cccccc;
}

.table_com td.cell03{
	padding:5px 0px 3px 6px;
	background-color:#F1F1F1;
	text-align:left;
	border-right:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}


.table_com td.waku01{
	margin:0px;
	padding:5px 0px 3px 6px;
}

.table_com td.waku02{
	margin:0px;
	padding:5px 0px 3px 6px;
	border-top:1px solid #cccccc;
}

.table_com td.waku03{
	margin:0px;
	padding:5px 0px 3px 6px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
/* */


.textR{
	text-align:right;
}
.textC{
	text-align:center;
}
.textL{
	text-align:left;
}

.at{
	padding-left:1em;
	text-indent:-1em;
	line-height:120%;
}

.sogo_link{
	margin-left:5px;
	text-align:left;
	line-height:140%;
	font-size:10px;
}

dl.word{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

dl.word dt{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	color:#0066FF;
	font-size:120%;
}

dl.word dd{
	margin:2px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	border:1px solid #cccccc;
}



table.word_00{
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	width:500px;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

table.word_00 th{
	padding:3px 0px 3px 0px;
	background:#565BC0;
	text-align:center;
	color:#FFFFFF;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

table.word_00 td{
	padding:3px 0px 3px 0px;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

table.word_00 td.ini{
	text-align:center;
	background:#FFFDFC;
	text-align:center;
}

table.word_00 td.color01{
	padding:3px 0px 3px 10px;
	background:#FFFDFC;
}
table.word_00 td.color02{
	padding:3px 0px 3px 10px;
	background:#EEFFE5;
}

.return{
	margin-top:30px;
	padding:5px 0px 5px 0px;
	text-align:right;
}

.return02{
	margin-top:30px;
	width:500px;
	padding:5px 0px 5px 0px;
	text-align:right;
}

p.whatnew{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:1px solid #686868;
}

.red{
	color:#FF0000;
}

table.e_artist{
	
}
table.e_artist td.exp{
	padding:5px 5px 5px 5px;
	line-height:120%;
	text-align:left;
}


table.delivery_date{
	margin:0px 0px 0px 40px;
	padding:0px 0px 0px 0px;
	width:580px;
	border-top:1px solid #888888;
	border-left:1px solid #888888;
}

table.delivery_date th.kokunai{
	padding:7px 0px 5px 0px;
	font-weight:bold;
	text-align:center;
	background-color:#00AC96;
	border-bottom:1px solid #888888;
	border-right:1px solid #888888;
	color:#222222;
}

table.delivery_date th.kaigai{
	padding:7px 0px 5px 0px;
	font-weight:bold;
	text-align:center;
	background-color:#6A5ACD;
	border-bottom:1px solid #888888;
	border-right:1px solid #888888;
	color:#222222;
}

table.delivery_date td{
	padding:7px 0px 5px 0px;
	text-align:center;
	border-bottom:1px solid #888888;
	border-right:1px solid #888888;
	color:#222222;
}






/*金額表イラストtable*/
div.priceImg {
	margin: 15px 15px 20px 15px;
	padding: 10px;
	width: 570px;
	border: 1px #666 solid;
}

div.priceImg p {
	margin-bottom: 10px;
	padding: 0px;
}

table.priceImgTbl td {
	width: 123px;
	text-align: center;
}

table.priceImgTbl td.plus {
	width: 26px;
}


/*金額表table*/
table.priceTbl{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
}
	table.priceTbl th,
	table.priceTbl td{
		padding:3px 5px;
		border-right:1px solid #999999;
		border-bottom:1px solid #999999;
		text-align:right;
	}

	table.priceTbl th{ 
		text-align:center;
		font-weight:bold;
	}
		/*金額　CD　海外*/
		table.priceTbl tr.cdKai01 th{background:#FFF0F0;}
		table.priceTbl tr.cdKai02 th{background:#FFDEDE;}
		table.priceTbl tr.cdKai03 th{background:#FFCCCC;}

		/*金額　CD　国内*/
		table.priceTbl tr.cdKoku01 th{background:#FFFFCC;}
		table.priceTbl tr.cdKoku02 th{background:#FFF6A6;}
		table.priceTbl tr.cdKoku03 th{background:#FFF28C;}
		table.priceTbl tr.cdKoku04 th{background:#FFE966;}

		/*金額　DVD　海外*/
		table.priceTbl tr.dvdKai01 th{background:#E0FFBF;}
		table.priceTbl tr.dvdKai02 th{background:#CBF593;}

		/*金額　DVD　国内*/
		table.priceTbl tr.dvdKoku01 th{background:#D9F2FF;}
		table.priceTbl tr.dvdKoku02 th{background:#A6E2FF;}



	table.priceTbl td.priceTblType{
		text-align:left;
	}

	/*合計金額*/
	table.priceTbl td.priceTblSum{
		font-weight:bold;
		color:#FF6666;
	}




div.MainTbl {
	margin: 20px 10px 0px 10px;
}

	div.MainTbl p.title {
		padding: 0px 5px 5px 0px;
		text-align: right;
		color: #FF62C1;
		font-weight: bold;
		border-bottom: 1px #C8C8C8 solid;
	}
	
	div.MainTbl p.title-left {
		padding: 0px 0px 10px 0px;
		color: #FF62C1;
		font-weight: bold;
	}

	div.MainTbl table.bd {
		margin-bottom: 5px;
		border-collapse: collapse; 
	}

	div.MainTbl table.bd th {
		padding: 2px 5px;
		text-align: center;
		border: 1px #CCC solid;
		font-weight: normal;
		background-color: #CCFFFF;
	}

	div.MainTbl table.bd td {
		padding: 2px 5px;
		text-align: center;
		border: 1px #CCC solid;
	}

	div.MainTbl table.bd td.text {
		text-align: left;
	}

table.illustTbl {
	margin: 10px 10px 20px 10px;
}

	table.illustTbl td {
		width: 145px;
		text-align: center;
	}

	table.illustTbl td.media {
		text-align: center;
		font-weight: bold;
	}

div.g-orderMainTab table.orderTbl {
	margin: 30px 30px 20px 30px;
	width: 580px;
}

	div.g-orderMainTab table.orderTbl td.mtit {
		color: #FF40B3;
		font-weight: bold;
	}

		div.g-orderMainTab table.orderminTbl {
			margin: 0px 10px 0px 10px;
		}
		
			div.g-orderMainTab table.orderminTbl td {
				width: 145px;
				text-align: center;
			}
		
			div.g-orderMainTab table.orderminTbl td.media {
				text-align: center;
				font-weight: bold;
			}
		
			div.g-orderMainTab table.orderminTbl td.txt {
				width: 250px;
				text-align: left;
				vertical-align: bottom;
			}

div.g-orderMainTab li {
	list-style: disc;
}


/* 2010年夏コミ */
table.hannyu {
	margin: 0 auto;
	padding: 5px;
	width: 580px;
	background-color: #FFFFCC;
	border: 4px #FF9900 double;
}

	p.hannyuTit {
		padding: 3px 5px;
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
		background-color: #FF9900;
	}

span.txtOr {
	color: #F63;
	font-weight: bold;
}


/* デジトレイ・紙コピ */
.mainImg {
	margin-bottom: 20px;
}

/* seo対策 */
.info_txt{
		position:relative;
		width:770px;
		margin:0px auto;
	}
	.info{
		font-size:12px; 
		font-weight:normal;
		position:absolute;
		top:-45px;
		left:570px;
	}
	h1{
	 /*font-size:12px;
	 float:right;
	 margin:10px;*/
	}
	#header{
	 float:left;
	}
	#text-BeforeFooter{
	  margin: 0 0 10px;
      padding: 10px 10px 0 2px;
	  text-align:left;
	  font-size:10px;
	}
	.before-keyword-text{
	  float:left;
	}
	.keyword{
		position:absolute
	}
	.keyword-text{
		position: relative;
		top:-70px;
		left:655px;
	 }

.tpt{margin-bottom:10px;}