@charset "utf-8";"
/* CSS Document */
/* ************************************************ 
	base  基本設定
 * ************************************************ */

* {
	font-family:"ＭＳ Ｐゴシック", Osaka, メイリオ "ヒラギノ角ゴ Pro W3";
	margin:0px;
	padding:0px;
	list-style:none;
}
body {
	background:url(../img/stript.gif);
	font-size:62.5%;/*color:#555;*/
}
.clear {
	clear:both;
}
.center {
	text-align:center;
}
.img_area {
	padding:10px 5px 0px 0px;
}

.img_area_01 {
	padding:20px 0px 10px 0px;
}
.img_box {

padding:10px 0px 10px 0px;
text-align:center;
}

/************横にならぶ画像のエリア設定*********/
.img_area_l {
padding:0;
	margin:9px 4px 9px 9px;
	border:1px solid #cccccc;
}
.img_area_r {
padding:0;
	margin:9px 9px 9px 4px;
	border:1px solid #cccccc;
}

/************セルの中の文字スペース設定*********/

	.cell_area{
		
		padding:0.5em 0.8em;
	
	}

/*********************/

.underscore {
	color:#a26261;
	font-weight:bold;
}
a:link {
	color: #996600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999900;
}
a:hover {
	text-decoration: none;
	color:#99CC00;
}
a:active {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	font-size:1.1em;
	line-height:1.2em;
}
img {
	border:0;
}
/* コンテナ 一番外側ボックス*/
div#container {
	width: 765px;
	background:#fff;
	margin:0px auto;
	padding:0px;
}
/* ヘッダーロゴ */
div#logo {
	width: 765px;
	height:76px;
	background:url(../img/base/header_bg_02.gif) repeat-x;
	padding:0px 0px 0px 0px;
	position:relative;
}
div#logo h1 {
	position:absolute;
	top:6px;
	left:37px;
	float:left;
	overflow:hidden;
	color:ffffff;
}
div#logo .tel {
	position:absolute;
	top:35px;
	left:288px;
}
div#logo .tel_01 {
	position:absolute;
	top:8px;
	right:0px;
}
/* ヘッダー 画像エリア*/
body#top #header {
	background:#000;
	padding: 0px 0px 0px 0px;
}
div#header h2 {
	font-weight:normal;
	padding:5px 0px 0px 10px;
	line-height:1.2em;
	color:#ffffff;
}
/* メニュー */
ul#menu {
	font-size: 1.1em;
	margin:0px 0px 0px 0px;
	height: 30px;
	background-color:#000;
	background-image: url(../img/rollover.png);
}
ul#menu li {
	list-style-type: none;
	float: left
}
ul#menu li a {
	display: block;
	width: 125px;
	line-height: 30px;
	text-decoration: none;
	text-align:center;
	color:#f8f8ff;
	background-color: #005087;
	background-image: url(../img/rollover.png);
}
ul#menu li a:hover {
	background-color: #017acd;
	background-position: left bottom;
}
p#bread {
	font-size:1.0em;
	margin-top: 3px;
	padding:3px 0px 3px 5px;
	margin-bottom: 30px;
	text-align:left;
}

/* コンテンツ */
div#content {
	width:740px;
	margin:0px auto;
	padding:0;
	font-size:1.1em;
}
div#content h2 {
	background-image: url(../img/s_title.gif);
	background-repeat: no-repeat;
	font-size: 1.0em;
	color: #ffffff;
	line-height: 2.2em;
	padding-left: 20px;
	margin-bottom: 0
}
div#content h3 {
	background: url(../img/base/icon_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	line-height:1.1em;
	font-size:1.1em;
	color:#996600;
	padding-left:20px;
	margin:10px 0px 10px 0px;

}
/*div#content p {
	font-size:1.0em;
	line-height:1.6em;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px
}
====================
 +content
====================*/
#content {
	line-height: 1.5;
	}
/* ▽2段組float解除のためのclearFix　ここから▽ */
#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#content {
	zoom: 1;
	}
/* △2段組float解除のためのclearFix　ここまで △*/

/*左ボックス */
#main_contents
	{ 
	width:509px;
	float:left;
	margin:0;
	padding:0;
	}
/* ************************************************ 
 * 右のボックス
 * ************************************************/
*#side_contents
	{
	width:208px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0;
	}
	
	*#side_contents h3
	{
	width:200px;
	
	}
		*#side_contents h4
	{
	width:200px;
	padding-left:8px;
	
	}
	

*#side_contents p {
padding:10px 5px 10px 5px;
background:url(../img/base/line.gif) repeat-x center bottom;}


/* ************************************************ 
 * 2-7 サイドコンテンツ01設定
 * ************************************************ */
*#side_box_l ul
	{
	border-top:1px solid #c4c4c4;
	}
*#side_box_l li
	{
	border-bottom:1px solid #c4c4c4;
	}
*#side_box_l li a
	{
	width:160px;
	padding:3px 0px 3px 22px;
	background:url(../img/base/icon_01.gif) #f2f2f2 no-repeat 2px center;
	display:block;
	}
*#side_box_l li a:hover
	{
	background-color:#FFFFFF;
	}

/* ************************************************ 
 * 2-8 サイドコンテンツ02設定
 * ************************************************ */
*#side_box_r h2
	{
	padding:12px 0px 0px 9px;
	}
*#side_box_r p
	{
	font-size:80%;
	padding:4px 15px 0px 12px;
	}
*#side_box_r .bt
	{
	font-size:80%;
	padding:0px 15px 11px 90px;
	}
*#side_box_r .bt span
	{
	width:64px;
	height:24px;
	display:block;
	overflow:hidden;
	}
*#side_box_r .bt span a
	{
	padding:24px 0px 0px 0px;
	background:url(../img/base/application.gif) no-repeat;
	display:block;
	}
*#side_box_r .bt span a:hover
	{
	background-position:0px -24px;
	}

/* ************************************************ 
 * 2-11 メインコンテンツ設定
 * ************************************************ */



#main_contents h2
	{
	margin:19px 0px 0px 0px;
	}
#main_contents h3
	{
	color:#2e2cb2;
	margin:13px 0px 0px 0px;
	border-bottom:1px solid #b7b7b7;
	}
#main_contents h4
	{
	margin:13px 0px 0px 0px;
	}
/*#main_contents p
	{
	line-height:2;
	margin:13px 0px 0px 0px;
	}*/
#main_contents ol
	{
	margin:13px 0px 0px 60px;
	}
#main_contents ol li
	{
	list-style:decimal;
	}
#main_contents .red
	{
	color:#ff0000;
	}
#main_contents table
	{
	width:100%;
	margin:15px 0px 0px 0px;
	border-collapse:collapse;
	border:1px solid #c4c4c4;
	}
#main_contents th
	{
	width:30%;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	border:1px solid #c4c4c4;
	padding:5px;
	background:#f4f4f4;
	}
#main_contents td
	{
	width:70%;
	border:1px solid #c4c4c4;
	padding:5px;
	}


body#top #main_contents h2
	{
	margin:0px 0px 0px 10px;
	}

body#top #main_contents .new_news
	{
	width:494px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 4px 0px;

	
	}
body#top #main_contents .new_news dd
	{
	padding: 8px 0px;
	display:block;
	background:url(../img/base/line.gif) repeat-x center bottom;
	}
body#top #main_contents .new_news dd span
	{
	padding:0px 20px 0px 25px;
	background:url(../img/base/icon_01.jpg) no-repeat left center;
	}
body#top #main_contents .new_news .go_archive
	{
	padding:20px 5px 5px 0px;
	text-align:right;
	}
body#top #main_contents .new_news .go_archive a
	{
	padding:0px 0px 0px 27px;
	background:url(../img/base/icon_01.jpg) no-repeat left center;
	}
body#top #main_contents dl
	{
	width:470px;
	margin:0px 1px 0px 10px;
	}
/* body#top #main_contents dd span
	{
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 27px;
	background:url(../img/base/icon_01.jpg) no-repeat 5px center;
	}*/
/* フッター */
div#footer {
	height:300px;
	font-size:1.0em;
	color: #ffffff;
	background:url(../img/base/footer_bg.png) repeat-x;
	background-color:#000000;
	margin:20px 0px 0px 0px;
	padding-top: 8px;
	padding-bottom:8px;
	text-align:right;
}
ul.footer {
	color: #666;
	font-size:0.975em;
	text-align:right;
	padding:5px;
	margin-bottom:-20px;
}
li {
	display:inline;
}
address {
	font-size:1.0em;
	font-style: normal;
	text-align: center
}
div#footer .sitemap {
	font-size:1.0em;
	font-weight:bold;
	margin:0;
	padding:0px 0px 0px 10px;
	text-align:left;
}
dl.sitemapbox {
font-size:0.9em;
	width:110px;
	float:left;
	margin:10px 0px 0px 0px;
	padding:5px;
}
.sitemapbox dd{

line-height:1.6em;
}
div#footer .sitemap dt, div#footer .sitemap dd {
	margin:0px;
	padding:0px;
	text-align:left;
}
dl.sitemapbox.left {
	background:url(../img/base/arrow_01.gif) no-repeat left 5px;
	padding:0px 15px;
}

/**********エコな作り********************/
.left_box01 {
	width:300px;
	float:left;
	overflow:hidden;
	margin:0px 0px 15px 10px;
	padding-left:20px;
}

ul.listbox01
	{
	width:200px;
	line-height:1.6em;
	padding:0px 0px 0px 0px;
	color:#666600;
	background-color:#cffac5;
	border:#669900 dotted thin;
	
	}
	
	.listbox01 li
	{
	background: url(../img/base/icon_03.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;

	line-height:1.1em;
	font-size:1.1em;
	padding-left:15px;
	margin:10px 5px 10px 5px;
	padding:0px 0px 0px 12px;
	display:block;
	}
	
	.eco_clr
	{
	color:#999900;
	}
	
	
	
	
