
/*------------------------------------------------*
	[ 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/shimanose/bg.gif');
		background-repeat: repeat-y;
		background-position: center top;
		text-align: center;
		}


/*幅設定*/
#wrap	{
		width: 940px;
		margin: 0 auto;
		text-align: left;
		background-image: url('../../image/shimanose/wrap_bg.gif');
		background-repeat: no-repeat;
		background-position: center top;
		}


/*トップメニュー*/
#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: 110px;
		background-image: url('../../image/shimanose/title.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/shimanose/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/shimanose/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: 100px;
		background-image: url('../../image/shimanose/kensaku_bg.gif');
		background-repeat: no-repeat;
		margin-bottom: 10px;
		}

#kensaku form{
		padding: 35px 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,
#lunit .komoku{
		background-image: url('../../image/shimanose/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	{
		background-image: url('../../image/shimanose/lunit_bg.gif');
		background-repeat: repeat-y;
		background-position: right top;
		}

#lunit .kinkyu dt,
#menu p	{
		background-image: url('../../image/shimanose/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 #m02,
#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: 0 10px 3px 10px;
		margin: 0;
		}

#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/shimanose/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/shimanose/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/shimanose/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/shimanose/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: 730px;
		margin-bottom: 15px;
		}
#imgunit #photo{
		width: 495px;
		float: left;
		margin-bottom: 15px;
		}

#imgunit #gyosei{
		width: 220px;
		float: right;
		margin-bottom: 15px;
		background-image: url('../../image/shimanose/waku_220.gif');
		background-repeat: no-repeat;
		background-position: left bottom;
		}

#imgunit #gyosei h2{
		font-size: 100%;
		background-image: url('../../image/shimanose/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/shimanose/h2.gif');
		background-repeat: no-repeat;
		}

#contents .info_ico,
#contents .link_ico,
#contents .data_ico{
		background-image: url('../../image/shimanose/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/shimanose/info_ico.gif');
		}
#contents .link_ico ul li{
		background-image: url('../../image/shimanose/link_ico.gif');
		}
#contents .data_ico ul li{
		background-image: url('../../image/shimanose/data_ico.gif');
		}

#contents dl{
		padding: 10px;
		margin-bottom: 15px;
		}

#contents dl dt{
		font-size: 112%;
		display: inline;
		margin-bottom: 5px;
		}

#contents dl dt a{
		padding-left: 20px;
		background-image: url('../../image/shimanose/kekka_dt.gif');
		background-repeat: no-repeat;
		color: #54c3f1;
		}

#contents dl dd{
		margin-left: 1.2em;
		}
#contents 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/shimanose/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/shimanose/tel_ico.gif');
		}
#otoiawase ul .fax{
		background-image: url('../../image/shimanose/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/shimanose/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/shimanose/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/shimanose/waku_730.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/shimanose/waku_647.gif');
		}

#munit .info h2{
		width: 605px;
		_width: 620px;
		min-height: 21px;
		_height: 26px;
		float: left;
		font-size: 100%;
		background-image: url('../../image/shimanose/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/shimanose/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/shimanose/info_li_simin.gif');
		background-repeat: no-repeat;
		padding-left: 16px;
		margin-bottom: 3px;
		}


#munit .pc{
		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/shimanose/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/shimanose/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{
		background-image: url('../../image/shimanose/h2_le_simin.gif');
		background-repeat: no-repeat;
		font-size: 100%;
		height: 30px;
		_height: 40px;
		padding: 10px 10px 0px 40px;
		margin: 0;
		}

#lifeevent ul{
		list-style: none;
		margin: 0;
		padding: 0;
		border-left: 1px solid #c2c2c2;
		border-right: 1px solid #c2c2c2;
		_height: 80px;
		min-height: 80px;
		}
#lifeevent ul li{
		display: inline;
		float: left;
		padding-left: 1px;
		}
#lifeevent ul li a{
		display: block;
		width: 79px;
		float: left;
		text-align: center;
		background-image: url('../../image/shimanose/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 .miblock{
		width: 358px;
		margin-right: 10px;
		float: left;
		background-image: url('../../image/shimanose/waku_358.gif');
		background-repeat: no-repeat;
		background-position: left bottom;
		margin-bottom: 15px;
		}
#menuinfo .miblock div{
		padding: 5px;
		background-image: url('../../image/shimanose/waku_top_358.gif');
		background-repeat: no-repeat;
		margin-bottom: 5px;
		}
#menuinfo .miblock dl{
		border-left: 5px solid #f08200;
		padding-left: 5px;
		margin: 0;
		}
#menuinfo .miblock dt{
		font-size: 81%;
		padding: 5px 0 2px 5px;
		background-image: url('../../image/shimanose/minfo_dt_simin.gif');
		background-repeat: no-repeat;
		background-position: right center;
		}
#menuinfo .miblock dt a{
		color: #f08200;
		}
#menuinfo .miblock dd{
		border-top: 1px dotted #c2c2c2;
		margin-left: 0;
		font-size: 81%;
		padding: 5px 0 2px 5px;
		}




/*バナー*/
#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: 14px;
		}
#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/shimanose/mico_top_00.gif');
		}
.top #menu #m01 a{
		background-image: url('../../image/shimanose/mico_top_01.gif');
		}
.top #menu #m02 a{
		background-image: url('../../image/shimanose/mico_top_02.gif');
		}
.top #menu #m03 a{
		background-image: url('../../image/shimanose/mico_top_03.gif');
		}
.top #menu #m04 a{
		background-image: url('../../image/shimanose/mico_top_04.gif');
		}
.top #menu #m05 a{
		background-image: url('../../image/shimanose/mico_top_05.gif');
		}
.top #menu #m06 a{
		background-image: url('../../image/shimanose/mico_top_06.gif');
		}
.top #menu #m07 a{
		background-image: url('../../image/shimanose/mico_top_07.gif');
		}
.top #lunit #menu ul li{
		background-image: url('../../image/shimanose/menu_li_top.gif');
		}

.top #lunit h4,
.top #runit h4{
		background-image: url('../../image/shimanose/h4_top.gif');
		background-color: #1B41FF;
		}


.top #munit .info{
		width: 557px;
		background-image: url('../../image/shimanose/waku_557.gif');
		}
.top #munit .info h2{
		width: 432px;
		_width: 447px;
		background-image: url('../../image/shimanose/h2_top.gif');
		color: #2A5782;
		background-color: #8fd3f5;
		}

.top #munit .info .ichiran{
		background-image: url('../../image/shimanose/ichiran_top.gif');
		}
.top #munit #topics{
		clear: none;
		width: 240px;
		float: right;
		background-image: url('../../image/shimanose/waku_240.gif');
		}
.top #munit #topics h2{
		width: 115px;
		_width: 130px;
		}

.top #munit .info ul li{
		background-image: url('../../image/shimanose/info_li_top.gif');
		}




/*----simin----*/

.simin #gmenu{
		background-position: 0 -35px;
		}

.simin #kensaku{
		background-position: 0 -100px;
		}

.simin h1{
		background-image: url('../../image/shimanose/h1_simin.gif');
		border-top-color: #F08200;
		}

.simin #ptitle h1{
		background-image: url('../../image/shimanose/h2_ptitle_simin.gif');
		color: #f08200;
		}

.simin #lunit .komoku{
		background-image: url('../../image/shimanose/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/shimanose/mico_simin_00.gif');
		}
.simin #menu #m01 a{
		background-image: url('../../image/shimanose/mico_simin_01.gif');
		}
.simin #menu #m02 a{
		background-image: url('../../image/shimanose/mico_simin_02.gif');
		}
.simin #menu #m03 a{
		background-image: url('../../image/shimanose/mico_simin_03.gif');
		}
.simin #menu #m04 a{
		background-image: url('../../image/shimanose/mico_simin_04.gif');
		}
.simin #menu #m05 a{
		background-image: url('../../image/shimanose/mico_simin_05.gif');
		}
.simin #menu #m06 a{
		background-image: url('../../image/shimanose/mico_simin_06.gif');
		}
.simin #menu #m07 a{
		background-image: url('../../image/shimanose/mico_simin_07.gif');
		}
.simin #lunit #menu ul li,
.simin #lunit #submenu ul li{
		background-image: url('../../image/shimanose/menu_li_simin.gif');
		}

.simin #munit .pc{
		background-image: url('../../image/shimanose/h3_pc_simin.gif');
		}

.simin #lunit h4{
		background-image: url('../../image/shimanose/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/shimanose/h1_jigyo.gif');
		border-top-color: #46B035;
		}

.jigyo #ptitle h1{
		background-image: url('../../image/shimanose/h2_ptitle_jigyo.gif');
		color: #46b035;
		}

.jigyo #lunit .kinkyu dt,
.jigyo #menu p{
		border-left-color: #46B035;
		}

.jigyo #lunit .kinkyu dt span{
		background-image: url('../../image/shimanose/mico_jigyo_00.gif');
		}
.jigyo #menu #m01 a{
		background-image: url('../../image/shimanose/mico_jigyo_01.gif');
		}
.jigyo #menu #m02 a{
		background-image: url('../../image/shimanose/mico_jigyo_02.gif');
		}
.jigyo #menu #m03 a{
		background-image: url('../../image/shimanose/mico_jigyo_03.gif');
		}
.jigyo #menu #m04 a{
		background-image: url('../../image/shimanose/mico_jigyo_04.gif');
		}
.jigyo #menu #m05 a{
		background-image: url('../../image/shimanose/mico_jigyo_05.gif');
		}
.jigyo #menu #m06 a{
		background-image: url('../../image/shimanose/mico_jigyo_06.gif');
		}
.jigyo #menu #m07 a{
		background-image: url('../../image/shimanose/mico_jigyo_07.gif');
		}
.jigyo #lunit #menu ul li,
.jigyo #lunit #submenu ul li{
		background-image: url('../../image/shimanose/menu_li_jigyo.gif');
		}

.jigyo #lunit h4{
		background-image: url('../../image/shimanose/h4_jigyo.gif');
		background-color: #006200;
		}


.jigyo #imgunit #gyosei h2{
		background-image: url('../../image/shimanose/h2_jigyo_220.gif');
		background-color: #9BCB6C;
		color: #003300;
		}

.jigyo #munit .info h2{
		background-image: url('../../image/shimanose/h2_jigyo.gif');
		background-color: #9BCB6C;
		color: #003300;
		}
.jigyo #munit .info .ichiran{
		background-image: url('../../image/shimanose/ichiran_jigyo.gif');
		}

.jigyo #munit .info ul li{
		background-image: url('../../image/shimanose/info_li_jigyo.gif');
		}

.jigyo #munit .pc{
		background-image: url('../../image/shimanose/h3_pc_jigyo.gif');
		}

.jigyo #menuinfo .miblock dl{
		border-color: #46b035;
		}
.jigyo #menuinfo .miblock dt a{
		color: #46b035;
		}

.jigyo #menuinfo .miblock dt{
		background-image: url('../../image/shimanose/minfo_dt_jigyo.gif');
		}

.jigyo #lunit .komoku{
		background-image: url('../../image/shimanose/h1_jigyo.gif');
		border-top-color: #46b035;
		}


/*----shozoku----*/

.shozoku #gmenu{
		background-position: 0 -105px;
		}

.shozoku #kensaku{
		background-position: 0 -300px;
		}

.shozoku #lunit .komoku{
		background-image: url('../../image/shimanose/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/shimanose/menu_li_shozoku.gif');
		}

.shozoku #lunit h4{
		background-image: url('../../image/shimanose/h4_shozoku.gif');
		background-color: #FF008B;
		}

.shozoku #ptitle h1{
		background-image: url('../../image/shimanose/h2_ptitle_shozoku.gif');
		color: #eb6ea5;
		}


.shozoku #munit .info h2{
		background-image: url('../../image/shimanose/h2_shozoku.gif');
		background-color: #F9D3E3;
		color: #E8446C;
		}
.shozoku #munit .info .ichiran{
		background-image: url('../../image/shimanose/ichiran_shozoku.gif');
		}

.shozoku #munit .info ul li{
		background-image: url('../../image/shimanose/info_li_shozoku.gif');
		}

.shozoku #mess h3{
		color: #E8446C;
		}

.shozoku #munit .pc{
		background-image: url('../../image/shimanose/h3_pc_shozoku.gif');
		}


/*----miryoku----*/

.miryoku #gmenu{
		background-position: 0 -140px;
		}

.miryoku #kensaku{
		background-position: 0 -400px;
		}

.miryoku #lunit .komoku,
.miryoku #lunit h1{
		background-image: url('../../image/shimanose/h1_miryoku.gif');
		border-top-color: #B18ABD;
		margin-bottom: 0;
		}

.miryoku #lunit .kinkyu dt,
.miryoku #menu p{
		border-left-color: #B18ABD;
		}

.miryoku #lunit #menu ul li,
.miryoku #lunit #submenu ul li{
		background-image: url('../../image/shimanose/menu_li_miryoku.gif');
		}
.miryoku #lunit h4{
		margin-bottom: 0;
		}
		
.miryoku #lunit #ktai h4{
		margin-bottom: 10px;
		}
		
.miryoku #lunit h4{
		background-image: url('../../image/shimanose/h4_miryoku.gif');
		background-color: #913898;
		}

.miryoku #munit .info h2{
		background-image: url('../../image/shimanose/h2_miryoku.gif');
		background-color: #C6ADD2;
		color: #7E3C92;
		width: 715px;
		_width: 730px;
		}

.miryoku #munit .info ul li{
		background-image: url('../../image/shimanose/info_li_miryoku.gif');
		}

.miryoku #menu .a_map{
		border: none;
		background: none;
		padding: 0;
		margin: 0;
		}
.miryoku #menu .a_map a{
		margin: 0;
		padding: 0;
		display: block;
		height: 190px;
		text-indent: -5555em;
		background-image: url('../../image/shimanose/amap.gif');
		background-repeat: no-repeat;
		}
.miryoku #menu .a_map a:hover{
		background-position: right top;
		}

#flashmenu	{
		padding-bottom: 15px;
		border-bottom: 1px dotted #8d8d8d;
		margin-bottom: 15px;
		}

.miryoku #lunit #getfp{
		background-color: #efefef;
		font-size: 81%;
		padding: 10px;
		border-top: 1px solid #c2c2c2;
		border-bottom: 1px solid #c2c2c2;
		}
.miryoku #lunit #getfp a{
		display: block;
		height: 32px;
		background-image: url('../../image/shimanose/getfp.gif');
		background-repeat: no-repeat;
		background-position: center top;
		text-indent: -5555em;
		}

.miryoku #munit .pc{
		background-image: url('../../image/shimanose/h3_pc_miryoku.gif');
		}

.miryoku #menuinfo .miblock dl{
		border-color: #b18abd;
		}
.miryoku #menuinfo .miblock dt a{
		color: #b18abd;
		}

.miryoku #menuinfo .miblock dt{
		background-image: url('../../image/shimanose/minfo_dt_miryoku.gif');
		}

/*------------------------------------------------*
下ユニット*/

#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;
		}



/*■■■■■SMSAC■■■■■*/

#sm_title{
		background-color: #FF8600;
		background-image: url('../../image/shimanose/smsac_sam_title.gif');
		background-repeat: no-repeat;
		color: #ffffff;
		height: 115px;
		}
#sm_title p,
#sm_title h1{
		margin: 0;
		padding: 90px 0 0 27px;
		font-weight: bold;
		font-size: 100%;
		}

#sm_gmenu{
		border-top: 2px solid #ffffff;
		background-color: #E6E6E6;
		background-image: url('../../image/shimanose/smsac_sam_gmenu_bg.gif');
		background-repeat: no-repeat;
		height: 76px;
		}
#sm_gmenu ul,
#sm_gmenu ul li{
		list-style: none;
		margin: 0;
		padding: 0;
		}
#sm_gmenu ul{
		padding: 0 4px 0 6px;
		}
#sm_gmenu ul li{
		width: 186px;
		height: 38px;
		float: left;
		}
#sm_gmenu ul li a{
		display: block;
		margin: 2px 0 0 0;
		padding: 8px 0 7px 20px;
		background-image: url('../../image/shimanose/smsac_sam_gmenu.gif');
		background-repeat: no-repeat;
		font-size: 90%;
		font-weight: bold;
		color: #666666;
		}


#smsac	{
		padding: 10px 20px  140px 20px;
		background-image: url('../../image/shimanose/smsac_bg.gif');
		background-repeat: no-repeat;
		background-position: left bottom;
		}

#smsac h1{
		background-color: #f08200;
		background-image: url('../../image/shimanose/smsac_h1.gif');
		background-repeat: no-repeat;
		font-size: 120%;
		height: 28px;
		_height: 36px;
		padding: 8px 10px 0 35px;
		margin: 0 0 15px 0;
		color: #ffffff;
		}



#smsac #sm_cont{
		width: 590px;
		float: left;
		margin-bottom: 20px;
		}
#smsac #sm_cont h1{
		background-image: url('../../image/shimanose/smsac_h1_590.gif');
		}
#smsac #sm_cont ul{
		list-style: none;
		margin: 0 0 15px 10px;
		padding: 0;
		}
#smsac #sm_cont li{
		background-image: url('../../image/shimanose/sm_cont_li.gif');
		background-repeat: no-repeat;
		background-position: left top;
		padding: 6px 0 0 30px;
		margin: 0 0 1em 0;
		}

#smsac #sm_cont .news h2,
#smsac #sm_cont .exhi h2{
		background-color: #FFA205;
		background-image: url('../../image/shimanose/smsac_h2.gif');
		background-repeat: no-repeat;
		color: #ffffff;
		font-size: 90%;
		margin-bottom: 0;
		padding: 7px 0 0 30px;
		height: 23px;
		_height: 30px;
		}
#smsac #sm_cont .news h2 span{
		position: relative;
		right: -340px;
		top: 0px;
		}
#smsac #sm_cont .news ul{
		margin: 0 0 15px 0;
		padding: 10px;
		list-style: none;
		border: 1px solid #c2c2c2;
		border-top: none;
		}
#smsac #sm_cont .news ul li{
		margin: 0 0 0.5em 0;
		padding: 3px 0 0 23px;
		font-size: 85%;
		letter-spacing: 1px;
		background-image: url('../../image/shimanose/smsac_news_li.gif');
		}


#smsac #sm_cont .exhi #exshi_area{
		margin: 0 0 15px 0;
		padding: 10px 10px 0 10px;
		list-style: none;
		border: 1px solid #c2c2c2;
		border-top: none;
		}

#smsac #sm_cont .exhi #exshi_area .kiji{
		clear: both;
		margin-bottom: 10px;
		margin-right: 10px;
		width: 390px;
		float: left;
		}
#smsac #sm_cont .exhi #exshi_area .kiji h3{
		border-bottom: 1px dotted #c2c2c2;
		font-size: 100%;
		padding: 0px 10px 5px 30px;
		background-image: url('../../image/shimanose/smsac_news_li.gif');
		background-repeat: no-repeat;
		}
#smsac #sm_cont .exhi #exshi_area .kiji p{
		font-size: 84%;
		}
#smsac #sm_cont .exhi #exshi_area .kiji .ex_img{
		float: right;
		width: 165px;
		}


#smsac #sm_right{
		width: 290px;
		background-color: #c2c2c2;
		float: right;
		padding: 2px;
		text-align: center;
		margin-bottom: 20px;
		}
#smsac #sm_right p{
		margin: 0;
		padding: 0;
		display: inline;
		}
#smsac #sm_right p img{
		margin: 0;
		padding: 0;
		border: 2px solid #c2c2c2;
		}

#smsac.top{
		background-image: none;
		padding-bottom: 0;
		}
#sm_schedule{
		clear: both;
		background-image: url('../../image/shimanose/smsac_sche_bg.gif');
		background-repeat: no-repeat;
		height: 500px;
		_height: 550px;
		padding: 50px 20px 0px 485px;
		}
#sm_schedule h2{
		background-color: #ffa205;
		background-image: url('../../image/shimanose/sche_h2.gif');
		background-repeat: no-repeat;
		color: #ffffff;
		padding: 6px 10px 0 30px;
		height: 24px;
		_height: 30px;
		margin-bottom: 20px;
		font-size: 100%;
		}
#sm_schedule ul{
		margin: 0;
		padding: 0;
		list-style: none;
		}
#sm_schedule ul li{
		border-bottom: 3px solid #c2c2c2;
		font-size: 85%;
		padding: 0;
		background-repeat: no-repeat;
		background-position: left bottom;
		margin-bottom: 20px;
		}
#sm_schedule ul li a{
		display: block;
		padding: 7px 0px 5px 120px;
		}
#sm_schedule ul .f5{
		background-image: url('../../image/shimanose/sche_f5.gif');
		}
#sm_schedule ul .f4{
		background-image: url('../../image/shimanose/sche_f4.gif');
		}
#sm_schedule ul .f3{
		background-image: url('../../image/shimanose/sche_f3.gif');
		}
#sm_schedule ul .f2{
		background-image: url('../../image/shimanose/sche_f2.gif');
		}
#sm_schedule ul .m2{
		background-image: url('../../image/shimanose/sche_m2.gif');
		}
#sm_schedule ul .f1{
		background-image: url('../../image/shimanose/sche_f1.gif');
		}
#sm_schedule .cal{
		text-align: right;
		}
#sm_schedule .cal a{
		display: inline-block;
		padding: 8px 0 8px 50px;
		background-image: url('../../image/shimanose/sche_cal.gif');
		background-repeat: no-repeat;
		}




#smsac #otoiawase h3{
		color: #f08200;
		}
#smsac #otoiawase .tel{
		background-image: url('../../image/shimanose/sm_tel.gif');
		}
#smsac #otoiawase .fax{
		background-image: url('../../image/shimanose/sm_fax.gif');
		}

#smsac #otoiawase .toi_bo a{
		width: 149px;
		height: 22px;
		background-image: url('../../image/shimanose/sm_toi_bo.gif');
		}


#smsac #research h3{
		background-color: #FFA205;
		color: #ffffff;
		}

#smsac #update{
		clear: both;
		background-color: #ffffff;
		border: none;
		}
#smsac #update .gotop{
		float: left;
		}
#smsac #update .gotop a{
		width: 150px;
		background-image: url('../../image/shimanose/sm_gotop.gif');
		background-position: left center;
		padding: 3px 0px 3px 30px;
		}


#banner	{
		background-color: #C8C8C8;
		padding: 0 0 20px 0;
		text-align: center;
		}
#banner p{
		margin: 0;
		padding: 0 10px 0 10px;
		display: inline;
		}






#sm_uunit{
		border-top: 5px solid #FFA205;
		background-color: #f08200;
		color: #ffffff;
		height: 40px;
		padding-top: 10px;
		}
#sm_uunit address{
		font-size: 80%;
		width: 500px;
		padding: 0 0 0 10px;
		float: left;
		}
#sm_uunit #copy{
		font-size: 80%;
		padding: 1.5em 10px 0 0;
		width: 350px;
		text-align: right;
		float: right;
		}






