/* CSS Document */

.longsentence{
	color:#666;
	padding:7px;
}

.longsentenceBlack{
	color:#000;
	padding:7px;
}

/*///////////////
作品紹介ヘッダー
///////////////*/

.linehead{
	margin-bottom:15px;
}

* html .linehead{
	margin-bottom:0px;
}

.photo{
	padding-right:15px;
	margin-bottom:10px;
}

h2{
	margin-bottom:20px;
}

.linedata td{
	padding:0px 5px;
	font-size:10px;
	line-height:18px;
	text-align:left;
	color:#332300;
	background:#E6E6E6;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

.linedata th{
	width:70px;
	padding:0px 5px;
	font-weight:400;
	font-size:10px;
	line-height:18px;
	text-align:left;
	color:#332300;
	background:#E6E6E6;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

.copy{
	font-size:10px;
	line-height:1.25em;
	color:#666;
}

.bt{
	clear:both;
	/*110325追加*/
	margin:0;
	padding:0;
	/*110325追加ここまで*/
}

.bt li{
	float:left;
	margin-right:7px;
	list-style:none;
}

/*///////////////
作品紹介リード
2011年3月にソース一部変更「.class→#lead」
///////////////*/

#lead{
}

#lead p{
	color:#666;
}

#lead h3{
	margin:15px 0px 6px 0px;
	font-size:14px;
	line-height:18px;
	border-bottom:none;
}

.sublinks{
	margin-top:5px;
	background:url(underline.gif) repeat-x top;
}

.sublinks td{
	padding-top:5px;
	font-size:12px;
}

.sublink span{
	padding-left:7px;
	margin-right:10px;
	line-height:20px;
	background:url(ico_sublink.gif) no-repeat center left;
}

/*///////////////
作品紹介解説
///////////////*/

.linedetails{
	background:#FFF;
	margin-top:15px;
}

.linedetailsL{
	float:left;
	width:390px;
}
.linedetailsL p{
	color:#666666;
	padding:7px;
}

.linedetailsL h5{
	line-height:16px;
	font-size:12px;
	padding:7px;
}


.linedetailsR{
	float:right;
	width:327px;
}

.linedetailsR p{
	padding:7px;
}

/*///////////////
追加
///////////////*/


/*///////////////
作品コピーライト
///////////////*/
#footercopy{
	clear:both;
	color:#999;
	margin-top:15px;
	font-size:10px;
	text-align:right;
}

/*///////////////
問い合わせリンク
///////////////*/
#footContact{
	margin-top:5px;
	font-size:10px;
	text-align:right;
}

/*///////////////
kill_point用追記部分090520
///////////////*/

.linedetailsL .photo{
	width:120px;
	height:auto;
	margin:0px;
	padding:10px 0px 5px 10px;
	float:right;
	}
	
.linedetailsL .photo .photo_text {
	font-size:10px;
	color:#000000;
	margin:0px;
	padding:2px 0px 7px 0;
	text-align: right;
	line-height: 1em;
	}
	
/*110325追加*/

#contents h3{
	margin:auto;
	width:auto;
	border:none;
}

#contents h4{
	margin:auto;
	width:auto;
	border:none;
}

#contents h5{
	margin:0;
}

#contents h6{
	margin:0;
}



/*110325追加ここまで*/

/*180325追加*/
#header {
    display: none;
}
#side {
    display: none;
}
#footer {
    display: none;
}
#container {
    background: url(/common_img/contents_back.gif) repeat-y center 0;
}
#wrapper {
    background: url(/common_img/contents_bottom.gif) no-repeat center bottom;
}
#contents {
	float: none;
    background: url(/common_img/contents_header_normal.gif) no-repeat center 0;
    padding-top: 10px;
}
/*180325追加*/