body {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#646464;
	background-color:#f2f2f2;
}

a{/*リンクされた文字*/
    color:#4bb14d;
    font-style:normal;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#4bb14d;
    font-style:normal;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#4bb14d;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#000;
    font-style:normal;
    text-decoration:none;
}
.pc-newsbox {
    margin-bottom: 20px;
}
iframe#inlineFrameExample {
    overflow: hidden;
}
h2.mb10.newskasotitle {
    display: none;
}
/*

[[[ HEADER-AREA ]]]

*/

#head_bg{
	background-image:url(../images/bg_head.jpg);
	background-repeat:repeat-x;
	height:auto;
	margin:0px 0px 10px 0px;
	width:100%;
}

#head_area{
	margin:0px auto 0px auto;
	padding:18px 0px 0px 0px;
	width:950px;
	height:365px;
}

#head_area h1{
	margin:0px 9px 0px 0px;
	float:left;
}

#top_blog{
	width:670px;
	float:left;
}

#blog_photo{
	border:3px solid #FFF; 
}

#blog_topic{
	float:left;
	height:20px;
	width:602px;
	padding:7px 0px 0px 8px;
	background-image:url(../images/blog_topic.jpg);
	background-repeat:no-repeat;
}

*:first-child+html #blog_topic{
	padding:5px 0px 20px 8px;
}

/*

[[[ NAV-AREA ]]]

*/

#nav_global{
	width:950px;
	margin:0 auto;
}

#nav_global li{
	float:left;
}

/*

[[[ TOPIC-AREA ]]]

*/

#topic{
	width:950px;
	height:40px;
	background-image:url(../images/bg_topic.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 10px 0px;
	line-height:1;
}

#topic h2{
	padding:15px 0px 0px 115px;
}

#topic li{
	list-style:none;
	padding:15px 0px 0px 115px;
}

*:first-child+html #topic li{
	padding:12px 0px 2px 115px;
}


/*

[[[ GREETING-AREA ]]]

*/

#greeting_bg{
	background-image:url(../images/bg_greeting.jpg);
	background-repeat:repeat-y;
	width:946px;
	height:auto;
	padding:2px;
	margin:0px 0px 10px 0px;
}

#greeting{
	padding:18px;
	background-color:#FFF;
}

#greeting h2{
	margin-bottom:10px;
}


/*

[[[ CONTNT-AREA ]]]

*/

#content_wrap{
	width:950px;
	height:auto;
	margin:0 auto;
	line-height:180%;
}

.content{
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:40px;
	background-image:url(../images/line_colorful.jpg);
	margin:0px 0px 50px 0px;
}

.content h2{
	margin:0px 0px 10px 0px;
}


/*

[[[ GUIDE-AREA ]]]

*/

#table_wrap{
	margin:0px 0px 0px 0px;
	height:140px;
	width:600px;
	margin:0 auto;
}

table{
	border-spacing:1;
	margin-left:50px;
	text-align:center;
	background-color:#ccc;
	width:600px;
}

.table_b{
	font-weight:bold;
	padding:10px;
	color:#fff;
/*	background-color:#91C6DD;*/
background-color:#2d6be3;
}

.table_in{
	padding:10px;
	background-color:#fff;
}

.sub-box202505{
    margin-top: 10px;
    margin-bottom: 20px;
}

#guide_content{
	border:none;
	padding:30px;
	background-color:#FFF;
	border-radius: 5px;        /* CSS3 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	behavior: url(border-radius.htc);//for IE 
}

#guide_info{
	height:auto;
}

#guide_info h1,#guide_info h2{
	background-image:url(../images/bg_line_yellow.jpg);
	margin-bottom:30px;
	padding:0px 0px 5px 10px;
	background-position:bottom;
	background-repeat:no-repeat;
}

#guide_content dl{
	margin:0px 0px 20px 0px;
	padding:0px 10px 0px 10px;
}

#guide_content dt{
	background-image:url(../images/icon_subject.jpg);
	background-position:0 30%;
	background-repeat:no-repeat;
	padding:0px 0px 5px 15px;
	margin:0px 0px 10px 0px;
	border-bottom:1px dotted #CCC;
}

#guide_content dd{
	padding:0px 3px 0px 3px;
	margin:0px 0px 30px 0px;
}
/*
.guide_subject{
	width:410px;
	float:left;
}

.guide_subject_r{
	width:410px;
	float:right;
}*/

.y_line{
	background-image:url(../images/bg_line_yellow.jpg);
	margin-bottom:30px;
	padding:0px 0px 5px 10px;
	background-position:bottom;
	background-repeat:no-repeat;
}

#guide_content h4{
	text-align:center;
}

/*

[[[ INFORMATION-AREA ]]]

*/

#info_content{
	border:none;
	padding:30px;
	background-color:#FFF;
	border-radius: 5px;        /* CSS3 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	behavior: url(border-radius.htc);//for IE 
}

#info_content dl{
	margin:0px 0px 30px 0px; 
}

#info_content dt{
	margin:0px 0px 10px 0px; 
}

.info_photo{
	width:202.5px;
	float:left;
}

.info_photo_r{
	margin:0px 0px 0px 0px;
	width:202.5px;
	float:right;
}
.info_photo2 {
    width: 277px;
    float: left;
}
.info_photo2_r {
    margin: 0px 0px 0px 0px;
    width: 277px;
    float: right;
}

.info_photo img,.info_photo_r img{
	max-width:202.5px;height:auto;
}





#info_director{
	margin:0px 0px 0px 0px;
	float:left;
	width:430px;
}

#info_blog{
	margin:0px 0px 30px 0px;
	float:right;
	width:433px;
}

#info_content p{
	padding:10px 2px 0px 5px;
}

/*

[[[ ACCESS-AREA ]]]

*/

#access_content{
	border:none;
	padding:30px;
	background-color:#FFF;
	border-radius: 5px;        /* CSS3 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	behavior: url(border-radius.htc);//for IE 
}

#map{
	margin:0px 0px 10px 0px;
	width:100%;
	height:600px;
	border:1px solid #CCC;
}

#map iframe{
	width:100%;
	height:600px;
}
/*

[[[ FOOT-AREA ]]]

*/

#nav_foot{
	margin:0px 0px 50px 0px;
	text-align:center;
}

#nav_foot li{
	padding:0px 10px 0px 0px;
	display:inline;
}

#foot_bg{
	height:269px;
	width:100%;
	background-repeat:repeat-x;
	background-image:url(../images/bg_foot.jpg);
}

#foot_in{
	position:relative;
	color:#FFF;
	width:950px;
	margin:0 auto;
	height:219px;
	background-repeat:no-repeat;
	background-image:url(../images/foot_rabbit.jpg);
	background-position:right bottom;
	padding:50px 0px 0px 0px;
}

#foot_in h1{
	font-weight:bold;
}

#foot_in ul{
	margin:10px 0px 0px 0px;
	list-style:none;
}

#foot_in li{
	font-weight:bold;
	margin:0px 0px 8px 0px;
}

#foot_in p{
	position:absolute;
	bottom:10px;
}

/*

[[[ NEES－PAGE-AREA ]]]

*/

#news_content{
	border:none;
	padding:30px;
	background-color:#FFF;
	border-radius: 5px;        /* CSS3 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	behavior: url(border-radius.htc);//for IE 
}

#news_content h3{
	font-size:14px;
	border-bottom:1px dotted #333;
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 0px;
}

#news_content p{
	line-height:170%;
}

#news_content dt{
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 7px 0px;
	margin:0px 0px 7px 0px;
	background:url(../images/bg_line_yellow.jpg) no-repeat bottom;	
}


#news_content dd{
	margin:0px 0px 20px 0px;	
}

#news_content time{
	margin:0px 0px 0px 10px;	
}
	
/*

[[[ blog-AREA ]]]

*/

#blog_bg{
	background-image:url(../../blog/images/bg_blog.jpg);
	background-repeat:repeat-x;
	height:auto;
	margin:0px 0px 10px 0px;
	width:100%;
}

#blog_area{
	margin:0px auto 0px auto;
	padding:18px 0px 0px 0px;
	width:950px;
	height:255px;
}

#blog_area h1{
	float:left;
}

#blog_area p{
	float:right;
}

#post_wrap{
	margin:0px 0px 5px 0px;
	border:none;
	background-color:#fff;
	width:950px;
	height:auto;
	border-radius: 5px;        /* CSS3 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	behavior: url(border-radius.htc);//for IE 
}

#post_wrap_in{
	margin:0px 0px 30px 0px;
	border:none;
	background-color:#fff;
	width:950px;
	height:auto;
	border-radius: 5px;        /* CSS3 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	behavior: url(border-radius.htc);//for IE 
}

#post_title{
	background-image:url(../../blog/images/blog_find.jpg);
	width:950px;
	height:41px;
	margin:0px 0px 10px 0px;
	position:relative;
}

#post_title h1{
	padding:10px 0px 0px 20px;
	font-size:14px;
	font-weight:bold;
}

#post_title time{
	position:absolute;
	right:170px;
	bottom:10px;
}

#post_content{
	padding:15px 0px 10px 0px;
	width:610px;
	margin:0 auto;
}

#post_content img{
	border:solid 10px #f3f3f3;
	
}

#post_content p{
	margin-left:auto;
	margin-right:auto;
}

/*
[[[ thumnail ]]]
*/

#caption{
	text-align:center;
	font-size:10px;
	padding:2px 0px 0px 0px;
}

#post_content_text{
	margin-bottom:10px;
	padding:10px;
}

#thumnail{
	height:auto;
	width:960px;
	margin:0 auto 30px auto;
}

#thumnail article{
	padding:15px;
	background-color:#FFF;
	height:auto;
	float:left;
	width:280px;
	margin:5px;
	display:inline;
	border-radius: 5px;        /* CSS3 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	behavior: url(border-radius.htc);//for IE 
}

#thumnail #content_wrap article{
	padding:0;
	background: none;
	height:auto;
	float:none;
	width:auto;
	margin:0;
	display:block;
	border-radius:0;        /* CSS3 */  
    -webkit-border-radius: 0;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 0;   /* Firefox用 */ 
	behavior: url(border-radius.htc);//for IE 
}

#thumnail #content_wrap article #post_title{
	background-image:url(../../blog/images/blog_find.jpg);
	width:950px;
	height:41px;
	margin:0px 0px 10px 0px;
	position:relative;
}

#thumnail #content_wrap article #post_wrap{
	margin:0px 0px 10px 0px;
	border:none;
	background-color:#fff;
	width:950px;
	height:auto;
	border-radius: 5px;        /* CSS3 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	behavior: url(border-radius.htc);//for IE 
}

#thumnail #content_wrap figure{
	background-color:#f2f2f2;
	width:590px;
	height: auto;
	margin:10px 0px 0px 0px;
}

#thumnail figure{
	background-color:#f2f2f2;
	width:280px;
	height:210px;
	margin:10px 0px 10px 0px;
}


/*

[[[ pagenavi ]]]

*/

#naviarea{
	clear:both;
	padding:20px 0px 0px 0px;
	margin:0 auto;
	width:500px;
	height:20px;
}

#naviarea a{
	border:1px solid #fff;
}

#naviarea a:hover {
	border:1px solid #4BB14D;
}
.prev a{
	display:block;
	padding:10px;
	background-color:#fff;
	float:left;
}

.next a{
	display:block;
	padding:10px;
	background-color:#fff;
	float:right;
}



/*

[[[ WP-pagenavi ]]]

*/

.wp-pagenavi {
	margin-bottom:30px;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 3px 8px;
	margin-right: 4px;
	text-decoration: none;
	color: #999;
	background-color: #fff;
	border:1px solid #fff;
}
.wp-pagenavi a:visited {
	color: #999;
}
.wp-pagenavi a:hover {
	background-color: #fff;
	border:1px solid #4BB14D;

}
.wp-pagenavi a:active {
	color: #999;
	background-color: #fff;
}
.wp-pagenavi span.current {
	padding: 3px 8px;
	margin-right: 4px;
	color: #fff;
	background-color: #4BB14D;
}
.wp-pagenavi span.extend {
	margin-right: 4px;
	color: #999;
}
.wp-pagenavi a.previouspostslink {
	color: #999;
}
.wp-pagenavi a.nextpostslink {
	color: #999;
}
.wp-pagenavi a.first {
	padding: 3px 8px 3px 12px;
	color: #999;
}
.wp-pagenavi a.last {
	padding: 3px 12px 3px 8px;
	color: #999;
}

/**/

.syouzyou li{
	background: url(../images/ya1.png);
    text-align: left;
    padding: 8px 0;
    padding: 0px 0px 0px 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: 5px 5px;
    text-indent: 0;
}

.syouzyou {	margin-bottom:10px;
}

.guidebox{    padding: 10px;
    border: #f9d938 2px solid;}

.maru{font-size:18px;}

