﻿@charset "utf-8";

/* =========================== */
/*                             */
/* 通常ページ                         */
/* １カラム、サブメニュー横用ＣＳＳ   */
/*                             */
/* =========================== */

/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px;
	padding: 0px;
}
	
BODY {
	font-family: 'ＭＳ Ｐゴシック';
	background-color: #ffffff;
	line-height: 1.166;	
	margin: 0 auto;
	padding: 0;
	background-image: url(../img/all_bg.png);
	background-repeat: repeat-x;
	background-attachment: fixed; 
	background-position: center bottom;
	}

DIV#top {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	background-image: url(/asset/00046/head-bg.gif);
	background-repeat: repeat-x;
	}
	
/* =========================== */
/* ヘッダー                   */
/* =========================== */

/* サイトタイトル */
#site-title {
	float: left;
	width: 240px;
	height: 65px;
	margin: 0;
	padding: 10px 0 0 5px;
	}

/* ヘッターコンテンツ領域 */	
#header-contents {
	float: left;
	width: 500px;
	margin: 0;
	padding: 5px 5px 5px 0;
        text-align: right;
	}
	
/* ヘッダーメニュー */
#header-menu {
	float: right;
	}
#header-menu DIV.menu-item {
	float: left;
	background-image: url(../img/header_menu_mark.gif);
	background-repeat: no-repeat;
	color: #000F49;
	padding: 0 10px 0 20px;
	}
	
/* ヘッダーメニュー内のリンク */
#header-menu A:link,
#header-menu A:active,
#header-menu A:visited,
#header-menu A:focus {
	color: #000F49;
	font-size: 8pt;
	text-decoration: none;
	}

/* =========================== */
/* メインメニュー                  */
/* =========================== */			
#main-menu {
	clear: both;
	width: 750px;
	height: 25px;
	background-image: url(../img/main_menu.gif);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	}
	
#main-menu DIV.menu-item {
	margin:0px;
	padding:0px;
	float:left;
	width: 107px;
	height: 25px;
	_height : 25px;
	}
	
#main-menu DIV.menu-sepalator {
	margin:0px;
	padding:0px;
	float:left;
	background-image: url(../img/spacer.gif);
	background-repeat: no-repeat;
	width: 0px;
	height: 25px;
	_height : 25px;
	}
	
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
	display: block;
	width: 107px;
	padding: 4px 0 0 0;
	height: 25px;
	_height : 21px;
	text-align: center;
	background-image: url(../img/spacer.gif);
	background-repeat: no-repeat;
	}

#main-menu A.text:active,
#main-menu A.text:hover {
	font-size: 10pt;
	color: #000000;
	background-image: url(../img/main_menu_rollover.gif);
	}

#main-menu A.active:link,
#main-menu A.active:visited,
#main-menu A.active:active,
#main-menu A.active:hover {
	color: #000000;
	background-image: url(../img/main_menu_rollover.gif);
	}
/* =========================== */
/* サブメニュー                   */
/* =========================== */
#sub-menu {
	clear: both;
	height: 36px;
	_height: 30px;
	background-image: url(../img/sub_menu_yoko_bg.gif);
	background-repeat:repeat-x;
	padding: 0 0 0 5px;
	}
#sub-menu DIV.menu-item {
	float:left;
	background-image: url(../img/sub_menu_yoko_spa.gif);
	background-repeat: no-repeat;
	vertical-align: left;
	color: #000000;
	padding: 3px 5px 0 6px;
	}
#sub-menu DIV.menu-sepalator {
	height: 25px;
	_height: 25px;
	float:left;
	background-image: url(../img/spacer.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	width: 1px;
	}
#sub-menu A {
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 3px 0 3px 0;
	margin: 0 2px 0 2px;
	}
#sub-menu A SPAN {
	padding: 0 5px 0 5px;
	}
	
/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list {
	clear: both;
	margin: 5px 0px 5px 10px;
	font-size: 8pt;
	}
#crumb-list DIV.crumb-item {
	float:left;
	}
#crumb-list DIV.crumb-sepalator {
	float:left;
	}
#crumb-list DIV.crumb-sepalator SPAN {
	margin: auto 4px auto 4px;
	}

	
/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#main-contents {
	clear:both;
	float:left;
	width:750px;
	padding: 0 0 5px 0;
	}
	
	
/* =========================== */
/* フッター                         */
/* =========================== */
#footer-layout {
	clear:both;
	width:750px;
	margin: 0px; 
	padding: 0px; 
	}
/* フッターメニュー */
DIV#footer-menu {
	margin:0px;
	padding: 7px 0px 0px 20px; 
	}
#footer-menu DIV.menu-item {
	height: 16px;
	float:left;
	margin: 0px 3px 0px 3px;
	padding: 0px 0px 2px 0px;
	}
#footer-menu A:link,
#footer-menu A:active,
#footer-menu A:visited {
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -0.2mm;
	}
/* フッターコンテンツ領域 */
#footer-contents {
	clear: both;
	width:750px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 0px 0px 5px 0px;
	}
#footer-contents A:link,
#footer-contents A:active,
#footer-contents A:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -0.2mm;
	}

