/*-------------------------------------------------------

common.css

-------------------------------------------------------*/
body {
    background-color: #FFFFFF;
	color: #000000;
	line-height: 140%;
}

.base_txt {
	line-height: 175%;
	margin-left:20px;
	margin-bottom:20px;
}

.base_txt ol {
margin-left:25px;
}
.base_txt ul {
margin-left:25px;
}

table th { padding-left:5px !important; padding-right:5px !important; }
table td { padding-left:5px !important; padding-right:5px !important; }

table#layout{border-collapse:collapse;}
table#layout th,table#layout td#layout_td{padding:0 !important;}

/*-------------------------------------------------------

構成要素

-------------------------------------------------------*/
body,table,td,font,textarea,select,input {font-family:Verdana,MS UI Gothic,Osaka;}

* {
	margin: 0;
	padding: 0;
}

form {
    margin: 0px;
	padding: 0px;
}

img { border: none; }
a img { border: none; }


h2,h3,h4 { font-size: 100%; }

table td { vertical-align: top; }

/* リンクタグ設定 */
a:link {color:#0000ff;text-decoration:underline;}	/* 未訪問のアンカー */
a:visited {color:#800080;text-decoration:underline;}	/* 訪問済みのアンカー */
a:hover {color:#FF8700;text-decoration:underline;}	/* マウスが通過しているアンカー */
a:active {color:#FF8700;text-decoration:underline;}	/* 選択中のアンカー */
a[name]:hover {color:#000000;text-decoration:none;}


/* 回り込み解除 */
.clear_both { clear: both; }

/* リスト（TYPE-NO） */
ul.type_none {
    list-style-type: none;
}

/* ポジション */
.position_center { text-align: center; }
.position_right { text-align: right; }

/* リストポイント又はアイコンポジション */
.disk_arrow { margin: 0px 5px 1px 0px; }
.disk_square { margin: 0px 5px -1px 0px; }
.disk_dot { margin: 0px 3px -1px 0px; }
.h3_arrow { margin: 0px 5px -1px 0px; }
.icon_new { margin: 0px 0px -3px 5px; }

/* ページトップへ */
.page_top { text-align: right; margin-top: 25px; font-size: 80%; }


/*-------------------------------------------------------

コンテンツエリア

-------------------------------------------------------*/

div#container {
	padding: 0px 30px 0px;
}

/* タイトル */
h1.h1_normal {
	background: url(/common/000000013.gif) repeat-y right 0px;
	border-top: solid 1px #d7d7d7;
	border-bottom: solid 1px #d7d7d7;
	padding: 5px 10px 5px;
	font-size: 130%;
	color: #002647;
}

.h1_titleBox {
    border-bottom: solid 4px #3b7097;
	padding-bottom: 1px;
	margin-bottom: 20px;
}

.h1_arrow { margin: 0px 5px -5px 0px; }

h2.h2_normal {
	background: url(/common/000000014.gif) repeat-y right 0px;
	border-top: solid 1px #d7d7d7;
	border-bottom: solid 1px #d7d7d7;
	padding: 5px 10px 5px;
	font-size: 120%;
	color: #002647;
}

.h2_titleBox {
    border-top: solid 4px #3b7097;
	padding-top: 1px;
	margin-bottom: 20px;
}

h3.h3_normal {
    border-left: solid 3px #3b7097;
	padding: 3px 3px 2px 6px;
	color: #002647;
	font-size: 110%;
}

.h3_titleBox {
	background: #f7fafc url(/common/000000017.gif) repeat-x 0 0;
	border: 1px solid #d7d7d7;
	margin:0 0 10px;
	padding: 2px;
}

h4.h4_normal {
    border-left: solid 2px #3b7097;
	padding: 2px 3px 1px 6px;
	color: #002647;
	font-size: 100%;
}

.h4_titleBox {
	border-bottom: solid 1px #d7d7d7;
	margin:0 0 10px 10px;
	padding-bottom: 3px;
}


/*-------------------------------------------------------

ヘッダーエリア

-------------------------------------------------------*/
#headerArea {
    width: 100%;
	background: url(/common/000000018.gif) repeat-x 0px 0px;
	padding-bottom: 7px;
}

#headerAre .logo {
    float: left;
}

#headerBox {
    width: 100%;
    background: url(/common/000000001.gif) no-repeat 0px 0px;
}

/*-------------------------------------------------------

メニューエリア

-------------------------------------------------------*/
#pankuzu {
	padding: 10px 10px 10px 0px;
	font-size: 80%;
}

/*-------------------------------------------------------

フッターエリア

-------------------------------------------------------*/
#copyright {
    border-top: solid 1px #c8c8c8;
	padding-top: 15px;
	text-align: center;
	margin: 25px 0px 5px;
}

/*-----*/
.small { font-size: 65%; line-height:140%; } /* 文字サイズ：10ポイント相当 */
.medium { font-size: 80%; line-height:140%; } /* 文字サイズ：12ポイント相当 */
.large { font-size: 90%; line-height:140%; } /* 文字サイズ：14ポイント相当 */
