*{
	margin: 0;
	padding: 0;
}
body{
	text-align: center;
	background: url(../images/common/body_back.gif) center repeat-y;
	font-size: 82%;
}
ul {
	list-style-type: none;
}
a{
	color: #036;
}
img{
	border: 0;
	vertical-align: bottom;
}
.clr{
	clear: both;
	font-size: 0;
	line-height: 0px;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.forimg{
	display: none;
}

#layout{
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}
#header{
	height: 112px;
	background: url(../images/common/header_back.gif) top repeat-x;
}
#header div{
	height: 112px;
	width: 780px;
	margin: auto;
	text-align: left;
	background: url(../images/common/header_div_back.jpg) no-repeat;
}
h1{
	float: left;
	height: 72px;
	width: 370px;
	margin-top: 10px;
	padding-left: 30px;
}
h1 #forIEPr{
	display: none;
}
#env{
	float: right;
	height: 58px;
	width: 260px;
	padding-right: 30px;
}
#env li{
	float:left;
	margin-top: 10px;
	font-size: 0;
}
#env li a{
	display: block;
	float: left;
	height: 60px;
}
#navi{
	height: 28px;
	width: 758px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 2px;
	background: #999;
	border-bottom: 1px solid #999;
}
#navi li{
	float:left;
	font-size: 0;
	height: 28px;
}
#navi li a{
	height: 28px;
}
#naviend{
	clear: both;
	margin: 0;
	padding:0;
	height: 0px;
	font-size: 0;
	line-height: 0;
	background: #fff url(/images/common/navi/navi_menu_end.jpg) no-repeat center;
}
#contents{
	margin: 0 10px;
	padding-top: 8px;
}
#footer{
	height: 95px;
	padding-top: 10px;
	font-size: 12px;
	color: #666;
	background: url(../images/common/footer_back.gif) no-repeat;
}
#copy{
	float: left;
	height: 12px;
	width: 400px;
	padding-top: 50px;
	padding-left: 30px;
	line-height: 12px;
	font-size: 12px;
}
#address{
	float: right;
	height: 70px;
	width: 330px;
}