@charset "shift_jis";



#header {
	width: 1113px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}



/* 
---------------------------------------------
style main css
---------------------------------------------
*/
#main {
	width: 887px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	padding: 10px;
	border-radius: 10px;        /* CSS3‘ˆÄ */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome—p */  
    -moz-border-radius: 10px;   /* Firefox—p */ 
	box-shadow:0px 0px 8px 2px #dbdbdb;
	-moz-box-shadow:0px 0px 8px 2px #dbdbdb;
	-webkit-box-shadow:0px 0px 8px 2px #dbdbdb;
}


/* 
---------------------------------------------
style footer css
---------------------------------------------
*/

#footer_box {
	width: 100%;
	background-color: #76AE15;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#fnavi {
	color: #FFF;
	width: 100%;
	padding-top: 6px;
}
#fnavi li {
	float: left;
}
#fnavi a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#fnavi a:hover {
	color: #9CC;
	text-decoration: none;
}
.copyright {
	clear: both;
	padding-top: 14px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #FFF;
}

