@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

body {
	background-image:url(../common/bg2.png);
	background-repeat:repeat-x;
	font-size:12px;
	line-height:160%;
	width:100%;
	color:#111;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic",Osaka,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Arial, Helvetica, sans-serif;
}


.h_img {		/*IMG Headline*/
	padding-bottom:20px;
}

.totop {	/*Back to top*/
	font-size:12px;
	margin:20px 0;
}

#ops_mgn {
	width:100%;
	height:30px;
	display:block;
}

#container {
	width:764px;
	margin:0 auto;
	height:auto;
}

#header {
	background-image:url(../common/bg_head.jpg);
	background-repeat:no-repeat;
	height:165px;
}

h1 {
	display:none;
}


h2 {
	color:#000000;
	font-size:11px;
	font-weight:normal;
	display:block;
	text-align:center;
	padding:10px 0;
	line-height:normal;
}

#navigation {
	width:764px;
	margin:0 auto;
	height:60px;
}

#navigation ul{
	float:left;
	list-style-type:none;
}

#navigation li{
	float:left;
}

.back {
	font-size:12px;
	text-align:right;
	margin:0 0 40px 0;
}

.back a{color:#111; text-decoration:underline;}
.back a:hover{color:#FF9433;text-decoration:none;}

#footer {
	clear:both;
	background-image:url(../common/bg_footer.png);
	background-repeat:repeat-x;
	height:105px;
}

#footer font{
	font-size:12px;
	color:#FFF;
	width:764px;
	margin:0 auto;
	display:block;
	padding-top:20px;
	text-align:center;
}

#footer a{color:#FFF; text-decoration:none;}
#footer a:hover{color:#FF9433;}

.copy {
	font-family:Arial, Helvetica, sans-serif;
	width:764px;
	margin:0 auto;
	color:#E8E8E8;
	font-size:11px;
	text-align:center;
	letter-spacing:0.1em;
}