/* レイヤー：全体の枠組み */

#mainbox {
	visibility: visible; position: absolute;
	top: 20px; left: 20px;
	width: 704px; height: auto; z-index: 1;
	background-image: url('../images/mainbox_bg.gif');
}


/* レイヤー：プルダウンメニュー */

#subnavi01 {
	visibility: hidden; position: absolute;
	top: 171px; left: 45px;
	width: auto; height: auto; z-index: 10;
}

#subnavi02 {
	visibility: hidden; position: absolute;
	top: 171px; left: 202px;
	width: auto; height: auto; z-index: 20;
}

#subnavi03 {
	visibility: hidden; position: absolute;
	top: 171px; left: 364px;
	width: auto; height: auto; z-index: 30;
}

#subnavi04 {
	visibility: hidden; position: absolute;
	top: 171px; left: 526px;
	width: auto; height: auto; z-index: 40;
}



/* レイヤー：トピックス（別ウィンドウ）の枠組み */

#topicsbox {
	width: auto;
	height: auto;
	margin: 20px;
	padding: 10px;
	border: 1px solid #7A8F7A;
}


/* リンクスタイル */

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

.footer a {
	color: #d3ebd3;
}

.footer a:hover {
	color: #ffffff;
	text-decoration: none;
}


/* エレメントスタイル（HTMLタグに関連付け） */

body, td, th, p, blockquote, ul, ol {
	font-size: 13px;
	color: #000000;
	line-height: 120%;
}

th {
	color: #333333;
}

blockquote, ul, ol {
	margin-top: 5px
	margin-bottom: 5px
}

ul.sitemap {
	color: #990000;
}

td.subnavi {
	font-size: 12px
}

td.footer {
	text-align: center;
	font-size: 12px;
	color: #d3ebd3;
}

h1 {
	font-size: 15px;
	color: #2A682A;
	margin: 0px;
	padding: 3px 0px 3px 5px;
	border-left: 5px solid #2A682A;
}

h1.news {
	font-size: 15px;
	color: #990000;
	margin: 0px;
	padding: 3px 0px 3px 5px;
	border: 0px;
}

h1.topics {
	font-size: 15px;
	color: #990000;
	margin: 0px;
	padding: 3px 0px 3px 5px;
	border-left: 5px solid #990000;
}

h2 {
	font-size: 13px;
	color: #663333;
	margin: 5px 0px;
	padding: 4px 10px;
	background-color: #e0e0e0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

h2.top_news {
	font-size: 13px;
	color: #2A682A;
	margin: 2px 0px;
	padding: 2px 10px;
	background-color: #ebf6eb;
	border-right: 1px solid #cce8cc;
	border-bottom: 1px solid #cce8cc;
}


/* クラススタイル：テキスト関連 */

.text_xsmall {
	font-size: 11px;
}

.text_small {
	font-size: 12px;
}

.text_large {
	font-size: 14px;
}

.text_xlarge {
	font-size: 15px;
}

.text_bold {
	color: #333333;
	font-weight: bold;
}

.text_red {
	color: #990000;
}

.text_cldrred {
	color: #D77474;
}

.text_white {
	color: #ffffff;
}

.text_gray {
	color: #666666;
}

.text_green {
	color: #2A682A;
}

.text_b_green {
	color: #2A682A;
	font-weight: bold;
}

.text_center {
	text-align: center;
}


/* クラススタイル：レイアウト関連 */

.margin_b5 {
	margin-bottom: 5px;
}

.margin_b10 {
	margin-bottom: 10px;
}

.margin_b20 {
	margin-bottom: 20px;
}

.margin_l5 {
	margin-left: 5px;
}

.margin_l10b10 {
	margin-left: 10px;
	margin-bottom: 10px;
}

.news_border {
	border-bottom: 1px dotted #c4e4c4;
	padding-top: 5px;
	padding-bottom: 5px;
}

.topics_border {
	border: 1px solid #7A8F7A;
}

.box_green {
	border: 1px solid #2A682A;
	padding: 8px;
}

.box_red {
	border: 1px solid #990000;
	padding: 8px;
}

.border_gray {
	border: 1px solid #999999;
}

.border_green {
	border: 1px solid #2A682A;
}


/* クラススタイル：その他 */

.nolink {
	cursor: default;
}
