@charset "utf-8";
@import url("default.css"); 
/*org.css
cms_tpl_rwd_001*/

/*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{
	color: #555555;
	font-size: 90%;
}

h1{
	background-color: #ff6800;
	color: #ffffff;
	padding: 10px;
	border-bottom: 3px solid #ff6800;
	background-image: url("../all_img/org/bg_01.gif");
	background-position: center top;
	clear: both;
}

h2{
	background-color: #87c241;
	padding: 8px 10px;
	color: #ffffff;
	clear: both;
}

h3{
	border: 1px solid #bbbbbb;
	padding: 5px 10px;
	clear: both;
}

h4{
	border-left: 10px solid #bbbbbb;
	padding: 3px 10px;
	clear: both;
}

h5{
	background-color: #eeeeee;
	padding: 2px 20px;
	clear: both;
}

h6{
	border-bottom: 1px dotted #bbbbbb;
	padding: 2px 20px;
	clear: both;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.2em;
}


address{
	font-style: normal;
}

table,
th,
td{
	border-color: #bbbbbb;
}
th{
	background-color: #eeeeee;
}
hr{
	border: 0;
	border-bottom: 1px dashed #cccccc;
	background: #ffffff;
	margin-bottom: 10px;
}
a	{
	color: #007db2;
}


.l_img{
	float: left;
	margin: 0 10px 10px 0;
}
.r_img{
	float: right;
	margin: 0 0 10px 10px;
}


/*ページスタイル設定
※各レイアウトブロックごとに外側から(または上から)設定*/
#bg{
	padding-top: 20px;
}
#bg_in{}

/*ヘッダー*/
#header{
	width: 940px;
	margin: 0 auto;
}
#header #siteid{
	width: 300px;
	margin-bottom: 20px;
	float: left;
}
#header #siteid h1,
#header #siteid p a{
	display: block;
	background-repeat: no-repeat;
	background-color: transparent;
	color: #555555;
	width: 300px;
	height: 70px;
	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;
	background-color: #ff6800;
	padding: 10px 0 0 0;
	background-image: url("../all_img/org/gmenu.gif");
	background-repeat: repeat-x;
	background-position: center bottom;
}
#gmenu ul{
	width: 930px;
	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: 153px;
	margin: 0 1px;
	padding: 8px 0;
	float: left;
	background-color: #fffba3;
	background-image: url("../all_img/org/gmenu_li_a.gif");
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	color: #555555;
	border-bottom: 1px solid #cccccc;
}
#gmenu ul li a:hover,
#gmenu ul .sel a{
	background-color: #ffffff;
	background-position: -153px top;
	border-bottom-color: #ffffff;
}

#wrap{
	width: 940px;
	margin: 0 auto;
	background-color: #ffffff;
}
#wrap_in{}

/*パンくず*/
#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;
}

/*COLユニット1*/
#col_unit_1{
	margin-bottom: 20px;
}

/*unit_a*/
#unit_a{
	width: 700px;
	float: right;
}

/*unit_b*/
#unit_b{
	width: 220px;
	float: left;
}

/*メニュー2*/
#unit_b .menu_2{
	border: 1px solid #cccccc;
	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: 185px;
	padding: 8px 5px 8px 20px;
	border-top: 1px solid #cccccc;
	background-image: url('../all_img/org/li_01.gif');
	background-repeat: no-repeat;
	background-position: left 10px;
}
#unit_b .menu_2 p a{
	border: none;
	background-color: #87c241;
	color: #ffffff;
}
#unit_b .menu_2 p a:hover,
#unit_b .menu_2 ul li a:hover,
#unit_b .menu_2 ul .sel a{
	background-color: #fffba3;
	color: #007db2;
}

/*メニュー3*/
#unit_b .menu_3{
	border: 1px solid #cccccc;
	padding: 4px;
	margin-bottom: 20px;
}
#unit_b .menu_3 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#unit_b .menu_3 p,
#unit_b .menu_3 li{
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}
#unit_b .menu_3 p a,
#unit_b .menu_3 li a{
	display: block;
	width: 185px;
	padding: 8px 5px 8px 20px;
	border-top: 1px solid #cccccc;
	background-image: url('../all_img/org/li_01.gif');
	background-repeat: no-repeat;
	background-position: left 10px;
}
#unit_b .menu_3 p a{
	background-color: #aaaaaa;
}
#unit_b .menu_3 p a:hover,
#unit_b .menu_3 p.sel a{
	background-color: #999999;
}
#unit_b .menu_3 li a{
	background-color: #dddddd;
}
#unit_b .menu_3 li a:hover,
#unit_b .menu_3 ul.sel li.sel_page a{
	background-color: #eeeeee;
}
#unit_b .menu_3 ul.sel li.menu_cate a{
	background-color: #dddddd;
}
#unit_b .menu_3 ul.sel li.menu_cate a:hover,
#unit_b .menu_3 ul.sel li.menu_cate_sel a{
	background-color: #eeeeee;
}
#unit_b .menu_3 ul.sel li.menu_cate_sel ul li a{
	background-color: #dddddd;
}
#unit_b .menu_3 ul.sel li.menu_cate_sel ul li a:hover,
#unit_b .menu_3 ul.sel li.menu_cate_sel ul.menu_cate_sel li.sel_page a{
	background-color: #eeeeee;
}

#unit_b .menu_3 ul{
	display: none;
}
#unit_b .menu_3 ul.sel,
#unit_b .menu_3 ul.sel ul.menu_cate_sel{
	display: block;
}

/*フッター*/
#footer{
	clear: both;
	border-top: 1px solid #cccccc;
	padding-top: 10px;
}
#footer_a{}
#footer_a address{
	padding-left: 10px;
}
#footer_a address strong{
	font-size: 120%;
}

#fmenu{
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
#fmenu ul{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
#fmenu ul li{
	display: inline;
	border-right: 1px solid #cccccc;
	padding: 0 5px;
}
#fmenu ul li:first-child{
	border-left: 1px solid #cccccc;
}

/*コピーライト*/
#copy{
	padding: 10px 0;
	background-color: #ff6800;
	color: #ffffff;
	text-align: center;
	font-size: 80%;
	background-image: url("../all_img/org/bg_01.gif");
	background-position: center top;
}
#copy p{
	margin: 0;
	padding: 0;
}

/*トップページのみ*/
#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;
	background-color: #e6e6e6;
	background-image: url("../all_img/org/top_main.gif");
	background-position: center top;
}
.top_main_in{
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	background-color: #ffffff;
}
.top_main .contents_0{
	width: 620px;
	margin-bottom: -10px;
	float: left;
}
.top_main .contents_1{
	width: 300px;
	margin-bottom: -10px;
	float: right;
}





#hot_item{
	margin-bottom: 20px;
}
#hot_item p{
	display: inline;
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
}
#hot_item p:first-child{
	margin: 0;
}
.toppage h2{
	font-size: 110%;
}
.toppage #unit_a{
	width: 620px;
	float: left;
}
.toppage #unit_b{
	width: 300px;
	float: right;
}
.toppage #unit_b .contents_5{
	background-color: #f2f2f2;
	padding: 10px 10px 0 10px;
}


#unit_a_1_1{
	width: 300px;
	float: left;
}
#unit_a_1_2{
	width: 300px;
	float: right;
}


/*ニュース＆トピックス*/
#news_topics{
	margin-bottom: 20px;
}
#news_topics h2{
	border: none;
	background-color: #ff6800;
	background-image: url('../all_img/org/news_h2.gif');
	background-repeat: repeat-x;
	border: 1px solid #ff6800;
	color: #ffffff;
}
#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;
}
.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{
}

/*サイトマップ*/
.site_map{
	margin-bottom: 10px;
}
.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;
}
