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

p, h1, h2, h3, h4, h5, body, ul, li {
	margin: 0;
	padding: 0;
}

#logo a {
	background-image: url(../images/common_logo.gif);
	height: 80px;
	width: 261px;
	float: left;
	margin-top: 40px;
	margin-left: 30px;
	text-indent: -9999px;
}

#header {
	height: 120px;
	width: 900px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#ribon {
	background-image: url(../images/common_ribon.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 69px;
	width: 356px;
	float: right;
	display: block;
	text-indent: -9999px;
}

#navi {
	height: 30px;
	width: 500px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

#wrapper {
	height: auto;
	width: 1000px;
	margin: auto;
}
#footernavi {
	float: left;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: x-small;
	color: #FFFFFF;
	width: auto;
	margin-left: 20px;
	margin-bottom: 10px;
	height: auto;
}
#copy {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #FFFFFF;
	float: right;
	width: auto;
	margin-right: 10px;
	height: auto;
	margin-bottom: 10px;
}
body {
	background-color: #42210B;
	background-image: url(../images/common_headerBg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#footernavi  a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footernavi  a:hover {
	color: #FF99CC;
}
#footer {
	clear: both;
}

