@charset "utf-8";
body {
	background: #F0FFFE;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #666666;
	font-family: Verdana, erial, Helvetica, sans-serif;
}
/*基本設定
------------------------------------------------*/
img {
	border: 0px;
}
p, h1, h2, h3, li, td, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
	color: #333333;
	line-height: 170%;
}
strong {
	font-weight: normal;
}
a{
	color: #006633;
	text-decoration: none;
}
a:link {
	color: #006633;
}		/*通常（未アクセス）の色*/ 
/*
a:visited {
	color: #CC6600;
	text-decoration: none;
}	/*アクセス済みの色 */
a:hover {
	color: #CC6600;
	text-decoration: underline;
}		/*マウスオーバー色 */

/*
a:active {
	color: #CC6600;
	text-decoration: underline;
}	/*アクティブ時の色 */


#container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left;
}
#header {
	width: 800px;
	background-image: url(../image/bg_head.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 63px;
}
/*headerの要素
------------------------------------------------*/
h1 {
	/*ロゴ部分となるh1要素の設定*/
	font-size:10px;
	color: #006FA5;
	padding-top: 3px;
	padding-left: 20px;
}
/* navigationのブロック設定
---------------------------------------- */
#navigation {
	height: 32px;
	width: 800px;
	margin: 0px 0px 5px;
	border: 0px;
	background: transparent;
	padding: 0px;
}
#navigation ul#navigation_menu {
	padding: 0;
	margin: 0;
	background: transparent url(../image/btn_menu.gif) no-repeat top;
	position: relative;
	height: 32px;
	width: 800px;
}
#navigation ul#navigation_menu li {
	position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#navigation li, ul#navigation_menu a {
	height: 32px;
	display: block;
	outline : 0 ;/*FIrefoxでリンクの点線を消す*/
}
#navigation ul#navigation_menu li a {
	text-indent: -9999px;
	text-decoration: none;
}
#navigation01 {
	left: 0px;
	width: 115px;
}
#navigation02 {
	left: 115px;
	width: 114px;
}
#navigation03 {
	left: 229px;
	width: 114px;
}
#navigation04 {
	left: 343px;
	width: 114px;
}
#navigation05 {
	left: 457px;
	width: 114px;
}
#navigation06 {
	left: 571px;
	width: 114px;
}
#navigation07 {
	left: 685px;
	width: 114px;
}
#navigation08 {
	left: 799px;
	width: 115px;
}
#navigation01 a:hover {
	background: transparent url(../image/btn_menu.gif) 0px -32px no-repeat;
	overflow: hidden;
	}
#navigation02 a:hover {
	background: transparent url(../image/btn_menu.gif) -115px -32px no-repeat;
	overflow: hidden;
}
#navigation03 a:hover {
	background: transparent url(../image/btn_menu.gif) -229px -32px no-repeat;
	overflow: hidden;
}
#navigation04 a:hover {
	background: transparent url(../image/btn_menu.gif) -343px -32px no-repeat;
	overflow: hidden;
}
#navigation05 a:hover {
	background: transparent url(../image/btn_menu.gif) -457px -32px no-repeat;
	overflow: hidden;
}
#navigation06 a:hover {
	background: transparent url(../image/btn_menu.gif) -571px -32px no-repeat;
	overflow: hidden;
}
#navigation07 a:hover {
	background: transparent url(../image/btn_menu.gif) -685px -32px no-repeat;
	overflow: hidden;
}
#navigation08 a:hover {
	background: transparent url(../image/btn_menu.gif) -799px -32px no-repeat;
	overflow: hidden;
}
#active_01 {
	background: transparent url(../image/btn_menu.gif) 0px -32px no-repeat;
}
#active_02 {
	background: transparent url(../image/btn_menu.gif) -115px -32px no-repeat;
}
#active_03 {
	background: transparent url(../image/btn_menu.gif) -229px -32px no-repeat;
}
#active_04 {
	background: transparent url(../image/btn_menu.gif) -343px -32px no-repeat;
}
#active_05 {
	background: transparent url(../image/btn_menu.gif) -457px -32px no-repeat;
}
#active_06 {
	background: transparent url(../image/btn_menu.gif) -571px -32px no-repeat;
}
#active_07 {
	background: transparent url(../image/btn_menu.gif) -685px -32px no-repeat;
}
#active_08 {
	background: transparent url(../image/btn_menu.gif) -799px -32px no-repeat;
}
a.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* nav02のブロック設定
---------------------------------------- */
#nav02 {
	height: 21px;
	width: 800px;
	margin: 0px 0px 5px;
	border: 0px;
	background: transparent;
	padding: 0px;
}
#nav02 ul#nav02_menu {
	height: 21px;
	padding: 0;
	margin: 0;
	background: transparent url(../image/btn_sub.gif) no-repeat left top;
	position: relative;
}
	
#nav02 ul#nav02_menu li {
	position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#nav02 li, ul#nav02_menu a {
	height: 21px;
	display: block;
	outline : 0 ;/*FIrefoxでリンクの点線を消す*/
}

#nav02 ul#nav02_menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
#na04	{
	left: 135px;
	width: 86px;
	height: 21px;
}
#na01	{
	left: 221px;
	width: 86px;
	height: 21px;
}
#na02	{
	left: 307px;
	width: 86px;
	height: 21px;
}
#na03	{
	left: 393px;
	width: 87px;
	height: 21px;
}
#na04 a:hover {background: transparent url(../image/btn_sub.gif) no-repeat -135px -21px;
	overflow: hidden;
}
#na01 a:hover {background: transparent url(../image/btn_sub.gif) no-repeat -221px -21px;
	overflow: hidden;
}
#na02 a:hover {background: transparent url(../image/btn_sub.gif) no-repeat -307px -21px;
	overflow: hidden;
}
#na03 a:hover {background: transparent url(../image/btn_sub.gif) no-repeat -393px -21px;
	overflow: hidden;
}
#sub_act4 {background: transparent url(../image/btn_sub.gif) -135px -21px no-repeat;}
#sub_act1 {background: transparent url(../image/btn_sub.gif) -221px -21px no-repeat;}
#sub_act2 {background: transparent url(../image/btn_sub.gif) -307px -21px no-repeat;}
#sub_act3 {background: transparent url(../image/btn_sub.gif) no-repeat -393px -21px;}

/* h2#mainimage トップのメインイメージ画像
---------------------------------------- */
h2#mainimage {
	text-indent:-9999px;
	background:url(../image/mainimage.gif) no-repeat;
	height:264px;
	width:800;
	margin-bottom: 10px;
}

#mainContent {
	padding: 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	background: #FFFFFF;
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* list_menuのブロック設定
---------------------------------------- */
#list_menu {
	height: 151px;
	width: 800px;
	margin: 0px 0px 10px;
	border: 0px;
	background: transparent;
	padding: 0px;
}
#list_menu ul#list_m {
	position: relative;
	height: 151px;
	width: 800px;
	padding: 0;
	margin: 0;
	background: transparent url(../image/btn_link.gif) no-repeat left top;
}
	
#list_menu ul#list_m li {
	position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#list_menu li, ul#list_m a {
	height: 151px;
	display: block;
}

#list_menu ul#list_m li a {
	text-indent: -9999px;
	text-decoration: none;
	}
#list01	{
	left: 0px;
	width: 201px;
	height: 151px;
}
#list02	{
	left: 201px;
	width: 201px;
	height: 151px;
}
#list03	{
	left: 402px;
	width: 201px;
	height: 151px;
}
#list04	{
	left: 603px;
	width: 197px;
	height: 151px;
}

#list01 a:hover {background: transparent url(../image/btn_link.gif) no-repeat -0px -151px;
		overflow: hidden;
}
#list02 a:hover {background: transparent url(../image/btn_link.gif) no-repeat -201px -151px;
		overflow: hidden;
}
#list03 a:hover {background: transparent url(../image/btn_link.gif) no-repeat -402px -151px;
		overflow: hidden;
}
#list04 a:hover {background: transparent url(../image/btn_link.gif) no-repeat -603px -151px;
		overflow: hidden;
}

#act_01 {background: transparent url(../image/btn_link.gif) -0px -151px no-repeat;}
#act_02 {background: transparent url(../image/btn_link.gif) -201px -151px no-repeat;}
#act_03 {background: transparent url(../image/btn_link.gif) -402px -151px no-repeat;}
#act_03 {background: transparent url(../image/btn_link.gif) -603px -151px no-repeat;}

/* top_news　新着情報
---------------------------------------- */
#topmain {
	background: url(../image/bg_new.gif) repeat-y;
	margin-bottom: 10px;
	clear: both;
}
p#c{
	clear: both;
	height: 0px;
}
#topnews {
	width: 377px;
	float: left;
	margin-right: 3px;
	font-size: 0.8em;
	padding: 0px 10px 10px;
}
#topnews h2 {
	background-image: url(../image/news.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: 1px dotted #FFCC99;
	text-indent: -9999px;
	height: 30px;
}
#topnews dl.dlnews {
	width: 377px;
	border-bottom: 1px dotted #FFCC99;
	position: relative;
	float: left;
	padding: 5px 0px;
}
#topnews dt.day{
	float: left;
	width: 90px;
	position: relative;
}
#topnews dd.news {
	text-align: left;
	width: 287px;
	float: right;
	position: relative;
}

/* top_info　事例紹介
---------------------------------------- */
#topinfo {
	float: right;
	width: 378px;
	margin-left: 2px;
	margin-bottom: 10px;
	padding: 0px 10px 10px;
}
#topinfo h2 {
	background-image: url(../image/info.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: 1px dotted #999999;
	text-indent: -9999px;
	height: 30px;
}
#topinfo ul {
	width: 378px;
	list-style-type: none;
	font-size: 0.8em;
}
#topinfo ul li {
	background: url(../image/list01.gif) no-repeat left center;/*リスト画像の位置を真ん中にする指定*/
	border-bottom: 1px dotted #999999;
	padding: 5px 0px 5px 10px;
	margin-top: 0px;
}
/* banner　事例紹介
---------------------------------------- */
#banner {
	clear: both;
	width: 800px;
	height: 52px;
	margin-bottom: 10px;
}
/* footerのリンクとfooter　
---------------------------------------- */
#footer {
	background:#d4f2c1;
	clear: both;
	width: 800px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: 06aa34;
	border-bottom-color: 06aa34;
	font-size: 0.6em;
	text-align: center;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#footmemu{
	text-align: center;
	color: #666666;
	font-size: 0.6em;
	margin-bottom: 5px;
	clear: both;
}
/* パンくずナビ
---------------------------------------- */
#pan {
	float: left;
	width: 320px;
	text-align: left;
	position: relative;
}
ul#navi {
	list-style-type: none;
	text-align: left;
	margin-left: 17px;
	margin-right: 10px;
	margin-top: 0px;
}
ul#navi li {
	display: inline;
	padding-left: 8px;
	font-size: 0.6em;
	background: url(../image/pankuzu.gif) no-repeat left center;
	margin: 0px 0px 0px 5px;
}
#naviright {
	float: right;
	width: 480px;
}
p#top1 {
	text-align: right;
	margin: 0px 20px 10px;
	clear: both;
}

