﻿@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.3em;	
	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 20px 0px;
	_padding: 0px 0px 20px 0px;
	background-image: url(../img/main-contents_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}
DIV#contents-layout {
	width: 920px;
	margin: 0px auto;
	padding: 0px 0px;
	}
#main_top {
	width:920px;
	height: 10px;
	margin: 0px auto; 
	padding: 0px 0px;
	background-image: url(../img/main-contents_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/main-contents_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

#main-layout:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/* =========================== */
/* メインイメージ                 */
/* =========================== */
#main-img {

	width: 1000px;
	height: 310px;
	margin:0px auto;
	padding: 0px 0px;
/*	background-image: url(../img/top_img.jpg);　*/
/*	background-repeat: no-repeat; */
/*	background-position: center bottom; */
	}

/* =========================== */
/* メインメニュー                  */
/* =========================== */			
#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;
	}

/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#main-contents {
	width:880px;
	margin: 0px auto; 
	padding: 10px 20px 0px 20px;
	}

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


/* =========================== */
/* 製品情報                         */
/* =========================== */
TABLE.top_product {
	margin: 0px auto;
	padding: 0px 0px;
	border-collapse: collapse;
	}
.top_product_back {
	padding: 10px 10px;
	background-image: url(/asset/00110/site_shared/top/layout/top_product_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.top_product_bottom {
	height: 10px;
	padding: 0px 0px;
	background-image: url(/asset/00110/site_shared/top/layout/top_product_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
/* =========================== */
/* 新着情報                         */
/* =========================== */
TABLE.top_info {
	margin: 0px auto;
	padding: 0px 0px;
	border-collapse: collapse;
	}
TABLE.top_info2 {
	margin: 0px auto;
	padding: 0px 0px;
	border-collapse: collapse;
	}
.top_info_back {
	padding: 10px 10px;
	background-image: url(/asset/00110/site_shared/top/layout/top_info_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.top_info_bottom {
	height: 10px;
	padding: 0px 0px;
	background-image: url(/asset/00110/site_shared/top/layout/top_info_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.top_name {
	width:100%;
	margin: 0px 0px;
	padding: 2px 0px 2px 10px;
	border-left: 3px #969696 solid;
}


