﻿@charset "utf-8";

/* -------------------------- */
/*  余白リセット                  */
/* -------------------------- */
body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd{
	margin:0px;
	padding:0px;
}
/* -------------------------- */
/*  基本設定                   */
/* -------------------------- */
html{
    overflow-y:scroll;
    height:100%;

}
body {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	_text-align:center; /*IE6用*/
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #33669B;
}
a:visited {
	text-decoration: none;
	color: #33669B;
}
a:hover{
	text-decoration:underline;
	color: #8BA5C1;
}
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;
}
* html table{ /*IE6用*/
	color: #666666;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:160%;
} 

/* -------------------------- */
/*  見出し                     */
/* -------------------------- */

h1 {
	line-height:42px;
	padding-left:10px;
	background-color:#EFEFEF;
	background-image: url(img/button03.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	font-size: 14px;
}
h2 {
	line-height: 40px;
	padding-left: 20px;
	background-color:#EFEFEF;
	background-image: url(img/br_001.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight:normal;
}

h3 {
	font-size:12px;
}


/* -------------------------- */
/*  ページレイアウト               */
/* -------------------------- */
#shadow {
	/*width: 930px;*/
	width: 900px;
	margin:0 auto;
	/*background-image: url(img/back2.gif);*/
	background-repeat: repeat-y;
	background-position: right;
	_text-align:left; /*IE6用*/
	background-color: #FFFFFF;
}

#wrapper {
	width: 900px;
}

/* -------------------------- */
/*  ヘッダー                     */ 
/* -------------------------- */

/*:ヘッダー::::::::::::::::::*/
#headerWrapper {
	width: 100%;
	background-repeat:repeat-x;
	background-image: url(img/topbg00.gif);
}

#header {
	position:relative;
	width: 900px;
	height: 90px;
	margin:0 auto;
	background-image: url(img/topbg.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#header p{
	width:100%;
	color:#FFFFFF;
	text-align:right;
}

/*:サイトロゴ:::::::::::::::::*/
#logo{
	float:left;
	width:400px;
	height:70px;
	background-repeat: no-repeat;
	background-position: left;
}

/*:サイトロゴ（ダミーリンクスペース）:::*/
#logo a{
	display:block;
	width:100%;
	height:100%;
}

/*:ヘッダーサブ（住所、HOME等）::::*/
#headerSub {
	position:absolute;
	right:0;
	top:20px;
	text-align:right;
}
#headerSub .utility{
	margin:4px 0;
}
#headerSub .utility li{
	display:inline;
	margin:0;
	padding:0 0 0 1em;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position:0px 2px;
	font-size:11px;
}
/*:ホームへのリンク:::::：：：::::::*/
#home {
	float: right;
	width: 50px;
	font-weight: bold;
}


/* -------------------------- */
/*  トップ画像                    */
/* -------------------------- */
#topimage  {
	overflow:hidden;
	width: 900px;
	height: 0px;
	_height: 300px;	/*IE6用*/
	padding-top:300px;
	background-image: url(img/top.jpg);
	margin: 10px 0 0;
}

/* -------------------------- */
/*  ページトップ画像                */
/* -------------------------- */
#pageImage {
	overflow:hidden;
	width: 900px;
	height: 0px;
	_height: 130px;	/*IE6用*/
	padding-top:130px;
	background-image: url(img/top2.jpg);
}

/* -------------------------- */
/*  グローバルナビゲーション          */
/* -------------------------- */

/*:ナビエリア::::::::::::::::::*/
#gNavArea {
	width: 100%;
	height: 40px;
	background-repeat: repeat;
	background-image: url(img/topbg01.gif);
}
/*:メニューボタン:::::::::::::::*/
#gNav{
	overflow:hidden;
	width:901px;
	margin:0 auto;
	_margin:0 auto 0 0;	/*IE6*/
	padding:0px;
}

#gNav li{
	float: left;
	width: 180px;
	height: 40px;
	font-size: 14px;
	text-align: center;
}
#gNav li a{
	display:block;
	width: 180px;
	height: 40px;
	line-height:40px;
	background:url(img/navibg01.jpg);
	color: #666666;
	font-weight:bold;
}

#gNav li a:hover{
	background-image: url(img/navibg01on.jpg);
	color: #000099;
	font-weight:bold;
	text-decoration: none;
}

/*:メニューボタン（選択状態）::::::*/
#gNav li.disp {
	float: left;
	width: 180px;
	height: 40px;
	line-height:40px;
	background-image: url(img/navibg02.jpg);
	color: #0066FF;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
}

/* -------------------------- */
/*  メインフレーム                 */
/* -------------------------- */
#mainContents {
	overflow:hidden;
	width: 900px;
}

/* -------------------------- */
/*  サイドメニュー                 */
/* -------------------------- */
#sidebar {
	float: left;
	width: 175px;
}

/*:メニューボタン:::::::::::*/	
#sidebarButton {
	/*border-bottom:1px #DDDDDD solid;*/

}
#sidebarButton li a{
	display:block;
	width:150px;
	_width:175px;/*IE6用*/
	height:42px;
	line-height:42px;
	padding-left:25px;
	background:url(img/button01.jpg);
	color:#666666;
}
#sidebarButton li a:hover{
	background:url(img/button01on.jpg);
	text-decoration:none;
}

/* -------------------------- */
/*  メインエリア              */
/* -------------------------- */
/*:各ページ::::::::::*/
#mainArea {
	float: right;
	width: 700px;
	margin:12px 0;
}
/*:TOP::::::::::*/
#mainArea.topPage{
	float: left;
	width: 670px;
	margin: 12px 0;
	/*padding-left:15px;*/
}
#mainArea.topPage p{
	clear:both;
	margin:0 1em;
}
#mainArea.topPage h1{
	width:auto;
	height:auto;
	line-height: 40px;
	margin: 10px 0;
	padding-left: 20px;
	background-image: url(img/br_001.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight:normal;
	color:#666666;
}
#mainArea.topPage h2{
	margin-top:20px;
}
/* -------------------------- */
/*  ぱんくずリスト                 */
/* -------------------------- */
#topicPath{
	margin-bottom:12px;
}

/* -------------------------- */
/*  サイドバナー                  */
/* -------------------------- */
#sideBanner {
	float: right;
	width: 210px;
	margin: 20px 0 0 15px;
}

/* -------------------------- */
/*  フッターリンク                    */ 
/* -------------------------- */
#footerGuide{
	clear: both;
	width: 900px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align:center;
}

#footContent{
	clear: both;
	width: auto;
	padding:20px 0;
	border-top:1px #DEDEDE solid;
	background-color: #EFEFEF;
}
#footContentList {
	width: 900px;
	height:80px;
	margin:0 auto;
}
#footContentList p{
	float:left;
	width:200px;
	margin:25px 0;
}
#footContentList dl{
	float:left;
	width:135px;
	margin:0;
	padding:0;
	text-align:left;
	font-size: 11px;
}
#footContentList dd{
	margin:0;
	padding:0 0 0 1em;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position:1px 6px;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* -------------------------- */
/*  フッター		          */ 
/* -------------------------- */
#footerWrapper {
	clear:both;
	overflow:hidden;
	width: 100%;
	height: 40px;
	background-color: #DEDEDE;
	font-size:12px;
}
#footer {
	width: 900px;
	margin:0 auto;
	line-height: 40px;
}
#helps {
	float: left;
	font-size: 11px;
}
#copyright {
	float: right;
	text-align: right;
}


/* -------------------------- */
/*  コンテンツ                   */
/* -------------------------- */
/*:コンテンツ枠::::::::::*/
.item {
	clear:both;
	overflow:hidden;
	width:690px;
	margin-bottom:20px;
	padding-left:1em;
}
.item p{
	margin:10px;
}
.item img.fl{	/*写真左寄せ*/
	float:left;
	margin:10px;
	margin-left:0;
}
.item img.fr{	/*写真右寄せ*/
	float:left;
	margin:10px;
	margin-right:0;
}

/* -------------------------- */
/*  バナー                      */
/* -------------------------- */
.banner{
	margin-bottom:20px;
	text-align:right;
}
.banner .info{
	cursor:pointer;
}
.banner .certify{
	clear:both;
	overflow:hidden;
	width:200px;
	margin:0 0 0 auto;
	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:680px;
	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:10px 0px 10px 5px;
	text-align:right;
}

/* -------------------------- */
/*  免責事項               */
/* -------------------------- */
#immunity {
	padding:20px;
}
#immunity h2{
	border-right:0px;
	background-image:none;
	font-weight:bold;
}
#immunity li{
	list-style:disc;
	margin:20px;
	font-size:12px;
}
#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 h3{
	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 h3{
	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{
	margin-left:5px;
}
#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');
}
#categoryLink #category07 a{
	background-image:url('img/category06.jpg');
}
#categoryLink #category07 a:hover{
	background-image:url('img/category06on.jpg');
}
#categoryLink #category08 a{
	background-image:url('img/category06.jpg');
}
#categoryLink #category08 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;
}

/* -------------------------- */
/*  特定商取引法に基づく表記  */
/* -------------------------- */
#legal table{
	border-collapse:collapse;
	margin:1em;
}
#legal table th{
	border:1px solid #D7D7D7;
	background-color:#EFEFEF;
	padding:1em;
}
#legal table td{
	border:1px solid #D7D7D7;
	padding:1em;
}

/* -------------------------- */
/*  PDFアイコン               */
/* -------------------------- */
li.pdf{
	background-image:url(img/pdficon.gif);
	background-repeat:no-repeat;
	margin:10px;
	text-indent:25px;
}

/* -------------------------- */
/*  注記                      */
/* -------------------------- */
p.annotation{
	color:#888888;
	font-size:10px;
	text-align:right;
}