body {
	margin: 10px 0px 20px 0px;
	background-color: #ffffff;
 	text-align: center;
	}

a {	text-decoration: underline;	}
a:link {	color: #969696;	}
a:visited {	color: #967263;	}
a:hover {	color: #cccccc;	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: small;
	font-family: Verdana, Arial, sans-serif;
	}

/* 全体の枠 */
#box_all {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 600px;
	border-width: 0px 2px 0px 2px;
	border-style: solid;
	border-color: #969696;
	}

/* ヘッダーの枠 */
#box_head {	
	width: 100%;
	height: 62px;
	background-image: url("./img/back_head.gif");
	background-repeat: no-repeat;
	background-position: top;
	}
.head_left {	float: left;	}

.head_right {
	padding: 10px 0px 0px 0px;
	float: right;
	text-align: right;
	}

/* ボディーの枠 */
#box_main {
	width: 100%;
	clear: left;
	color: #696969;
	font-size: small;
	font-family: Verdana, Arial, sans-serif;
	line-height: 140%;
	}

/* ディスクリプション */
.descript {	width: 100%; }
.descript p {	font-size: x-small; margin: 10px; }

/* コンテンツの枠 */
#content {
	width: 350px;
	float: left;
	overflow: hidden;
	margin-bottom: 50px;
	}

.detail {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 150%;
	margin: 10px;
	}

.detail ul {
	padding-left: 0px;
	margin: 5px 0px 5px 0px;
	list-style-type: none;
	list-style-position: outside;
	}

.detail ul ul {
	padding-left: 0px;
	margin: 5px 0px 5px 15px;
	list-style-type: none;
	list-style-position: outside;
	}

.detail h1 {
	color: #967263;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 2px 5px 2px 0px;
	}

.detail h2 {
	color: #967263;
	background-color: #EFEFEF;
	margin: 10px 0px 5px 0px;
	padding: 2px 5px 2px 5px;
	}

.detail h3 {
	padding: 2px 0px 2px 5px;
	}

.detail p {
	margin: 10px;
	font-weight: bold;
	}

/* コンテンツの枠　検索用 */
#content_wide {
	overflow: hidden;
	margin: 10px 10px 100px 10px;
	}

/* 右メニューの枠 */
#right {
	width: 250px;
	float: left;
	overflow: hidden;
	color: #967263;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	margin-top: 12px;
	margin-bottom: 50px;
	}

#right ul {
	padding-left: 0px;
	margin: 5px 0px 5px 15px;
	list-style-image: url('./img/list.gif');
	}

#right p {
	background-color: #969696;
	color: #ffffff;
	font-weight: bold;
	margin: 0px 5px 0px 5px;
	padding: 2px 5px 2px 5px;
	}

/* メニューボックス */
.menu_gray {
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 10px 5px;
	background-color: #EFEFEF;
	border-style: solid;
	border-width: 3px 0px 3px 0px;
	border-color: #967263;
	clear: left;
	}

.menu_gray a:link {	color: #967263;	}
.menu_gray a:visited {	color: #969696;	}
.menu_gray a:hover {	color: #cccccc;	}

/* 検索 */
.search {
	font-size: x-small;
	clear: left;
	margin: 0px;
	padding: 0px 5px 0px 5px;
　}

/* フォームスタイル */
input,textarea {
	color: #967263;
	font-size: x-small;
	border: 1px solid #967263;
}

.button {
	color: #967263;
	background-color: #EFEFEF;
	font-size: x-small;
	border: 1px solid #967263;
}

/* テーブルスタイル */
.line table {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	}

.line td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
	}

/* リンク */
.link {
	clear: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: xx-small;
	text-align: right;
	color: #EFEFEF;
	width: 100%;
	}

.link p {
	margin-right: 5px;
	}


/* フッター部分 */
#foot {
	width: 100%;
	height: 20px;
	background-image: url("./img/back_foot.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	clear: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: xx-small;
	text-align: right;
	color: #EFEFEF;
	}

#foot p {
	margin-right: 5px;
	}


