@charset "Shift_JIS";
/* common style---------------------------------------------------------- */
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "sans-serif";
	font-size: 0.8em;
	color: #000000;
	line-height: 1.6em;
	text-align: center;
}
#wrapper{
	width: 715px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.Clear{
	clear: both;
}

/* header style---------------------------------------------------------- */
#header{
	background-image: url(../img/header_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 715px;
	padding-top: 45px;
	padding-bottom: 25px;
}
h1{
	float: left;
}
.siteImg{
	float: right;
}

/* main style---------------------------------------------------------- */
#main{
	padding-bottom: 5px;
}
/* navi style---------------------------------------------------------- */
#navi {
	width: 715px;
}
#navi li {
	float: left;
	list-style-type: none;
	padding-bottom: 4px;
}
li img {
	display: block;
}
/* contents style---------------------------------------------------------- */
#contents{
	width: 715px;
	padding-top: 16px;
}
.top{
	padding-top: 50px;
	text-align: right;
}
/* footer style---------------------------------------------------------- */
#footer{
	width: 715px;
	text-align: right;
	padding-bottom: 10px;
	color: #F9480F;
}
