@charset "utf-8";
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
list-style:none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #d7d7d7;
}

#container {
	width: 800px; /* 横幅を変更 */
	margin-right: auto;
	margin-left: auto; /* 背景イメージを変更 */
	background-color: #FFFFFF;
	min-height: 100%;
}

#container h2 {
	padding-bottom: 5px;
}

#container h4 {
	float: left;
}

/* ここからナビゲーションボタンの設定 */
#container #btn01 a {
	background-image: url(images/top/btn01_up.jpg);
	display: block;
	height: 80px;
	width: 200px;
	text-indent: 0px;
}
#container #btn02 a {
	background-image: url(images/top/btn02_up.jpg);
	display: block;
	height: 80px;
	width: 200px;
	text-indent: -9999px;
}
#container #btn03 a {
	background-image: url(images/top/btn03_up.jpg);
	display: block;
	height: 80px;
	width: 200px;
	text-indent: -9999px;
}
#container #btn04 a {
	background-image: url(images/top/btn04_up.jpg);
	display: block;
	height: 80px;
	width: 200px;
	text-indent: -9999px;
}
#container #btn01 a:hover {
	background-image: url(images/top/btn01.jpg);
}
#container #btn02 a:hover {
	background-image: url(images/top/btn02.jpg);
}
#container #btn03 a:hover {
	background-image: url(images/top/btn03.jpg);
}
#container #btn04 a:hover {
	background-image: url(images/top/btn04.jpg);
}
/* ここまでナビゲーションボタンの設定 */


.text01 {
	color: #333333;
	font-size: 90%;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	line-height: 200%;
	margin-top: 100px;
	margin-bottom: 20px;
	/* テキスト中央揃えを削除 */
}

#text02 {
	color: #333333;
	font-size: 90%;
	line-height: 200%;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	/* 下マージンを削除 */
}

#text02 li {
	list-style-type: square;
	list-style-position: inside;
}

.text03 { /* メインコンテンツ内のコンテナを設定 */
	color: #333333;
	font-size: 90%;
	width: 700px;
	margin-right: 10px;
	margin-left: 50px;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 0px;
	background-color: #FFF;
}

#topicpath {
	/* 高さを削除 */
	padding-top: 10px; /* 上余白を変更 */
	background-color: #FFF;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	/* 背景イメージのリピートを削除 */
}
#container #gaido div p img {
	margin-left: 5px;
	/*text-align: center;*/
}
#container #gaido img {
	margin-left: 8px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #999;
	border-bottom-color: #999;
	border-top-width: 0px;
	border-left-width: 0px;
	/*text-align: center;*/
}
#container #gaido p {
	/*text-align: center;*/
	font-size: 12px;
	line-height: 150%;
}
#container #topicpath .borderline p img {
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 5px;
}





#topicpath p {
	font-size: 14px;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 2px;
	padding-left: 20px;
	line-height: 150%;
}

#topicpath a {
	text-decoration: none;
	color: #666666;
}

#topicpath a:hover {
	text-decoration: none;
	color: #00C;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}


#gaido {
	/* 高さを削除 */
	padding-top: 10px; /* 上余白を変更 */
	background-color: #FFC;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	/* 背景イメージのリピートを削除 */
}

#tgaido p {
	font-size: 12px;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 2px;
	padding-left: 20px;
}

#gaodi a {
	text-decoration: none;
	color: #666666;
}

#gaido a:hover {
	text-decoration: none;
	color: #666666;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}

.borderline {
	margin-bottom: 10px;
	width: 760px;
	height: 200px;
	margin-left: 20px;
	border: 2px solid #666666;
	padding-left: 10px;
}

#container h1 {
	margin-bottom: 10px;
}

#content_left {
	width: 750px; /* 右余白を変更 */
	margin-left: 30px;
}

#content_left h3 {
	font-weight: bold;
	color: #333333;
	padding-bottom: 5px; /* 下余白を設定 */
	padding-left: 30px; /* 左余白を設定 */
}

#content_right {
	float: right;
	padding-right: 30px;
	/* 横幅を削除 */
}


/* ここからメインコンテンツのテーブルに関する設定 */
#content_left .content_table {
	padding-left: 30px;
	padding-bottom: 20px;
	padding-top: 2px;
}
#content_left .content_table th {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
#content_left .content_table td {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
/* ここまでメインコンテンツのテーブルに関する設定 */


/* ここからコンテンツページに関する設定 */
#content_left #text04 {
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
}

#content_left #text04 p {
	color: #333333;
	font-size: 12px;
	line-height: 18px;
}

#content_right img {
	padding-bottom: 20px;
}
/* ここまでコンテンツページに関する設定 */


#footer {
	clear: both;
	padding-top: 10px;
	background-color: #CFD26B;
	line-height: 150%;
	padding-bottom: 10px;
	text-align: center;
}
.tabel_top {
	background-color: #263A45;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-top-width: 0px;
	border-left-width: 0px;
}
#title {
	margin-left: 20px;
	border-left: 5px solid #800000;
	border-bottom: 1px solid #800000;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#container #content_left img mark {
	margin-left: 30px;
}
.mark {
	margin-left: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
}
.imgemigi {
	float: left;
	margin-top: 10px;
	padding-top: 0px;
	border: none;
	margin-bottom: 40px;
}
.koumoku_shoukai {
	font-size: 14px;
	padding-top: 10px;
	line-height: 150%;
	padding-left: 150px;
}
#container #content_left .content_table table tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06F;
}
#container #content_left .content_table table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06C;
}
#container table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-weight: bold;
}
#container table td {
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
	border-right-color: #999;
	font-size: 12px;
	color: #FFF;
}
#container table .tabel_top td a {
	color: #FFF;
	border:none;
	
}
.img_migigawa {
	float: right;
	margin: 0;
}
