@charset "utf-8";

/*プロパティ順番
////////////////////////////////////////////////////*//*


	Mozillaが採用している「ボックスモデルによる記述順番」

	01 display
	02 list-style
	03 position
	04 float
	05 clear
	06 width
	07 height
	08 margin
	09 padding
	10 border
	11 background
	12 color
	13 font
	14 text-decoration
	15 text-align
	16 vertical-align
	17 white-space
	18 other text
	19 content


///////////////////////////////////////////////////////*/

/* wrapper設定 */
html #wrapperTop {
	background: url(../common/img/bg_wrapper_top.jpg) repeat-x left top;
}

/*共通設定
////////////////////////////////////////////////////*/
#contents {
	width: 690px;
}

/*トップの設定
////////////////////////////////////////////////////*/

/*
#sideNavi {
	width: 220px;
	background: url(../img/bg_sidenavi_top.jpg) no-repeat left top;
	padding-top: 15px;
}

#BannerinnerBox {
	width: 220px;
	background: url(../img/bg_sidenavi_center.jpg) repeat-y left top;
}

#bannerBox #BannerinnerBoxTop {
	width: 220px;
	background: url(../img/bg_sidenavi_bottom.jpg) no-repeat left bottom;
	padding-bottom: 10px;
	overflow: hidden;
}

#bannerBox #BannerinnerBoxTop li {
	clear: both;
	padding: 15px 10px 15px;
	margin: 5px 5px 0;
	margin-top: -1px;
	background: url(../common/img/bg_mini_dotted.jpg) repeat-x left top;
	overflow: hidden;
}

#bannerBox #BannerinnerBoxTop li img {
	float: left;
}

#bannerBox #BannerinnerBoxTop li p {
	width: 128px;
	float: right;
	text-align: left;
}
*/

#bannerBox #BannerinnerBoxTop li#bnCompass {
	background-color: #F0F5FB;
	margin-bottom: 15px;
}

#bannerBox #BannerinnerBoxTop li#bnKure {
	background-color: #F4F4EC;
	margin-bottom: 15px;
}

#bannerBox #BannerinnerBoxTop li p {
	margin: 5px;
	text-align: left;
}

/*　インデックスナビの設定
////////////////////////////////////////////////////*/

#indexNavi {
	margin-top: 5px;
	xbackground: url(../img/bg_innerbox_bottom.jpg) repeat-x left bottom;
	border-bottom: 1px solid #DBDBDB;
}

#innerBox_top {
	background: url(../img/bg_indexnavi-top.jpg) repeat-x left top;
	padding: 26px 0 16px;
}

#innerBox_bottom {
	min-height: 210px;
	height: auto !important;
	height: 210px;
	background: #F6F6F6 url(../img/bg_innerbox_bottom.jpg) repeat-x left top;
}

#indexNavi-top ,#indexNavi-bottom {
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
}

#indexNavi-top {
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
}

#indexNavi-bottom {
	width: 920px;
	min-height: 210px;
	height: auto !important;
	height: 210px;
	overflow: hidden;
	background: #F6F6F6 url(../img/h_indexnavi_bottom.jpg) no-repeat left 57px;
	margin-bottom: 1px;
}

#indexNavi-top img {
	float: left;
}

#indexNavi-top p {
	width: 450px;
	text-align: left;
	margin-left: 288px;
}


#indexNavi-bottom dl {
	width: 184px;
	float: left;
	overflow: hidden;
	text-align: left;
	padding-bottom: 8px;
}

#indexNavi-bottom dd {
	margin: 12px 0 0 12px;
	padding-left: 8px;
	letter-spacing: 0;
	font-size: 98%;
	background: url(../common/img/bg_indent.jpg) no-repeat left 4px;
}

#indexNavi-bottom dd a:link ,#indexNavi-bottom dd a:visited {
	color: #333333;
	text-decoration: none;
	letter-spacing: 0;
}

#indexNavi-bottom dd a:hover {
	color: #333333;
	text-decoration: underline;
	letter-spacing: 0;
}

/*ニュース＆トピックスの設定
////////////////////////////////////////////////////*/

#infoBox dt {
	margin-top: 8px;
}

#infoBox dd {
	margin-top: 3px;
	padding-bottom: 10px;
	background: url(../common/img/bg_mini_dotted.jpg) repeat-x left bottom;
	color: #666666;
}








/*footerナビの設定
////////////////////////////////////////////////////*/

#footer_innerTop {
	background: none;
	overflow: hidden;
	padding-bottom: 0;
}

#footer_innerBottom {
	margin-top: 0;
}

#footer_innerBottom ul {
	margin-top: 0;
}
