/* 初期設定 */
/* ------------------------------------------------------------------------- */

/* ---------- フォント 指定 ---------- */
.body1 {
	font-size:12px;
	line-height:20px;
}
.body2 {
	font-size:14px;
	line-height:22px;
}
.body3 {
	font-size:16px;
	line-height:22px;
}
.red {
	font-size:25px;
	line-height:28px;
	color: #FF0000;
	font-weight: bold;
}
.small {
	font-size:10px;
	line-height:15px;
}

#cap1 {
	color: #066411;
}
#cap2 {
	color: #55650A;
}
#cap3 {
	color: #EE0000;
}
#cap4 {
	color: #801535;
	font-weight: bold;
}
#date {
	color: #999999;
}
#white {
	color: #FFFFFF;
	font-weight: bold;
}

/* ---------- リンク 指定 ---------- */
/* リンクテキスト */
a:link {
	color:#0B7818;
	text-decoration:none;
}
/* 読込済テキスト */
a:visited {
	color:#0B7818;
	text-decoration:none;
}
/* 読込中テキスト */
a:active {
	color:#801535;
	text-decoration:none;
}
/* 反応中テキスト */
a:hover {
	color:#801535;
	text-decoration:underline;
	font-size: 12px;
}

/* 基本レイアウト 設定 */
/* ------------------------------------------------------------------------- */

/* ---------- body ---------- */
body {
	margin: 0px;
	color: #555555;
}
/* キーカラー 01 */
.key-color {
	background: #213578;
}
/* キーカラー 01 */
.key-color2 {
	background: #F0F1F2;
}

/* ---------- mother ---------- */
table.mother {
	margin: 0px;
	padding: 0px;
	width: 850px;
	height: 100%;
}
td.mother_space{
	margin: 0px;
	padding: 0px;
	width: 10px;
	background: url(../images/bg_left2.gif) repeat-y;
}
td.mother_left{
	margin: 0px;
	padding: 0px;
	width: 200px;
	background: url(../images/bg_left.gif) repeat-y;
}
td.mother_space2{
	margin: 0px;
	padding: 0px;
	width: 10px;
	background: url(../images/bg_space.gif) repeat-y;
}
td.mother_right{
	margin: 0px;
	padding: 0px;
	width: 620px;
	background: #FFFFFF;
}
td.mother_space3{
	margin: 0px;
	padding: 0px;
	width: 10px;
	background: url(../images/bg_right.gif) repeat-y;
}
table.left_area {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	width: 200px;
	height: 100%;
}

/* ---------- Header ---------- */
table.header1 {
	margin: 0px;
	padding: 0px;
	width: 620px;
	height: 61px;
	background: url(../images/bg_header1.gif) repeat-x;
}
table.header2 {
	margin: 0px;
	padding: 0px;
	width: 620px;
	height: 61px;
	background: url(../images/bg_header2.gif) repeat-x;
}
td.header_logo{
	margin: 0px;
	padding: 0px 14px;
	height: 61px;
}
table.menu1 {
	margin: 0px;
	padding: 0px;
	width: 620px;
	height: 31px;
	background: url(../images/bg_menu1.gif) repeat-x;
}
table.menu2 {
	margin: 0px;
	padding: 0px;
	width: 620px;
	height: 31px;
	background: url(../images/bg_menu2.gif) repeat-x;
}
.logo {
	margin: 60px 0px 40px 0px;
}

/* ---------- パン屑マップ ---------- */
table.bread {
	margin: 0px;
	padding: 4px 13px;
	width: 590px;
}
img.map_point {
	margin: 0px 7px 1px 7px;
}

/* ---------- Body ---------- */

.tab {
	margin: 0px;
	padding: 0px 0px 0px 14px;
	width: 620px;
	background: url(../images/bg_body1.gif) no-repeat;
}
table.body {
	margin: 0px;
	padding: 0px;
	width: 620px;
}
td.body_space{
	margin: 0px;
	width: 15px;
}
td.body_center{
	margin: 0px;
	width: 590px;
}

/* ---------- Footer ---------- */
table.footer {
	margin: 20px 0px 15px 0px;
	padding: 0px;
	width: 620px;
}
/* page top */
.bt_pgtop {
	margin: 5px 0px 5px 20px;
}


/* レイアウト設定 */
/* ------------------------------------------------------------------------- */
/* ---------- Main ---------- */
table.main {
	margin: 0px;
	padding: 0px;
	width: 590px;
}
table.main2 {
	margin: 0px;
	padding: 0px;
	width: 560px;
}
td.top_left{
	margin: 0px;
	padding: 0px;
	width: 385px;
}
td.top_right{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 190px;
}
/* Topアイコン */
.top_ic {
	margin: 0px 8px 0px 0px;
	vertical-align: middle;
}


/* ---------- Table 表組指定01 ---------- */
table.chart_base {
	border-collapse: collapse;
}
.chart_cell01 {
	padding: 3px 5px;
	background: #FFFFFF;
	border: 1px #888888 dotted;
}
.chart_cell02 {
	padding: 3px 5px;
	background: #F8E6E6;
	border: 1px #888888 dotted;
}
.chart_cell03 {
	padding: 3px 5px;
	background: #590019;
	border: 1px #888888 dotted;
	color: #FFFFFF;
	font-weight: bold;
}
.chart_cell04 {
	padding: 3px 5px;
	background: #EFC2C2;
	border: 2px #FFFFFF dotted;
	color: #801535;
	font-weight: bold;
}
.chart_cell05 {
	padding: 3px 5px;
	background: #F8E6E6;
	border: 2px #FFFFFF dotted;
}


/* ---------- Table 表組指定02 ---------- */
table.news_base {
	border-collapse: collapse;
}
.news_cell01 {
	padding: 3px 5px;
	background: #FFFFFF;
	border: 1px #CCCCCC dotted;
}
.news_cell02 {
	padding: 3px 5px;
	background: #EFF9F0;
	border: 1px #CCCCCC dotted;
}
.news_cell03 {
	padding: 3px 5px;
	background: #014409;
	border: 1px #CCCCCC dotted;
	color: #FFFFFF;
	font-weight: bold;
}
.news_cell04 {
	padding: 3px 5px;
	background: #E7E4D4;
	border: 2px #FFFFFF dotted;
	color: #7D554E;
	font-weight: bold;
}
.news_cell05 {
	padding: 3px 5px;
	background: #F5F4ED;
	border: 2px #FFFFFF dotted;
}

/* ---------- 枠 指定 ---------- */
td.waku_cell01 {
	width: 15px;
	height: 15px;
	background: url(../images/waku01.gif) no-repeat;
}
td.waku_cell02 {
	height: 15px;
	background: url(../images/waku02.gif) no-repeat;
}
td.waku_cell03 {
	width: 15px;
	height: 15px;
	background: url(../images/waku03.gif) no-repeat;
}
td.waku_cell04 {
	width: 15px;
	height: 15px;
	background: url(../images/waku04.gif) repeat-y;
}
td.waku_cell06 {
	width: 15px;
	height: 15px;
	background: url(../images/waku06.gif) repeat-y;
}
td.waku_cell07 {
	width: 15px;
	height: 15px;
	background: url(../images/waku07.gif) no-repeat;
}
td.waku_cell08 {
	height: 15px;
	background: url(../images/waku08.gif) no-repeat;
}
td.waku_cell09 {
	width: 15px;
	height: 15px;
	background: url(../images/waku09.gif) no-repeat;
}

/* ---------- img ---------- */
/* img 左回り */
img.left { 
	float:left;
	margin: 0px 12px 12px 0px;
}
/* img 右回り */
img.right {
	float:right;
	margin: 0px 0px 12px 12px;
}
/* table 左回り */
table.table_left {
	float:left;
	margin-right:12px;
	margin-bottom:12px;
	padding: 0px;
}
/* table 右回り */
table.table_right {
	float:right;
	margin-left:12px;
	margin-bottom:12px
	padding: 0px;
}
/* 回り込み解除 */
.float_clear {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}


/* ---------- Format ---------- */
/* 点線1 */
.dot_line {
	background: url(../images/dot_line.gif) repeat-x;
	padding: 0px;
	height: 1px;
	margin: 8px 0px 10px 0px;
}
/* 点線2 */
.dot_line2 {
	background: url(../images/dot_line3.gif) repeat-x;
	padding: 0px;
	height: 1px;
	margin: 3px 0px;
}
/* 点線3 */
.dot_line3 {
	background: url(../images/dot_line2.gif) repeat-x;
	padding: 0px;
	height: 5px;
	margin: 12px 0px;
}
/* 罫線 */
table.txt_area {
	margin: 0px;
	padding: 9px 13px;
	background: #FFFFFF;
	border: #CCCCCC 1px solid;
}
/* 背景1 */
.background01 {
	padding: 3px 5px 2px 7px;
	margin: 0px 0px 13px 0px;
	background: url(../images/background01.gif);
	border-left: solid 3px;
	border-left-color: #590019;
	color: #333333;
}
/* 背景2 */
.background02 {
	padding: 3px 5px 2px 7px;
	margin: 0px 0px 13px 0px;
	background: url(../images/background02.gif);
	border-left: solid 3px;
	border-left-color: #014409;
	color: #222222;
}

/* ポイント */
.point {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(../images/point.gif);
	background-repeat: no-repeat;
}
/* アイコン */
.icon {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
}
/* アイコン02 */
.icon2 {
	margin: 0px;
	padding: 0px 10px 0px 15px;
	background-image: url(../images/icon03.gif);
	background-repeat: no-repeat;
}
/* アイコン03 */
.icon3 {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(../images/icon02.gif);
	background-repeat: no-repeat;
}
/* アイコン04 */
.icon4 {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(../images/icon04.gif);
	background-repeat: no-repeat;
}

/* 画像・文字中央揃え */
.vmid {
	vertical-align: middle;
}
#red {
	color: #C00;
}
