﻿@charset "utf-8";

/* =========================== */
/*                             */
/* トップ・通常ページ                    */
/* ２カラム用ＣＳＳ   */
/*                             */
/* =========================== */

/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px;
	padding: 0px;
}
table {
	font-size:inherit; /* not IE */
	font:100%; /* IE */
}	
BODY {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5em;	
	font-size:12px;
	color: #000000;
	margin: 0px auto;
	padding: 0px;
	background-color: #ffff00;
	}

DIV#wrapper {
	margin: 0px auto;
	padding: 0px;
	_padding: 0px 0px 0px 1px;
	background-color: #ffffff;
	background-image: url(../img/body_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
DIV#top {
	width: 800px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	}
	
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header-layout {
	width: 800px;
	height: 152px;
	margin: 0px auto;
	padding: 0px 0px;
	background-image: url(../img/header_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

/* サイトタイトル */
#site-title {
	float:left;
	width: 260px;
	margin: 0px 0px;
	padding: 12px 0px 0px 15px;
	_padding: 12px 0px 0px 15px;
	}
#site-title A IMG {
	border: none;
	}

/* ヘッダーメニュー */
#header-menu {
	float:right;
	height: 26px;
	_height: 26px;
	margin: 0px 0px;
	width: 500px;
	padding: 0px 0px 0px 0px;
	}
#header-menu DIV.menu-item {
	float: right;
	width: 100px;
	height: 26px;
	background-image: url(../img/header_menu_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
	}
	
/* ヘッダーメニュー内のリンク */
#header-menu A:link,
#header-menu A:focus,
#header-menu A:visited {
	color: #000000;
	text-decoration: none;
	}
#header-menu A:active,
#header-menu A:hover {
	color: #000000;
	text-decoration: underline;
	}
/* ヘッターコンテンツ領域 */	
#header-contents {
	float: right;
	margin: 0px auto;
	width: 500px;
	line-height: 1.2em;	
	padding: 5px 0px 0px 0px;
	}
#header-layout:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* =========================== */
/* メイン                  */
/* =========================== */
DIV#main-layout {
	width: 800px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	}
DIV#contents-layout {
	float:right;
	width: 560px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	}

DIV#side-layout {
	float:left;
	width: 202px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	}

#main-layout:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
DIV#main-img {
	clear: both;
	width: 800px;
	height: 293px;
	margin: 10px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(/asset/00117/rogo3.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	}
DIV#blank {
	clear: both;
	width: 800px;
	height:20px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	}
/* =========================== */
/* メインメニュー                  */
/* =========================== */			
#main-menu {
	clear: both;
	width: 800px;
	height: 33px;
	margin:0px auto;
	padding: 0px 0px 0px 0px;
	}
	
#main-menu DIV.menu-item {
	margin:0px;
	padding:0px 0px 0px 0px;
	float:left;
	height: 33px;
	width: 132px;
	}
	
#main-menu DIV.menu-sepalator {
	margin:0px;
	padding:0px;
	float:left;
	background-image: url(../img/menu_sepa.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1px;
	height: 33px;
	}
	
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size:13px;
	color: #3f3f3f;
	text-decoration: none;
	display: block;
	padding: 10px  0px 0px 0px;
	height: 23px;
	text-align: center;
	line-height: 1em;	
	margin: 0px;
	width: 132px;
	}

#main-menu A.text:active,
#main-menu A.text:hover {
	background-image: url(../img/menu_rollover.gif);
	background-repeat:repeat-x;
	background-position: center top;
	}
	
#main-menu A.active:link,
#main-menu A.active:visited,
#main-menu A.active:active,
#main-menu A.active:hover {
	background-image: url(../img/menu_rollover.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}
/* =========================== */
/* サブメニュー                  */
/* =========================== */			
div#sub-menu {
	width: 202x;
	margin: 0px ;
	padding: 39px 0px 0px 0px;
	background-image: url(../img/sub_menu_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
div#sub-menu_bottom {
	width: 202x;
	height: 3px;
	margin: -1px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	background-image: url(../img/sub_menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	line-height: 0em;	
	}
div#sub-menu_bottom img {
	vertical-align: top;
}

#sub-menu DIV.menu-item {
	margin:0px 0px;
	padding:0px 0px;
	width: 202px;
	height: 35px;
	_height : 35px;
	}
	
#sub-menu DIV.menu-sepalator {
	background-image: url(../img/spacer.gif);
	background-repeat: no-repeat;
	height: 0px;
	overflow:hidden;
	}
	
#sub-menu  A.text:link,
#sub-menu  A.text:visited {
	font-size: 12px;
	color: #3f3f3f;
	display: block;
	width: 172px;
	padding: 9px 0px 0px 30px;
	height: 26px;
	_height : 26px;
	text-align: left;
	background-image: url(../img/sub_menu.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

#sub-menu A.text:active,
#sub-menu A.text:hover {
	color: #3f3f3f;
	background-image: url(../img/sub_menu_rollover.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
	}

#sub-menu A.active:link,
#sub-menu A.active:visited,
#sub-menu A.active:active,
#sub-menu A.active:hover {
	color: #3f3f3f;
	background-image: url(../img/sub_menu_rollover.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
	}

/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list x:-moz-read-only {
	width:560px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #000000;
	}
#crumb-list {
	width:560px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #000000;
	}
#crumb-list DIV.crumb-item {
	float:left;
	}
#crumb-list DIV.crumb-sepalator {
	float:left;
	color:#000000;
	}
#crumb-list DIV.crumb-sepalator SPAN {
	margin: auto 0px auto 0px;
	}

#crumb-list A:link {
	color: #00a0c6;
	text-decoration:none;
	}
#crumb-list A:visited {
	color: #00a0c6;
	text-decoration:none;
	}
#crumb-list A:active,
#crumb-list A:focus,
#crumb-list A:hover {
	color: #00a0c6;
	text-decoration:underline;
	}
#crumb-list:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/* =========================== */
/* サイドコンテンツ                 */
/* =========================== */
#side-contents {
	clear: both;
	width:202px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	}
/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#main-contents {
	width:560px;
	margin: 0px auto; 
	padding: 0px 0px 20px 0px;
	}

/* =========================== */
/* フッター                         */
/* =========================== */
#footer-layout {
	clear:both;
	margin: 0px auto; 
	padding: 0px 0px 0px 0px; 
	_padding: 0px 0px 0px 0px; 
	background-image: url(../img/footer_back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}

/* フッターメニュー */
#footer-menu {
	clear:both;
	width:800px;
	margin:0px auto;
	padding: 10px 0px 10px 0px;
	}
#footer-menu DIV.menu-item {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	background-image: url(../img/footer_menu_mark.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	color: #000000;
	font-size: 11px;
	}
#footer-menu DIV.menu-sepalator {
	background-image: url(../img/spacer.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 0px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#footer-menu A:link,
#footer-menu A:focus,
#footer-menu A:visited {
	color: #000000;
	text-decoration: none;
	letter-spacing: -0.2mm;
	}
#footer-menu A:active,
#footer-menu A:hover {
	color: #000000;
	text-decoration: underline;
	letter-spacing: -0.2mm;
	}
#footer-menu:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* フッターコンテンツ領域 */
#footer-contents {
	width:800px;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
	}
