@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 #profile{
	float: left;
}

#contentsBox #profile dl{
	margin-top: 10px;
	overflow: hidden;
}

#contentsBox #profile dt{
	clear: both;
	float: left;
	width: 5em;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url(../images/dot_underline01.gif) bottom repeat-x;
}

#contentsBox #profile dd{
	margin-left: 5em;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url(../images/dot_underline01.gif) bottom repeat-x;
}





