/* ====================================================================== */
/* common */
/* ====================================================================== */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 62.5%;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background-image: url(../img/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
h1,h2,h3,h4,h5,p,b,i,u,form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
ul {
	margin: 0px; 
	padding: 0px; 
	list-style: none
}
li {
	margin: 0px; 
	padding: 0px; 
	list-style: none
}
body a:link {
	text-decoration: none;
	color: #fe9b00;
}
body a:visited {
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a:active {
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;	
}
#wrapper {
	margin: 0px auto;
}
#wrapper #main #header #subNav ul {
	float: right;
	width: 200px;
	padding-top: 35px;
}
#wrapper #main #header #subNav li {
	float: left;
	padding-right: 10px;
}
#wrapper #main #header #subNav li a{
	color: #FFFFFF;
	font-size: 1.2em;
}
#wrapper #main #header #subNav li a:hover{
	color: #fe9b00;
	text-decoration: none;
}
#main {
	width: 800px;
	text-align: left;
	margin: 0px auto;
}
#wrapper #main #header {
	height: 57px;
	width: 800px;
}
#wrapper #footer {
	background-image: url(../img/footerBg.gif);
	background-repeat: repeat-x;
	height: 200px;
	background-position: 0px 0px;
	background-color: #e7da9f;
}
#wrapper #footer p {
	font-size: 1.2em;
	width: 800px;
	margin: 0px auto;
	padding-top: 10px;
	padding-right: 30px;
	text-align: right;
}
