@charset 'UTF-8';
/* div --------------------------------------------- */
div#wrapper {	
	width:940px;
	margin:0 20px 15px 20px;
}
div.contentsBox {
	width:940px;
	overflow:hidden;
}
div.contentsBoxLeft {
	float:left;
	width:230px;
}
div.contentsBoxRight {
	float:right;
	width:680px;
}
/* contentsMenuBox */
div.contentsMenuBox {
	width:680px;
	padding:0 0 15px 0;
	overflow:hidden;
/* 	background:white url('../images/bg_contentsmenubox.gif') repeat-y; */

}
div.contentsMenuBoxLeft {
	float:left;
	overflow:hidden;
	width:325px;
}
div.contentsMenuBoxRight {
	float:right;
	overflow:hidden;
	width:325px;
}
div.contentsMenuBox div.leftImg {
	float:left;
	width:150px;
}
div.contentsMenuBox div.rightTxt {
	float:right;
	width:165px;
	line-height:1.4em;
}

/* hn --------------------------------------------- */
h2 {
	margin:0 0 15px 0;
}
h3 {
	margin:0 0 15px 0;
}
/* p --------------------------------------------- */
p.topImg {
	margin:0 0 15px 0;
}
/* dl --------------------------------------------- */
div.contentsMenuBox dl {
	margin:0 0 5px;
	background:white url('../images/bg_cmbdl.gif') no-repeat;
}
div.contentsMenuBox dt {
}
div.contentsMenuBox dd {
}
div.contentsMenuBox dd p {
	padding:10px 15px 0px 15px;;
	line-height:1.4em;
}
