@charset "utf-8";
/* CSS Document */


/* レイアウト */
.side {
	float: right;
	}


/* ピックアップ */
.pickup {
	float: left;
	width: 655px;
	border: 1px solid #DDCAB0;
	background-color: #F0E8DD;
	background-image: url(../images/pickup_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
}

/* 新着情報 */
.whatsnew {
	width: 240px;
	border: 1px solid #D9B6AA;
	background-color: #F0E1DD;
	background-image: url(../images/whatsnew_bg.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
.whatsnew dl{
	margin-top: 28px;
}
.whatsnew dt{
	color: #996633;
	margin-top: 12px;
}
.whatsnew dd{
	color: #996666;
	padding-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C9935C;
	margin: 0px;
	padding-left: 20px;
}
/* 新着情報メイン真ん中版 */
.whatsnew02 {
	width: 630px;
	border: 1px solid #D9B6AA;
	background-color: #F0E1DD;
	background-image: url(../images/whatsnew02_bg.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
.whatsnew02 dl{
	margin-top: 30px;
}
.whatsnew02 dt{
	color: #996633;
	margin-top: 5px;
}
.whatsnew02 dd{
	color: #996666;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C9935C;
	margin: 0px;
	padding-left: 10px;
	width: 610px;
}
/* 資格加盟団体 */
.shikaku {
	width: 250px;
	border: 1px solid #E9CFBC;
	background-color: #FCF7E4;
	background-image: url(../images/shikaku_bg.jpg);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 5px;
	background-repeat: no-repeat;
}
.sikaku dl{
	margin-top: 28px;
}
.sikaku dt{
	color: #996633;
	margin-top: 12px;
}
.sikaku dd{
	color: #996666;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C9935C;
	margin: 0px;
	padding-left: 20px;
}
/* バナー */
.bana {
	　width: 240px;
	padding-bottom: 10px;
}
.bana li {
	list-style-type: none;
	margin-bottom: 8px;
}


/* フラッシュ */
.flash {
	background-image: url(../images/flash_line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 310px;
}

