@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	font-size:14px;
	color:#666;
	background-color:#c3d825;
	line-height:150%;
}

img{
	border:0;
	vertical-align:top;
	vertical-align:bottom;
}

a{
	overflow:hidden;
	outline:none;
}

.alpha{
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/**/

#wrapepr{
	width:750px;
	margin:0 auto;
	background-color:#FFF;
}

/**/

#header{
	width:750px;
	height:112px;
	background-image:url(../new_image/index/bg_header.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	position:relative;
}

#header h1{
	width:277px;
	height:36px;
	position:absolute;
	top:10px;
	left:10px;
}

#eng_logo{
	display:block;
	width:213px;
	height:21px;
	position:absolute;
	top:26px;
	right:14px;
}

/**/

#gnavi{
	width:730px;
	height:40px;
	position:absolute;
	bottom:11px;
	left:10px;
	border-top:3px solid #D7D7D7;
}

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

/**/

#MainImage{
	width:730px;
	margin:0px auto;
	padding:10px 0px;
}

/**/

#footer{
	clear:both;
}


/**/
.totop{
	width:750px;
	margin:20px auto;
	text-align:right;
}

