@charset "UTF-8";
/* CSS Document */

#wapper{
	width:100%;
	max-width:960px;
	margin:0 auto;
}
a:hover{
	opacity:0.7;}
#header{
	width:100%;
	max-width:960px;
	position:relative;
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
}
#header .logo{
	float:left;
	width:360px;
	margin:0 20px;
}
#header h1{
	font-weight:300;
	font-size:13px;
	margin:0 20px;
}
#header .tabs{
	position:absolute;
	top:0px;
	right:0px;
	width:264px;
	display:block;
	overflow:hidden;
}
#header .headright{
	float:right;
}

#header .htel{
	width:240px;
	margin:30px 30px 0;
}
#header .hsearch{
	width:220px;
}
#header .tabs .hmail{
	width:132px;
	float:left;
}
#header .tabs .hsite{
	width:132px;
	float:left;
}

/*-----------------------------
検索フォーム
-----------------------------*/

#hsearch {
	margin:0 35px;
     padding-top: 0px;
     padding-bottom: 0px;
}

#s  {
     width: 150px;
     height: 18px;
     border: 1px solid #999;
     color: #333;
     padding-top: 4px;
     padding-right: 10px;
     padding-bottom: 4px;
     padding-left: 10px;
     background-color: #fff;
     font-size: 14px;
}  
#searchsubmit {
     position:absolute;
     padding: 0 10px;
	 background-color:#333;
	 width:55px;
	 height:28px;
	 color: #fff;
text-indent: 1em;
     left: 150px; // 検索フォームの横幅と同じ長さを指定
}  
*:first-child + html #searchsubmit    {  
    top: 1px;  
}  

#hsearch #searchform {
     position: relative;
}


/*-----------------------------
グローバルナビ
-----------------------------*/

#header ul.gnabi{
	width:100%;
	list-style:none;
	height:40px;
	box-shadow:1px 1px 3px #bbb;
}
#header li{
	float:left;
}
#header li.op a{
	background-image:url(../img/gm/gm_showing.jpg);
}

#header li a{
	background-image:url(../img/gm/gm.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#fff;
	text-align:center;
	font-weight:100;
	width:160px;
	height:40px;
	display:block;
}
#header li a:hover{
	background-image:url(../img/gm/gm_on.jpg);
	text-decoration:none;
	opacity:1;
}
#header p.rubi{
	font-size:9px;
}

/*-----------------------------
top
-----------------------------*/
#conarea{
	width:100%;
}
.topimg{
	width:100%;
	margin-top:12px;
}
.topimg img{
	width:100%;
	box-shadow:0px 0px 1px #bbb;
}

#maincon{
	width:100%;
}
#conarea h2{
	background-image:url(../img/menu/menu_title.jpg);
	background-repeat:no-repeat;
	text-indent:1em;
	height:53px;
	font-weight:100;
	line-height:3;
	font-size:20px;
	box-shadow:1px 0px 2px #222;
}

.menubox{
	background-image:url(../img/menu/menu_box.jpg);
	width:100%;
	max-width:960px;
	height:140px;
	margin:10px 0;
}
.menubox img{
	width:100%;
}
.menubox .icons{
	float:left;
	width:206px;
	margin:18px 15px;
}
.menubox .menutext{
	float:left;
	width:100%;
	max-width:711px;
	margin:10px 0;
}

#topics{
	width:100%;
}

#topics ul.topiccon{
	width:100%;
	list-style:none;
	background-color:#f2f2f2;
}
#topics li{
	text-decoration:none;
	padding:10px 0;
}
#topics p.date{
	float:left;
	margin-left:15px;
	width:200px;
}
#topics p.postitle{
	float:left;
	text-align:left;
}
	
#topics li a{
	color:#000;
	text-decoration:none;
}


.askbox{
	width:100%;
	max-width:955px;
	margin:30px auto;
	height:190px;
	display:block;
	overflow:hidden;
	position:relative;
}
.askbox .mailbox{
	position:absolute;
	top:90px;
	right:5px;
}
	 
.askbox .askleft{
	float:left;
}
.askbox .cat{
	margin:5px;
	border-bottom:1px solid #bbb;
}
.askbox .logo{
	float:left;
	margin:0 10px;
}
.askbox .abox{
	float:left;
	margin:10px;
}
.askbox .aphoto{
	float:left;
	margin:10px 20px;
}

#footer{
	background-color:#ccc;
	width:100%;
	max-width:1640px;
	color:#4c4c4c;
}
#footer a{
	color:#4c4c4c;}
	
#footer .wap{
	width:100%;
	max-width:960px;
	margin:0 auto;
	overflow:hidden;
}
#footer .footinfo{
	border-bottom:1px solid #000;
	margin:10px 0;
	padding:10px 0;
	text-indent:2em;
}
#footer .footnavi{
	float:left;
	margin:10px 40px;
}
#footer ul{
	list-style:none;
}
#footer h3{
	margin:5px 5px 5px 0;
}

/*-----------------------------
sub
-----------------------------*/
#subcon{
	width:100%;
	margin:10px 0;
}
#contents{
	width:100%;
	max-width:680px;
	margin-left:10px;
	float:right;
	color:#222;
}
#contents .askbox{
	width:687px;
	margin:30px auto;
	height:150px;
	display:block;
	overflow:hidden;
	position:relative;
}
#contents .askbox .mailbox{
	position:absolute;
	top:65px;
	right:5px;
}
#contents .askbox .askleft{
	float:left;
}
#contents .askbox .cat{
	margin:10px;
	border-bottom:1px solid #bbb;
}
#contents .askbox .logo{
	float:left;
	margin:10px;
}
#contents .askbox .abox{
	float:left;
	margin:0 10px;
}
#contents .askbox .aphoto{
	width:200px;
	float:left;
	margin:10px 20px;
}
#contents .askbox .aphoto img{
	width:100%;
}

.entrt-header{
	width:100%;
}
#subcon h2{
	background-image:url(../img/menu/menu_title.jpg);
	background-repeat:no-repeat;
	text-indent:1em;
	height:53px;
	font-weight:100;
	line-height:3;
	font-size:20px;
	box-shadow:1px 0px 2px #222;
}

/*-----------------------------
sidebar
-----------------------------*/

#sidebar{
	width:270px;
	float:right;
	background-color:#f2f2f2;
}
#sidebar .mailicon{
	margin:5px auto;
	padding:3px 0 0;
	width:241px;
	background-color:#cddae2;
	border:3px solid #cddae2;
}
#subcon #sidebar h3{
	background-image:url(../img/sidebar/side_title.jpg);
	width:255px;
	text-align:center;
	margin:0 auto;
	color:#FFF;
	padding-top: 3px;
height: 30px;
background-repeat: no-repeat;
}
#sidebar ul{
	list-style:none;
	width:250px;
	margin:5px auto;
	padding:10px 0;
	border:1px solid #FFF;
}

#sidebar .rubi{
	font-size:9px;
}
#sidebar li{
	margin:2px auto;
}
#sidebar li a{
	text-decoration:none;
	margin:0 auto;
	padding-top: 3px;
	width:220px;
	height:41px;
	display:block;
	background-image:url(../img/sidebar/side_box.jpg);
	color:#767676;
	text-indent:1em;
}
#sidebar ul.prof{
	list-style:none;
	
}
#sidebar .prof li a{
	background-image:url(../img/sidebar/side_box2.jpg);
	font-size:20px;
	line-height:2;	

}

/*-----------------------------
access
-----------------------------*/
.maps{
	float:left;
	width:100%;
	max-width:370px;
	box-shadow:1px 1px 1px #333;
	margin:10px 4px;
}
.root{
	width:100%;
	float:left;
	max-width:290px;
	font-size:15px;
}

.root h3{
	margin:10px 5px;
	background-image:url(../img/map/map_title.jpg);
	height:30px;
}

.root p{
	margin:10px;
}

/*-----------------------------
subcontent
-----------------------------*/
#subcon h3{
	margin:10px 5px;
	background-image:url(../img/map/map_title.jpg);
	height:30px;
}
#subcon .catch{
	margin:5px auto;
	width:100%;
}
#subcon table{
	margin:5px 0 5px 20px;
	border:none;
	text-align:left;
}
#subcon tr{
	border:none;
	margin:5px 0;
}
#subcon th{
	border-bottom:1px dotted #ededed;
	width:150px;
}
#subcon td{
	border-bottom:1px dotted #ededed;
}
#subcon .aclink{
	text-align:right;
	display: block;
}
#subcon .rinen{
	margin:0 auto 30px;
}
#subcon .rinen h3{
	margin:10px 5px;
	background-image:url(../img/menu/meni_sbtitile2.jpg);
	height:35px;
	font-size:22px;
	background-position: bottom;
background-repeat: no-repeat;
text-indent: 1em;
}
#subcon .rinen b{
	text-decoration:underline;
	font-size:larger;
	text-indent:1em;
	line-height:3;
	margin: 0 15px;
}
#subcon .rinen .rinentext{
	float:left;
	width:100%;
	margin:0 10px;
	font-size:14px;
}
.rinentext p{
	text-indent:1em;
}
#subcon .rinen .rimg{
	float:left;
	width:200px;
}
#subcon .submenu{
	float:left;
	width:100px;
	list-style:none;
	margin:10px;
}
#subcon .submenu li{
	text-decoration:none;
}
#subcon .subcatch{
	float:left;
	width:100%;
	max-width:560px;
}

.menubox2{
	background-image:url(../img/sb_menu/menu_box2.jpg);
	width:685px;
	height:100px;
	margin:10px 0;
	overflow:hidden;
}
.menubox2 .icons{
	float:left;
	width:147px;
	margin:18px 15px;
}
.menubox2 .menutext{
	float:left;
	width:100%;
	max-width:501px;
	margin:10px 0;
}
.menubox2 .menutext4{
	float:left;
	max-width:711px;
	margin:7px 0;
}
.sitemap{
	margin:5px 10px;
}
.gyomut{
	margin:5px 10px;
	padding: 0 15px;
}

.prof1{
	width:100%;
	margin:0 auto;
}
#subcon .prof1 h3{
	 background-repeat:repeat-x;
 }
.gyomut h4{
	border-bottom:1px solid #333;
	margin:10px 0;
	text-indent:1em;
	width:90%;
}
.gyomut ul{
	padding:0 10px;
}

.gyomut p{
	margin:10px 0;
}
.gyomut .photo{
	width:150px;
	display:block;
	margin:5px auto;
}
.photo img{
	width:100%;
}
.prof2{
	width:100%;
	margin:0 auto;
}
#subcon .prof2 h3{
	 background-repeat:repeat-x;
 }
.proftext{
	font-size:12px;
}
.proftext h4{
	width:100%;
}
.daihyo{
	font-size: 14px;
	margin:10px 5px 0;
	height:16px;
}
.shihosyoshi{
	font-size: 14px;
	margin:10px 5px 0;
	height:16px;
}
.prof3{
	width:100%;
	margin:0 auto;
}
#subcon .prof3 h3{
	 background-repeat:repeat-x;
}
.proftext dt.rep{
	width:100%;
	margin: 5px 0;
	font-weight:inherit;
}
.proftext dl{
	width:100%;
}
.proftext dt{
	width:30%;
	padding:0;
	font-weight:bolder;
	float:left;
}
.proftext dd{
	width:70%;
	float:left;
	padding:0;
}
.proftext p{
	text-indent:inherit !important;
}
.searchlist{
	font-size:13px;
}
.searchlist h1{
	font-size:15px;
	width: 100%;
border-top: 1px dotted #656565;
margin: 5px;
}

.contactarea{
	width:100%;
}
.contactarea dl{
	width:95%;
	margin:2%;
}
.contactarea dt{
	width:30%;
	float:left;
	background-color:#cddae2;
	line-height:4;
	padding-left: 1%;
	color:#666;
}
.contactarea dd{
	width:66%;
	border-bottom:1px solid #fff;
	float:left;
	line-height:4;
	padding-left:2%;
	background-color:#f2f2f2;
}
.contactarea .textareas{
	height: 13em;
	padding-top:2%;
}
.contactarea .action input{
	width:200px;
	height:30px;
	margin:0 auto;
	display:block;
}
.entry-content #searchform{
	position:relative;
}
.entry-content #searchform #searchsubmit{
	height: 30px;
	left: 220px;
}
.blogcon{
}
.blogcon .page-title{
	width:100%;
	text-align:right;
	margin:10px 0;
}
.blogcon .catpost{
	border:1px solid #eee;
	padding:10px;
	box-sizing:border-box;
	margin-bottom:3px;
}
.blogcon .entry-title{
	font-size:18px;
	margin: 10px 5px;
background-image: url(../img/map/map_title.jpg);
height: 30px;
}
.blogcon .entry-title a{
	text-decoration:none;
	color:inherit;
}
.blogcon .entry-meta{
	width:100%;
	text-align:right;
	margin:10px 0;
}
.blogcon .by-author{
	display:none;
}
.blogcon .entry-content{
	padding:10px;
}
.blogmenu{
}
#sidebar .blogmenu li a{
	background:none;
	width:auto;
	height:auto;
	display:inline-block;
	padding:0 10px;
}
#sidebar .newpost li a{
	background:none;
	width:auto;
	height:auto;
	display:inline-block;
	padding:0 10px;
}