@charset "shift_jis";
/* タグ
---------------------------------------------------------------------------*/
body {
	font: 80% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #666666;
	letter-spacing:1pt;
	line-height: 130%;
	background: #fffbe8;
	margin: 0;
	padding: 0;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
p{
	margin: 10px;
	line-height: 130%
}
ul {
	width: 713px;
	padding:0;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
li {
	float:left;
	list-style-type: none;
	font-size: 80%;
	line-height: 130%;
	background-color: #f1f1f1;
	width: 177px;
	height: 40px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

a {
	color : #3E8295;
	font-weight: normal
}
a:hover {
	color : #83B607;
	font-weight: normal
}
a:active {
	color : #66CCFF;
	font-weight: normal
}

/* クラス
---------------------------------------------------------------------------*/
.txts {
	font-size:80%;
	color: #903;
	background-color: #FFC;
	width: 60%;
}

/* コンテナ 
---------------------------------------------------------------------------*/
#container {
	width:950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg.gif);
	margin-top: 10px;
}
/* ヘッダー 
---------------------------------------------------------------------------*/
#site-id {

	width: 237px;

}
#site-main {
	float: right;
	width: 713px;

}
/* コンテンツ 
---------------------------------------------------------------------------*/
#contents {
	width: 950px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;

}
#shiyo {

	width: 237px;

}
#honmon {
	float: right;
	width: 713px;

}
/* フッター 
---------------------------------------------------------------------------*/
#footer {
	width:950px;
	margin-right: auto;
	margin-left: auto;
}

