@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background-image: url(../layout/body_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #DDDFD4;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #009900;
}
#topH1{
	font-size: 10px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
}
#wrapper {
	height: auto;
	width: 848px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BEBEBE;
	border-left-color: #BEBEBE;
	background-color: #FFFFFF;
}
#header {
	background-image: url(../layout/header_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 83px;
	position: relative;
}
.hLogo {
	height: 33px;
	width: 135px;
	position: absolute;
	left: 27px;
	top: 33px;
}
#topIMG {
	margin-top: 9px;
	margin-bottom: 9px;
}
#gNavi {
	background-image: url(../layout/gNavi_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	margin-bottom: 30px;
}
#gNavi img {
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E2E6E5;
}

/* gNavi menu list
-------------------------------------------------------------------------------------*/
#gNaviBox{
	background: url(../layout/gNavi_back.jpg) repeat-x center bottom;
	width: 848px;
	height:30px;
	margin-bottom: 30px;
}
.gNaviContainer{
	height:30px;
	padding:0;
	list-style:none;
	float: right;
}
.gNaviContainer li{
	display:inline;
    position:relative; 
	line-height:0;
	margin:0;
}
.gNaviContainer img {
	vertical-align:bottom;/* テキストの下端に揃える */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E2E6E5;
}
.gNaviContainer li a:hover img,#gNaviStay img{
	opacity:0.9!important;
	-moz-opacity:90!important;
	filter: alpha(opacity=90)!important;
	-ms-filter: "alpha( opacity=90 )"!important;
}
.gNaviContainer li ul{
	padding:0;
	margin:0;
    position: absolute;
    top: 0px;
	_top:30px;
    left: 1px;
    display: none;
	z-index: 9;
	list-style:none;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
}
.gNaviSlide a,.gNaviSlideLast a{
	background:#000000 url(../layout/iconGnavMenu.gif) no-repeat 17px center;
	display:block;
	font-weight:normal;
	color:#FFFFFF;
	padding:8px 0 8px 35px;
	width:300px;
	overflow:hidden;
	font-size:12px;
	line-height:120%;
	
	opacity:0.8;
	-moz-opacity:80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.gNaviSlide a{border-bottom:1px dotted #333333;}
.gNaviSlide a:hover,.gNaviSlideLast a:hover{
	color:#FF3399;
	background:#000000 url(../layout/iconGnavMenu.gif) no-repeat 19px center;
	opacity:10;
	-moz-opacity:100;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
/* fNavi menu list
-------------------------------------------------------------------------------------*/
.fNaviContainer{
	height:26px;
	padding:0;
	list-style:none;
	float: right;
}
.fNaviContainer li{
	display:inline;
    position:relative; 
	line-height:0;
	margin:0 0 0 15px;
	z-index: 9;
}
.fNaviContainer img {
	vertical-align:bottom;/* テキストの下端に揃える */
}
.fNaviContainer li a:hover img,#fNaviStay img{
	opacity:0.9!important;
	-moz-opacity:90!important;
	filter: alpha(opacity=90)!important;
	-ms-filter: "alpha( opacity=90 )"!important;
}
.fNaviContainer li ul{
	padding:0;
	margin:0;
    position: absolute;
    top: 0px;
	_top:26px;
    left: 1px;
    display: none;
	z-index: 10;
	list-style:none;
}
.fNaviSlide a,.fNaviSlideLast a{
	background:#333333 url(../layout/iconGnavMenu.gif) no-repeat 17px center;
	display:block;
	font-weight:normal;
	color:#FFFFFF;
	padding:6px 0 6px 35px;
	width:220px;
	overflow:hidden;
	font-size:10px;
	line-height:120%;
	
	opacity:0.8;
	-moz-opacity:80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.fNaviSlide a{border-bottom:1px dotted #999999;}
.fNaviSlide a:hover,.fNaviSlideLast a:hover{
	color:#FF3399;
	background:#333333 url(../layout/iconGnavMenu.gif) no-repeat 19px center;
	opacity:10;
	-moz-opacity:100;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}



#mainContent {
	padding-bottom: 50px;
}
.pageTitle {
	margin-left: 30px;
	margin-bottom: 15px;
}
.bottomLink {
	text-align: right;
	margin-right: 30px;
	padding-top: 10px;
}
.bottomLink a {
	background-image: url(../icon/blet01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 11px;
}
.bottomLink2 {
	text-align: right;
	margin-right: 5px;
	padding-top: 0px;
}
.bottomLink2 a {
	background-image: url(../icon/blet01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 11px;
}
#footer{
	margin:20px 0 0 0;
	height: 130px;
	padding-bottom: 5px;
	position: relative;
}
.fLink {
	background-image: url(../layout/f_back.jpg);
	background-repeat: repeat-x;
	height: 26px;
	padding-right: 30px;
	padding-left: 30px;
}
/*.fLink img {
	float: right;
	margin-left: 20px;
}*/
#footerCompanyName{
	line-height: 135%;
	margin-left: 50px;
	margin-top: 30px;
	color: #666666;
	float: left;
	width: 300px;
}
address {
	text-align: right;
	font-style: normal;
	color: #999999;
	float: right;
	width: 400px;
	position: absolute;
	right: 30px;
	top: 85px;
	height:20px;
	z-index:2;
}

