/* ======================================== サイト全体に適用*/
* { /* 全ての要素の間隔・余白を０へ */
margin:0;
padding:0;
}



html, body {
	height:100%;
	font-size: 96%;
	color: #333;
	text-align: center;
	background-color: #ECF2F1;
	background-image: url(../images/backimage.jpg);
	background-repeat: repeat;
}

/* ========================================  #page ページ外枠 */
.wrapper {
	width: 800px;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

.push {
	height:80px;
	clear:both;
}

p, /* 文章の行間を指定 */
#main ul,
#main ol,
#menuL ul,
#menuL ol,
dl
{
	line-height: 160%;
}

#page {
	width: 800px;
	padding: 0px 7px;
	text-align: left;
	background-color: #FFFFFF;
	min-height: 100%;
	margin: 0 auto;
}

/* ========================================  #header 画面上部 */
#header {
	padding: 0px;
	margin: 0;
}



#headerinfo { /* ヘッダー右上の文字スペース */
	text-align: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#header #header_title {/* ヘッダー左上のタイトルスペース */
	float: left;
	font-size: 24px;
	color: #666666;
	font-weight: bold;
	margin: 0px 0px 0px;
	padding: 0px;
	height: 115px;
}



#header #headerimg {
	clear: both;
	height: 300px;
	margin: 2px 0 0 1px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-image: none;
	background-position: center center;
	background-repeat: no-repeat;
}



#header #headerimg2 {
	clear: both;
	height: 50px;
	margin: 10px 0 0;
}

#header #headerimg3 {
	clear: both;
	height: 70px;
	margin: 10px 0 0;
}

#header #headerimg #msg { /* ヘッダー内メッセージ */
	color:#999999;
	margin:60px auto auto;
	text-align:center;
	font-size: 24px;
	font-weight: bold;
}



#header img {
	border: none;
}


/* ========================================  #underNavi 画面下部サブナビゲーション */
#underNavi{
	clear: both;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
}


/* ========================================  #footer 画面下部 */
.footer {
    height: 74px; /* .push must be the same height as .footer */
	clear:both;
	margin:0;
	padding:6px 0 0 0;
}


/* ========================================  #footer 画面下部 */
#footer_l {
    height: 74px; /* .push must be the same height as .footer */
	margin:0px;
	padding:0px;
}



#footer p {
	padding-top: 10px;
	padding-bottom: 0px;
}



/* ========================================  #menu 上部メニュー */
#menu {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}



ul.menu_f01{ /* 上部メニュー */
	background-color: #FFFFFF;
	height: 38px;
	border-bottom: 5px solid #999999;
	margin: 0px;
	border-top: 1px solid #999999;
}


ul.menu_f01 li{
	width: 162px;
	float: left;
	display: block;
}

ul.menu_f01 li.mid{
	width: 158px;
	float: left;
	border-right: 1px solid #999999;
	display: block;
}

ul.menu_f01 li a{
	height: 23px;
	padding: 13px 0px 0px;
	border-bottom: 5px solid #999999;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #FFFFFF;
}


ul.menu_f01 li a.nowthis{
	border-bottom: 5px solid #FF6699!important;
}


ul.menu_f01 li a:hover , ul.menu_f01 li a.nowthis{
	padding: 13px 0px 0px;
	border-bottom: 5px solid #FF6699;
	background-color: #E8E8E8;
}



/* ======================================== #contents 画面中央部 #mainとサイドメニューの外枠 */
#contents{
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}



/* ========================================  #main ページの本文 */
#main {
	float: right;
	width: 584px;
	padding: 0;
	margin: 0px;
	background-color: #FFFFFF;
}



.contentswrap { /* #main中の間隔調整 */
	margin:0px;
	padding:0;
}

.sitemap {
	margin:20px;
	line-height:3.0em;
	font-size:18px;
}

.sitemap a {
	color:#06C;
	text-decoration: none;
}

.sitemap a:visited{
	color:#06C;
}

.submap {
	margin-left:20px;
}

#breadNavi {
	height: 50px;
	padding: 15px 0 0 2px;
	margin: 5px 0 20px;
}


#main h1 { /* 本文の見出し */
	background-image:url(../img/h1bar001.png);
	background-repeat:no-repeat;
	clear:left;
	color:#FFF;
	font-size:18px;
	height:50px;
	margin:0;
	padding:16px 0 0 20px;
}



#main h2 { /* 本文の見出し2 */
	background-image:url(../img/h2back.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	clear:left;
	color:#333;
	font-size:16px;
	margin:10px 0 1.5em;
	padding:12px 0 0px 30px;
	height: 27px;
}



#main h3 { /* 本文の見出し3 */
	margin:0.5em 0;
	background-color: #F6F6F6;
	border-left: 5px solid #336699;
	padding: 3px 0px 3px 5px;
	font-size: 96%;
	border-bottom: 1px solid #CCCCCC;
}



#main p { /* 本文の段落 */
	margin:0 2px 1.5em 5px;
}



#main ul , #main ol{ /* リスト表示 */
	margin:1em 40px 2em 80px;
	padding-left:25px;
}



#main dl { /* 定義リスト表示 */
	margin:1em 0 1em 30px;
	padding:0 0 10px;
}



#main dt {
	float: left;
	clear: left;
	margin: 0 20px 0px 0;
	font-weight: 700;
}



#main dd {
	padding: 0 0 0 10px;
	margin: 0;
}



#main dd.link {
	margin: 0 0 0 100px;
	border-left: 1px solid #CCCCCC;
}



#main #subnavi0 {
	clear: both;
	padding: 20px;
	margin: 0px;
	text-align: right;
}

#main #subnavi {
	clear: both;
	padding: 0px;
	margin: 0px;
	text-align: right;
}


#main #iventnavi {
	clear: both;
	margin:10px 10px 20px 40px;
	padding: 0px;
	text-align: left;
	font-size:16px;
	font-weight:bold;
	color:#F0F;
}

#main #iventnavi2 {
	clear: both;
	margin:10px 10px 20px 40px;
	padding: 0px;
	text-align: left;
	font-size:16px;
	font-weight:normal;
	color:#333;
}

#main #iventnavi3 {
	clear: both;
	margin:5px 20px 10px 20px;
	padding: 0px;
	text-align: center;
	font-size:16px;
	font-weight:bold;
	line-height:1.2em;
	color:#333;
}

.iventstile12 {
	font-size:14px;
}


#main .img { /* 図・写真用クラス：写真のような枠をつける */
	background-color:#CCC;
	border:1px solid #999;
	margin:0 0 20px 20px;
	padding:5px;
}


.toInfo {
	clear: left;
	margin: 0px !important;
	text-align: right;
	list-style-type: none;
}


.toInfo a {
	padding: 0px 0px 0px 20px;
	background-image: url(../img/iconYa04.png);
	background-repeat: no-repeat;
}



/* ========================================  menuL 左サイドメニュー */
#menuL {
	float: left;
	clear: left;
	width: 210px;
	padding: 0;
	margin: 10px 0 0 3px;
	color: #FFF;
	background-color:#FFF;
}



.menuInfo { /* サイドボックス内のメッセージボックス */
	background-image:url(../img/cor230.gif);
	background-repeat:no-repeat;
	color:#333;
	margin:10px 0 0;
	padding:1px 0;
}



.menuInfo p {
	padding: 0 0 0 10px;
	margin: 1em 10px 1em 5px;
}


.subinfo {　/* サイドボックのメニュー */
	margin:0 0 10px;
	background-image: url(../img/submenuback001.png);
	background-position:center;
}



.subinfo .label { /* サイドボックのメニュー:ラベル */
	padding:5px 0px 0px 25px;
	color:#06C;
	font-size:14px;
	font-weight: bold;
	background-image: url(../img/sidemnu_labcak001.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 28px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}


.subinfo ul{ /* サイドボックのメニュー:リスト */
	margin: 0px;
}


.subinfo li {
	padding: 0px;
	margin: 1px 0px 0px;
	font-size: 85%;
	/*color: #666666;*/
	list-style-type: none;
}


.subinfo li a{
	padding: 5px 0px 5px 20px;
	border-bottom: 1px solid #CCCCCC;
	/*border-left: 7px solid #CCCCCC;*/
	text-decoration: none;
	display: block;
	color:#06C;
}


.subinfo li a:visited{
	color:#06C;
}


.subinfo li a:hover{
	/*border-left: 7px solid #FF6699;*/
	color: #FF6699;
	/*background-color: #F3F3F3;*/
}



.banner { /* サブメニュー内のバナー画像スペース */
	margin: 0px 0px 5px;
	width: 213px;
}

.banner a img {
    border-style:none;
}


/* ========================================  そのほか個別設定 */
#newsbox {
	height: 150px;
	margin: 0px 20px 10px 25px;
	overflow: auto;
	border: 1px solid #999999;
	background-image: url(../img/backS001.png);
	background-position: left top;
	background-repeat: repeat-x;
}

.itemList { /* .itemList #main内の段組用外枠 */
	height:338px;	
	margin:0;
	background-image: url(../images/topimages_01.jpg);
	background-position: left top;
	background-repeat:no-repeat;
}

.box { /* .itemList #main内の段組用内枠 */

	margin:0 0px 5px 0;
	width:260px;
}



.box h2 {
	margin: 0 0 10px;
}



.box ul {
	float: left;
	width: 140px;
	margin: 0 0 30px !important;
	list-style-position: outside;
}


.eyeCaImg { /* .itemList #main内の段組用：アイキャッチ画像 */
	float:left;
	margin:0 0 10px 2px;
}



strong {
	font-weight: bold;
	color: #CC6666;
}


hr { /* 水平線 flotクリア用 */
	clear:both;
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}

table.serchtable {
	width: 500px;
	height:250px;
    border-collapse: collapse;  
	border:none;
	margin-left:45px;
	font-size: 12px;
}
.serchtable tr td {
	height:25px;
	padding:12px 0 8px 100px;
	vertical-align:middle;
}

.serchtable tr td.top {
	height:70px;
}

.serchtable tr td.bottom {
	height:70px;
}

#kensaku_button {
	border:none;
	width:216px;
	height:32px;
	background:url(../images/kensaku_button.gif) left top no-repeat;
}

a:hover .transparency{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

#map_canvas{
	margin:15px;
	padding:0px;
}

/* infowindow */
dl#infowin1{margin:0;padding:0;}
dl#infowin1 dt{margin:0;padding:0;font-weight:bold;}
dl#infowin1 dd{margin:5px 0 0 0;padding:0;line-height:1.5;}
dl#infowin1 dd img{padding:2px;background:#fff;border:1px solid #ccc;margin-right:5px;}
dl#infowin2{margin:0;padding:0;}
dl#infowin2 dt{margin:0;padding:0;font-weight:bold;}
dl#infowin2 dd{margin:5px 0 0 0;padding:0;line-height:1.5;}
dl#infowin2 dd img{padding:2px;background:#fff;border:1px solid #ccc;margin-right:5px;}

#topicsimg {
	margin:5px 0 5px 0;
	padding:0px;
	border:none;
}

.cmtable {
	margin:0;
	padding:2px;
}

.cmtable img {
	border: none;
}

