@charset "utf-8";
@import url("reset.css");

/*土台部分*/
body {
	line-height: 1.6em;
	color: #000;
	font-family:  Arial, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../image/base/back.gif);
}

/* for WinIE7 */
*:first-child+html body {
	font-size: 75%;
}

/* for WinIE6 */
*html body {
	font-size: 75%;
}
#wrap {
	background-image: url(../image/base/wrap.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	height: 60px;
	width: 982px;
	background-image: url(../image/base/top_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#header h1 {
	float: left;
	width: 264px;
}
*html #header ul {
	width: 230px;
	float: right;
	margin: 30px 12px 0px 0px;
}
#header ul {
	width: 230px;
	float: right;
	margin: 30px 25px 0px 0px;
}
#header li {
	float: right;
	padding: 0px 15px 0px 15px;
}
.line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#footer_wrap {
	width: 982px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#footer {
	width: 982px;
	margin: 10px 0px 0px 0px;
}

#footer_left {
	float: left;
	width: 623px;
}
#footer_left li {
	float: left;
	margin: 0px 5px 0px 0px;
}

#footer_right {
	float: right;
	width: 329px;
	margin: 0px 15px 0px 0px;
}
#footer_right li {
	float: right;
	background-image: url(../image/base/ya01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
}
#footer_right address {
	margin: 10px 0px 0px 0px;
	text-align: right;
}
a:link {
 color:black;
}
a:visited {
 color:black;
}
a:active {
 color:gray;
}
a:hover {
	color:#3399CC;
	text-decoration:underline;
}
a {
	text-decoration:none;
}

