﻿@charset "utf-8";

/* -------------------------- */
/*  余白リセット                  */
/* -------------------------- */
body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd{
	margin:0px;
	padding:0px;
}
/* -------------------------- */
/*  基本設定                   */
/* -------------------------- */
body {
	background-image: url(img/back.gif);
	color: #666666;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a:link {
	text-decoration: none;
	color: #C10000;
}
a:visited {
	text-decoration: none;
	color: #C10000;
}
a:hover{
	text-decoration:underline;
	color: #C10000;
}
div {
	line-height:160%;
}
img {
	border:0px;
}
p,dd{
	text-align: justify;			/* 均等わりつけ */
	text-justify: inter-ideograph;	/* 均等わりつけ */
}
ul {
	list-style-type:none;
}
address{
	font-style:normal;
}
dl{
	margin:12px;
}
dt{
	font-weight:bold;
}
dd{
	margin-left:25px;
	margin-bottom:20px;
}

/* -------------------------- */
/*  ページレイアウト               */
/* -------------------------- */
#shadow {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/back2.gif);
}

#wrapper {
	width: 750px;
}

/* -------------------------- */
/*  ヘッダー                     */ 
/* -------------------------- */

/*:ヘッダー::::::::::::::::::*/
#header {
	width: 750px;
	height: 50px;
	background-image: url(img/topbg.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

/*:サイトロゴ:::::::::::::::::*/
#logo{
	float:left;
	width:260px;
	height:50px;
	background-image: url(img/topbg.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

/*:サイトロゴ（ダミーリンクスペース）:::*/
#logo a{
	display:block;
	width:100%;
	height:100%;
}

/*:ヘッダーサブ（住所、HOME等）::::*/
#headerSub {
	float:right;
	padding-top: 8px;
	padding-right: 10px;
	text-align: right;
}

/*:ホームへのリンク:::::：：：::::::*/
#home {
	float: right;
	width: 50px;
	font-weight: bold;
}


/* -------------------------- */
/*  トップ画像                    */
/* -------------------------- */
#topimage  {
	width: 750px;
	height: 300px;
	background-image: url(img/top.jpg);
}

/* -------------------------- */
/*  ページトップ画像                */
/* -------------------------- */
#pageImage {
	width: 750px;
	height: 130px;
	background-image: url(img/top2.jpg);
}

/* -------------------------- */
/*  グローバルナビゲーション          */
/* -------------------------- */

/*:ナビエリア::::::::::::::::::*/
#gNavArea {
	width: 751px;
	height: 32px;
}
/*:メニューボタン:::::::::::::::*/
#gNav{
	margin:0px;
	padding:0px;
}

#gNav li{
	float: left;
	width: 250px;
	height: 32px;
	font-size: 14px;
	text-align: center;
}
#gNav li a{
	display:block;
	width: 250px;
	height: 32px;
	line-height:32px;
	background:url(img/navibg01.jpg);
	color: #FFFFFF;
}

#gNav li a:hover{
	background-image: url(img/navibg01on.jpg);
	color: #FFFFFF;
	text-decoration: none;
}

/*:メニューボタン（選択状態）::::::*/
#gNav li.disp {
	float: left;
	width: 250px;
	height: 32px;
	line-height:32px;
	background-image: url(img/navibg01disp.jpg);
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}

/* -------------------------- */
/*  メインフレーム                 */
/* -------------------------- */
#mainContents {
	width: 750px;
}

/* -------------------------- */
/*  サイドメニュー                 */
/* -------------------------- */
#sidebar {
	float: left;
	width: 175px;
}

/*:メニューボタン:::::::::::*/	
#sidebarButton {
	/*border-bottom:1px #DDDDDD solid;*/

}
#sidebarButton li a{
	display:block;
	width:148px;
	height:42px;
	line-height:42px;
	padding-left:25px;
	border-right:1px #DDDDDD solid;
	border-bottom:1px #DDDDDD solid;
	border-left:1px #DDDDDD solid;
	background:url(img/button01.jpg);
	background-repeat:no-repeat;
	color:#666666;
}
#sidebarButton li a:hover{
	background:url(img/button01on.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}

/* -------------------------- */
/*  メインエリア 　　　　　　　　　　      */
/* -------------------------- */
/*:各ページ::::::::::*/
#mainArea {
	float: left;
	width: 530px;
	padding-top: 12px;
	padding-left: 10px;
}
/*:TOP::::::::::*/
#mainArea.topPage{
	width: 490px;
	padding-top: 20px;
	padding-bottom:20px;
	padding-left: 15px;
}
#mainArea.topPage p{
	clear:both;
	width:470px;
	margin-right:5px;
	margin-bottom:0px;
	margin-left:5px;
}
#mainArea.topPage h2{
	border-left:1px #CCCCCC solid;
	margin-top:20px;
}

/* -------------------------- */
/*  ぱんくずリスト                 */
/* -------------------------- */
#topicPath{
	margin-bottom:12px;
}

/* -------------------------- */
/*  メインエリアカテゴリボタン　　　　      */
/* -------------------------- */
#mainArea.topPage span{
	display:block;
	float:left;
	width:149px;
	height:180px;
	margin-right:5px;
	margin-bottom:10px;
	margin-left:5px;
	background-repeat:no-repeat;
}
#mainArea.topPage span#category01{
	background-image:url('img/category01.jpg');
}
#mainArea.topPage a:hover span#category01{
	background-image:url('img/category01on.jpg');
}
#mainArea.topPage span#category02{
	background-image:url('img/category02.jpg');
}
#mainArea.topPage a:hover span#category02{
	background-image:url('img/category02on.jpg');
}
#mainArea.topPage span#category03{
	background-image:url('img/category03.jpg');
}
#mainArea.topPage a:hover span#category03{
	background-image:url('img/category03on.jpg');
}

/* -------------------------- */
/*  サイドバナー                  */
/* -------------------------- */
#sideBanner {
	float: right;
	width: 210px;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
}

/* -------------------------- */
/*  フッターリンク                    */ 
/* -------------------------- */
#footerGuide{
	clear: both;
	width: 750px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 11px;
	text-align: center;
}

/* -------------------------- */
/*  フッター		              */ 
/* -------------------------- */
#footer {
	clear:both;
	overflow:hidden;
	width: 750px;
	height: 25px;
	padding-top:10px;
	background-image: url(img/footer.jpg);
	background-repeat:no-repeat;
	font-size:12px;
}
#helps {
	float: left;
	margin-left: 5px;
}
#helps a{
	text-decoration:none;
}
#copyright {
	float: right;
	margin-right:5px;
	text-align: right;
}

/* -------------------------- */
/*  見出し                     */
/* -------------------------- */

h1 {
	display:block;
	width:165px;
	height:42px;
	line-height:42px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
	background-image: url(img/button03.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size: 14px;
}
h2 {
	line-height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	border-right:1px #CCCCCC solid;
	background-image: url(img/br_001.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight:normal;
}

h3 {
	/*color:#339966;*/
	font-size:12px;
}


/* -------------------------- */
/*  コンテンツ                   */
/* -------------------------- */
/*:コンテンツ枠::::::::::*/
#item {
	clear:both;
	overflow:hidden;
	width:520px;
	margin-bottom:20px;
	padding-left:10px;
}
#item p{
	margin-top:5px;
	margin-bottom:10px;
}

/* -------------------------- */
/*  写真＋文章                 */
/* -------------------------- */
/*:写真::::::::::*/
#itemPic {
    float:left;
    width:170px;
    padding-top:5px;
    padding-right:5px;
    padding-bottom:5px;
    text-align:center;
}
/*:本文::::::::::*/
#itemTxt {
    float:left;
    width:330px;
}

/* -------------------------- */
/*  バナー                      */
/* -------------------------- */
#banner{
	margin-bottom:20px;
	text-align:center;
}
#banner .info{
	cursor:pointer;
}
#banner .certify{
	clear:both;
	overflow:hidden;
	width:200px;
	margin-left:5px;
	border:1px #CCCCCC solid;
	border-left:0;
	border-right:0;
}
#banner .certify img{
	float:left;
	margin:5px;
}
#banner .certify p{
	line-height:170%;
	margin:5px;
	font-size:10px;
}

/* -------------------------- */
/*  所在地リスト                  */
/* -------------------------- */
table.access{
	width:500px;
	text-align:left;
	margin-top:20px;
	border-collapse:collapse;
	border-spacing:0;	
}
table.access th{
	padding:5px;
	background-color:#EAEAEA;
	font-weight:bold;
	text-align:left;
}
table.access th a{
	float:right;
	text-decoration:underline;
}
table.access td{
	padding-right:5px;
	padding-left:5px;
}
table.access td.pict{
	width:170px;
	padding:5px;
	text-align:center;
}

/* -------------------------- */
/*  免責事項               */
/* -------------------------- */
#immunity {
	padding:20px;
}
#immunity h2{
	border-right:0px;
	background-image:none;
	font-weight:bold;
}
#immunity li{
	list-style:disc;
	margin:20px;
}
#immunity ul{
	margin-left:20px;
}

/* -------------------------- */
/*  プライバシーポリシー             */
/* -------------------------- */
#policy{
	padding:20px;
}
#policy h2{
	border-right:0px;
	background-image:none;
	font-weight:bold;
}
#policy p{
	margin:20px;
	font-size:12px;
}
#policy h4{
	margin:0px;
	font-size:12px;
	font-weight:bold;
}
#policy li{
	list-style:none;
	margin:20px;
	margin-left:0px;
	font-size:12px;
}
#policy ul{
	margin-left:20px;
}

/* -------------------------- */
/*  サイトマップ                  */
/* -------------------------- */
#sitemap{
}
#sitemap h4{
	margin:20px;
	margin-top:30px;
	margin-bottom:10px;
	padding-left:5px;
	border-bottom:1px #999999 dotted;
	font-size:13px;
}
#sitemap ul{
	list-style:disc;
	margin-left:60px;
}

/* -------------------------- */
/*  TOPのカテゴリリンク             */
/* -------------------------- */
#categoryLink{
}
#categoryLink td a{
	display:block;
	width:155px;
	height:80px;
}
#categoryLink #category01 a{
	background-image:url('img/category01.jpg');
}
#categoryLink #category01 a:hover{
	background-image:url('img/category01on.jpg');
}
#categoryLink #category02 a{
	background-image:url('img/category02.jpg');
}
#categoryLink #category02 a:hover{
	background-image:url('img/category02on.jpg');
}
#categoryLink #category03 a{
	background-image:url('img/category03.jpg');
}
#categoryLink #category03 a:hover{
	background-image:url('img/category03on.jpg');
}
#categoryLink #category04 a{
	background-image:url('img/category04.jpg');
}
#categoryLink #category04 a:hover{
	background-image:url('img/category04on.jpg');
}
#categoryLink #category05 a{
	background-image:url('img/category05.jpg');
}
#categoryLink #category05 a:hover{
	background-image:url('img/category05on.jpg');
}
#categoryLink #category06 a{
	background-image:url('img/category06.jpg');
}
#categoryLink #category06 a:hover{
	background-image:url('img/category06on.jpg');
}

/* -------------------------- */
/*  環境方針                   */
/* -------------------------- */
#item.kankyo{
	padding-top:20px;    
}
#item.kankyo p{
	margin-left:20px;    
}
#item.kankyo ol{
	margin-bottom:10px;
	margin-left:45px;    
}
#item.kankyo li{
}
#item.kankyo p.notes{
	font-weight:bold;
	margin-left:20px;    
}
#item.kankyo p.date{
	text-align:right;
}
#item.kankyo p.signature{
	text-align:right;
}
