﻿@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: #444444;
	margin: 0px auto;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(../img/body_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}

DIV#wrapper {
	margin: 0px auto;
	padding: 0px;
}
DIV#top {
	width: 806px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	}
	
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header-layout {
	width: 794px;
	height: 90px;
	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: 200px;
	margin: 0px 0px;
	padding: 15px 0px 0px 0px;
	}
#site-title A IMG {
	border: none;
	}

/* ヘッダーメニュー */
#header-menu {
	float:right;
	margin: 0px 0px;
	width: 555px;
	padding: 0px 0px;
	}
#header-menu DIV.menu-item {
	float: right;
	width: 74px;
	_width: 74px;
	height: 24px;
	_height: 24px;
	background-image: url(../img/header_menu_back.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #000000;
	margin: 0px;
	padding: 4px 0px 0px 30px;
	text-align: left;
	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 0px;
	width: 550px;
	line-height: 1.2em;	
	padding: 10px 5px 0px 0px;
	}

#header-layout:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* =========================== */
/* メイン                  */
/* =========================== */
DIV#main-layout {
	width: 794px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	}
DIV#contents-layout {
	float:right;
	width: 590px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	}

DIV#side-layout {
	float:left;
	width: 186px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	}

#main-layout:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
DIV#main-img {
	width: 806px;
	height: 312px;
	margin: 0px auto;
	padding: 0px 0px;
	background-image: url(/asset/00105/top_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
/* =========================== */
/* メインメニュー                  */
/* =========================== */			
#main-menu {
	width: 186px;
	padding: 0px 0px 20px 0px;
	}
	
#main-menu DIV.menu-item {
	margin:0px;
	padding:0px;
	background-image: url(../img/menu.gif);
	background-repeat: no-repeat;
	width: 186px;
	height: 38px;
	_height : 38px;
	}
	
#main-menu DIV.menu-sepalator {
	background-image: url(../img/spacer.gif);
	background-repeat: no-repeat;
	height: 0px;
	overflow:hidden;
	}
	
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	font-family: Arial;
	display: block;
	width: 161px;
	padding: 7px 0px 0px 25px;
	height: 31px;
	_height : 31px;
	text-align: left;
	background-image: url(../img/spacer.gif);
	background-repeat: no-repeat;
	}

#main-menu A.text:active,
#main-menu A.text:hover {
	color: #ffffff;
	background-image: url(../img/menu_rollover.gif);
	}

#main-menu A.active:link,
#main-menu A.active:visited {
	color: #ffffff;
	background-image: url(../img/menu_rollover.gif);
	}
/* =========================== */
/* サブメニュー                   */
/* =========================== */
#sub-menu {
	width:585px;
	height: 100%;
	margin: 0px auto 5px;
	padding: 0px 0px 3px 2px;
	border-bottom: 1px #65a530 solid;
	white-space:nowrap;
	}
#sub-menu DIV.menu-item {
	float:left;
	vertical-align: middle;
	background-image: url(../img/sub_arrow_dot.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	}
#sub-menu DIV.menu-sepalator {
	float:left;
	background-image: url(../img/spacer.gif);
	background-repeat: no-repeat;
	width: 1px;
	}
#sub-menu A.text:link,
#sub-menu A.text:visited{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 0px 3px 0px 13px;
	margin: 0px 0px;
	}
#sub-menu A.text:active,
#sub-menu A.text:hover {
	color: #006600;
	text-decoration: none;
	text-decoration: underline;
	}
#sub-menu A SPAN {
	padding: 0 5px 0 5px;
	}	
#sub-menu:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list x:-moz-read-only {
	width:585px;
	margin: 0px auto;
	padding: 0px 0px 0px 5px;
	font-size: 11px;
	}
#crumb-list {
	width:585px;
	margin: 0px auto;
	padding: 0px 0px 0px 5px;
	font-size: 11px;
	}
#crumb-list DIV.crumb-item {
	float:left;
	}
#crumb-list DIV.crumb-sepalator {
	float:left;
	}
#crumb-list DIV.crumb-sepalator SPAN {
	margin: auto 0px auto 0px;
	}

#crumb-list A:link {
	color: #006600;
	text-decoration:none;
	}
#crumb-list A:visited {
	color: #006600;
	text-decoration:none;
	}
#crumb-list A:active,
#crumb-list A:focus,
#crumb-list A:hover {
	color: #006600;
	text-decoration:underline;
	}
#crumb-list:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/* =========================== */
/* サイドコンテンツ                 */
/* =========================== */
#side-contents {
	clear: both;
	width:186px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	}
/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#main-contents {
	width:590px;
	margin: 0px auto; 
	padding: 0px 0px 20px 0px;
	}

/* =========================== */
/* フッター                         */
/* =========================== */
#footer-layout {
	clear:both;
	margin: 0px auto; 
	padding: 0px 0px; 
	background-image: url(../img/footer_back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}

/* フッターメニュー */
#footer-menu {
	clear:both;
	width:794px;
	margin:0px auto;
	padding: 10px 0px 5px 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: left center;
	color: #666666;
	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: #666666;
	text-decoration: none;
	letter-spacing: -0.2mm;
	}
#footer-menu A:active,
#footer-menu A:hover {
	color: #666666;
	text-decoration: underline;
	letter-spacing: -0.2mm;
	}
#footer-menu:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* フッターコンテンツ領域 */
#footer-contents {
	width:794px;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	}

