/* ////////////////////////////// */
#contentBox{
	/* トータル幅 700px */
	width: 580px;
	height: 100%;
	padding: 0 60px 0 60px;
}
#comment{
	line-height: 140%;
	margin-bottom: 20px;
}
#contentBox p.note{
	color: #666699;
}
/* 見出し 【07.03.17追加】*/
#contentBox h2{
	margin-bottom: 1em;
	padding: 4px 0 4px 10px;
	background: url("img_200604/event/item_bg.gif") left center no-repeat;
	color: #ef3242;
	font-size: 120%;
	font-weight: bold;
}
#contentBox h3{
	margin-bottom: 1em;
	padding:			4px;
	border-left:		solid 8px #ff3399;
	border-bottom:		solid 1px #ff3399;
	color:				#ff3399;
	font-size:			100%;
	font-weight:		bold;
}
/* リンク色 【07.03.17追加】*/
#contentBox a{
	color:				#ff3399;
	border-bottom:		dashed 1px #ff3399;
}
#contentBox a:hover{
	color:				#cc00ff;
	border-bottom:		dashed 1px #cc00ff;
}

/* ////////////////////////////// */
/* ■プロフィール */
#profile table{
	border-collapse: collapse;
}
#profile th, #profile td{
	padding: 8px 4px 8px 4px;
	color: #ef3242;
	font-weight: normal;
	vertical-align: top;
	border-top: dashed 1px #ef3242;
	line-height: 150%;
}
#profile li{
	list-style-type: none;
	padding-bottom: 10px;
}
/* ////////////////////////////// */
/* ■お仕事情報 */
/*
	表示可能幅 580px
	サンプル画像 120px
	リスト部 460pxだけど余白つけて 450px
	 - アイコン 110px
	 - リスト 340px
*/

#works:after{
	content:".";
	display:block; 
	height:0; 
	visibility:hidden; 
	clear:both;
}
#works{
	display: inline-block;
}
#works .sampleImage{
	float: right;
	width: 120px;
	text-align: right;
}
#works .sampleImage img{
	margin-bottom: 8px;
}
#works #sets{
	float: left;
	width: 450px;
}
#works .set:after{
	content:".";
	display:block; 
	height:0; 
	visibility:hidden; 
	clear:both;
}
#works .set{
	display: inline-block;
	padding-bottom: 20px;
}
#works .icon{
	float: left;
	width: 110px;
}
#works dl{
	float: left;
	width: 340px;
	margin-top: 5px; 
}
#works dt{
	color: #ef3242;
	font-size: 120%;
	font-weight: bold;
}
#works dd{
	color: #666666;
	padding-bottom: 1em;
}
/* ////////////////////////////// */
/* ■イベント情報 */
#event dt{
	background: url("img_200604/event/item_bg.gif") left center no-repeat;
	color: #ef3242;
	font-size: 120%;
	font-weight: bold;
	padding: 4px 0 4px 10px;
}
#event dd{
	line-height: 130%;
	padding: 4px 0 1em 10px;
}
#event strong{
	color: #ef3242;
	font-weight: bold;
	font-size: 120%;
}
#event .warning{
	border: solid 1px #ef3242;
	background-color: #fff9d4;
	margin: 20px 1em 0 1em;
	padding: 8px;
}
/* ////////////////////////////// */
/* ■コミックス */
/*
	表示可能幅 580px
	余白ぬいた幅 460
	画像サイズ 160 * 160以内
	画像とテキスト余白 20
	テキスト 280
*/
#comics {
	padding: 0 60px 0 60px;
}
#comics table#comicsSet{
	border-collapse: collapse;
}
#comics #comicsSet .cover{
	width: 162px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: center;
	vertical-align: top;
}
#comics #comicsSet .cover img{
	border: solid 1px #999999;
}
#comics #comicsSet .text{
	vertical-align: top;
	padding-bottom: 20px;
}
#comics #comicsSet h3{
	margin-bottom: 8px;
	font-size: 120%;
	font-weight: bold;
	color: #ef3242;
}
#comics #comicsSet .comment{
	line-height: 140%;
}
/* 発売データ */
#comics #comicsSet table.data{
	margin-top: 20px;
	border-collapse: collapse;
	width: 100%;
}
#comics #comicsSet .data tr.a{
	background-color: #dddddd;
}
#comics #comicsSet .data th{
	width: 90px;
	padding: 2px 8px 2px 4px;
	font-weight: normal;
	color: #666666;
	font-size: 80%;
}
#comics #comicsSet .data td{
	padding: 2px 0;
	font-weight: normal;
	color: #666666;
	font-size: 80%;
}
/* ////////////////////////////// */
/* ■ギャラリー */
/*
	表示可能幅 580px
	ひとつの幅 140
	余白右 5
*/
#gallery ul:after{
	content:".";
	display:block; 
	height:0; 
	visibility:hidden; 
	clear:both;
}
#gallery ul{
	display: inline-block;
	padding-bottom: 20px;
}
#gallery li{
	padding-right: 5px;
	padding-bottom: 6px;
	margin-bottom: 4px;
	font-size: 80%;
	float: left;
	list-style-type: none;
	text-align: center;
}
#gallery li.new{
	background: url("img_200604/new_icon.gif") 12px bottom no-repeat
}
#gallery li a img{
	border: solid 1px #999999;
	margin-bottom: 4px;
}



