@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: #330000; /* フォントカラーの変更 */
}

#container {
	width: 800px; /* 横幅の変更 */
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/top/bkContent.gif); /* 背景イメージの変更 */
	background-color: #FFFFFF;
	min-height: 100%;
}

h1.midashih1{text-align:center;font-size:75%;font-weight:nonal;background-color: rgb(51, 0, 0, 1.0);color:#fff;padding:10px 0;}

#container h2 {
	padding-bottom: 20px;
	padding-top: 40px; /* 上余白の設定 */
	text-align: center; /* テキストを中央揃えに設定 */
	display: block;
	clear: left;
}

#container h4 {
	float: left;
}

/* ここからナビゲーションボタンの設定 */
#container #btn01 a {
	background-image: url(images/top/btn01_up.jpg);
	display: block;
	height: 80px;
	width: 200px;
	text-indent: -9999px;
}
#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%;
	/* 上マージンの削除 */
	/* 下マージンの削除 */
	/* テキスト中央揃えを削除 */
}

.text01 a {
	text-decoration: none;
	color: #cc0033; /* フォントカラーを変更 */
}

.text01 a:hover {
	text-decoration: none;
	color: #666666;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}

.text01 h1 {
	color: #333333; /* フォントカラーの変更 */
	font-size: 90%;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	line-height: 200%;
	/* 上マージンの削除 */
	/* 下マージンの削除 */
	/* テキスト中央揃えを削除 */
}

#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;
}

#text02 h1 {
	color: #333333; /* フォントカラーの変更 */
	font-size: 90%;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	line-height: 200%;
	/* 上マージンの削除 */
	/* 下マージンの削除 */
	/* テキスト中央揃えを削除 */
}

#text02 h2 {
	color: #333333; /* フォントカラーの変更 */
	font-size: 90%;
	margin-right: auto;
	margin-left: auto;
	line-height: 200%;
	text-align: left;
	/* 上マージンの削除 */
	/* 下マージンの削除 */
	/* テキスト中央揃えを削除 */
}

#text02 h3 {
	color: #333333; /* フォントカラーの変更 */
	font-size: 90%;
	margin-right: auto;
	margin-left: auto;
	line-height: 200%;
	text-align: left;
	/* 上マージンの削除 */
	/* 下マージンの削除 */
	/* テキスト中央揃えを削除 */
}

.text03 { /* メインコンテンツ内のコンテナを設定 */
	color: #333333;
	font-size: 90%;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	line-height: 200%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}

.text04 { /* メインコンテンツ内のコンテナを設定 */
	color: #333333;
	font-size: 90%;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	line-height: 200%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px 20px 0px 20px;
	background-color: #ffffcc;
}

.float_left{
	width: 200px;
	height: 200px;
	margin-right: 20px;
	margin-left: auto;
 float: left;
}

.float_right{
	width: 200px;
	height: 200px;
	margin-left: 20px;
	margin-right: auto;
 float: right;
}

.clear{
	clear: both;
}

#topicpath {
	/* フロートクリアの削除 */
	/* 背景イメージを削除 */
	padding-left: 20px;
	/* 高さを削除 */
	padding-top: 8px; /* 上余白を変更 */
	padding-bottom: 6px; /* 下余白を設定 */
	display: block;
	clear: left;
	/* 背景イメージのリピートを削除 */
}

#topicpath p {
	font-size: 11px;
	color: #CCCCCC;
	letter-spacing: 1px;
	margin-bottom: 2px;
}

#topicpath a {
	text-decoration: none;
	color: #CCCCCC; /* フォントカラーを変更 */
}

#topicpath a:hover {
	text-decoration: none;
	color: #666666;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}

.borderline {
	margin-bottom: 10px;
}

#footer {
	clear: both;
	padding-top: 30px;
	margin-right: auto; /* 右マージンを設定 */
	margin-left: auto; /* 左マージンを設定 */
	text-align: center; /* テキストを中央揃えに設定 */
}

#footer h6 { /* フッターの設定を追加 */
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
.tm{font-size: 8px;	vertical-align: text-top;}

.tb-left{ border-color: #808080 #808080 #808080 #808080; border-style: solid solid solid solid; border-width: 0px 0px 0px 1px;}

.tb-top{ border-color: #808080 #808080 #808080 #808080; border-style: solid solid solid solid; border-width: 1px 0px 0px 0px;}

.tb-lt{ border-color: #808080 #808080 #808080 #808080; border-style: solid solid solid solid; border-width: 1px 0px 0px 1px;}

.tb-ltr{ border-color: #808080 #808080 #808080 #808080; border-style: solid solid solid solid; border-width: 1px 1px 0px 1px;}

.tb-ltb{ border-color: #808080 #808080 #808080 #808080; border-style: solid solid solid solid; border-width: 1px 0px 1px 1px;}

.tb-ltbr{ border-color: #808080 #808080 #808080 #808080; border-style: solid solid solid solid; border-width: 1px 1px 1px 1px;}
.w150{width:150px;}


.form01{width:100%;}
.table{width:100%;}
.table .add{text-align:left;}
.form02{width:100%;}
.sendbtn{text-align:center;overflow:hidden;margin-bottom:2.0rem;}
.formList{overflow:hidden;border-bottom:1px dotted #48D09B;list-style:none;padding:0;width:auto;}
.formList span{display:block;color:#148e73;background-color:#ecfaf5;padding:0.5em;}
.lead{padding-left:0;list-style-type:none;}
.lead li{line-height:2.0em;}

.well{font-size: small;padding:2.0em;border: 1px solid #059361;margin-top:2.0em ;line-height: 1.5em;}
textarea {
	resize: none;
	width:300px;
	height:200px;
  }