@charset "Shift_JIS";
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
}
.rollover {
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
/*--- default */
body {
	background: #FFF;
	color: #666;
	font-size: small;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align: center;
	border-top: 5px solid #000000;
	border-bottom: 30px solid #a8a8a8;
	position: relative;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
#container {
	width: 970px;
	margin: 0 auto;
	text-align: left;
}
#header {
	margin: 0px 10px;
	width: 950px;
	height: 80px;
	position: relative;

}
#header h1 {
	position: absolute;
	left: 20px;
	top: 34px;

}
#header  h2  {
	position: absolute;
	left: 207px;
	top: 35px;
}
#header p {
	position: absolute;
	left: 399px;
	top: 6px;
}

#header  ul  {
	position: absolute;
	top: 0px;
	right: 0px;
}
#header li {
	float: left;
	list-style: none;
	margin-left: 5px;
}
#header #btnClose {
	position: absolute;
	top: 0px;
	right: 0px;
}

#main {
	background: url(../images/bg_main.gif) repeat-y;
	padding: 0px 10px;
}
#main  .none {
	display: none;
}
#pagetopWrapper    {
	clear: both;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-align: right;
	background: url(../images/bg_pagetop.gif) repeat-x left bottom;
	margin: 0px 1px;
	padding-top: 1px;
	width: 946px;
}
#pagetopWrapper img {
	margin-right: 19px;
}

#footer {
	position: absolute;
	bottom: -30px;
	height: 30px;
	width: 950px;
	margin: 0px 10px;
}
#footer ul {
	position: absolute;
	top: 10px;
	right: 0px;
}
#footer li {
	float: left;
	margin-right: 10px;
	list-style: none;
}
#footer address {
	position: absolute;
	left: 10px;
	top: 8px;
}
.none {
	display: none;
}
