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

/* 基本設定 */
body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/index/night_bg02.jpg);
	background-repeat: repeat-x;
}

/*大外ボックス*/
#box_base {
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/*背景設定ボックス 夜*/
#box_base #box_01 #box_bg {
	height: 535px;
	width: 100%;
	text-align: center;
	background-image: url(../images/index/night_bg01.jpg);
	background-repeat: no-repeat;
}

/*メインエリア下部設定*/
#box_base #box_01 #box_bg #box_under {
	height: 118px;
	width: 100%;
	text-align: center;
	float: right;
	background-image: url(../images/index/night_building.gif);
	background-repeat: repeat-x;
}

/*サブメニューリスト設定*/
#box_base #box_01 #box_bg #box_sub #box_submenu li.submenu {
	height: 20px;
	width: auto;
	text-align: center;
	float: left;
	font-size: 10px;
	background-image: url(../images/index/submenu/icon_night.gif);
	background-repeat: no-repeat;
	background-position: 7px 5px;
	line-height: 20px;
	padding-left: 17px;
	margin-left: 8px;
	list-style-type: none;
}

/*サブメニューリンク設定*/
#box_base #box_01 #box_bg #box_sub #box_submenu a{
	color: #ffffff;
	text-decoration: none;
}

/*問い合わせ用ボックス夜用*/
#box_base #box_01 #box_bg #box_sub #box_subrefer {
	height: 30px;
	width: 320px;
	text-align: center;
	float: left;
	background-image: url(../images/index/refer_night.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 20px;
}
