@charset "utf-8";

/*PCでは非表示*/
.sp,
.tab{
	display: none;
}

/*フロートをクリアする*/
div{
	zoom: 1;/*for IE 5.5-7*/
	}  
div:after {/*for modern browser*/
	content: ".";
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#bg:after,
#bg_in:after{
content: none;
}

/*リンクの点線を非表示*/
a:focus{
	overflow:hidden;
} 

/*画像リンクにアルファ*/
a:hover img{
	filter: Alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*プレーンタグ設定*/
body{
	font-size: 90%;
}

h1{
	background-color: #61bc4d;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
h2{
	background-color: #e8f1fa;
	color: #4287d6;
	padding: 10px 15px;
	border-bottom: 1px dashed #4287d6;
	border-radius: 10px 10px 0 0;
	-webkit-borde-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}
h3{
	background-color: #f2faf1;
	color: #498d3a;
	border-left: 10px solid #61bc4d;
	padding: 5px 10px;
}
h4{
	color: #4287d6;
	border-left: 10px solid #4287d6;
	padding: 3px 10px;
}
h5{
	background-color: #f5f4f2;
	padding: 5px;
}
h6{
	color: #ed1c2a;
	padding: 5px;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.2em;
	clear: both;
}

address{
	font-style: normal;
}

table,
th,
td{
	line-height: 1.2em;
	word-wrap: break-word;
}
th{
	background-color: #f2faf1;
	word-wrap: break-word;
}
hr{
	border: 0;
	border-bottom: 1px dashed #cccccc;
	background: #ffffff;
	margin-bottom: 10px;
}

/*ページスタイル設定
※各レイアウトブロックごとに外側から(または上から)設定*/
#toolbar{
	border-bottom: 1px dotted #b3b3b3;
	padding: 7px 0 0 0;
	font-size: 90%;
}
#toolbar_in{
	width: 940px;
	margin: 0 auto;
}

.sellang{
	width: 180px;
	float: left;
}
.sellang p{
	margin: 0;
	width: 180px;
}
.sellang a{
	width: 180px;
	padding: 0 20px;
	text-align: center;
	border: 1px solid #61bc4d;
	border-bottom-width: 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
ul.useset,
ul.useset li,
ul.useset li ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
ul.useset{
	margin-top: 6px;
}
ul.useset li{
	display: inline;
	float: left;
	background-image: url("../all_img/org/li_01.png");
	background-repeat: no-repeat;
	background-position: 0 1px;
	margin-right: 10px;
	padding: 0 0 0 12px;
}

ul.useset li ul{
	float: right;
	list-style: none;
}
ul.useset li ul li{
	padding: 0;
	margin: -2px 0 0 2px;
	background: transparent;
}
ul.useset li ul li a{
	display: block;
	width: 3em;
	padding: 1px 0;
	text-align: center;
	border: 1px solid #61bc4d;
	border-bottom-width: 2px;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 1px;
	text-decoration: none;
}
#bg{
	padding-top: 10px;
	background-image: url("../all_img/org/bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
#bg_in{}

/*ヘッダー*/
#header{
	width: 940px;
	margin: 0 auto;
	background-image: url("../all_img/org/kyara.png");
	background-repeat: no-repeat;
	background-position: 790px 35px;
	
}
#header #siteid{
	width: 240px;
	margin-bottom: 20px;
	float: left;
}
#header #siteid h1,
#header #siteid p a{
	display: block;
	background-repeat: no-repeat;
	background-color: transparent;
	color: #555555;
	width: 240px;
	height: 80px;
	margin: 0;
	padding: 0;
	border: none;
	text-indent: -55555em;
}
#header #siteid p{
	margin: 0;
	padding: 0;
}
#header #hcontents{
	width: 300px;
	float: right;
	margin-bottom: 10px;
}


/*グローバルメニュー*/
.gmenu{
	margin-bottom: 20px;
	border-bottom: 5px solid #61bc4d;
}
.gmenu ul{
	width: 940px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.gmenu ul li{
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}
.gmenu ul li a{
	display: block;
	width: 187px;
	padding: 0;
	float: left;
	background-color: #f5f4f2;
	text-align: center;
	color: #4d4d4d;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px dashed #4d4d4d;
}
.gmenu ul li a span{
	display: block;
	padding: 8px 0 8px 15px;
	background-image: url("../all_img/org/gmenu_0.png");
	background-position: 15px 4px;
	background-repeat: no-repeat;
}
.gmenu ul li a span.m_1{
	background-image: url("../all_img/org/gmenu_1.png");
}
.gmenu ul li a span.m_2{
	background-image: url("../all_img/org/gmenu_2.png");
}
.gmenu ul li a span.m_3{
	background-image: url("../all_img/org/gmenu_3.png");
}
.gmenu ul li a span.m_4{
	background-image: url("../all_img/org/gmenu_4.png");
}
.gmenu ul li:first-child a{
	border: none;
	width: 188px;
}
.gmenu ul li a:hover,
.gmenu ul .sel a{
	color: #498d3a;
}

#wrap{
	background-image: url("../all_img/org/wrap.png");
	background-repeat: repeat-x;
}
#wrap_in{
	width: 940px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 0 20px 20px 20px;
}

/*パンくず*/
#pankuzu{
	margin-bottom: 20px;
}
#pankuzu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 80%;
}
#pankuzu ul li{
	margin: 0;
	padding: 0;
	display: inline;
	font-weight: bold;
	color: #dd0000;
}
#pankuzu ul li a{
	background-image: url('../all_img/org/pan.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	font-weight: normal;
}

/*unit_a*/
#unit_a{
	width: 700px;
	float: right;
}

.index{}
.indexgroup{
	margin-bottom: 20px;
}
.index h2{
	background: transparent;
	border: none;
	padding: 5px 5px 5px 30px;
	background-image: url("../all_img/org/li_04.png");
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border-bottom: 1px solid #4287d6;
	margin-bottom: 20px;
}
.index ul{
	margin: 0 0 20px 20px;
	padding: 0;
}
.index ul li{
	list-style: none;
	margin: 0;
	padding: 0 20px 10px 20px;
	width: 300px;
	float: left;
	background-image: url("../all_img/org/li_02.png");
	background-repeat: no-repeat;
	background-position: left 2px;
}

/*unit_b*/
#unit_b{
	width: 220px;
	float: left;
}

/*メニュー2*/
#unit_b .menu_2{
	border: 1px solid #61bc4d;
	padding: 4px;
	margin-bottom: 20px;
}
#unit_b .menu_2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#unit_b .menu_2 p,
#unit_b .menu_2 ul li{
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}
#unit_b .menu_2 p a,
#unit_b .menu_2 ul li a{
	display: block;
	width: 180px;
	padding: 8px 5px 8px 25px;
	border-top: 1px solid #cccccc;
	background-image: url('../all_img/org/li_02.png');
	background-repeat: no-repeat;
	background-position: 5px 10px;
}
#unit_b .menu_2 p a{
	border: none;
	background-color: #61bc4d;
	color: #fff;
}
#unit_b .menu_2 p a:hover{
	background-color: #4287d6;
}
#unit_b .menu_2 ul li a:hover,
#unit_b .menu_2 ul .sel a{
	background-color: #e8f1fa;
}

/*有料広告*/
#ad_banner{
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
#ad_banner p{
	display: inline;
}

#fix_banner {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#banner_close{
	position: absolute;
	padding: 1px 4px;
	border: 1px solid #ff6666;
	background-color:#ee3333;
	color: #ffffff;
	top: -10px;
	right: 0px;
	z-index: 9999;
	cursor: pointer;
}

/*フッター*/
#footer{
	clear: both;
	border-top: 5px solid #61bc4d;
	padding-top: 20px;
}
#footer_in{
	width: 940px;
	margin:0 auto;
}
#footer_in address{
	width: 400px;
	float: left;
}
#footer_in address strong{
	font-size: 120%;
}
#footer_in .banner_5{
	width: 540px;
	float: right;
}

#fmenu{
	clear: both;
	margin-bottom: 20px;
}
#fmenu ul,
#fmenu ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#fmenu ul li{
	display: inline;
	float: left;
	padding: 0 10px;
	border-right: 1px solid #aaaaaa;
}
#fmenu ul li:first-child{
	border-left: 1px solid #aaaaaa;
}

/*コピーライト*/
#copy{
	padding: 10px 0;
	background-color: #333;
	color: #fff;
	text-align: center;
	font-size: 80%;
}
#copy p{
	margin: 0;
	padding: 0;
}

/*トップページのみ*/
.toppage h2{
	font-size: 100% !important;
	padding: 10px;
}
.toppage #unit_a h2{
	background-image: url("../all_img/org/top_h2_01.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	border: none;
}
.toppage #unit_a ul,
.toppage #unit_a ul li{
	list-style: none !important;
	margin-left: 5px;
}
.toppage #unit_a ul li{
	background-image: url("../all_img/org/li_02.png");
	background-position: left 5px;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
}
.iza{
	border: 1px solid #de725f;
	border-radius: 5px 5px 0 0;
	-webkit-borde-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	margin-bottom: 10px;
	box-shadow: 0px 2px 1px rgba(0,0,0,0.3);
}

.toppage #unit_a .iza h2{
	background-color: #de725f;
	color: #fff;
	border-radius: 4px 4px 0 0;
	-webkit-borde-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	text-align: center;
	background-image: url('../all_img/org/iza_h2.gif');
	background-repeat: no-repeat;
	background-position:center top;
}
.iza ul li{
	background-image: url("../all_img/org/li_03.png") !important;
}

.lanking{
	border: 1px solid #61bc4d;
	border-radius: 5px 5px 0 0;
	-webkit-borde-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	margin-bottom: 10px;
	box-shadow: 0px 2px 1px rgba(0,0,0,0.3);
}

.toppage #unit_a .lanking h2{
	background-color: #61bc4d;
	color: #fff;
	border-radius: 4px 4px 0 0;
	-webkit-borde-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	text-align: center;
	background-image: url('../all_img/org/lanking_h2.gif');
	background-repeat: no-repeat;
	background-position:center top;
}

#slides{
	position: relative;
	height: 300px;
}
.slidesjs-previous,
.slidesjs-next{
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 137px;
	z-index: 15;
	background-repeat: no-repeat;
	text-indent: -55555em;
}
.slidesjs-previous{
	background-image: url('../all_img/org/slides_prev.png');
	left: 10px;
	z-index: 15;
}
.slidesjs-next{
	background-image: url('../all_img/org/slides_next.png');
	right: 10px;
	z-index: 15;
}
.slidesjs-play,
.slidesjs-stop,
.slidesjs-pagination{
	display: none;
}

.top_main{
	margin-bottom: 20px;
}

.toppage #unit_a{
	width: 220px;
	float: left;
}
.toppage #unit_b{
	width: 700px;
	float: right;
}
.toppage #unit_b_1{
	width: 460px;
	float: left;
}
.toppage #unit_b_2{
	width: 220px;
	float: right;
}

/*ニュース＆トピックス*/
#news_topics{
	margin-bottom: 20px;
}
#news_topics div{
	border: 1px solid #4287d6;
	border-top-width: 3px;
	padding: 4px;
}

#news_topics ul {
	list-style: none;
}


#news_topics div.tabs{
	border: none;
	padding: 0;
}
.tabs ul,
.tabs ul li{
	margin: 0;
	padding: 0;
}
.tabs ul li{
	list-style: none;
	display: inline;
	float: left;
}
.tabs ul li a{
	display: block;
	width: 152px;
	float: left;
	background-color: #4287d6;
	color: #fff;
	text-align: center;
	margin-left: 1px;
	padding: 8px 0;
	border-radius: 5px 5px 0 0;
	-webkit-borde-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
.tabs ul li a.tab2{
	background-color: #dec368;
}
.tabs ul li a.tab3{
	background-color: #61bc4d;
}
#news_topics #tab2{
	border-color: #dec368;
}
#news_topics #tab3{
	border-color: #61bc4d;
}
#news_topics h2{
	display: none;
}
#news_topics dl{}
#news_topics dl dt{
	margin: 5px 0 0 0;
	padding: 5px 0 0 45px;
	border-top: 1px dotted #cccccc;
	background-image: url('../all_img/org/news_dt.gif');
	background-repeat: no-repeat;
	background-position: left 7px;
}
#news_topics dl dt:first-child{
	border: none;
}
#news_topics dl .new{
	background-image: url('../all_img/org/new.gif');
}
#news_topics dl dd{
	margin: 0;
	padding: 0 0 0 50px;
}
.news_topics_1,
.news_topics_2,
.news_topics_3{
	height: 240px;
	position: relative;
}

.news_topics_1 dl,
.news_topics_2 dl,
.news_topics_3 dl{
	height: 200px;
	overflow: auto;
}

.news_topics_1 ul,
.news_topics_2 ul,
.news_topics_3 ul{
	height: 200px;
	overflow: auto;
    margin-left: 0;
}


#news_topics .news_topics_1 ul li,
#news_topics .news_topics_2 ul li,
#news_topics .news_topics_3 ul li{
	margin: 5px 0 0 0;
	padding: 5px 0 0 45px;
	border-top: 1px dotted #cccccc;
	background-image: url('../all_img/org/news_dt.gif');
	background-repeat: no-repeat;
	background-position: left 7px;
    font-weight: bold;
}
#news_topics .news_topics_1 ul li:first-child,
#news_topics .news_topics_2 ul li:first-child,
#news_topics .news_topics_3 ul li:first-child{
	border: none;
}
#news_topics .news_topics_1 ul li.new,
#news_topics .news_topics_2 ul li.new,
#news_topics .news_topics_3 ul li.new{
	background-image: url('../all_img/org/new.gif');
}



.news_topics_1 .disp_list a,
.news_topics_2 .disp_list a,
.news_topics_3 .disp_list a{
	display:block;
	position: absolute;
	width: 140px;
	height: 20px;
	top: 215px;
	right: 5px;
	color: #ffffff;
	padding: 3px; 
	text-align: center;
	border-radius: 5px;
	-webkit-borde-radius: 5px;
	-moz-border-radius: 5px;
}

.news_topics_1 .disp_list a{
	background-color: #4287d6;
}

.news_topics_2 .disp_list a{
	background-color: #dec368;
}

.news_topics_3 .disp_list a{
	background-color: #61bc4d;
}
.rss{
	padding-left: 15px;
	letter-spacing: 0;
}
.rss a{
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	background-image: url('../all_img/org/rss.gif');
	background-repeat: no-repeat;
	padding: 1px 3px 3px 16px;
	text-decoration: none;
}
.rss a:hover{
}
/*サブページ*/
#news_topics.sub{
}

#news_topics.sub h2{
	display: block;
	background-color: #e8f1fa;
	color: #4287d6;
	padding: 10px 15px;
	border-bottom: 1px dashed #4287d6;
	border-radius: 0;
	-webkit-borde-radius: 0;
	-moz-border-radius: 0;
}

#news_topics.sub .news_topics_1{
	height: 250px;
	position: relative;
}

#news_topics.sub dl{
	height: 160px;
}

#news_topics.sub .disp_list a{
	display:block;
	position: absolute;
	width: auto;
	height: 20px;
	top: 225px;
	right: 5px;
	color: #ffffff;
	padding: 3px 5px;
	text-align: center;
	border-radius: 5px;
	-webkit-borde-radius: 5px;
	-moz-border-radius: 5px;
}

.news_topics ul {
    list-style: none;
    margin-left: 0;
}
.news_topics ul li {
    font-weight: bold;
}

.news_topics span.time {
    display: block;
}






/*サイトマップ*/
.site_map{
	margin-bottom: 10px;
	padding-left: 20px;
}
.site_map ul{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
.site_map ul li{
	margin: 0;
	padding: 2px 0 3px 25px;
	background-image: url('../all_img/org/site02.gif');
	background-repeat: no-repeat;
}
.site_map ul .layer_1{
	border-top: 1px dotted #cccccc;
	background-image: url('../all_img/org/site01.gif');
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding-top: 10px;
}
.site_map ul .layer_1 ul li,
.site_map ul .layer_2,
.site_map ul .layer_2 ul li{
	border: none;
	margin: 0;
}
.site_map ul .layer_2{
	margin-left: 25px;
}
.site_map .in_page{
	padding-top: 5px;
}
.site_map .in_page li{
	background-image: url('../all_img/org/site03.gif');
	background-repeat: no-repeat;
}


/*メールフォーム*/
.mail_form{
}
.mail_form .form_label{
	clear: both;
	width: 207px;
	padding: 5px;
	border-top: 1px dotted #cccccc;
	border-right: 3px solid #cccccc;
	float: left;
}
.mail_form .form_label .mcheck{
	padding: 2px;
	background-color: #dd0000;
	color: #ffffff;
	font-size: 80%;
}
.mail_form .form_label .mcheck:after{
	content: "必須";
}
.mail_form .form_input{
	width: 470px;
	padding: 5px;
	border-top: 1px dotted #cccccc;
	float: left;
}
.mail_form .form_input p{
	color: #ff0000;
	font-size: 80%;
}
.mail_form .form_input input[type=text],
.mail_form .form_input textarea{
	font-size: 110%;
	padding: 3px;
	border: 1px solid #bbbbbb;
}
.mail_form .form_input textarea{
	width: 465px;
}
.mail_form .form_input input[type=text]:focus,
.mail_form .form_input textarea:focus{
	background-color: #ffffeb;
}
.mail_form .form_button{
	clear: both;
	border-top: 1px dotted #cccccc;
	padding: 5px;
	text-align: center;
}
.mail_form .form_button input{
	display: block;
	width: 150px;
	margin: 0 0 10px 275px;
	*margin: 0 0 10px 0;
	_margin: 0 0 10px 0;
}
.mail_form .form_button input[type=submit]{
	padding: 10px 0;
	font-weight: bold;
}


#life_e {
	border: 1px solid #f5f4f2;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
	margin-bottom: 10px;
}

#life_e h2{
	background-color: #dec368;
	color: #fff;
	padding: 10px 15px;
	border: none;
	border-radius: 5px 5px 0 0;
	-webkit-borde-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	background-image: url('../all_img/org/life_e_h2.gif');
	background-repeat: no-repeat;
	background-position:center top;
}
.img_l	{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.img_r	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}



.fixed{
	  position: fixed;
	  width: 100%;
	  border: 2px solid #cccccc;
	  background-color:#eeeeee;
	  bottom: 0px;
	  z-index: 9999;
	}

/* SNS */
.sns {
	position: relative;
	}
.fb-like,
.g-plusone,
.twitter{
	float:left;
	margin:0;
	padding:0;
	margin-right:3px;
	}
.fb-like{
	position: absolute;
	left: 0px;
	}
.casc{
	margin: 0 0 15px 5px;
	}
	

/*緊急防災情報*/
#emergency{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 460px;
}

#navi_emergency{
	margin: 0px;
	padding: 0px;
}
#topcontents_main{
	margin: 0px;
	padding: 0px;
}

#emergency_info {

}
#emergency_info h2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#autoweb_emergency {
	height: 100px;
	width: 448px;
	overflow: auto;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #f8bfc3;
	border-bottom-color: #f8bfc3;
	border-left-color: #f8bfc3;
	margin: 0px;
	margin-bottom: 25px;
}
