@charset "Shift_JIS";
/*===========================
リンクが貼られた画像の枠線消し
===========================*/
img {
	border:none;
}


/*===　ページ最上部のパンくずリスト　===*/
#bread_crumb {
	padding-top: 10px;
	font-size:0.9em;
	color:#003366;
}


/*===========================
「文字の大きさ」ボタンの下のライン
===========================*/
#title_line {
	background-attachment: scroll;
	background-image: url(../img/title_line.gif);
	background-repeat: repeat-x;
	background-position:0 3px;
}

/*===========================
グローバルナビゲーションのボタン
===========================*/
#g_navi {
	margin-top:15px;
	line-height:0;
	font-size:0;
}

#g_navi img {
	line-height:0;
	margin-bottom:3px;
}

#g_navi #top_button {
	margin-top:10px;
}

/*===========================
h1のタイトル画像
===========================*/
h1 {
	margin:0 0 0 0;
	padding:0;
	font-size:0;
	line-height:1;
}

/*===========================
メインコンテンツのエリア
===========================*/
#content {
	padding-top:15px;
}

#content p {
	margin:0px 10px 25px 50px;
	padding:0;
	font-size:0.9em;
	line-height:1.5em;
	text-align:justify;
	text-justify: inter-ideograph;
}

#content .catch {
	margin:5px 10px 25px 20px;
	padding:0 0 3px 10px;
	font-size:1.1em;
	line-height:1;
	border-left:4px solid #0066ff;
	border-bottom:1px solid #0066ff;
	
}

#content .lead {
	margin-top:10px;
	margin-bottom:25px;
	padding-bottom:5px;
	font-size:1em;
	border-bottom:2px dashed #ccc;
}

#content .sub_lead {
	padding-left:15px;
	font-size:0.95em;
	line-height:1;
	font-weight:bold;
	background-image:url(../img/marker.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

#content .caption {
	font-weight:bold;
	line-height:1;
	color:#1d81c7;
}

/*====ページのトップ====*/
#content #page_top {
	margin:30px 10px 15px 50px;
	padding-top:10px;
	font-size:0.8em;
	text-align:right;
	line-height:1;
	border-top:1px dashed #ccc;
}

#content #page_top a {
	padding:0 0 0 13px;
	background-image:url(../img/navi_page-top.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

/*===========================
メインコンテンツのエリア
===========================*/

/*========テーブルの共通スタイル　ここから========*/
/*テーブル中の数値を右揃え*/
#content .number {
	text-align:right;
}

#content table {
	width:590px;
	margin:0px 10px 20px 50px;
	border-collapse:collapse;
	font-size:0.9em;
	line-height:1.4em;
}

#content table th,
#content table td {
	padding:7px 5px;
	border:1px solid #ccc;
}

#content .table_caption {
	text-align:left;
	margin:0px 10px 5px 50px;
	padding:5px;
	background-color: #9FC2FF;
}

/*========テーブルの共通スタイル　ここまで========*/

/*======== クラス「table01」内のスタイル ========*/
#content .theader_top {
	background-color:#d6e9ff;
}

#content .theader_side {
	text-align:left;
	vertical-align:top;
}

#content .total {
	background-color: #FFCCCC;
}

/*======== クラス「table02」内のスタイル ========*/
#content .theader_side02 {
	background-color:#d6e9ff;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}


/*===　ページ下部、フッター　===*/

#main_footer {
	margin-top:30px;
	width:100%;
	line-height:1.2em;
	font-size:0.8em;
	vertical-align:text-top;
	border-top:3px solid #c6daff;
}

#main_footer #footer_access {
	width:40%;
	text-align:left;
}

#main_footer #footer_copyright {
	color:#FFFFFF;
	background-color:#80acfe;
	text-align:center;
	line-height:1.4em;
	border-top:3px solid #c6daff;
}

#main_footer #footer_form {
	text-align:left;
	margin:5px 0;
	line-height:1;
}

#main_footer #footer_form td {
	vertical-align:middle;
}

#main_footer #footer_form p {
	margin:0;
	padding:0;
	line-height:1;
}




