@charset "utf-8";

/* 基本設定 ここから */
body {
	color:#555555;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MSPゴシック", "MS P Gothic", sans-serif;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#ffffff;
}
a:link {
	color:#555555;
	text-decoration:none;
}
a:visited {
	color:#888888;
	text-decoration:none;
}
a:hover {
	color:#ff6600;
	text-decoration:none;
}
a:active {
	color:#000000;
	text-decoration:none;
}
address {
	color:#000000;
	font-size:0.6em;
	font-style:normal;
	text-align:left;
	height:12px;
	line-height:normal;
	background-image: url(images/index/copyright_03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 15px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	width: 235px;
}

img {
	border:0;
}
/* 基本設定 ここまで */


/* レイアウト設定　ここから */
#pageBody {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	}

/* レイアウト設定　ここまで */


/* index ここから */

#pageBody ul#menuWrap{
	list-style-type:none;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;

}

#pageBody #menuWrap li {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
#pageBody h1 {
text-indent:-9999px;
	background-image: url(images/index/logo.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 190px;
	width: 170px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center center;
}
#counter {
	text-align: center;
	width: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
