@charset "UTF-8";

.wrapper{
	width:100%;
	height:100%;
	background:#fff;
}

/* header */

#header{
	width:100%;
	border-bottom:5px solid #000;
}

#header p{
	width:800px;
	margin:0 auto;
	padding:17px 0 22px;
	text-align:right;
}

#header p img{
	margin:2px 1px 0 0;
}

#header p img:first-child{
	float:left;
}

/* main */

#main{
	width:100%;
	background:#e9e9e9 url(images/main_bg01.gif) no-repeat center top;
	}

#main h1{
	height:174px;
	padding:118px 0 45px;
	text-align:center;
}

#main .summary{
	position:relative;
	width:720px;
	margin:0 auto;
	padding:26px 35px;
	border:5px solid #327fc3;
	border-color:rgba( 207,69,69,0.9 );
	background-color: rgba( 255,255,255,0.9 );
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#B4ffffff, endcolorstr=#B4ffffff, gradienttype=0);
	}

#main .summary p{
	margin-top:30px;
	font-size:14px;
	line-height:200%;
}

#main .summary p:first-child{
	margin-top:0;
}

#main .summary p em{
	font-style:italic;
}

/* menu */

#menu{
	width:100%;
	margin:-75px 0 0;
	padding-top:105px;
	background:url(images/menu_bg01.gif) repeat left top;
}

#menu ul{
	width:600px;
	margin:0 auto;
	padding:0 0 50px 200px;
}

#menu ul li{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	margin-top:20px;
}

#menu ul li a{
	display:inline-block;
	line-height:33px;
	color:#fff;
	text-decoration:none;
	padding-left:50px;
	background:url(images/list_ico01.png) no-repeat left center;
}

#menu ul li a:hover{
	color:#bd3333;
}


/* footer */

#footer{
	height:22px;
	padding:50px 0;
	text-align:center;
	}

#footer p{
	color:#595757;
	}

#footer img{
	margin-left:17px;
	vertical-align:-4px;
}

#gmofooter .gmofooter{
	width:710px;
	margin:0 auto;
	}