@charset "utf-8";

/* CONCEPT PHOTO
------------------------------------------------------------------------------*/

#conceptPhoto {
	background-image: url(../images/index/bg_concept1.jpg);
	background-repeat: repeat-x;
	background-position: center 18px;
	height: 359px;
}

#photoArea {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 35px;
	padding-left: 35px;
	background-image: url(../images/index/photo_concept1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 359px;
}

#photoArea h2 {
	padding-top: 35px;
	margin-bottom: 10px;
}

#btnPhotoArea {
	margin-left: 310px;
	margin-top: 25px;
}

/* CONTENT
------------------------------------------------------------------------------*/


/* トップ中間リンク(青) */
#sNaviArea {
	clear:both;
	padding-bottom:11px;
}

.sNavi_box {
	float:left;
	margin-bottom:14px;
	margin-right:15px;
	width:300px;
	height:121px;
	background:url(../images/index/snavi_bg.jpg) bottom left no-repeat;
}

.sNavi_txt {
	padding:7px 0 0 35px;
	width:265px;
}

.sNavi_txt a {
	font-size:14px;
	line-height:1.5em;
	font-weight:bold;
	color:#555;
}

#sNaviArea .mr00 {
	margin-right:0;
}

.topIntroBox {
	height: 200px;
	width: 300px;
	float: left;
	padding-top: 29px;
}



#bgEvent {
	background-image: url(../images/index/bg_index_01.jpg);
	margin-right: 15px;
}

#bgFree {
	background-image: url(../images/index/bg_index_02.jpg);
}


#bgData {
	background-image: url(../images/index/bg_index_data.jpg);
	margin-right: 15px;
}

#bgPlan {
	background-image: url(../images/index/bg_index_plan.jpg);
}

#bgMatchmaking {
	background-image: url(../images/index/bg_index_matchmaking.jpg);
}

#bgConsultant {
	background-image: url(../images/index/bg_index_consultant.jpg);
	margin-right: 15px;
}

.topIntroBox h2 {
	margin-bottom: 10px;
	margin-left: 25px;
}

.topIntroBox p {
	width: 150px;
	margin-left: 130px;
}

.topIntroText {
	height:	75px;
	line-height: 1.5;
	margin-bottom: 20px;
}

#privacyArea {
	height: 140px;
	width: 300px;
	background-image: url(../images/index/bg_privacy.jpg);
	padding-top: 80px;
	padding-left: 300px;
	padding-right: 15px;
}

#privacyArea h2 {
	margin-bottom: 15px;
}

#privacyArea p {
	line-height: 1.5;
}

/* 新着情報 */

#top_info {
	background:#fffae7;
	border:1px solid #d2d2d2;
	margin-bottom:19px;
	padding:5px;
	width:288px;
	height:198px;
}

#top_info_box {
	border:1px solid #d2d2d2;
	background:#fff;
	margin-top:5px;
	padding:12px;
	width:264px;
	height:141px;
	overflow:auto;
}

.info_news {
	color:#666;
	padding-bottom:0.6em;
	border-bottom:1px dashed #d2d2d2;
	margin-bottom:1em;
}
.info_news dt {
	font-weight:bold;
	padding-bottom:0.1em;
}
.info_news dd {
	padding-left:0.5em;
	line-height:1.5em;
}
.end_news {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:10px;
}
