@charset "utf-8";

/*headPart*/

/*sidePart*/
@import url("/css/blocks/menuBlock.css");
/*contentPart*/
@import url("/css/blocks/lightbox.css");
/*footPart*/




/*------------------------------
カラム分け
------------------------------*/
#mainBlock{
	width:810px;
	text-align:left;
}
#menuBlock{
	float:left;
	width:200px;
	margin:20px 0 0 0;
	background:#F2F2F2 url(/img/common/bg_menu.gif) no-repeat;
}
#contentsBlock{
	float:right;
	width:590px;
	margin:20px 0 0 0;
}

/* コンテンツブロック */
#contentsBlock p{
	font-size:97%;
	margin:0 0 20px 0;
}
#contentsBlock h3{
	background:transparent url(/img/common/h_yellow.gif) no-repeat;
	width:590px;
	height:30px;
	margin:0 0 5px 0;
}
#contentsBlock h3 img{
	margin:7px 0 0 8px;
}
#contentsBlock h4{
	width:590px;
	margin:0 0 10px 0;
}
#contentsBlock h5{
	font-size:95%;
	font-weight:bold;
	border-left:#FFCC33 solid 5px;
	border-bottom:#CCCCCC dotted 1px;
	padding:3px 5px;
	margin:10px 0 5px 0;
}
#contentsBlock .orderbox{
	width:590px;
	margin:0 0 30px 0;
}
#contentsBlock .orderbox img.photo{
	float:left;
	margin:0 10px 0 0;
}
#contentsBlock .orderbox span{
	font-weight:bold;
	color:#FF6600;
}



/* ボタンブロック */
#btnBlock ul{
	width:590px;
	padding:0;
}
#btnBlock li{
	float:left;
	width:280px;
	height:58px;
	margin:0 5px;
}
#btnBlock li a{
	display:block;
	text-decoration:none;
	width:280px;
	height:58px;
}
#btnBlock ul li span{
	visibility:hidden;
	font-size:1px;
}
#parent a{background:transparent url(/img/house/btn_episodeA.gif) no-repeat 0px 0px;}
#parent a:hover{background:transparent url(/img/house/btn_episodeA.gif) no-repeat 0px -58px;}
#daughter a{background:transparent url(/img/house/btn_episodeB.gif) no-repeat 0px 0px;}
#daughter a:hover{background:transparent url(/img/house/btn_episodeB.gif) no-repeat 0px -58px;}

