@charset "UTF-8";

/*----------------------------------------------------
common
----------------------------------------------------*/
body { color:#333; text-align:center; }


body {font-weight:normal;font-style:normal;
font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",sans-serif;}
/* for IF6 */
* html body{font-family:"ＭＳ Ｐ明朝","MS PMincho",Sans-Serif;}

a:link {color:#333333; text-decoration:none;}
a:visited {color:#333333; text-decoration:none;}
a:hover {color:#e9455a; text-decoration:none;}
a:active {color:#e9455a; text-decoration:none;} 


p.noscript{
	width: auto;
	padding:10px;
	color:#f00;
	font-weight:bold;
	background-color:#ff9;
	text-align:center!important;
}

.anchor {
	position:absolute;
	top:0;
	left:-9999em;
}


/*--------------------------------------------------------------
layout
--------------------------------------------------------------*/

#container{
	text-align:left;
	margin:0 auto !important;
	width:980px;
	color:#333333;
}


/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
#header{
	margin:0 auto;
	height:175px;
}

#header_l{
	width:410px;
	margin:0 auto;
	float:left;
}

#header_r{
	width:301px;
	margin:0 auto;
	float:right;
}


#logo{
	margin-top:48px;
	float:left;
}


h1#logo a:hover img {
	opacity: 0.6;
	-moz-opacity: 0.6; /* Firefox */
	filter: alpha(opacity=60); /* IE6/7 */
	-ms-filter: "alpha(opacity=60)"; /* IE8 */
}



div#adress{
	margin:0 auto;
	width:301px;
	padding-top:84px;
}


#functionnavi{
	width:301px;
	height:31px;
	overflow:hidden;
}

#functionnavi li{
	 list-style: none; 
	 float: left; 
}

.imghover a:hover img {
	opacity: 0.6;
	-moz-opacity: 0.6; /* Firefox */
	filter: alpha(opacity=60); /* IE6/7 */
	-ms-filter: "alpha(opacity=60)"; /* IE8 */
}


/*--------------------------------------------------------------
navi
--------------------------------------------------------------*/

#globalNavi{
	width:220px;
	margin-top:55px;
	margin-right:50px;
	float:left;
}

#nav {
	 margin: 0 auto; 
	 }
	 
	 
#nav li {
	 list-style: none; 
	 float: left; 
	 margin-bottom:30px; 
	 }



/*--------------------------------------------------------------
contents
--------------------------------------------------------------*/
#contents{
	margin-top:50px;
	width:710px;
	float:left;
	line-height:2;
}

#contents2{
	margin-top:45px;
	width:710px;
	float:left;
	line-height:2;
}



/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
#footer{
	margin-top:10px;
	float:left;
	width:980px;
}


#pagetop{
	margin-top:20px;
	float:right;
	width:710px;
	text-align:right;
}


#pagetop a:hover img {
	opacity: 0.6;
	-moz-opacity: 0.6; /* Firefox */
	filter: alpha(opacity=60); /* IE6/7 */
	-ms-filter: "alpha(opacity=60)"; /* IE8 */
}




#copyright{
	clear:both;
	margin-top:16px;
	margin-right:10px;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 77%;
	text-align:right !important;
}

