﻿@charset "utf-8";

/* =========================== */
/*                             */
/* トップページ                    */
/* １カラム用ＣＳＳ   */
/*                             */
/* =========================== */

/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px;
	padding: 0px;
}
	
BODY {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5em;	
	font-size:80%;
	color: #666666;
	margin: 0px auto;
	padding: 0px;
	background-color: #ffffff;
	}

DIV#wrapper {
	margin: 0px auto;
	padding: 0px;
}

DIV#top {
	width: 990px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	}
	
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header-layout {
	width: 980px;
	height: 104px;
	margin: 0px auto;
	padding: 0px 0px;
	background-image: url(../img/header_back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}
/* サイトタイトル */
#site-title {
	float:left;
	width: 400px;
	margin: 0px 0px;
	padding: 20px 0px 0px 0px;
	}
#site-title A IMG {
	border: none;
	}
/* ヘッターコンテンツ領域 */	
#header-contents {
	float:right;
	margin: 0px 0px;
	width: 540px;
	line-height: 1.2em;	
	padding: 20px 0px 0px 0px;
	background-image: url(../img/header_line.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	}
/* ヘッダーメニュー */
#header-menu {
	float:right;
	margin: 0px 0px;
	width: 540px;
	padding: 10px 0px 0px 0px;
	}
#header-menu DIV.menu-item {
	float: right;
	background-image: url(../img/header_menu_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #8cc63f;
	padding: 0px 15px 0px 25px;
	font-size: 91%;
	font-weight:bold;
	}
	
/* ヘッダーメニュー内のリンク */
#header-menu A:link,
#header-menu A:focus,
#header-menu A:visited {
	color: #8cc63f;
	text-decoration: none;
	}
#header-menu A:active,
#header-menu A:hover {
	color: #8cc63f;
	text-decoration: underline;
	}
#header-layout:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* =========================== */
/* メイン                  */
/* =========================== */
DIV#main-layout {
	clear: both;
	width: 980px;
	height: 100%;
	margin: 0px auto;
	padding: 0px 0px;
	_padding: 0px 0px 0px 0px;
	}

DIV#contents-layout {
	width: 980px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	}

#main-layout:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* =========================== */
/* メインメニュー                  */
/* =========================== */			
#main-menu {
	clear: both;
	width: 984px;
	height: 55px;
	margin:0px auto;
	padding:5px 0px 0px 6px;
	background-image: url(../img/menu_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#main-menu DIV.menu-item {
	margin:0px;
	padding:0px 0px 0px 0px;
	float:left;
	height: 40px;
	width: 130px;
	background-image: url(../img/menu.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#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: 10px;
	height: 40px;
	}
	
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size:90%;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 15px  0px 0px 0px;
	height: 25px;
	text-align: center;
	line-height: 1em;	
	margin: 0px;
	width: 130px;
	font-weight:bold;
	}

#main-menu A.text:active,
#main-menu A.text:hover {
	color: #ffffff;
	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 {
	color: #ffffff;
	background-image: url(../img/menu_rollover.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}

/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#main-contents {
	width:980px;
	margin: 0px auto; 
	padding: 10px 0px 10px 0px;
	}

/* =========================== */
/* フッター                         */
/* =========================== */
#footer-layout {
	clear:both;
	width:980px;
	margin: 0px auto; 
	padding: 0px 0px 0px 0px; 
	_padding: 0px 0px 0px 0px;
	}

/* フッターメニュー */
#footer-menu {
	width:960px;
	height: 20px;
	margin:0px auto;
	padding: 10px 10px 6px 10px;
	background-color: #66cc33;
	background-image: url(../img/footer_back.gif);
	background-repeat: repeat-x;
	background-position: center top;  
	}
#footer-menu DIV.menu-item {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 10px;
	background-image: url(../img/footer_menu_mark.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	color: #ffffff;
	font-size: 83%;
	}
#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: #ffffff;
	text-decoration: none;
	letter-spacing: -0.2mm;
	}
#footer-menu A:active,
#footer-menu A:hover {
	color: #ffffff;
	text-decoration: underline;
	letter-spacing: -0.2mm;
	}

/* フッターコンテンツ領域 */
#footer-contents {
	width:980px;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	}
#copy-layout:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/* ページの先頭へ */
#goto-pagetop {
	width:980px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	text-align: right;
	}
/* =========================== */
/* アクセス             */
/* =========================== */
TABLE.top_access {
	border-collapse: collapse;
	}
.top_access_back {
	padding: 0px 10px 0px 10px; 
	background-image: url(/asset/00101/top/layout/access_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}
.top_access_bottom {
	height: 10px;
	padding: 0px 0px 0px 0px; 
	background-image: url(/asset/00101/top/layout/access_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
TABLE.top_access_in {
	border-collapse: collapse;
	}
TABLE.top_access_in TD {
	padding: 5px 5px; 
	border-bottom: 1px #8ece40 dashed;
	}

