﻿@charset "utf-8";

/* =========================== */
/*                             */
/* 通常ページ                    */
/* ２カラム用ＣＳＳ   */
/*                             */
/* =========================== */

/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px;
	padding: 0px;
}
	
BODY {
	font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5em;	
	font-size:12px;
	color: #222222;
	margin: 0px auto;
	padding: 0px;
	background-color: #aade39;
	}

DIV#wrapper {
	margin: 0px auto;
	padding: 0px;
	background-color: #9cdefd;
	background-image: url(../img/body_back.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

DIV#top {
	width: 1000px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../img/sub_header_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header-layout {
	width: 900px;
	height: 180px;
	margin: 0px auto;
	padding: 0px 0px;
	}
/* ヘッダーテキスト */
#header-text {
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	font-weight : normal ;
	font-size : 90% ;
	}
/* サイトタイトル */
#site-title {
	float:left;
	width: 320px;
	height: 90px;
	margin: 0px 0px;
	padding: 20px 0px 0px 10px;
	}
#site-title A IMG {
	border: none;
	}
/* ヘッターコンテンツ領域 */	
#header-contents {
	float:right;
	margin: 0px 0px;
	width: 500px;
	line-height: 1.2em;	
	padding: 0px 10px 0px 0px;

	}
/* ヘッダーメニュー */
#header-menu {
	float:right;
	margin: 0px 0px;
	width: 500px;
	padding: 0px 10px 0px 0px;
	}
#header-menu DIV.menu-item {
	float: left;
	background-image: url(../img/header_menu_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #491f04;
	padding: 0px 15px 0px 15px;
	font-size: 11px;
	}
	
/* ヘッダーメニュー内のリンク */
#header-menu A:link,
#header-menu A:focus,
#header-menu A:visited {
	color: #491f04;
	text-decoration: none;
	}
#header-menu A:active,
#header-menu A:hover {
	color: #491f04;
	text-decoration: underline;
	}
#header-layout:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


/* =========================== */
/* メイン                  */
/* =========================== */
DIV#main-layout {
	clear: both;
	width: 920px;
	height: 100%;
	margin: 0px auto;
	padding: 0px 0px;
	background-image: url(../img/sub_main_back.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
	}
DIV#main-layout_wrapper {
	width: 920px;
	margin: 0px ;
	padding: 0px 0px;
	background-image: url(../img/sub_main_wrapper.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
DIV#contents-layout {
	float:right;
	width: 650px;
	margin: 0px auto;
	padding: 10px 20px 0px 0px;
	}

DIV#side-layout {
	float:left;
	width: 210px;
	margin: 0px auto;
	padding: 10px 0px 0px 20px;
	}

#main_top {
	width:920px;
	height: 15px;
	margin: 0px auto; 
	padding: 0px 0px;
	background-image: url(../img/sub_main_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
#main_bottom {
	width:920px;
	height: 15px;
	margin: 0px auto; 
	padding: 0px 0px;
	background-image: url(../img/sub_main_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

#main-layout_wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* =========================== */
/* メインメニュー                  */
/* =========================== */			
#main-menu {
	clear: both;
	width: 890px;
	height: 45px;
	margin:0px auto;
	padding: 5px 0px 0px 10px;
	background-image: url(../img/menu_back.jpg);
	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: 146px;
	}
	
#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: 40px;
	}
	
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size:12px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 13px  0px 0px 0px;
	height: 28px;
	text-align: center;
	line-height: 1em;	
	margin: 0px;
	width: 146px;
	font-weight:bold;
	}

#main-menu A.text:active,
#main-menu A.text:hover {
	color: #5d830e1;
	background-image: url(../img/menu_rollover.jpg);
	background-repeat:no-repeat;
	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: #5d830e;
	background-image: url(../img/menu_rollover.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
/* =========================== */
/* サブメニュー                  */
/* =========================== */			
div#sub-menu {
	width: 210px;
	margin: 0px auto;
	padding: 7px 0px 20px 0px;
	background-image: url(../img/sub_menu_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

#sub-menu DIV.menu-item {
	margin:0px 0px;
	padding:0px 0px;
	width: 210px;
	height: 40px;
	_height : 40px;
	}
	
#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: #333333;
	text-decoration: none;
	display: block;
	width: 190px;
	padding: 9px 0px 0px 20px;
	height: 31px;
	_height : 31px;
	text-align: left;
	font-weight:bold;
	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: #5d830e;
	background-image: url(../img/sub_menu_rollover.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

#sub-menu A.active:link,
#sub-menu A.active:visited,
#sub-menu A.active:active,
#sub-menu A.active:hover {
	color: #5d830e;
	background-image: url(../img/sub_menu_rollover.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list x:-moz-read-only {
	width:880px;
	margin: 0px auto;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	color: #0162a4;
	}
#crumb-list {
	width:880px;
	margin: 0px auto;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	color: #0162a4;
	}
#crumb-list DIV.crumb-item {
	float:left;
	}
#crumb-list DIV.crumb-sepalator {
	float:left;
	color:#0162a4;
	}
#crumb-list DIV.crumb-sepalator SPAN {
	margin: auto 0px auto 0px;
	}

#crumb-list A:link {
	color: #0162a4;
	text-decoration:underline;
	}
#crumb-list A:visited {
	color: #0162a4;
	text-decoration:underline;
	}
#crumb-list A:active,
#crumb-list A:focus,
#crumb-list A:hover {
	color: #0162a4;
	text-decoration:underline;
	}
#crumb-list:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/* =========================== */
/* サイドコンテンツ                 */
/* =========================== */
#side-contents {
	clear: both;
	width:210px;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	}
/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#main-contents {
	width:630px;
	margin: 0px auto; 
	padding: 10px 10px 20px 10px;
	background-image: url(../img/sub_contents_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}
#contents_top {
	width:630px;
	height: 35px;
	margin: 0px auto; 
	padding: 15px 0px 0px 20px;
	font-weight:bold;
	font-size : 14px ;
	background-image: url(../img/sub_main_title.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
#contents_bottom {
	width:650px;
	height: 10px;
	margin: 0px auto; 
	padding: 0px 0px;
	background-image: url(../img/sub_contents_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

/* =========================== */
/* フッター                         */
/* =========================== */
#about-company {
	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 bottom;
}

#footer-layout {
	clear:both;
	margin: 0px auto; 
	padding: 0px 0px 0px 0px; 
	_padding: 0px 0px 0px 0px; 
	background-color: #aade39;
	background-image: url(../img/footer_menu_back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}
#footer-menu-contents {
	width:900px;
	margin: 0px auto; 
	padding: 0px 0px; 
	}
/* フッターメニュー */
#footer-menu {
	float:left;
	width:780px;
	margin:0px auto;
	padding: 5px 0px 0px 0px;
	}
#footer-menu DIV.menu-item {
	float:right;
	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: #ffffff;
	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: #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;
	}

/* ページの先頭へ */
#goto-pagetop {
	float:right;
	width:100px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: right;
	}
#footer-menu-contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/* フッターコンテンツ領域 */
#footer-contents {
	clear:both;
	width:900px;
	margin: 0px auto;
	padding: 0px 10px 10px 0px;
	}






