/* CSS Document */



/* Main style */

body {
	background-color: #f3f3f3;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	margin-left: 5px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	display:block;
	text-align:center;

	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #666666;
}

h1 {
	display:none;
	margin:0px;
	font-size: 10px;
	font-weight: normal;
	text-align:center;
}

h2 {
	font-size: 12px;
	font-weight: normal;
}

img {
	border-style: none;
}

a:link {
	color: #555555;
}
a:visited {
	color: #999999;
}

a.btn:hover{
	position:relative;
	top:1px;
	left:1px;
}

ul{
	list-style:none;
}

ol{
	font-size:12px;
}

li {
	padding:0px 0px;
}

object {
	color:#CCCCCC;
	font-size:9px;
}


#base{
	width:962px;
	text-align:left;
	margin:auto;
	padding:0px;
	clear:both;
}


/* ヘッダー */

#header{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px 15px;
	display:block;
	width:960px;
	height:30px;
}


/* フッター */

#footer{
	margin-left: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px 15px;
	display:block;
	width:962px;
	height:30px;
	text-align:left;
	clear:both;
}

#contact{
	margin-left: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
	display:block;
	float:left;
	font-size:10px;
	font-weight: normal;
}

#copyright{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 32px;
	margin-bottom: 0px;
	padding:0px;
	display:block;
	float:right;
	clear:right;
	font-size: 11px;
	font-style:italic;
	font-weight: normal;
}

#counter{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 32px;
	margin-bottom: 0px;
	padding:0px;
	display:block;
	float:left;
	width:auto;
	text-align:right;
}
