﻿@charset "utf-8";

@import "reset.css";
@import "layout.css";
@import "common.css";

/* ----------------------------------------------------------------------------
	トップページ
	index.html
---------------------------------------------------------------------------- */
#floatWrap {
	width:924px;
	margin:26px 0 0;
}
#floatWrap .leftBox {
	width:600px;
	float:left;
}
#infoTtl {
	font-size:0;
	line-height:0;
	height:61px;
	margin-top:21px;
}
#infoBox {
	width:568px;
	height:139px;
	padding:3px 10px 7px 22px;
	background:url(../img_top/info_bg.jpg) no-repeat left top;
}
#scrollBar {
	width:568px;
	height:127px;
	padding-top:2px;
	padding-bottom:10px;
	overflow:auto;
}
#scrollBar dl {
	width:550px;
	clear:both;
	margin-top:14px;
	font-size:75%;
}
#scrollBar dt {
	width:60px;
	color:#808080;
	background:url(../img_common/icon.jpg) no-repeat left 0.1em;
	padding-left:19px;
	margin-right:15px;
	float:left;
	line-height:1.4;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
#scrollBar dd {
	width:430px;
	float:left;
	line-height:1.4;
}
#scrollBar dd a { line-height:1.4;}

#floatWrap .rightBox {
	width:286px;
	float:right;
}
#floatWrap #sideBnr {
	width:272px;
	padding:7px 7px 1px;
	background:url(../img_top/side_bg.jpg) no-repeat left top;
}
#floatWrap #sideBnr li {
	width:272px;
	height:74px;
	font-size:0;
	line-height:0;
	margin-bottom:6px;
}

#pagePath {
	margin:45px 0 15px;
}









