@charset "utf-8";
@import "/css/template.css";

/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#header {
	margin-bottom: 0;
}

#topVisual {
	margin: 0 0 15px;
	width: 760px;
	height: 240px;
	background: url(/img/index/top_visual.jpg) no-repeat left;
	position: relative;
}

#topVisual ul {
}

#topVisual ul ul {
}

#topVisual ul ul a {
	display: block;
}

#topVisual ul ul .m01 a {
	width: 194px;
	height: 29px;
	background: url(/img/index/btn01_over.gif) no-repeat;
	display: block;

	position: absolute;
	top: 191px;
	left: 39px;
}

#topVisual ul ul .m02 a {
	width: 194px;
	height: 29px;
	background: url(/img/index/btn02_over.gif) no-repeat;
	display: block;

	position: absolute;
	top: 191px;
	left: 277px;
}

#topVisual ul ul .m03 a {
	width: 194px;
	height: 29px;
	background: url(/img/index/btn03_over.gif) no-repeat;
	display: block;

	position: absolute;
	top: 191px;
	left: 528px;
}

#topVisual ul ul a:hover {
	background-color: #fff;
}

#topVisual ul ul a:hover img {
	visibility: hidden;
}

/*------------------------------------------------------------
	
------------------------------------------------------------*/
#conts #box01{
	margin: 0 0 20px;
	background: url(/img/index/h2_title_back.jpg) no-repeat left bottom;
	width: 520px;
	height: 286px;
}

#conts #box01 p{
	margin-top: -5px;
	margin-left: 18px;
	width: 336px;
	letter-spacing: 0;
	line-height: 1.7;
}


#conts .box {
	padding-bottom: 0px;
	margin-bottom: 10px;
	background: url(../img/index/line02.gif) repeat-x left bottom;
	overflow: hidden;
	zoom: 100%;
}

	*+html #conts .box {
		padding-bottom: 10px;
	}
	
	*html #conts .box {
		padding-bottom: 10px;
	}

#conts h2 {
	margin: 0 0 10px;
}

#conts h3 {
	margin: 0 0 8px;
}

#conts p {
	margin: 0 5px 15px;
	
	line-height: 1.7;
}

#conts ul.arrow {
	margin-top: -10px;
}

#conts ul.arrow a {
	padding: 1px 0 1px 20px;
	background: url(/img/icon/arrow01.gif) no-repeat left center;
	
	line-height: 1.5;
}

#conts ul.arrow1 {
	margin: -5px 0px 30px 0px;
	line-height: 1.7;

	font-size: 110%;

	text-align: right;
}

#conts ul.arrow1 a {
	margin-left: auto;
	padding: 1px 0 0 35px;
	width: 134px;
	height: 26px;
	background:url(/img/index/more_img_buttom.jpg) no-repeat;
	display: block;

	font-weight: bold;
	text-align: left;
}

	* html #conts ul.arrow1 a {
		width: 169px;
		height: 27px;
		/*Mac IE用ハック*/
		/*\*//*/
		width: 134px;
		height: 26px;
		/**/
	}

/*--------最新情報--------*/
#conts dl.update {
	margin: 0 5px;
}

#conts dl.update dt {
	margin-top: 4px;

	float: left;
	clear: left;

	font-size: 110%;
	font-weight: bold;	
}

#conts dl.update dd {
	margin: 0 5px 8px 0;
	padding: 0 0 10px 6.5em;
	background: url(/img/index/line.gif) repeat-x left bottom;

	line-height: 1.5;
}

#conts dl.update dd.last {
	background: none;
}

#conts img.left {
	margin: 0 15px 15px 0;
	
	float: left;
}

#conts img.line {
	margin: 10px 0 10px;
}

#conts a:link {
	color: #377332;
}

#conts a:visited {
	color: #5A8F4E;
}

#conts a:hover {
	color: #1B67C9;
}

#conts a:active {
	color: #000;
}





/*------------------------------------------------------------
	#4 サイドナビ
------------------------------------------------------------*/
#sideNavi {
	width: 180px;
	background: url(/img/template/side_navi/side_back.gif) repeat-y;

	float: right;
}

#sideNavi .banner1,
#sideNavi .banner2,
#sideNavi .banner3 {
	padding: 10px 0 0 0;	
}

#sideNavi .banner1 a {
	width: 180px;
	display: block;
}

#sideNavi .banner1 li,
#sideNavi .banner2 li,
#sideNavi .banner3 li {
	margin: 0 0 10px 0;
	
	display: inline;
}

#sideNavi .banner2 li,
#sideNavi .banner2 li {
	display: inline;
}


#sideNavi #otherMenu {
	margin: 0 0 15px 0;
	padding-bottom: 7px;
	background: url(/img/template/side_navi/h3_back.gif) no-repeat 2px 3px;
	border-top: 4px solid #1B67C9;
	border-right: 1px solid #D8E3EF;
	border-bottom: 1px solid #D8E3EF;
	border-left: 1px solid #D8E3EF;
}

	* html #sideNavi #otherMenu {
		background: url(/img/template/side_navi/h3_back.gif) no-repeat 4px 7px;
		/*Mac IE用ハック*/
		/*\*//*/
		background: url(/img/template/side_navi/h3_back.gif) no-repeat 2px 3px;
		/**/ 
	}
	
	*+html #sideNavi #otherMenu {
		background: url(/img/template/side_navi/h3_back.gif) no-repeat 4px 7px;
	}

#sideNavi #otherMenu h3 {
	padding: 10px 0 10px 12px;
}

#sideNavi #otherMenu p {
	padding: 10px 12px 0 12px;
	
	line-height: 1.7;
}


