	/*メインＣＳＳファイル*/

@import url("reset.css"); /*ディフォルトＣＳＳリセット*/
@import url("div.css"); 	/*DIVボックス専用ＣＳＳ*/

	/*--------------------ヘッダ---------------------*/
#container #header h1 {
	position: absolute;
	top: 170px;
	left:110px;
	width: 500px;
	text-align: center;
	font-size: large;
	padding-bottom: 3px;
	border-bottom:1px solid #000;
}
#container #header h1 b {
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0%;
}
	/*----メニューIR用class分け----*/
.index {background-image: url(h1.png);}
.intro {background-image: url(h1_intro.png);}
.about {background-image: url(h1_about.png);}
.notice {background-image: url(h1_notice.png);}
.enquete {background-image: url(h1_enquete.png);}
.co {background-image: url(h1_co.png);}
	/*----/メニューIR用class分け----*/
	
.lead {
	text-align: center;
	font-size: small;
	color: #0000FF;
	letter-spacing: 0.3em;
	padding-bottom: 5px;
}
#container #header h2 {
	height: 40px;
	text-align: center;
}

	/*--------------------コンテンツ---------------------*/
#container #contents p {
	clear: left;
	padding-left: 20px;
	color: #000000;
	padding-bottom: 10px;
	padding-right: 20px;
	font-size: 80%;
}
#container #contents p a{
	text-decoration: none;
}
#container #contents p a:hover{
	color:#FF6600;
	text-decoration:underline;
}
#container #contents .area h3 {
	display: block;
	padding-bottom: 5px;
	text-indent: 1em;
	font-size: small;
	color: #006633;
	padding-top: 5px;
}
#container #contents .area ol {
	font-size: 70%;
	margin-left: 1px;
}
#container #contents p strong {
	display: block;
	height: 30px;
	width: 63px;
	background-image: url(pstrong_back.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: relative;
	left: -30px;
}
	/*----------------メニューページテキスト用------------------------*/
#container #contents #textbox h3 {
	font-size: small;
	color: #006600;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: left;
	text-indent: 20px;
}
#container #contents #textbox p {
	line-height: 160%;
	letter-spacing: 1px;
	text-align: justify;
}
#container #contents #textbox em {
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
#container #contents #textbox table {
	margin-left: 20px;
	margin-right: 20px;
	font-size: x-small;
	text-align: left;
	line-height: 180%;
}
#container #contents #textbox table th {
	letter-spacing: 0.5em;
	width: 100px;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #3366CC;
}
#container #contents #textbox table td {
	color: #333333;
	line-height: 140%;
}
.lefty {
	float: left;	
}


	/*----------------/アンケートフォーム用------------------------*/
#container #contents #textbox form {
	text-align: left;
}
#container #contents #textbox form h4{
	font-size: x-small;
	color: #3366CC;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 5px;
}
#container #contents #textbox form textarea {
	margin-left: 20px;
	font-size: small;
}
#container #contents #textbox #confirm {
	margin-left: 20px;
	width: 80%;
	font-size: x-small;
	padding: 2px;
	border: 1px solid #7F9DB9;
}
#container #contents #textbox #confirm td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#container #contents #textbox form #btm {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

	/*----------------/メニューページテキスト用------------------------*/

#container #contents .area li {
	line-height: 140%;
	list-style-type: none;
	text-align:center;
}
#container #contents .area li a {
	text-decoration: none;
	padding-left: 1px;
	font-size: 110%;
}
#container #contents .area li a:hover {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
	font-size: 110%;
}
#container #contents .area li a:visited {
	text-decoration: none;
	padding-left: 1px;
	font-size: 110%;
	color: #663366;
}




	/*--------------------フッタ---------------------*/

#container #footer ul {
	text-decoration: none;
	font-size: small;
	margin: 0px;
	padding: 0px;
}
#container #footer li {
	list-style-type: none;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

#container #footer li a {
	font-size: small;
	text-decoration: underline;
	display: block;
	background-color: #ECE9D8;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 1px;
}

#container #footer li a:hover{
	color: #FF6600;
	text-decoration: underline;
}




#container address {
	display: block;
	clear: left;
	padding-top: 20px;
	text-align: center;
	font-style: normal;
	font-size: x-small;
	padding-bottom: 20px;
	color: #333333;
}

	/*--------------------サーチ---------------------*/
#container #search img {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;

}
