@charset "utf-8";

/* ■　リセット！　■ */
* {
 margin:0;
 padding:0;
}

/* ■■ body ■■ */

body {
	font-family: "MS UI Gothic","ＭＳ ゴシック";
	letter-spacing : 1px;
	line-height : 20px;
	text-align: center;
	font-size: 12px;
	color: #523724;
}

boby a {
	color: #0000ff;
	text-decoration: underline;
}

/* ■■■ container ■■■ */

#container {
	width: 750px;
	background-color: #ffffff;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ヘッダー */
#head {
	height : 130px;
	background-image : url(img/head.png);
	background-repeat: no-repeat;
}

#head h1 {
	text-align: center;
}

/* ■　外枠　■ */
#center {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

#center h2 {
	font-size: 28px;
	letter-spacing: 5px;
	font-style: italic;
	color: #df3200;
	margin-top: 30px;
	margin-bottom: 40px;
}

/* ■　メイン　■ */
#main {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

#main table {
	font-size: 14px;
	border: solid 2px #bf0000;
	border-collapse: collapse;
	margin: 0px 50px;
}

#main td {
	border: solid 1px #bf0000;
	line-height : 22px;
	padding: 15px 10px;
}

.cate_link {
	font-size: 22px;
	margin-right: 100px;
	margin-left: 100px;
}

/* ■　一覧表　セルの幅　■ */
.td1 {
	width: 130px;
}


/* ■　リンク　■ */
.link {
	width: 550px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}

.link_in {
	margin-bottom: 30px;
	line-height : 30px;
}

.link h2 {
	font-size: 16px;
	letter-spacing: 5px;
	text-align: center;
	width: 300px;
	color: #e17000;
	border-bottom: double 3px #bf0000;
	border-left: solid 35px #bf0000;
	padding: 5px;
	margin-top: 60px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}

.link a {
	font-size: 18px;
	margin-bottom: 20px;
}

.link p {
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 80px;
}

/* ●●●●●●●●●●●●●●●●●●●●● コンテンツ  */
.content {
	text-align: left;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.content h3 {
	font-size: 20px;
	color: #8a4500;
	border-bottom: double 3px #bf0000;
	border-left: solid 30px #bf0000;
	line-height : 28px;
	padding-left: 20px;
	margin: 20px 20px 30px;
}

.content p {
	margin: 20px;
}

.content b {
	color: #ff8000;
	font-size: 14px;
}

/* ■　ページのＴＯＰへ　■ */
.page_top {
	text-align: right;
	margin: 10px 50px;
}

.page_top p {
	margin-bottom: 20px;
}


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ フッター  */
#foot {
	background-color: #c60010;
	display : block;
	height : 30px;
	text-align: center;
	padding-top: 5px;
}

#foot a {
	color: #ffffff;
	}

#foot p {
	margin: 10px;
	
}

/* ■　パンくず　■ */
.pan {
	text-align: left;
	margin-left: 80px;
	margin-bottom: 40px;
}

/* ■　中尾さん　■ */
.link_text {
	width: 400px;
	text-align: left;
	margin-left: 50px;
	margin-bottom: 60px;
	margin-top: 50px;
}

