@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 .example2box{
	width:590px;
}

/* 概要エリア */
#contentsBlock .example2box ul{
	width:590px;
	margin:0;
}
#contentsBlock .example2box ul li{
	width:590px;
	border-bottom:1px dotted #CCCCCC;
	padding:0 0 10px 0;
	margin:10px 0 0 0;
}
#contentsBlock .example2box ul li img{
	float:left;
	padding:0 10px 0 0;
}
#contentsBlock .example2box ul li p{
	float:left;
	width:430px;
	margin:2px 0 0 0;
}



/* フォトボックス */
#contentsBlock .example2box .photoBox{
	width:590px;
}
#contentsBlock .example2box .photoBox p{
	text-align:right;
	font-size:85%;
	padding:3px 0;
}
#contentsBlock .example2box .photoBox .photoBoxmini{
	float:left;
	width:290px;
	padding:0 5px 0 0;
}

