/* CSS Document */

/*目次
  1.スタイル初期化(変更不可）
　2.基本スタイル(最初に設定してください）
　3.IE以外にフォントサイズを上書き(重要）
  4.コンテナー container（フッターを含む）
  5.ヘッドエリア headArea
  6.グローバルナビ global_nav
  7.ページタイトル
  8.コンテンツエリア content
  9.サイドナビ sideNavi
  10.メインエリア mainArea
  11.パンくずリスト breadcrumb
  12.メイン main
  13.ボトム bottom
  ■各ページカテゴリ設定
  ■プリントアウト設定
---------------------------------------------------------*/


/*1.スタイル初期化
---------------------------------------------------------*/
*{
margin: 0;
padding: 0;
text-decoration: none;
}

/*2.基本スタイルここから
---------------------------------------------------------*/

body{
	color: #000000;
	line-height: 1.5em;
	margin: 0px auto;
	padding: 0px;
	text-decoration: none;
	font-size:12px;
	background-color: #E8E8E8;
	background-image: url(../pic/slash.gif);
	background-repeat: repeat;
	text-align: center;
}

/*3.IE以外にフォントサイズを上書き
-----------------------------------*/
html>body{
	font-size: 83%;
	margin-right: auto;
	margin-left: auto;
}

/*4.コンテナー
---------------------------------------------------------*/
#container{
	width:801px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	height: 1%;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: left;
}

/*5.ヘッドエリア
---------------------------------------------------------*/
#headArea{
	width: 800px;
	height: 147px;
	margin: 0px auto;
	padding: 0px;
	clear: left;
	display: block;
	text-align: left;
}

#headArea h1,h1 a,{
	height: 87px;
	width: 800px;
	display: block;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}


#logo{
	display: block;
	height: 82px;
	width: 800px;
	background-image: url(../pic/top_logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/*6.グローバルナビ global_nav
---------------------------------------------------------*/
#global_nav{
	height: 65px;
}

#global_nav ul {
	width:800px;
}

#global_nav li{display:inline;}


#global_nav li a {
	display: block;
	float:left;
	text-indent:-9999px;
	margin: 0px;
	height: 65px;
	text-decoration:none;
} 

/*	オフ	*/
#menu01 a{width:115px;background:url("global_navi.jpg") 0 0 no-repeat;}
#menu02 a{width:114px;background:url("global_navi.jpg") -115px 0 no-repeat;}
#menu03 a{width:114px;background:url("global_navi.jpg") -229px 0 no-repeat;}
#menu04 a{width:114px;background:url("global_navi.jpg") -343px 0 no-repeat;}
#menu05 a{width:114px;background:url("global_navi.jpg") -457px 0 no-repeat;}
#menu06 a{width:114px;background:url("global_navi.jpg") -571px 0 no-repeat;}
#menu07 a{width:115px;background:url("global_navi.jpg") -685px 0 no-repeat;}

/*	オン	*/
#menu01 a:hover,#menu01 a.on{background-position: 0 -65px;}
#menu02 a:hover,#menu02 a.on{background-position: -115px -65px;}
#menu03 a:hover,#menu03 a.on{background-position: -229px -65px;}
#menu04 a:hover,#menu04 a.on{background-position: -343px -65px;}
#menu05 a:hover,#menu05 a.on{background-position: -457px -65px;}
#menu06 a:hover,#menu06 a.on{background-position: -571px -65px;}
#menu07 a:hover,#menu07 a.on{background-position: -685px -65px;}


/*7.ページタイトル
---------------------------------------------------------*/
#pagetitle{
	height: 76px;
	width: 800px;
}


/*8.コンテンツエリア content
---------------------------------------------------------*/

#content{
	padding: 0px;
	height: auto;
	width: 800px;
	background-image: url(../pic/side_navi_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}


/*9.サイドナビ sideNavi
---------------------------------------------------------*/

#sideNavi {
	float:left;
	padding: 0px;
	height: auto;
	width: 196px;
	margin: 0px auto;
}

#sideNavi p {
	padding: 5px 0px;
}

/*10.メインエリア mainArea
---------------------------------------------------------*/
#mainArea{
	float: right;
	width:596px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../pic/scene_pla21_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 15px;
}


/*11.パンくずリスト
---------------------------------------------------------*/
#breadcrumb{
	clear:both;
	margin:0px 1px;
	padding: 3px 0px 5px 16px;
	color: #666666;
	font-size: 80%;
	width: 500px;
}

#breadcrumb a{
	color: #666666;
}

#breadcrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/*12.メイン
---------------------------------------------------------*/
#main{
	padding: 0px;
	height: auto;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}


#main h2{
	font-size: 100%;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bolder;
	display: block;
	width: 550px;
	border-bottom-style: none;
	height: 24px;
	background-image: url(../pic/mainh2.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-right: 0px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#main h3{
	font-size: 100%;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
	padding: 3px 0px 3px 15px;
	border-bottom-style: none;
	height: 24px;
	text-decoration: none;
	width: 550px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(../pic/h3.gif);
	background-repeat: no-repeat;
}

#main h4{
	font-size: 110%;
	color: #004F00;
	margin-top: 10px;
	margin-bottom: 2px;
	padding-right: 0px;
	font-weight: bold;
}

#main p{
	margin-top: 8px;
}


#main ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 25px;
}

#main li {
	margin: 0;
	list-style-type: disc;
	list-style-position: outside;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#main tr, td{
	font-size: 90%;
}

a:link, a:visited{
	color: #0066FF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


textarea {
	font-size: 90%;
	color: #000080;
	border: 1px solid #808080;
	background-color: #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Shadow
	(color=#BDC3BD, Direction=135, Strength=3);
}

.textbox {
	padding:2;
	font-size: 90%;
	color: #000080;
	border: 1px solid #808080;
	background-color: #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Shadow
	(color=#BDC3BD, Direction=135, Strength=3);
}

select {
	font-size: 90%;
	color: #000080;
	border: 1px solid #808080;
	background-color: #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Shadow
	(color=#BDC3BD, Direction=135, Strength=3);
}


#privacy {
	font-size: 10px;
	padding: 10px;
	width: 455px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	line-height: 12px;
	border: 1px solid #CCCCCC;
}

blockquote{
	text-indent:15px;
	width: 460px;
	margin-right: auto;
	margin-left: auto;
}
.explain{
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
	border: 1px solid #999999;
	padding: 10px 20px;
}

/*ニュースエリア
---------------------------------------------------------*/
#newsArea {
	left:0;
	margin-top:10px;
	width: 500px;
	padding-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#newsArea ul{
	height: 10em;
	width: 500px;
	list-style-type:none;
	line-height: 1.2em;
	padding-bottom:15px;
	margin-left: 0px;
	margin-right: 0px;
	overflow: auto;
	padding-left: 0px;
}

#newsArea li{
	margin: 0 5px 0 0;
	padding-top: 2px;
	border-bottom: 1px dotted;
	width: 460px;
	padding-left: 5px;
	padding-right: 0px;
}
#newsArea p{
	padding:5px 0 0 0px;
}

/*13.ボトムエリア
---------------------------------------------------------*/
#footer {
	margin: 0px;
	padding: 0px;
	width: 800px;
}
#copyright{
	display: block;
	width: 800px;
	background-image: url(../pic/copyright.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	height: 37px;
	background-position: center center;
}




/*6.ボトム
---------------------------------------------------------*/
#bottom{
	background-image: url("bottom.jpg");
	height: 20px;
}

#bottom ul {
	width:799px;
}

#bottom li{display:inline;}


#bottom li a {
	display: block;
	float:left;
	text-indent:-9999px;
	margin: 0px;
	height: 20px;
	text-decoration:none;
} 

/*	オフ	*/
#bmenu01 a{width:516px;background:url("bottom.jpg") 0px 0px no-repeat;}
#bmenu02 a{width:111px;background:url("bottom.jpg") -516px 0px no-repeat}
#bmenu03 a{width:75px;background:url("bottom.jpg") -627px 0px no-repeat}
#bmenu04 a{width:95px;background:url("bottom.jpg") -702px 0px no-repeat}

/*	オン	*/
#bmenu01 a:hover,#bmenu01 a.on{background-position:0 -35px;}
#bmenu02 a:hover,#bmenu02 a.on{background-position: -516px -35px;}
#bmenu03 a:hover,#bmenu03 a.on{background-position: -627px -35px;}
#bmenu04 a:hover,#bmenu04 a.on{background-position: -702px -35px;}




/*14.コピーライト
---------------------------------------------------------*/
.copyright {
	clear: both;
	width: 800px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	font-size: 70%;
}

/*フロートクリア
---------------------------------------------------------*/
.clear {
	clear: both;
}
.pagetop {
	clear: both;
	width: 50px;
	margin-bottom: 0px;
	margin-top: 30px;
	background-image: url(../pic/top_on.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 25px;
	margin-right: 20px;
	margin-left: 730px;
}

.pagetop_main {
	clear: both;
	width: 548px;
	margin-bottom: 0px;
	margin-top: 10px;
	text-align: right;
}




#divide{
	height: 1%;
	width: 100%;
}

#divide1{
	float: right;
	width: 350px;
}

#divide1 h3{
	background-image: url(../pic/mainh3.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #666666;
	font-size: 95%;
	padding-top: 3px;
	font-style: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 24px;
	padding-bottom: 3px;
	width: 350px;
	display: block;
	clear: both;
}


#photoarea{
	float: none;
	width: 170px;
	margin: 0px;
	padding: 0px;
}

#photoarea img{
	padding: 5px;
	border: 1px solid #999999;
	margin: 5px;
}

#divide ul{
	width: 360px;
	float: right;
	margin: 0px 0px 20px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}
#divide li{
	font-size: 80%;
	background-image: url(../pic/dot.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: 0px 8px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 10px;
}

#number{
	display: block;
	clear: both;
	height: 25px;
	width: 550px;
}

#number img{
	margin-left: 5px;
}


#pagetop{
	clear: both;
}

/*各ページカテゴリ設定
  1.ホーム

---------------------------------------------------------*/

#text p{
	margin-top: 8px;
    text-indent : 1em;
}


#list1{}

#list1 ul{
	margin: 0px 0px 20px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}
#list1 li{
	font-size: 80%;
	background-image: url(../pic/dot.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: 0px 8px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 10px;
}