
/*------------------------------------------------*
	[ Main CSS ]
		filename:main.css
		Main CSS
		by:yk
*------------------------------------------------*/
/*
@import url("default.css");
@import url("layout.css");
@import url("top.css");
*/
/*------------------------------------------------*
	Sitename:Sasebo City Website
*------------------------------------------------*/

/*背景*/
#bg		{
	background-image: url('../image/bg.gif');
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	width: 100%;
		}
/*
#bg		{
		background-image: url('../image/bg.gif');
		background-repeat: repeat-y;
		background-position: center top;
		text-align: center;
		}
*/

/*幅設定*/
#wrap	{
	width: 940px;
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center top;
		}

/*
#wrap	{
		width: 940px;
		margin: 0 auto;
		text-align: left;
		background-image: url('../image/wrap_bg.gif');
		background-repeat: repeat-x;
		}
*/
#header {
	width: 940px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	margin-bottom: 10px;
	height: 146px;
}


/*トップメニュー*/
#topmenu{
	background-image: url(../image/topmenu_icon_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #F2F2F2;
	padding-top: 8px;
	font-size: 83%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 787878;
	padding-right: 10px;
	padding-bottom: 20px;
		}
#topmenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
		}
#topmenu ul li{
		display: inline;
		}
#topmenu ul li a{
		margin: 0;
		text-align: center;
		color: #000000;
		}
#topmenu ul li a img {
	margin-right: 5px;
	margin-left: 15px;
}
#title {
	float: left;
	padding-left: 10px;
	position: relative;
	margin: 0px;
	overflow: visible;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#gmenu {
	position: absolute;
	left: 0px;
	top: 70px;
}
#gmenu ul {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDD;
	margin: 0px;
	width: 440px;
	overflow: visible;
	display: block;
}
#gmenu ul li {
	display: block;
	float: left;
	background-image: url(../image/gmenu_li_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	list-style-type: none;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	margin: 0px;
}
#gmenu ul li a {
	width: 105px;
	display: block;
	text-align: center;
	height: 26px;
	border: 2px solid #FFF;
	color: #333;
	font-weight: bold;
	padding-top: 10px;
}
#gmenu ul #gm01 a {
	background-image: url(../image/gmenu_icon_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu ul #gm02 a {
	background-image: url(../image/gmenu_icon_jigyousya.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu ul #gm03 a {
	background-image: url(../image/gmenu_icon_miryoku.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu ul #gm04 a {
	background-image: url(../image/gmenu_icon_syozoku.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header #hd_right {
	float: right;
	padding-top: 10px;
	position: relative;
}
#lang {
	float: left;
	border: 1px solid #DDD;
	margin-bottom: 0px;
}
#lang ul {
	background-image: url(../image/lang_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	list-style-type: none;
	margin: 0px;
	border: 2px solid #FFF;
	padding: 3px 0px 3px 3px;
	overflow: visible;
	width: 340px;
}
#lang ul li {
	margin: 0px;
	float: left;
	list-style-type: none;
	height: 32px;
	overflow: visible;
}
#lang ul li a {
	height: 30px;
	width: 80px;
	overflow: visible;
	display: block;
	background-image: url(../image/lang_menu.gif);
	background-repeat: no-repeat;
	margin-right: 3px;
	border: 1px solid #DDD;
	font-size: 0%;
	color: #FDFDFD;
}
#lang ul li a:hover {
	color: #FDFDFD;
}
#lang ul #lg01 a {
	background-position: 0px 0px;
}
#lang ul #lg02 a {
	background-position: -80px 0px;
}
#lang ul #lg03 a {
	background-position: -160px 0px;
}
#lang ul #lg04 a {
	background-position: -240px 0px;
}
#lang ul #lg01 a:hover {
	background-position: 0px -30px;
}
#lang ul #lg02 a:hover {
	background-position: -80px -30px;
}
#lang ul #lg03 a:hover {
	background-position: -160px -30px;
}
#lang ul #lg04 a:hover {
	background-position: -240px -30px;
}
#hd_right #mobile {
	float:right;
	height: 44px;
	overflow: visible;
	margin: 0px;
}
#hd_right #mobile a {
	border: 1px solid #DDD;
	font-size:0%;
	display: block;
	height: 42px;
	overflow: visible;
	background-image: url(../image/mobile_bt.gif);
	background-repeat: no-repeat;
	width: 96px;
	margin-left: 5px;
	color: #FFF;
}
#hd_right #mobile a:hover {
	background-position: 0px -42px;
}
#kensaku {
	clear:right;
	padding-top: 10px;
	position: absolute;
	left: 0px;
	top: 60px;
}
#kensaku form {
	width: 440px;
	overflow: auto;
	margin-bottom: 5px;
}
#kensaku form #kword {
	width: 360px;
	margin-right: 5px;
	display: block;
	clear: right;
	float: left;
	height: 1.5em;
}
#kensaku form #btn {
	display: block;
	float: left;
}
#kensaku p  {
	font-size: 80%;
	margin: 0px 0px 0px 0px;
	line-height: 1.1em;
}
/*
#topmenu{
		height: 30px;
		}
#topmenu ul{
		margin: 0;
		padding: 0;
		list-style: none;
		}
#topmenu ul li{
		display: inline;
		}
#topmenu ul li a{
		margin: 0;
		text-align: center;
		color: #000000;
		}
*/

/*言語選択ボタン*/
/*
#lang	{
		height: 30px;
		position: absolute;
		top: 0;
		width: 430px;
		margin-left: 510px;
		}
#lang ul{
		margin: 0;
		padding: 0;
		list-style: none;
		}
#lang ul li{
		display: inline;
		float: left;
		}
*/

/*メインタイトル*/
/*
#title	{
		clear: both;
		height: 60px;
		background-image: url('../image/title.gif');
		background-repeat: no-repeat;
		text-indent: -5555em;
		}
*/

#zoo	{
		clear: both;
		height: 110px;
		background-image: url('../image/title_zoo.gif');
		background-repeat: no-repeat;
		text-indent: -5555em;
		}


/*グローバルメニュー*/
/*
#gmenu	{
		min-height: 35px;
		_height: 35px;
		background-repeat: repeat-x;
		padding-left: 135px;
		margin-bottom: 15px;
		background-image: url('../image/gmenu_bg.gif');
		}

#gmenu ul{
		margin: 0;
		padding: 0;
		list-style: none;
		}
#gmenu ul li{
		display: inline;
		float: left;
		}
#gmenu ul li a{
		display: block;
		width: 134px;
		min-height: 26px;
		_height: 35px;
		background-image: url('../image/gmenu_bo_bg.gif');
		background-repeat: no-repeat;
		text-align: center;
		color: #666666;
		padding-top: 9px;
		font-size: 100%;
		font-weight: bold;
		}
#gmenu ul li a:hover{
		color: #666666;
		}

#gmenu ul #gm01 a{
		background-position: 0px 0px;
		}
#gmenu ul #gm01 a:hover{
		background-position: -135px 0px;
		}
#gmenu ul #gm01 .select{
		background-position: -270px 0px;
		}

#gmenu ul #gm02 a{
		background-position: 0px -35px;
		}
#gmenu ul #gm02 a:hover{
		background-position: -135px -35px;
		}
#gmenu ul #gm02 .select{
		background-position: -270px -35px;
		}

#gmenu ul #gm03 a{
		background-position: 0px -70px;
		}
#gmenu ul #gm03 a:hover{
		background-position: -135px -70px;
		}
#gmenu ul #gm03 .select{
		background-position: -270px -70px;
		}

#gmenu ul #gm04 a{
		background-position: 0px -105px;
		}
#gmenu ul #gm04 a:hover{
		background-position: -135px -105px;
		}
#gmenu ul #gm04 .select{
		background-position: -270px -105px;
		}

#gmenu ul #gm05 a{
		width: 135px;
		background-position: 0px -140px;
		}
#gmenu ul #gm05 a:hover{
		background-position: -135px -140px;
		}
#gmenu ul #gm05 .select{
		background-position: -270px -140px;
		}
*/
#kensaku {
	clear:right;
	padding-top: 10px;
	position: absolute;
	left: 0px;
	top: 60px;
}
#kensaku form {
	width: 440px;
	overflow: auto;
	margin-bottom: 5px;
}
#kensaku form #kword {
	width: 360px;
	margin-right: 5px;
	display: block;
	clear: right;
	float: left;
}
#kensaku form #btn {
	display: block;
	float: left;
}
#kensaku p  {
	font-size: 80%;
	margin: 0px 0px 0px 0px;
	line-height: 1em;
}


/* 2011.03.10 変更 */
/* #topmenu{
		height: 30px;
		}
#topmenu ul{
		margin: 0;
		padding: 0;
		list-style: none;
		}
#topmenu ul li{
		display: inline;
		}
#topmenu ul li a{
		margin: 0;
		text-align: center;
		color: #000000;
		}
*/

/*言語選択ボタン*/
/*#lang	{
		height: 30px;
		position: absolute;
		top: 0;
		width: 430px;
		margin-left: 510px;
		}
#lang ul{
		margin: 0;
		padding: 0;
		list-style: none;
		}
#lang ul li{
		display: inline;
		float: left;
		}
*/

/*メインタイトル*/
/*#title	{
		clear: both;
		height: 60px;
		background-image: url('../image/title.gif');
		background-repeat: no-repeat;
		text-indent: -5555em;
		}
*/

#title2	{
		clear: both;
		height: 100px;
		background-image: url('../image/title2.gif');
		background-repeat: no-repeat;
		text-indent: -5555em;
		}

#zoo {
		clear: both;
		height: 110px;
		background-image: url('../image/title_zoo.gif');
		background-repeat: no-repeat;
		text-indent: -5555em;
		}



/*グローバルメニュー*/
/*#gmenu	{
		min-height: 35px;
		_height: 35px;
		background-repeat: repeat-x;
		padding-left: 135px;
		margin-bottom: 15px;
		background-image: url('../image/gmenu_bg.gif');
		}

#gmenu ul{
		margin: 0;
		padding: 0;
		list-style: none;
		}
#gmenu ul li{
		display: inline;
		float: left;
		}
#gmenu ul li a{
		display: block;
		width: 134px;
		min-height: 26px;
		_height: 35px;
		background-image: url('../image/gmenu_bo_bg.gif');
		background-repeat: no-repeat;
		text-align: center;
		color: #666666;
		padding-top: 9px;
		font-size: 100%;
		font-weight: bold;
		}
#gmenu ul li a:hover{
		color: #666666;
		}

#gmenu ul #gm01 a{
		background-position: 0px 0px;
		}
#gmenu ul #gm01 a:hover{
		background-position: -135px 0px;
		}
#gmenu ul #gm01 .select{
		background-position: -270px 0px;
		}

#gmenu ul #gm02 a{
		background-position: 0px -35px;
		}
#gmenu ul #gm02 a:hover{
		background-position: -135px -35px;
		}
#gmenu ul #gm02 .select{
		background-position: -270px -35px;
		}

#gmenu ul #gm03 a{
		background-position: 0px -70px;
		}
#gmenu ul #gm03 a:hover{
		background-position: -135px -70px;
		}
#gmenu ul #gm03 .select{
		background-position: -270px -70px;
		}

#gmenu ul #gm04 a{
		background-position: 0px -105px;
		}
#gmenu ul #gm04 a:hover{
		background-position: -135px -105px;
		}
#gmenu ul #gm04 .select{
		background-position: -270px -105px;
		}

#gmenu ul #gm05 a{
		width: 135px;
		background-position: 0px -140px;
		}
#gmenu ul #gm05 a:hover{
		background-position: -135px -140px;
		}
#gmenu ul #gm05 .select{
		background-position: -270px -140px;
		}
*/

/*検索ウィンドウ*/
/*#kensaku{
		clear: both;
		height: 40px;
*/
/*		background-image: url('../image/kensaku_bg.gif');  */
/*		background-repeat: no-repeat;  */
/*		margin-bottom: 0px;
		}

#kensaku form{
		padding: 0px 0 0 210px;
		}
#kensaku form #kword{
		width: 400px;
		}
#kensaku form #okuru{
		letter-spacing: 1em;
		text-align: center;
		width: 135px;
		font-size: 10pt;
		padding-left: 1em;
		_padding-right: 1em;
		}
#kensaku p{
		font-size: 81%;
		}
*/

#lunit h1,
#kekka h1,
/*
#contents h1,
*/
#contents h1{
	background-image: url(../image/h1.gif);
	background-repeat: no-repeat;
	background-color: #52A0E6;
	font-size: 112%;
	color: #FFF;
	font-weight: bold;
	padding-top: 16px;
	padding-right: 10px;
	padding-left: 40px;
	padding-bottom: 15px;
	background-position: 0px 0px;
	margin-right: 9px;
	border: 1px solid #107FE0;
	-moz-box-shadow:inset 0px 0px 1px #FFFFFF;
	-webkit-box-shadow:inset 0px 0px 1px #FFFFFF;
	box-shadow:inset 0px 0px 1px #FFFFFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
/*
#lunit .komoku{
		background-image: url('../image/h1.gif');
		background-repeat: no-repeat;
		border-width: 5px 0 0 0;
		border-style: solid;
		padding: 8px 0px 6px 30px;
		border-bottom: 2px solid #8D8D8D;
		background-color: #E0E0E0;
		border-top-color: #54c3f1;
		margin-bottom: 15px;
		font-size: 112%;
		color: #333333;
		font-weight: bold;
		}
#lunit .komoku{
		margin-bottom: 0px;
		}
*/
#lunit .komoku{
		background-image: url('../image/h1.gif');
		background-repeat: no-repeat;
		border-width: 5px 0 0 0;
		border-style: solid;
		padding: 8px 0px 6px 30px;
		border-bottom: 2px solid #8D8D8D;
		background-color: #E0E0E0;
		border-top-color: #54c3f1;
		margin-bottom: 0px;
		font-size: 112%;
		color: #333333;
		font-weight: bold;
}

/*------------------------------------------------*
左ユニット*/

#lunit	{
		background-image: url('../image/lunit_bg.gif');
		background-repeat: repeat-y;
		background-position: right top;
		}

#lunit .kinkyu dt,
#menu p	{
		background-image: url('../image/lunit_bo_bg.gif');
		background-repeat: repeat-x;
		border-width: 0 0 0 5px;
		border-style: solid;
		padding: 7px 0px 6px 5px;
		border-bottom: 2px solid #8D8D8D;
		background-color: #E0E0E0;
		margin-bottom: 0px;
		}
#menu #m07{
		margin-bottom: 10px;
		}
#lunit .kinkyu dt span,
#menu p a{
		display: block;
		min-height: 25px;
		_height: 28px;
		padding: 3px 0px 0px 35px;
		color: #333333;
		font-weight: bold;
		font-size: 94%;
		background-repeat: no-repeat;
		}
#menu p a:hover{
		color: #cc0000;
		}
#lunit .kinkyu dt span{
		padding-top: 7px;
		min-height: 21px;
		}

#lunit .kinkyu dd{
		font-size: 87%;
		line-height: 140%;
		padding: 5px 23px 5px 5px;
		margin: 0;
		border-top: 1px dotted #8d8d8d;
 		background-image: url('../image/menu_li_top.gif');
 		background-repeat: no-repeat;
 		background-position: right center;
		}

#lunit #menu ul,
#lunit #submenu ul{
		list-style: none;
		margin: 0;
		font-size: 81%;
		}
#lunit #menu ul li,
#lunit #submenu ul li{
		border-top: 1px dotted #8d8d8d;
		padding: 5px 23px 5px 5px;
		background-repeat: no-repeat;
		background-position: right center;
		margin: 0;
		}
#lunit #menu ul .noborder,
#lunit #submenu ul .noborder{
		border: none;
		}
#lunit #menu ul li a,
#lunit #submenu ul li a{
		display: block;
		color: #333333;
		}
#lunit #menu ul li a:hover,
#lunit #submenu ul li a:hover{
		color: #cc0000;
		}

#lunit h4,
#runit h4{
		font-size: 94%;
		background-repeat: no-repeat;
		color: #ffffff;
		padding: 3px 5px 2px 10px;
		}
#lunit #submenu h4{
		margin-bottom: 0px;
		}
#lunit #ktai p,
#runit #ktai p{
		font-size: 81%;
		padding: 0 10px 0px 10px;
		}

#lunit #ktai .ktqr{
		float: left;
		width: 100px;
		padding: 0;
		}
#lunit #ktai .ktinfo{
		float: right;
		width: 145px;
		padding: 0 10px 0 0;
		}

#runit #ktai{
		border-bottom: 1px dotted #8d8d8d;
		margin-bottom: 15px;
		}

/*------------------------------------------------*
メインユニット*/

#munit	{
		border-top: 1px dotted #8d8d8d;
		}


/*ページタイトル*/

#ptitle	{
		border-bottom: 1px dotted #8d8d8d;
		padding-right: 14px;
		}
#ptitle h1{
		text-align: center;
		background-repeat: no-repeat;
		height: 56px;
		_height: 90px;
		margin: 0;
		padding-top: 34px;
		}

/*ぱんくずリスト*/
#pankuzu ul{
		list-style: none;
		padding-top: 10px;
		margin: 0 0 10px 0;
		font-size: 81%;
		}
#pankuzu ul li{
		display: inline;
		margin: 0;
		padding: 0;
		font-weight: bold;
		color: #cc0000;
		}
#pankuzu ul li a{
		font-weight: normal;
		color: #333333;
		background-image: url('../image/pan.gif');
		background-repeat: no-repeat;
		background-position: right top;
		padding-right: 16px;
		}
#pankuzu ul li a:hover{
		color: #cc0000;
		}

/*サブタイトル*/
#subtitle h2{
		background-image: url('../image/h2_subt_shozoku.gif');
		color: #eb6ea5;
		background-repeat: no-repeat;
		padding: 15px 0px 0px 25px;
		font-size: 100%;
		height: 35px;
		_height: 50px;
		}

/*メッセージ*/
#mess	{
		width: 647px;
		background-image: url('../image/mess_bg_shozoku.gif');
		background-repeat: no-repeat;
		_height: 30px;
		margin-bottom: 15px;
		}
#mess h3{
		width: 75px;
		_width: 90px;
		float: left;
		font-size: 87%;
		_height: 30px;
		padding: 15px 0 0 15px;
		}
#mess p{
		width: 520px;
		_width: 540px;
		float: right;
		font-size: 81%;
		_height: 30px;
		padding: 15px 20px 0px 0px;
		margin: 0;
		}
.kuria	{
		clear: both;
		height: 1px;
		}
#mess .messbtm{
		background-image: url('../image/messbtm_shozoku.gif');
		background-repeat: no-repeat;
		background-position: left bottom;
		height: 10px;
		}

/*所在地テーブル*/
#munit .shozai	{
		font-size: 87%;
		margin-left: 30px;
		}
#munit .shozai,
#munit .shozai th,
#munit .shozai td{
		border-collapse: collapse;
		border-color: #ffffff;
		}
#munit .shozai th{
		font-weight: normal;
		text-align: left;
		}


/*写真と行政情報*/
#imgunit{
		clear: both;
		width: 814px;
		margin-bottom: 15px;
		}
#imgunit #photo{
		width: 580px;
		float: left;
		margin-bottom: 15px;
		}

#imgunit #gyosei{
		width: 220px;
		float: right;
		margin-bottom: 15px;
		background-image: url('../image/waku_220.gif');
		background-repeat: no-repeat;
		background-position: left bottom;
		min-height: 250px;
		_height: 250px;
		}

#imgunit #gyosei h2{
		font-size: 100%;
		background-image: url('../image/h2_simin_220.gif');
		background-repeat: no-repeat;
		background-color: #F8BA64;
		color: #892800;
		padding: 5px 5px 3px 10px;
		}
#imgunit #gyosei p{
		margin: 0 10px 5px 10px;
		padding: 0 0 5px 0;
		font-size: 81%;
		border-bottom: 1px dotted #8d8d8d;
		}
#imgunit #gyosei a{
		text-decoration: underline;
		}

/*------------------------------------------------*
コンテンツページ*/

#contents{
		border-top: 1px dotted #8d8d8d;
		padding: 0 10px 10px 10px;
		}

#contents h2{
		background-color: #8FD3F5;
		color: #2A5782;
		margin: 0;
		padding: 6px 10px 3px 10px;
		font-size: 100%;
		background-image: url('../image/h2.gif');
		background-repeat: no-repeat;
		}

#contents .info_ico,
#contents .link_ico,
#contents .data_ico{
		background-image: url('../image/cont_ul_bg.gif');
		background-repeat: no-repeat;
		background-position: left bottom;
		padding-bottom: 10px;
		margin-bottom: 15px;
		background-color: #ffffff;
		}

#contents .info_ico ul,
#contents .link_ico ul,
#contents .data_ico ul{
		list-style: none;
		border-left: 1px solid #B2B2B2;
		border-right: 1px solid #B2B2B2;
		margin: 0;
		padding: 10px 10px 0 10px;
		}

#contents .info_ico ul li,
#contents .link_ico ul li,
#contents .data_ico ul li{
		padding-left: 20px;
		background-repeat: no-repeat;
		margin-bottom: 3px;
		}
#contents .info_ico ul li{
		background-image: url('../image/info_ico.gif');
		}
#contents .link_ico ul li{
		background-image: url('../image/link_ico.gif');
		}
#contents .data_ico ul li{
		background-image: url('../image/data_ico.gif');
		}

#conlist {
		margin-bottom: 15px;
		}

#conlist dl{
		padding: 5px;
		margin-bottom: 0px;
		}

#conlist dl dt{
		font-size: 112%;
		display: inline;
		}

#conlist dl dt a{
		padding-left: 20px;
		background-image: url('../image/kekka_dt.gif');
		background-repeat: no-repeat;
		padding-bottom: 5px;
		}

#conlist dl dd{
		margin-left: 1.2em;
		}
#conlist dl .day{
		display: inline;
		}

#genlist {
		margin-bottom: 15px;
		}

#genlist dl{
		padding: 5px;
		margin-bottom: 0px;
		}

#genlist dl dt{
		font-size: 112%;
		display: inline;
		}

#genlist dl dt a{
		padding-left: 20px;
		background-image: url('../image/kekka_gr.gif');
		background-repeat: no-repeat;
		padding-bottom: 5px;
		}

#genlist dl dd{
		margin-left: 1.2em;
		}
#genlist dl .day{
		display: inline;
		}

#contents #plist{
		text-align: center;
		}

#contents #plist a{
		border: 1px solid #8d8d8d;
		padding: 5px;
		text-decoration: underline;
		}
#contents #plist .next{
		background-image: url('../image/plist_next.gif');
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 20px;
		}


/*お問い合わせ*/
#otoiawase{
		border-top: 1px dotted #8d8d8d;
		margin-bottom: 15px;
		padding-top: 15px;
		text-align: center;
		}
#otoiawase h3{
		font-size: 100%;
		color: #2a5782;
		}
#otoiawase ul{
		list-style: none;
		margin: 0;
		padding: 0;
		width: 150px;
		margin: 0 auto;
		_margin: 0;
		text-align: left;
		}
#otoiawase ul li{
		padding-left: 20px;
		background-repeat: no-repeat;
		}
#otoiawase ul .tel{
		background-image: url('../image/tel_ico.gif');
		}
#otoiawase ul .fax{
		background-image: url('../image/fax_ico.gif');
		}

#otoiawase .toi_bo a{
		display: block;
		width: 140px;
		height: 20px;
		margin: 0 auto;
		text-align: center;
		vertical-align: center;
		background-image: url('../image/toi_bo.gif');
		background-repeat: no-repeat;
		font-size: 87%;
		text-indent: -5555em;
		}

/*アンケート*/
#research{
		margin: 0 10px 15px 10px;
		border-width: 0 1px 1px 1px;
		border-style: solid;
		border-color: #8d8d8d;
		background-color: #ffffff;
		}
#research h3{
		border-width: 1px 0 1px 0;
		border-style: solid;
		border-color: #8d8d8d;
		font-size: 100%;
		background-color: #f5fbfe;
		color: #2a5782;
		padding: 5px 10px 3px 15px;
		}
#research p{
		padding-left: 20px;
		}



/*更新日時など*/

#update	{
		border-top: 1px solid #8d8d8d;
		background-color: #F5FBFE;
		margin: 0;
		height: 30px;
		_height: 40px;
		padding: 10px 20px 0px 20px;
		}
#update p{
		margin: 0;
		float: left;
		min-height: 21px;
		_height: 21px;
		}
#update .gotop{
		float: right;
		}
#update .gotop a{
		display: block;
		width: 90px;
		_width: 115px;
		background-image: url('../image/upd_gotop.gif');
		background-repeat: no-repeat;
		background-position: right top;
		min-height: 21px;
		_height: 21px;
		padding-right: 25px;
		}
#update .gotop a:hover{
		color: #cc0000;
		}




/*インフォメーション*/
#munit .info,
#munit .info2,
#lifeevent{
		clear: both;
		width: 730px;
		background-image: url('../image/waku_.gif');
		background-repeat: no-repeat;
		background-position: left bottom;
		margin-bottom: 15px;
		padding-bottom: 10px;
		}

.shozoku #munit .info,
.shozoku #munit .info2{
		width: 647px;
		background-image: url('../image/waku_647.gif');
		}

#munit .info h2{
		width: 689px;
		_width: 704px;
		min-height: 21px;
		_height: 26px;
		float: left;
		font-size: 100%;
		background-image: url('../image/h2_simin.gif');
		background-repeat: no-repeat;
		background-color: #F8BA64;
		color: #892800;
		padding: 5px 5px 0px 10px;
		margin: 0;
		}

#munit .info h3{
		width: 605px;
		_width: 620px;
		min-height: 21px;
		_height: 26px;
		float: left;
		font-size: 100%;
		background-image: url('../image/h2_simin.gif');
		background-repeat: no-repeat;
		background-color: #F8BA64;
		color: #892800;
		padding: 5px 5px 0px 10px;
		margin: 0;
		}
.shozoku #munit .info h2{
		width: 522px;
		_width: 537px;
		}
.shozoku #munit .info .long{
		width: 632px;
		_width: 647px;
		}



#munit .info .ichiran{
		width: 95px;
		_width: 110px;
		float: right;
		min-height: 23px;
		_height: 26px;
		background-image: url('../image/ichiran_simin.gif');
		background-repeat: no-repeat;
		padding: 3px 0px 0px 15px;
		margin: 0;
		}
#munit .info .ichiran a{
		color: #ffffff;
		font-size: 94%;
		}

#munit .info ul{
		clear: both;
		list-style: none;
		margin: 0;
		padding: 10px 10px 10px 10px;
		font-size: 81%;
		border-left: 1px solid #c2c2c2;
		border-right: 1px solid #c2c2c2;
		}
#munit .info ul li{
		background-image: url('../image/info_li_simin.gif');
		background-repeat: no-repeat;
		padding-left: 16px;
		margin-bottom: 3px;
		}


#munit .pc{
		background-image: url('../image/h3_pc_shozoku.gif');
		background-repeat: no-repeat;
		font-size: 100%;
		padding: 12px 0px 10px 40px;
		}


/*info2*/
#munit .info2{
		padding-bottom: 1px;
		}
#munit .info2 h3{
		background-image: url('../image/h3_info2_shozoku.gif');
		color: #eb6ea5;
		background-repeat: no-repeat;
		margin: 0;
		font-size: 94%;
		padding: 8px 5px 3px 25px;
		}
		
#munit .ka_list,
#munit .list{
		border-left: 5px solid #eb6ea5;
		margin: 0 5px 5px 6px;
		}
#munit .info2 ul{
		list-style: none;
		margin: 0 0 0 5px;
		padding: 5px 0px 0px 5px;
		border-top: 1px dotted #8d8d8d;
		font-size: 81%;
		}
#munit .info2 ul li{
		background-image: url('../image/info_kali_shozoku.gif');
		background-repeat: no-repeat;
		padding: 0 0 0 20px;
		margin: 0 0 3px 0;
		}
#munit .info2 .ka_list ul{
		_height: 30px;
		}
#munit .info2 .ka_list li{
		width: 45%;
		float: left;
		}

#munit .list ul{
		list-style-type: disc;
		padding-left: 20px;
		}
#munit .list ul li{
		padding-left: 0;
		background: none;
		}



.ienon	{
		_display: none;
		}





/*ライフイベント*/
#lifeevent{
		min-height: 190px;
		_height: 190px;
		}
#lifeevent h2,
#menuinfo h2{
		background-image: url('../image/h2_le_simin.gif');
		background-repeat: no-repeat;
		font-size: 100%;
		height: 30px;
		_height: 40px;
		padding: 10px 10px 0px 40px;
		}

#lifeevent ul{
		list-style: none;
		margin: 0;
		padding: 0;
		}
#lifeevent ul li{
		display: inline;
		float: left;
		padding-left: 5px;
		}
#lifeevent ul li a{
		display: block;
		width: 85px;
		float: left;
		text-align: center;
		background-image: url('../image/le_bo_simin.gif');
		background-repeat: no-repeat;
		padding-top: 80px;
		}

#lifeevent ul .le01 a{
		background-position: 0 0;
		}
#lifeevent ul .le01 a:hover{
		background-position: 0 -200px;
		}

#lifeevent ul .le02 a{
		background-position: -85px 0;
		}
#lifeevent ul .le02 a:hover{
		background-position: -85px -200px;
		}

#lifeevent ul .le03 a{
		background-position: -170px 0;
		}
#lifeevent ul .le03 a:hover{
		background-position: -170px -200px;
		}

#lifeevent ul .le04 a{
		background-position: -255px 0;
		}
#lifeevent ul .le04 a:hover{
		background-position: -255px -200px;
		}

#lifeevent ul .le05 a{
		background-position: -340px 0;
		}
#lifeevent ul .le05 a:hover{
		background-position: -340px -200px;
		}

#lifeevent ul .le06 a{
		background-position: -425px 0;
		}
#lifeevent ul .le06 a:hover{
		background-position: -425px -200px;
		}

#lifeevent ul .le07 a{
		background-position: -510px 0;
		}
#lifeevent ul .le07 a:hover{
		background-position: -510px -200px;
		}

#lifeevent ul .le08 a{
		background-position: -595px 0;
		}
#lifeevent ul .le08 a:hover{
		background-position: -595px -200px;
		}

#lifeevent ul .le09 a{
		background-position: -680px 0;
		}
#lifeevent ul .le09 a:hover{
		background-position: -680px -200px;
		}



/*メニューご案内*/

#menuinfo{
		clear: both;
		border-top: 1px dotted #8d8d8d;
		padding-top: 15px;
		}
#menuinfo h2{
		background-image: url('../image/h2_minfo_simin.gif');
		}
#menuinfo dl{
		width: 260px;
		float: left;
		margin-right: 12px;
		background-image: url('../image/minfo_dl_simin.gif');
		background-repeat: no-repeat;
		font-size: 81%;
		}
#menuinfo dt{
		border-bottom: 1px dotted #8d8d8d;
		margin: 0 8px 8px 18px;
		padding: 12px 0 5px 0;
		}
#menuinfo dt a{
		display: block;
		background-image: url('../image/minfo_dt_simin.gif');
		background-repeat: no-repeat;
		background-position: right center;
		color: #f08200;
		}
#menuinfo dd{
		background-image: url('../image/minfo_dd.gif');
		background-repeat: no-repeat;
		background-position: left bottom;
		margin: 0;
		padding: 0px 8px 0px 18px;
		min-height: 50px;
		_height: 50px;
		}


/*バナー*/
#bana	{
		clear: both;
		border-top: 1px dotted #8d8d8d;
		padding-top: 15px;
		}
#bana ul{
		list-style: none;
		margin: 0;
		}
#bana ul li{
		display: inline;
		float: left;
		padding-right: 13px;
		}
#bana ul .padding0{
		padding: 0;
		}







/*------------------------------------------------*
色設定*/

/*----top----*/

.top #gmenu{
		background-position: 0 0;
		}

.top #kensaku{
		background-position: 0 0;
		}

.top #lunit .kinkyu dt,
.top #menu p{
		border-left-color: #54C3F1;
		}

.top #lunit .kinkyu dt span{
		background-image: url('../image/mico_top_00.gif');
		}
.top #menu #m01 a{
		background-image: url('../image/mico_top_01.gif');
		}
.top #menu #m02 a{
		background-image: url('../image/mico_top_02.gif');
		}
.top #menu #m03 a{
		background-image: url('../image/mico_top_03.gif');
		}
.top #menu #m04 a{
		background-image: url('../image/mico_top_04.gif');
		}
.top #menu #m05 a{
		background-image: url('../image/mico_top_05.gif');
		}
.top #menu #m06 a{
		background-image: url('../image/mico_top_06.gif');
		}
.top #menu #m07 a{
		background-image: url('../image/mico_top_07.gif');
		}
.top #lunit #menu ul li{
		background-image: url('../image/menu_li_top.gif');
		}

.top #lunit h4,
.top #runit h4{
		background-image: url('../image/h4_top.gif');
		background-color: #1B41FF;
		}


.top #munit .info{
		width: 557px;
		background-image: url('../image/waku_557.gif');
		}
.top #munit .info h2{
		width: 432px;
		_width: 447px;
		background-image: url('../image/h2_top.gif');
		color: #2A5782;
		background-color: #8fd3f5;
		}
.top #munit .info h3{
		width: 432px;
		_width: 557px;
		height: 26px;
		background-image: url('../image/h2_top.gif');
		color: #2A5782;
		background-color: #8fd3f5;
		}

.top #munit .info .ichiran{
		background-image: url('../image/ichiran_top.gif');
		}
.top #munit #topics{
		clear: none;
		width: 240px;
		float: right;
		background-image: url('../image/waku_240.gif');
		}
.top #munit #topics h2{
		width: 115px;
		_width: 130px;
		}

.top #munit .info ul li{
		background-image: url('../image/info_li_top.gif');
		}




/*----simin----*/

.simin #gmenu{
		background-position: 0 -35px;
		}

.simin #kensaku{
		background-position: 0 -100px;
		}

.simin h1{
		background-image: url('../image/h1_simin.gif');
		border-top-color: #F08200;
		}

.simin #lunit .kinkyu dt,
.simin #menu p{
		border-left-color: #F08200;
		}

.simin #lunit .kinkyu dt span{
		background-image: url('../image/mico_simin_00.gif');
		}
.simin #menu #m01 a{
		background-image: url('../image/mico_simin_01.gif');
		}
.simin #menu #m02 a{
		background-image: url('../image/mico_simin_02.gif');
		}
.simin #menu #m03 a{
		background-image: url('../image/mico_simin_03.gif');
		}
.simin #menu #m04 a{
		background-image: url('../image/mico_simin_04.gif');
		}
.simin #menu #m05 a{
		background-image: url('../image/mico_simin_05.gif');
		}
.simin #menu #m06 a{
		background-image: url('../image/mico_simin_06.gif');
		}
.simin #menu #m07 a{
		background-image: url('../image/mico_simin_07.gif');
		}
.simin #lunit #menu ul li,
.simin #lunit #submenu ul li{
		background-image: url('../image/menu_li_simin.gif');
		}

.simin #lunit h4{
		background-image: url('../image/h4_simin.gif');
		background-color: #ff4200;
		}


/*----jigyo----*/

.jigyo #gmenu{
		background-position: 0 -70px;
		}

.jigyo #kensaku{
		background-position: 0 -200px;
		}

.jigyo h1{
		background-image: url('../image/h1_jigyo.gif');
		border-top-color: #46B035;
		}

.jigyo #lunit .kinkyu dt,
.jigyo #menu p{
		border-left-color: #46B035;
		}

.jigyo #lunit .kinkyu dt span{
		background-image: url('../image/mico_jigyo_00.gif');
		}
.jigyo #menu #m01 a{
		background-image: url('../image/mico_jigyo_01.gif');
		}
.jigyo #menu #m02 a{
		background-image: url('../image/mico_jigyo_02.gif');
		}
.jigyo #menu #m03 a{
		background-image: url('../image/mico_jigyo_03.gif');
		}
.jigyo #menu #m04 a{
		background-image: url('../image/mico_jigyo_04.gif');
		}
.jigyo #menu #m05 a{
		background-image: url('../image/mico_jigyo_05.gif');
		}
.jigyo #menu #m06 a{
		background-image: url('../image/mico_jigyo_06.gif');
		}
.jigyo #menu #m07 a{
		background-image: url('../image/mico_jigyo_07.gif');
		}
.jigyo #lunit #menu ul li,
.jigyo #lunit #submenu ul li{
		background-image: url('../image/menu_li_jigyo.gif');
		}

.jigyo #lunit h4{
		background-image: url('../image/h4_jigyo.gif');
		background-color: #006200;
		}


.jigyo #imgunit #gyosei h2{
		background-image: url('../image/h2_jigyo_220.gif');
		background-color: #9BCB6C;
		color: #003300;
		}

.jigyo #munit .info h2{
		background-image: url('../image/h2_jigyo.gif');
		background-color: #9BCB6C;
		color: #003300;
		}
.jigyo #munit .info .ichiran{
		background-image: url('../image/ichiran_jigyo.gif');
		}

.jigyo #munit .info ul li{
		background-image: url('../image/info_li_jigyo.gif');
		}


.jigyo #menuinfo dl{
		background-image: url('../image/minfo_dl_jigyo.gif');
		}
.jigyo #menuinfo dt a{
		background-image: url('../image/minfo_dt_jigyo.gif');
		background-position: right center;
		color: #46b035;
		}

.jigyo #menuinfo h2{
		background-image: url('../image/h2_minfo_jigyo.gif');
		}


/*----shozoku----*/

.shozoku #gmenu{
		background-position: 0 -105px;
		}

.shozoku #kensaku{
		background-position: 0 -300px;
		}

.shozoku #lunit .komoku{
		background-image: url('../image/h1_shozoku.gif');
		border-top-color: #EB6EA5;
		}

.shozoku #lunit .kinkyu dt,
.shozoku #menu p{
		border-left-color: #EB6EA5;
		}

.shozoku #lunit #menu ul li,
.shozoku #lunit #submenu ul li{
		background-image: url('../image/menu_li_shozoku.gif');
		}

.shozoku #lunit h4{
		background-image: url('../image/h4_shozoku.gif');
		background-color: #FF008B;
		}

.shozoku #ptitle h1{
		background-image: url('../image/h2_ptitle_shozoku.gif');
		color: #eb6ea5;
		}


.shozoku #munit .info h2{
		background-image: url('../image/h2_shozoku.gif');
		background-color: #F9D3E3;
		color: #E8446C;
		}
.shozoku #munit .info .ichiran{
		background-image: url('../image/ichiran_shozoku.gif');
		}

.shozoku #munit .info ul li{
		background-image: url('../image/info_li_shozoku.gif');
		}

.shozoku #mess h3{
		color: #E8446C;
		}

/*------------------------------------------------*
いしだけ動物園*/



/*ishi_menu*/
.ishidake #ishi_menu{
		background-image: url('../image/ishi_menu_bg.gif');
		background-repeat: repeat-x;
		background-color: #F39B37;
		padding: 15px 0 0 2px;
		min-height: 125px;
		_height: 130px;
		margin-bottom: 20px;
		}
.ishidake #ishi_menu ul{
		list-style: none;
		margin: 0;
		padding: 0;
		}
.ishidake #ishi_menu ul li{
		display: inline;
		}
.ishidake #ishi_menu ul li a{
		display: block;
		float: left;
		width: 165px;
		_width: 220px;
		height: 37px;
		_height: 50px;
		padding: 13px 0 0 55px;
		background-color: #B6723A;
		border-top: 3px solid #966C30;
		border-left: 3px solid #966C30;
		margin-left: 8px;
		margin-bottom: 8px;
		background-image: url('../image/im_01.gif');
		background-repeat: no-repeat;
		color: #ffffff;
		font-weight: bold;
		}
.ishidake #ishi_menu ul li a:hover{
		color: #FFE328;
		background-image: url('../image/im_01o.gif');
		}

.ishidake #ishi_menu ul .im02 a{
		background-image: url('../image/im_02.gif');
		}
.ishidake #ishi_menu ul .im03 a{
		background-image: url('../image/im_03.gif');
		}
.ishidake #ishi_menu ul .im04 a{
		background-image: url('../image/im_04.gif');
		}
.ishidake #ishi_menu ul .im05 a{
		background-image: url('../image/im_05.gif');
		}
.ishidake #ishi_menu ul .im06 a{
		background-image: url('../image/im_06.gif');
		}
.ishidake #ishi_menu ul .im07 a{
		background-image: url('../image/im_07.gif');
		}
.ishidake #ishi_menu ul .im08 a{
		background-image: url('../image/im_08.gif');
		}

.ishidake #ishi_menu ul .im02 a:hover{
		background-image: url('../image/im_02o.gif');
		}
.ishidake #ishi_menu ul .im03 a:hover{
		background-image: url('../image/im_03o.gif');
		}
.ishidake #ishi_menu ul .im04 a:hover{
		background-image: url('../image/im_04o.gif');
		}
.ishidake #ishi_menu ul .im05 a:hover{
		background-image: url('../image/im_05o.gif');
		}
.ishidake #ishi_menu ul .im06 a:hover{
		background-image: url('../image/im_06o.gif');
		}
.ishidake #ishi_menu ul .im07 a:hover{
		background-image: url('../image/im_07o.gif');
		}
.ishidake #ishi_menu ul .im08 a:hover{
		background-image: url('../image/im_08o.gif');
		}




.ishidake #contents{
		border: none;
		}

.ishidake #contents h1{
		clear: both;
		color: #007800;
		background-image: url('../image/h1_ishi.gif');
		background-repeat: no-repeat;
		background-position: left bottom;
		border: none;
		padding: 7px 0 12px 50px;
		background-color: #ffffff;
		margin-bottom: 15px;
		}



.ishidake #contents #topics h2,
.ishidake #contents #whats h2,
.ishidake #contents #photo h2{
		clear: both;
		color: #007800;
		background-image: url('../image/h2_ishi_topi.gif');
		background-repeat: no-repeat;
		background-position: left bottom;
		border: none;
		padding: 7px 0 12px 50px;
		background-color: #ffffff;
		margin-bottom: 15px;
		}

.ishidake #contents #topics ul,
.ishidake #contents #whats ul{
		list-style: none;
		margin: 0;
		padding: 0;
		font-size: 81%;
		margin-bottom: 15px;
		margin-left: 10px;
		}

.ishidake #contents #topics ul li a,
.ishidake #contents #whats ul li a{
		padding-left: 20px;
		background-image: url('../image/topi_li_ishi.gif');
		background-repeat: no-repeat;
		}

/*photo*/
.ishidake #contents #photo{
		margin-bottom: 15px;
		}
.ishidake .pdl{
		text-align: center;
		width: 183px;
		float: left;
		}
.ishidake .pdl .dl{
		background-image: url('../image/pdl_bo.gif');
		background-repeat: no-repeat;
		background-position: center top;
		}
.ishidake #contents .pdl .dl a{
		color: #ffe328;
		font-weight: bold;
		}
.ishidake #contents .pdl .dl a:hover{
		color: #ffffff;
		}


.ishidake #contents h3{
		background-color: #007800;
		border-top: 3px solid #79C81D;
		color: #ffffff;
		font-size: 94%;
		padding: 5px 5px 5px 30px;
		background-image: url('../image/h3_ishi.gif');
		background-repeat: no-repeat;
		margin-bottom: 0;
		}


.ishidake #contents #ishi_mo{
		width: 250px;
		float: left;
		background-image: url('../image/ishi_mo_bg.gif');
		background-repeat: no-repeat;
		background-position: left bottom;
		margin-bottom: 15px;
		}
.ishidake #contents #ishi_mo .qr{
		width: 110px;
		float: right;
		}




.ishidake #contents #ishi_mo .in_line,,
.ishidake #contents #ishi_gaiyo .in_line{
		min-height: 50px;
		border-left: 1px solid #c2c2c2;
		border-right: 1px solid #c2c2c2;
		margin-bottom: 0;
		padding: 5px 5px 0 5px;
		}


.ishidake #contents #ishi_gaiyo{
		width: 650px;
		float: right;
		background-image: url('../image/ishi_gaiyo_bg.gif');
		background-repeat: no-repeat;
		background-position: left bottom;
		margin-bottom: 15px;
		}

.ishidake #contents #ishi_gaiyo table{
		font-size: 81%;
		}
.ishidake #contents #ishi_gaiyo table,
.ishidake #contents #ishi_gaiyo th,
.ishidake #contents #ishi_gaiyo td{
		border-color: #ffffff;
		}
.ishidake #contents #ishi_gaiyo th,
.ishidake #contents #ishi_gaiyo td{
		padding-right: 10px;
		}
.ishidake #contents #ishi_gaiyo th{
		font-weight: normal;
		padding-left: 20px;
		text-align: left;
		background-image: url('../image/ishi_gaiyo_th.gif');
		background-repeat: no-repeat;
		}

/**/
.ishidake #contents .index{
		width: 500px;
		float: left;
		}
.ishidake #contents .index ul{
		list-style: none;
		margin: 20px;
		font-size: 87%;
		margin-bottom: 3em;
		}
.ishidake #contents .index ul li{
		margin-bottom: 1.5em;
		}
.ishidake #contents .index ul li a{
		background-image: url('../image/ishi_index_li.gif');
		background-repeat: no-repeat;
		padding-left: 25px;
		font-weight: bold;
		font-size: 120%;
		}

.ishidake #contents .index .contlist li a{
		background-image: url('../image/ishi_index_cont.gif');
		}





/**/
.ishidake #contents .gazou{
		width: 300px;
		float: right;
		}













/*動植物園お問い合わせ*/

.ishidake #otoiawase h3{
		color: #2a5782;
		}
.ishidake #otoiawase ul .tel{
		background-image: url('../image/ishi_tel_ico.gif');
		}
.ishidake #otoiawase ul .fax{
		background-image: url('../image/ishi_fax_ico.gif');
		}

.ishidake #otoiawase .toi_bo a{
		background-image: url('../image/ishi_toi_bo.gif');
		color: #ffe328;
		}

/*動植物園アンケート*/
.ishidake #research h3{
		background-color: #79C81D;
		color: #ffffff;
		}



/*------------------------------------------------*
下ユニット*/

#uunit	{
		clear: both;
		}

#uunit ul{
		list-style: none;
		font-size: 81%;
		padding: 10px 0px 10px 140px;
		_padding: 5px 0px 10px 140px;
		border-top: 1px solid #8d8d8d;
		border-bottom: 1px solid #8d8d8d;
		margin: 0 0 15px 0;
		}
#uunit ul li{
		border-left: 1px solid #8d8d8d;
		display: inline;
		padding: 0 1.5em 0 1.5em;
		}
#uunit ul .noborder{
		border: none;
		}


#uunit address,
#uunit #annai,
#uunit #copy{
		float: left;
		font-size: 81%;
		}

#uunit address{
		width: 230px;
		padding-left: 10px;
		}
#uunit #annai{
		width: 360px;
		}

#uunit #copy{
		width: 330px;
		}


/*動植物園下ユニット*/

#ishi_fmenu{
		font-size: 81%;
		text-align: center;
		background-image: url('../image/ishi_fmenu_bg.gif');
		background-repeat: no-repeat;
		background-position: left bottom;
		padding: 40px 0 45px 0;
		}




#ishi_uunit{
		background-color: #79C81D;
		max-height: 80px;
		_height: 80px;
		padding: 10px 10px 0 10px;
		}
#ishi_uunit address{
		width: 400px;
		float: left;
		font-size: 94%;
		}
#ishi_uunit .flash_p{
		width: 400px;
		float: right;
		font-size: 94%;
		text-align: right;
		}

#copy	{
		text-align: center;
		background-color: #007800;
		color: #ffffff;
		padding: 5px;
		font-size: 81%;
		margin-bottom: 0;
		}




