@charset "utf-8";
/*------------------------------------------------------------
	TOPページ
------------------------------------------------------------*/
/*------------------------------------------------------------
	カレント表示
------------------------------------------------------------*/
#sideBar .home img {
	visibility: hidden;
}

/*------------------------------------------------------------
	メインイメージ
------------------------------------------------------------*/
#mainImg {
	margin-bottom: 30px;
	background: url(../../img/index/mainimg_bg.png) repeat-x left top; 
}

#mainImg .inner {
	background: url(../img/index/mainimg_inner.jpg) no-repeat center top;
}

#mainImg h2 {
	margin: 0 auto;
	width: 995px;
}

#mainImg h2 img {
	padding-left: 20px;
}

	* html #mainImg h2 img {
		padding-left: 38px;
	}
/*------------------------------------------------------------*/

body {
	font-size: 1.2em!important;
}

h3.topTtl {
	padding: 25px 20px 0;
	font-size: 1.16em;
	color: #003366;
}

h3.topTtl span {
	font-size: 0.79em;
}

h3.btnH3 {
	width: 710px;
	height: 40px;
	position: relative;
	display: block;
	font-size: 1.33em!important;
}

h3.btnH3 span.txt {
	width: 550px;
	display: block;
}

h3.btnH3 span.inner {
	width: 710px;
	display: block;
}

h3.btnH3 a {
	width: 154px;
	height: 29px;
	position: absolute;
	top: 6px;
	right: 0px;
	display: block;
}

.blueBox {
	background: url(../img/index/blue_bg.jpg) repeat-y left top;
}

.blueBox .inner {
	background: url(../img/index/bg01.jpg) no-repeat left bottom;
	padding: 15px 20px;	
}

.blueBox .inner p.blueInner {
	width: 440px;
	margin-bottom: 15px;
	line-height: 1.7;
}

.blueBox .innerRed {
	padding: 8px 10px;
	background: #990000;
	color: #FFF;
	font-size: 1.08em;
	font-weight: bold;
	width: 440px;
	opacity:0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
}

.redList {
	width: 450px;
}

.redList li {
	padding-left: 11px;
	line-height: 1.7em;
	background: url(../img/common/icon/icon01.png) no-repeat left 6px;
}

#footer {
	font-size: 1.08em;
}
