/* CSS Document */

/* ↓ページ全体の見栄えの基本設定 */
body {
	background: #FFFFFF;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: x-small;
	line-height: 150%;
	color: #333333;
	margin: 0px;
	}	
/* ↓テキストリンクの設定 */
A:link {
	color: #663333; }
A:visited { color: #006600; }
A:active { color: #CC0033; }
A:hover {
	color: #CC0033;
	text-decoration: underline;
}

/* ↓見出し・テキストの設定 */
p {
	font-size: x-small;
	margin-bottom: 0px;
	line-height: 150%;
}
ol {
	font-size: x-small;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 150%;
}
h1 {
	font-size: small;
	font-family: "Times New Roman", "Times", "serif";
	color: #663300;
	font-weight: bold;
	width: 530px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9933;
	background-image: url(../img_share/leafmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;

}
h2 {
	font-size: small;
	font-family: "Times New Roman", "Times", "serif";
	color: #663300;
	font-weight: bold;
	width: 500px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9933;
	background-image: url(../img_share/leafmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;

}
h3 {
	font-size: x-small;
	line-height: 150%;
	font-weight: bold;
	padding: 2px 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9933;
}
h4 {
}
h5 {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	vertical-align: bottom;
	margin-top: 20px;
}

/* ↓左側メニュー部分の設定*/
.leftmenu {
	width: 180px;
	border: 1px solid CCCC66;
	margin-right: 20px;
	padding: 5px;
}
.contents {
	float: right;
	width: 500px;
	margin-right: 25px;
	padding: 0px;
	margin-left: 0px;

}
/* ↓写真につけるキャプションの文字設定*/
.caption {
	font-size: x-small;
	line-height: 110%;
	font-weight: normal;
}
/* ↓著作権表示の設定 */
address {
	font-size: 10px;
	font-style: normal;
	padding: 2px 10px;
	margin-top: 10px;
    text-align: right;
}
.tablefont {
	font-size: x-small;
	line-height: 130%;
	color: #333333;
	background-color: #FFFF99;

}
th {
	font-size: x-small;
	background-color: #CCCC66
}

/* ↓トップページに使うスタイル */
.midashi{
	font-size: 14px;
	background-image: url(../img_share/circles.gif);
	background-repeat: repeat-x;
	color: #663300;
}
.topmain {
	padding-right: 10px;
	padding-left: 10px;
}
.topnews {
	width: 220px;
	margin-right: 10px;
	font-size: 12px;
	line-height: 120%;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #CC9900;
	margin-bottom: 10px;



}
.topnews p{
	padding-left: 10px;
}
.imgborder {
	border: 1px solid #CC9933;
	margin-right: 1px;
	margin-left: 1px;
}
.catch {
	font-size: 10px;
	line-height: 150%;
	color: #663333;
}.font12 {
	font-size: 12px;
}
