@charset "utf-8";
/* CSS Document */



/*----- #wrapper -----*/

/*----- #main -----*/
#mainVisual{
	clear: both;
	margin: 0 20px 10px;
	border: 1px solid #B98046;  
}


/*----- #contents -----*/
#contents{
	clear: both;
	width: 800px;
}

#contentsBox{
	background: url(../images/contents_bg.gif) repeat;
	margin-bottom: 20px;
	color: #630;
}

#contentsBox_bot{
	background: url(../images/contents_bg_bot.gif) left bottom no-repeat;
	padding: 20px 40px 180px;
}

#contentsBox h2{
	width: 700px;
	height: 20px;
	padding: 60px 50px 0;
	background: url(../images/contents_bg_top.gif) left top no-repeat;
	font-size: 141%;
}

#contentsBox p.lead{
	font-size: 116%;
	margin-bottom: 20px;
}

#contentsBox dl{
	width: 230px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

* html #contentsBox dl{
	zoom: 1;
}

#contentsBox dl.lastchild{
	padding-right :0px;
}

#contentsBox dt.pict{
	margin-bottom: 5px;
}

#contentsBox dt.pict img{
	display: block;
	width: 228px;
	height: 153px;
	border: 1px solid #663300;
}

#contentsBox dd{

	
}

