@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 250px;
}

#contentsBox h2{
	width: 700px;
	height: 20px;
	padding: 60px 50px 10px;
	background: url(../images/contents_bg_top.gif) left top no-repeat;
	font-size: 141%;
}

#contentsBox li{
	margin-bottom: 10px;
	background: url(../images/dot_underline01.gif) left bottom repeat-x;
}

#contentsBox dl{
	padding-bottom: 3px;
}

#contentsBox dt,
#contentsBox dd{
	margin-bottom: 5px;
}

#contentsBox dt{
	background: url(../images/list_mark01.gif) left center no-repeat;
	padding-left: 13px;
	font-weight: bold;
}

#contentsBox dd{
	margin-left: 12px;
}
