@charset "shift_jis";


/* キービジュアルエリア設定 */
#kv_area {
	width: 880px;
	height: 220px;
	overflow: hidden;
}

/* kvシャドウ設定(subnavi) */
#kv_shadow_subnavi {
	width: 220px;
	height: 15px;
	background-image: url(/common/images/kv_under_left.gif);
	background-repeat: no-repeat;
	float: left;
	font-size: 0;
}

/* kvシャドウ設定(contents) */
#kv_shadow_contents {
	width: 660px;
	height: 15px;
	background-image: url(/common/images/kv_under_right.gif);
	background-repeat: repeat-x;
	float: left;
}

/* トップleftエリア設定 */
#top_left_area {
	width: 220px;
	float: left;
	background-color: #DEDBD0;
}


/* インフォメーションエリア設定 */
#information_area {
	text-align: left;
	background-image: url(/common/images/top_information_bg.gif);
	background-repeat: repeat-y;
	width: 200px;
	margin:0 auto;
	font-size: 90%;
}
#information_area .title {
	text-align: left;
	width: 200px;
	margin-bottom: 5px;
}
#information_area .txt {
	text-align: left;
	width: 200px;
	margin-left: 10px;
}
#info-line {
	background-image: url(/common/images/info_line.gif);
	background-repeat: no-repeat;
	height: 1px;
	width: 198px;
	background-position: center;
	font-size: 0;
}
#information_area .space {
	height: 5px;
	font-size: 0;
	overflow: hidden;
}

/* topラッパー設定 */
#top_wrapper {
	width: 660px;
	float: left;
	background-color: #FFFFFF;
}

/* topセンター設定 */
#center_area {
	width: 420px;
	float: left;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
#center_area p {
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.3em;
}

/* バナーエリア設定 */
#banner_area {
	width: 220px;
	float: right;
}

