/*--------------------*/
/* 共通スタイルシート */
/*--------------------*/
/*全体指定*/
html{
	margin:0px;
	padding:0px;
	height:100%;
	overflow-y:scroll;
}

body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	text-align:center;
	font-size:small;
}

img{
	border:none;
}

/*コンテンツ全体指定*/
#main_space{
	margin:0px auto;
	padding:0px;
	width:100%;
	min-height:100%;
	margin:0 auto -90px;
	height: auto !important;
	height:100%;
}

#footer-space{
height:50px;/* footerと同じ高さ（footerがコンテンツにかぶるのを防ぐ） */
}

/*ヘッダー 全体指定*/
#header_space{
	background-image:url("../images/bg_header.gif");
	background-repeat:repeat-x;
	background-position:center top;
	margin:0px;
	padding:0px;
	width:100%;
	height:78px;
	font-size:1px;
	color:#9AB2E1;
}

/*ヘッダー 中面要素*/
#header_space .header_inline{
	margin:0px auto;
	padding:0px;
	width:745px;
	text-align:left;
}

/*ヘッダー h1*/
#header_space .header_inline h1{
	margin:0px;
	padding:0px;
	width:100%;
	line-height:12px;
	text-align:right;
	font-size:10px;
}

/*ヘッダー 左側*/
#header_space .header_inline #left_position{
	margin:0px;
	padding:0px;
	width:188px;
	float:left;
}

/*ヘッダー 右側*/
#header_space .header_inline #right_position{
	margin:5px 0px 0px 0px;
	padding:0px;
	width:557px;
	float:right;
}

/*ヘッダー メニュー指定*/
#header_space .header_inline #right_position ul{
	margin:0px;
	padding:0px;
	width:100%;
}
#header_space .header_inline #right_position li{
	margin:26px 0px 0px 0px;
	list-style-type: none;
	float:left;
}

/*ヘッダー メニューリンクカラー*/
.menu_link a{
	padding:10px 0px 0px 0px;
	width:108px;
	height:22px;
	text-align:center;
	text-decoration:none;
	font-size:13px;
	color:#EEF1F7;
	display:block;
}
.menu_link a:hover,
.menu_link_on a{
	background-image: url("../images/bg_menu_on.gif");
	background-repeat:no-repeat;
	padding:10px 0px 0px 0px;
	width:108px;
	height:22px;
	text-align:center;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	display:block;
}

/*ヘッダー 下部グレーの影*/
#header_bottom_space{
	background-image:url("../images/bg_header_bottom.gif");
	background-repeat:repeat-x;
	background-position:center top;
	margin:0px;
	padding:0px;
	width:100%;
	height:12px;
	font-size:1px;
}

/*Flash表示部分指定*/
#flash_space{
	background-color:#D5D5DA;
	margin:0px auto;
	padding:0px;
}

/*フッター 全体指定*/
#footer_space{
	margin:0 auto;
	width:100%;
	height:90px;
}

/*フッター メニュー指定*/
#under_space{
	border-top:1px solid #BFBDBD;
	margin:0px auto;
	padding:17px 0px 0px 0px;
	width:745px;
	height:32px;
	font-size:13px;
	line-height:14px;
	display:block;

}
#under_space ul{
	margin:0px 0px 0px 100px;
	padding:0px;
}
#under_space li{
	padding:0px 3px;
	list-style-type: none;
	float:left;
}

/*フッター メニューリンクカラー*/
.undermenu_link a{
	color:#494848;
	display:block;
}
.undermenu_link a:hover,
.undermenu_link_on a{
	color:#494848;
	display:block;
}

/*コピーライト*/
#copyright_space{
	background-image:url("../images/bg_footer.gif");
	background-repeat:repeat-x;
	background-position:top center;
	margin:0px auto;
	padding:15px 0px 0px 0px;
	width:100%;
	height:25px;
	text-align:center;
	font-size:12px;
	color:#9AB2E1;
}


/*------------------------*/
/* 中面共通スタイルシート */
/*------------------------*/
/*コンテンツ表示指定*/
#contents_space{
	background-color:#FFFFFF;
	margin:0px auto;
	padding:0px 0px 90px 0px;
	width:747px;
	line-height:17px;
	text-align:left;
}

/*コンテンツ リンクカラー*/
#contents_space a{
	color:#1038A9;
}
#contents_space a:hover{
	color:#1038A9;
}

/*パンくずリスト*/
#contents_panlist{
	margin:0px;
	padding:0px 10px 5px 0px;
	width:734px;
	font-size:10px;
	line-height:14px;
	color:#5A5A5B;
	text-align:right;
}

/*パンくずリスト リンクカラー*/
#contents_panlist a{
	color:#5A5A5B;
}
#contents_panlist a:hover{
	color:#5A5A5B;
}

/*タイトル下 テキスト位置指定*/
#contents_top_space{
	padding:0px 0px 0px 8px;
}

/*タイトル下 テキスト表示指定*/
#catalog_top_text{
	width:360px;
	color:#5C5A5A;
	float:left;
}

/*タイトル下 PDFダウンロードについて*/
#pdf_download_text{
	background-color:#ECEEEF;
	padding:8px;
	width:350px;
	float:right;
}
#pdf_download_text .pdf_logo{
	width:25%;
	float:left;
}
#pdf_download_text .pdf_text{
	width:75%;
	float:right;
}

/*グレーボーダー*/
.border_gray{
	border-top:1px solid #BFBDBD;
	margin:15px 0px 0px 0px;
	height:10px;
}


/*サブメニュー 表示位置指定*/
#contents_submenu_space{
	width:160px;
	float:left;
}

/*サブメニュー リンクカラー*/
#contents_submenu_space a{
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
#contents_submenu_space a:hover{
	color:#000000;
}

/*サブメニュー 表示指定*/
.submenu_top{
	background-image:url("../images/bg_submenu_top.gif");
	background-repeat:no-repeat;
	background-position:top center;
	width:130px;
	padding:2px 5px 2px 17px;
	margin:5px 0px 0px 0px;
}

/*メインコンテンツ 表示位置指定*/
#contents_main_space{
	margin:0px 0px 12px 0px;
	width:573px;
	float:right;
}

/*メインコンテンツ 青文字*/
#contents_main_space .font_blue{
	font-size:15px;
	font-weight:bold;
	color:#1349AC
}

/*メインコンテンツ ※印フォントサイズ*/
#contents_main_space .font_sign{
	font-size:11px;
}

/*ブルータイトル 表示指定*/
.bar_title_blue{
	background-image:url("../images/bg_bar_blue.gif");
	background-repeat:no-repeat;
	background-position:top center;
	padding:6px 0px 0px 10px;
	width:560px;
	height:24px;
	font-weight:bold;
	color:#ffffff;
}

/*ページトップに戻る*/
.pagetop{
	text-align:right;
}

/*フロートクリア*/
.float_clear{
	line-height:100%;
	font-size:1px;
	clear:both;
}
