@charset "UTF-8";
/*日本語*/

/*======================================================
初期化およびトップページスタイル
========================================================*/



/*======================================================
initialize
IE6以上、Firefox3.5.7以降、Safari4以上が対象。2010年1月現在
========================================================*/

html{
	overflow-y:scroll;
}

body{
	font-size:12px;
	color:#464646;
	background-color:#e1e1e1;
	font-family:"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "Osaka","ＭＳ Ｐゴシック" ,sans-serif;
	margin:0;padding:0;
/*	background-image:url("../images/body_back.gif");*/

}


*{
	margin:0;
	padding:0;
	line-height:1.6;
}



ul,ol{list-style-type:none;}

img{
	border:none;
}


.clearfix:after{
	content:"";
	display: block;
	clear:both;
}
.clearfix{
	zoom:1;
}

p,dd{
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:1.6;
}
.annotation{
	padding-left:1em;
	text-indent:-1em;
	font-size:88%;
}

.clearAll{
	clear:both;
}



h1{
	font-size:x-small;
	font-weight:normal;
}

/*==============================================================================
container
===============================================================================*/
#container{
	margin:0 auto;
	width:900px;
	clear:both;
	background-color:#fff;
	position:relative;
}


/*==============================================================================
header
===============================================================================*/

#header{
	margin:0 auto;
	width:900px;
	height:52px;
	font-size:x-small;
	position:relative;
	z-index:500;
	background-color:#fff;
}

#header .left{
	float:left;
	width:495px;
	padding-left:5px;
}

#header .right{
	float:right;
	width:395px;
	text-align:right;
	padding-right:5px;
}

#header .right ul{
	margin-top:10px;
	height:35px;
}
#header .right li{
	display:inline;
	padding-left:20px;
	padding-bottom:4px;
	margin-right:5px;
	background-image:url("../images/marker1.gif");
	background-repeat:no-repeat;
}

#header .right p{
	text-align:right;
}


#header a{
	color:#252525;
	font-style: normal;
	font-variant: normal;
	text-decoration:none;
}

#header a:link{text-decoration:none;color:#252525;}
#header a:visited{text-decoration:none;color:#252525;}
#header a:hover{text-decoration:underline;color:#252525;}
#header  a:active{text-decoration:none;color:#252525;}

h1{
	display:none;
}




/*==============================================================================
グローバルmenu
===============================================================================*/

#menu{
	clear:both;
	width:100%;
	height:25px;
	z-index:150;
	position:relative;
}
#menu ul{
	width:100%;
	margin:0 auto;
	z-index:200;
}
#menu ul li{
	float:left;
	font-size:90%;
}


#menu ul li a.g{
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	text-decoration:none;
	background-image:url("../images/gmenu_all.png");
	height:25px;
}

.fix{
	text-indent:-9999px;
	background-image:url(../images/gmenu_all.png);
	height:25px;
}

#gmenu1 a.g{width:180px;background-position:0 0;}
#gmenu1 a.g:hover{background-position:0 -25px;}

#gmenu2 a.g{width:180px;background-position:-180px 0;}
#gmenu2 a.g:hover{background-position:-180px -25px;}

#gmenu3 a.g{width:150px;background-position:-300px 0;}
#gmenu3 a.g:hover{background-position:-300px -25px;}

#gmenu4 a.g{width:180px;background-position:-360px 0;}
#gmenu4 a.g:hover{background-position:-360px -25px;}

#gmenu5 a.g{width:180px;background-position:-540px 0;}
#gmenu5 a.g:hover{background-position:-540px -25px;}

#gmenu6 a.g{width:180px;background-position:-720px 0;}
#gmenu6 a.g:hover{background-position:-720px -25px;}


#gmenu1fix{width:180px;background-position:0 -25px;}
#gmenu2fix{width:180px;background-position:-180px -25px;}
#gmenu3fix{width:150px;background-position:-360px -25px;}
#gmenu4fix{width:180px;background-position:-360px -25px;}
#gmenu5fix{width:180px;background-position:-540px -25px;}
#gmenu6fix{width:180px;background-position:-720px -25px;}



/*==============================================================================
サブメニュー
===============================================================================*/

ol.subMenu{
	clear:both;
	position:absolute;
	background-color:#7d7d7d;
	display:none;

	width:180px;
	-moz-border-radius-bottomleft:6px;/*FF*/
	-moz-border-radius-bottomright:6px;/*FF*/
	-webkit-border-bottom-left-radius:6px;/*Safari*/
	-webkit-border-bottom-right-radius:6px;/*Safari*/

	box-shadow:6px 6px 9px #333;
	-webkit-box-shadow:6px 6px 9px #333;
	-moz-box-shadow:6px 6px 9px #333;

	padding-bottom:5px;
	filter:alpha(opacity=90);
	opacity:0.9

}

ol.subMenu li{
	padding:5px 10px;
	border-bottom:1px dotted #fff;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	width:160px;
}

ol.subMenu li a{
	color:#fff;
	font-size:11px;
	text-decoration:none;
	display:block;
	_width:160px;
}

ol.subMenu li a:link{
	text-decoration:none;
}

ol.subMenu li a:visited{
	text-decoration:none;
}

ol.subMenu li a:hover{
	text-decoration:none;
}

ol.subMenu li a:active{
	text-decoration:none;
}


/*==============================================================================
footer
===============================================================================*/
#pre_footer{
	clear:both;
	margin:0;
	padding-bottom:2px;
}
#pre_footer hr{
	display:none;
}


#footer{
	margin-top:10px;
	padding:5px 0;
	height:25px;
	background-color:#252525;
	color:#fff;
}

#footer p.left{
	float:left;
	width:300px;
	text-indent:1em;
}

#footer div.right{
	float:right;
	text-align:right;
}

#footer a{color:#fff;}
#footer a:link{text-decoration:none;color:#fff;}
#footer a:visited{text-decoration:none;color:#fff;}
#footer a:hover{text-decoration:underline;color:#fff;}
#footer a:active{text-decoration:none;color:#fff;}


#footerNav li{
	font-size:86%;
	display:inline;
	border-left:1px solid #fff;
	padding-left:4px;
	padding-right:4px;
}
#footerNav a:link{text-decoration:underline;color:#fff;}
#footerNav a:visited{text-decoration:underline;color:#fff;}
#footerNav a:hover{text-decoration:none;color:#fff;}
#footerNav a:active{text-decoration:underline;color:#fff;}

