@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 50px;
}

#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 .pict{
	padding-right: 30px;
}

#contentsBox .pict img{
	border: solid 1px #630;
}

#contentsBox .pict,
#contentsBox #detail{
	float: left;
}

#contentsBox #detail{
	width: 350px;
}

#contentsBox #detail table{
	width: 350px;
	white-space: nowrap;
	margin-bottom: 10px;
}

#contentsBox #detail th,
#contentsBox #detail td{
	border: 1px solid #B98046;
	padding: 5px 10px;
}

#contentsBox #detail p{
	padding-bottom: 10px;
}


