/* 共通要素の設定 */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#container {
	width: 800px;
	align: center;
}

/* 共通ヘッダーの設定 */
#header {
	position: relative;
	width: 760px;
	height: 21px;
}

#header h1 {
	padding: 0px 0px 0px 8px;
	font-size:13px;
	color:#ffffff;
}

#header b {
	padding: 1px 0px 0px 6px;
	font-size:12px;
	color:#ffffff;
}

#header p {
	padding: 9px 0px 0px 8px;
}

/* パンくず */

#pankuzu {
	font-size:12px;
}

/* 文字スタイル定義 */
.size8 {font-size: 8pt; line-height:120%; font-weight: normal; text-decoration: none; font-style: normal}
.size9 {font-size: 9pt; line-height:120%; font-weight: normal; text-decoration: none; font-style: normal}
.size10 {font-size: 10pt; line-height:125%}
.size11 {font-size: 11pt; line-height:120%; font-weight: normal; text-decoration: none; font-style: normal}
.size12 {font-size: 12pt; line-height:120%; font-weight: normal; text-decoration: none; font-style: normal}
.size13 {font-size: 13pt; line-height:120%; font-weight: normal; text-decoration: none; font-style: normal}


H1 {font-size : 16px;margin-top : 0px;margin-left : 0px;margin-right : 0px;margin-bottom : 0px; color: #666666}
H2 {font-size : 14px;margin-top : 0px;margin-left : 0px;margin-right : 0px;margin-bottom : 0px; color: #FFFFFF}
H3 {font-size : 16px;margin-top : 5px;margin-left : 0px;margin-right : 0px;margin-bottom : 5px; color: #336600}

/* リンクの上に行ったときに文字色、背景変える(サイト全体) */
A {color:#3366CC; text-decoration:underline}
A:hover {color:#cc0000; text-decoration:underline; background-color: #eeeeee}
A:active {color:#0000FF; text-decoration:underline; background-color: #eeeeee}


table.area-table {
	width: 760px;
}

table.area-table td.main-area {
	width: 530px;
	vertical-align:top;
	font-size:12px;
}

table.area-table td.sub-area {
	width: 230px;
	vertical-align:top;
}

#main-contents {
	width: 520px !important;
	width /**/: 530px; 
	font-size:13px;
}

#main-contents h1 {
	padding: 3px;
	font-size:13px;
	background-color: #FF9999;
	color: #FFFFFF;
	width: 520px;
	height: 20px;
}

#main-contents h2 {
	padding: 3px;
	font-size:13px;
	background-color: #FF9999;
	width: 520px;
	height: 20px;
}

#sub-contents {
	margin-left: 5px;
	width: 230px !important;
	width /**/: 230px; 
	
}

