@charset "utf-8";
@import url("html5reset.css"); 
@import url("default.css"); 


/*PCでは非表示*/
.sp{
	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: #333;
	font-size: 90%;
}

h1{
	clear: both;
	padding: 12px 10px 12px 20px;
	background-image: url(../all_img/org/title1.png);
	background-repeat: repeat-y;
	background-color: #A483A1;
	color: #fff;
	font-size: 150%;
	margin-bottom: 30px;
	border-radius: 7px 7px 0 0;
	-webkit-borde-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
}

h2{
	clear: both;
	background-image: url(../all_img/org/title2.png);
	background-repeat: repeat;
	background-color: #F0EDBA;
	color: #9B68A9;
	font-size: 130%;
	padding: 12px 20px;
	margin: 20px 0;
}

h3{
	color: #F56F8C;
	clear: both;
	border-left: 10px solid #F56F8C;
	padding: 5px 10px;
}

h4{
	clear: both;
	background-image: url("../all_img/org/title4.png");
	background-repeat: no-repeat;
	background-position: 0 50% ;
	background-color: #fff;
	color: #6BA396;
	border-bottom: 2px solid #A6E1D3;
	padding: 7px 23px;
	font-weight: bold;
}

h5{
	clear: both;
	color: #9B68A9;
	background-image: url("../all_img/org/news_dt.png");
	background-repeat: no-repeat;
	background-position: 0 50% ;
	padding: 3px 25px;
}

h6{
	clear: both;
	color: #8CCAE1;
	padding: 3px 0 3px 25px;
	background-image: url("../all_img/org/title6.png");
	background-repeat: no-repeat;
	background-position: left 3px;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.2em;
}

address{
	font-style: normal;
}

ul{
	list-style: disc;
}
ol{
	list-style: decimal;
}
table,
th,
td{
	border-color: #aaa;
	line-height: 1.2em;
}
th{
	background-color: #FCF3F8;
}
hr{
	border: 0;
	border-bottom: 1px dashed #ccc;
	background: #fff;
	margin-bottom: 10px;
}
a{
	color: #2e3192;
}
a:hover{
	
}

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

.description_txt{}
.description_txt p{
	width: 970px;
	padding: 5px 0;
	margin: 0 auto;
}

/*ヘッダー*/
#header{
	padding: 0;
}
#header_in{
	width: 970px;
	margin: 0 auto;
}
#header #siteid{
	width: 247px;
	float: left;
}
#header #siteid h1,
#header #siteid p a{
	display: block;
	background-color: transparent;
	background-position: left center;
	background-repeat: no-repeat;
	color: #555;
	width: 247px;
	height: 121px;
	margin: 0;
	padding: 0;
	border: none;
	text-indent: -55555em;
}
#header #siteid p{
	margin: 0;
	padding: 0;
}
#header #hcontents{
	text-align: right;
	width: 580px;
	float: right;
}
#header #hcontents p{
	margin: 0;
}
.lang{
	text-align: right;
	margin-bottom: 20px;
}
/*グローバルメニュー*/
.gmenu{
float: right;
	padding: 15px 0;
	margin-bottom: 25px;
}
.gmenu ul{
	width: 572px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.gmenu ul li{
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}
.gmenu ul li a span{
	display: block;
	width: 180px;
	padding: 10px 0;
	margin: 5px 0px 5px 10px;
	float: left;
	background-color: #8FDAC8;
	background-image: url(../all_img/org/moyou01.png);
	background-repeat: repeat;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 7px;
	-webkit-borde-radius: 7px;
	-moz-border-radius: 7px;
}
.gmenu ul li a:hover span,
.gmenu ul .sel a span{
	background-color: #A483A1;
	color: #fff;
}

#wrap{
	width: 970px;
	margin: 0 auto;
	background-color: #ffffff;
	margin-bottom: 30px;
}
#wrap_in{}
.contents_1{
	margin: 0 auto;
	width: 970px;
	overflow: hidden;
}

.contents_1 p {

	float: left;

	margin-top: 50px;

}
.contents_1 p {
	width: 304px;
	margin-left: 29px;
}
.contents_1 p:first-child{
	margin-left: 0;
}
/*パンくず*/
#pankuzu{
	margin-bottom: 20px;
}
#pankuzu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}
#pankuzu ul li{
	margin: 0;
	padding: 0;
	display: inline;
	font-weight: bold;
	color: #CC0000;
}
#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;
}

/*rowunit_2*/
.rowunit_2{
	clear: both;
	margin: 30px 0;
}


/*unit_a*/
#unit_a{
	width: 700px;
	padding: 0;
	float: right;
}
#unit_a p{
	text-align: justify;
}



ul.audio_bo{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 320px;
}
ul.audio_bo li{
	margin: 0 2px 5px 2px;
	padding: 0;
	display: inline;
	float: left;
}



/*unit_b*/
#unit_b{
	width: 232px;
	padding: 0;
	margin: 0;
	float: left;
}

/*メニュー2*/
.menu_2{
	margin-bottom: 20px;
}
.menu_2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu_2 p,
.menu_2 ul li{
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	
}
.menu_2 ul li{
	border-bottom: 1px solid #8FDAC8;
	
}
.menu_2 ul li:last-child{
	border:none;
}
.menu_2 ul li a{
	color: #6BA396;
}
.menu_2 p a,
.menu_2 ul li a{
	display: block;
	width: 205px;
	padding: 10px 0 10px 27px;
	background-image: url('../all_img/org/site01.png');
	background-repeat: no-repeat;
	background-position: 5px 10px;

	margin-bottom: 1px;
	font-weight: bold;
}
.menu_2 p a{
	background-image: url('../all_img/org/menu_pa.png');
	background-color: #8FDAC8;
	color: #fff;
	text-decoration: none;
	border-radius: 7px 7px 0 0;
	-webkit-borde-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
}
.menu_2 p a:hover{
	background-color: #8FDAC8;
	color: #FEF299;
}
.menu_2 ul li a:hover,
.menu_2 ul .sel a{
	background-color: #FEF299;
	color: #6BA396;
}



/*メニュー3*/
#unit_b .menu_3{
	border: 1px solid #ccc;
	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;
}

/*rowunit_3*/
.rowunit_3{
	clear: both;
	border-top: 1px solid #8FDAC8;
	text-align: center;
}
.fmenu{

	margin: 20px 0;
}
.fmenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.fmenu ul li{
	display: inline;
	border-right: 1px solid #ccc;
	padding: 0 5px;
}
.fmenu ul li:first-child{
	border-left: 1px solid #ccc;
}
address{
	padding-left: 10px;
}
address strong{
	font-size: 120%;
}


/*フッター*/
#footer{
	clear: both;
}
#footer_in{
	width: 970px;
	margin: 0 auto;
}


/*コピーライト*/
#copy{
	padding: 10px 0;
	text-align: center;
	font-size: 80%;
	background-color: #8fdac8;
	background-image: url(../all_img/org/foot_bg.png);
	background-repeat: repeat;
	color: #fff;
}
#copy p{
	margin: 0;
	padding: 0;
}

/*トップページのみ*/

#slider{
	position: relative;
	width:100%;
	height: 300px;
	overflow: hidden;
}
#slider ul{
	position: absolute;
	top: 0;
	left: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 100;
}
#slider li{
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
#slider li img {
	width: 100%;
	height: auto;
}
#sticker{
	position: absolute;
	z-index: 200;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	top: 50%;
}
#sticker img{
	width: 100%;
	max-width: 970px;
	height: auto;
}

/* for script */
#slider ul,
#slider #next,
#slider #prev{
	visibility: hidden;
}
#slider .layer{
	width: 100%;
	max-width: 970px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/dot.gif) repeat 0 0 #666;
	opacity: 0.5;
	filter: alpha(opacity=50);
}








.toppage #header{
}

#topunit_a{
	margin: 0 auto;
	text-align: center;
}
#topunit_a p{
	margin: 0;
}

#topunit_b{
	width: 970px;
	margin: 0 auto;
}

.toppage h2{
	background: none;
	color: #d9006e;
	border-bottom: 3px solid #f0c4da;
	border-radius: 0;
	-webkit-borde-radius: 0;
	-moz-border-radius: 0;
	padding: 0 10px 3px 10px;
	margin: 0 0 20px 0;
	font-size: 180%
}
.toppage #unit_a{
	width: 724px;
	padding: 0;
	float: left;
}
#unit_a_1{
	width: 478px;
	float: right;
}
#unit_a_2{
	width: 232px;
	float: left;
}

.toppage .contents_3 img{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.toppage #unit_b{
	width: 232px;
	float: right;
}
/*
.toppage #unit_b h3,
.toppage #unit_b p,
.toppage #unit_b h4,
.toppage #unit_b address{
margin-left: 10px;
margin-right: 10px;
}
*/.toppage #unit_a_2 .contents_3{
	text-align: center;
}
.toppage #unit_a_2 .contents_3 img{
	max-width: 232px!important;
		
}
.toppage #unit_a_2 .contents_3 h2{
/*	width: 182px;*/
	font-size: 110%;
	padding: 17px 0px 13px 50px;
	margin-bottom: 20px;
	border: none;
	background-color: #8CCAE1;
	background-image: url(../all_img/org/left_title.png);
	background-repeat: repeat-y;
	color: #fff;
	text-align: left;
	border-radius: 10px;
	-webkit-borde-radius: 10px;
	-moz-border-radius: 10px;
}
.toppage #unit_a_2 .contents_3 p{
	width: 232px;
	font-size: 90%;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 10px;
}
.toppage #unit_a_2 .contents_3 a img{
	margin-bottom: 30px;
}
.toppage #unit_a_2 .contents_3 h3{
	color: #403627;
	border: none;
	padding-bottom: 10px;
	margin: 0;
	font-size: 110%;
}
/*ニュース＆トピックス*/
#news_topics{
	margin-bottom: 20px;
}
#news_topics div{

}
#news_topics h2{
	border: none;
	padding: 17px 0 13px 50px;
	background-color: #A483A1;
	background-image: url(../all_img/org/newsbar.png);
	background-repeat: repeat-y;
	color: #fff;
	border-radius: 10px;
	-webkit-borde-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0;
	font-size: 110%;
}
#news_topics dl{
	padding: 0 15px;
	
}
#news_topics dl dt{
	margin: 5px 0 0 0;
	padding: 7px 0 7px 52px;

	background-image: url('../all_img/org/news_dt.png');
	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.png');
}
#news_topics dl dd{
	margin: 0;
	padding: 0 0 7px 52px;
	border-bottom: 2px dotted #A483A1;
}
#news_topics dl img{
	width: 80px;
	float: left;
	padding: 0 0 7px 52px;
	margin-right: 10px;
}
.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{
}

/*
.fbwall{
	border: 1px solid #3B579D;
	border-radius: 10px;
	-webkit-borde-radius: 10px;
	-moz-border-radius: 10px;
}
.fbwall h2{
	background-color: #3B579D;
	color: #fff;
	border: none;
	margin-bottom: 10px;
	padding: 7px 20px;
	font-size: 110%;
	border-radius: 9px 9px 0 0;
	-webkit-borde-radius: 9px 9px 0 0;
	-moz-border-radius: 9px 9px 0 0;
}
*/




/*サイトマップ*/
.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.png');
	background-repeat: no-repeat;
}
.site_map ul .layer_1{
	border-top: 1px dotted #cccccc;
	background-image: url('../all_img/org/site01.png');
	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.png');
	background-repeat: no-repeat;
}

/*メールフォーム*/
.mail_form{
}
.mail_form .form_label{
	clear: both;
	width: 147px;
	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;
}
/* ページトップへ戻る */
.pageTop {
	display:none;
	position:relative;
	width:100%;
	max-width:1280px;
	height:0;
	margin:0 auto;
}
.pageTop a {
	position: fixed;
	bottom: 0px;
	left:auto;
	display: block;
	width: 165px;
	hegiht:77px;
    margin-left:970px;
    padding-bottom: 40px;
/*	margin-left:740px;*/
/*	padding:55px 0 55px 55px;*/
/*	background:#3498db;*/
	text-align:center;
	outline:none;
	text-decoration: none;
	z-index:9999;
}
.pageTop a:before,
.pageTop a:after {
	position:absolute;
	left:50%;
	content:"";
	width:0px;
	height:0px;
/*	margin-left:-55px;*/
/*	border:10px solid transparent;*/
}
.pageTop a:before {
	top:50%;
	margin-top:-55px;
/*	border-bottom:10px solid #3498db;*/
}
.pageTop a:after {
	top:500%;
	margin-top:-55px;
	z-index:-1;
/*	border-bottom:10px solid #fff;  矢印の色 */
}



#header,
#pankuzu{
	display: none;
}



