@charset "shift_jis";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #656058;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}



/*リンクカラー設定
---------------------------------------------------------------------------*/
a {
	color: #656058;
}

a:hover {
	text-decoration: none;
	color: #99d1d7;
}


/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	background-color: #FFFFFF;	/*背景色*/
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}


/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	height: 50px;
	margin-left: 10px;
	width: 830px;
	margin-bottom: 20px;
}

ul#menu img {
	vertical-align: bottom;
}

ul#menu li {
	float: left;
	margin-right: 10px;
}

ul#menu li.last {
	margin-right: 0px;
}




/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}


/*フッターメニュー
---------------------------------------------------------------------------*/
ul#footermenu {
	clear: both;
	width: 100%;
	font-size: 10px;	/*文字サイズ*/
	text-align: center;	/*センタリング*/
	padding-top: 30px;
	padding-bottom: 10px;
}

ul#footermenu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}



/*フッター（コピーライト表記がある最下部部分）
---------------------------------------------------------------------------*/
#footer {
	font-size: 10px;	/*文字サイズ*/
	text-align: center;	/*センタリング*/
	background-image: url(images/footer_bg.jpg);	/*フッター背景画像*/
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #E4E4E4;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0.5em 10px 0.5em 25px;
	list-style: disc;
}