@import "main.css";
*{
	margin:0;
	padding:0;
	list-style-type:none;
	font-weight:normal;
	text-decoration:none;
	font-size:100%;
	font-style:normal;
}

body{
	font-size:80%;
	margin:0 auto;
	text-align:center;
	line-height:160%;
	background:#fff url(../img/common/body_back.jpg) no-repeat center top;
	color:inherit;
}

img{
	border-style:none;
	vertical-align:middle;
}

.container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.container {display: inline-table;}
/* Hides from IE-mac \*/
* html .container{height: 1%;}
*+html .container{min-height: 1%;}
.container {display: block;}
/* End hide from IE-mac */

h5#autochangepg{
	width:820px;
	text-align:center;
	padding:2px 0;
	margin:0 auto;
	font-size:85%;
	line-height:1;
	color:#999;
	background-color:inherit;
	background:url(../img/common/box_back.png) no-repeat center top;
	border-bottom:1px solid #eee;
}
strong a{
	font-weight:bold;
}
strong.text{
	font-weight:inherit;
	color:inherit;
	background-color:inherit;
}
strong.text a{
	text-decoration:underline;
}
strong.notice{
	font-weight:bold;
	color:#00f;
	background-color:inherit;
}
strong.notice a{
	font-weight:bold;
	color:#00f;
	background-color:inherit;
	text-decoration:underline;
}


#box{
	width:820px;

	margin:0 auto;
	text-align:left;

}

* html #box{
	width:820px;
}

/* header */
#header{
	padding:0 10px;
	background:url(../img/common/box_back.png) repeat-y left top;
}
#header div.logomenu p.logo{
	padding:0 0 10px 20px;
	display:inline;
	float:left;
	width:300px;
}
#header div.logomenu ul{
	margin:18px 20px 0 0;
	display:inline;
	float:right;
	width:225px;
	text-align:right;
}
#header div.logomenu ul li{
	display:inline;
}
#header ul.navi{
	padding:5px 0 0 0;
	background:url(../img/common/header_navi_back.gif) repeat-x left top;

}
#header ul.navi li{
	margin:0 5px;
	float:left;
	display:inline;
}
#header ul.navi li.home{
	margin:0 121px 0 11px;
}

/* footer */

#footer{
	background:url(../img/common/box_back.png) repeat-y left top;

}
#footer address{
	padding:0 10px 30px 10px;
	text-align:center;
	color:#666;
	background-color:inherit;
	background:url(../img/common/footer_back.gif) repeat-x center bottom;
	font-size:85%;
	border-top:1px solid #eee;
}