@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 .photoBox{
	width:590px;
}
#contentsBlock .photoBox .photoBoxmini{
	float:left;
	width:140px;
	margin:0 7px 10px 0;
}
.lastBox{
	padding:0;
}
#contentsBlock .photoBox .photoBoxmini p{
	text-align:right;
	font-size:85%;
	padding:3px 0;
}
