@charset "utf-8";

*{margin:0;padding:0;}

body{
font: 13px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#460e0b;
background: #f8f8f1 url(images/bg.png);
}

a{color:#5f9e39;text-decoration:none;}
a:hover{color:#183904;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 910px;
}

/*************
/* ヘッダー
*************/
#header{
	background: url(images/header.png) no-repeat right center;
	height: 80px;
}

#header h1 {
color: #5f9e39;
padding: 3px 0 5px;
font-size: 10px;
font-weight: normal;
}


/*************
/* トップナビゲーション
*************/

ul#topnav{
	margin: 15px 0;
	width: 910px;
	height: 31px;
	background:url(images/topnav.png) no-repeat 0 0;
}

ul#topnav li{float:left;list-style:none;width:182px;}

ul#topnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 182px;
height: 46px;
background:url(images/topnav.png) no-repeat;
}

ul#topnav a#home{background-position:0 0;}
ul#topnav a#menu{background-position:-182px 0;}
ul#topnav a#access{background-position:-364px 0;}
ul#topnav a#staff{background-position:-546px 0;}
ul#topnav a#group{background-position:-728px 0;}

ul#topnav a#home:hover, ul#topnav li.active a#home{background-position:0 -46px;}
ul#topnav a#menu:hover, ul#topnav li.active a#menu{background-position:-182px -46px;}
ul#topnav a#access:hover, ul#topnav li.active a#access{background-position:-364px -46px;}
ul#topnav a#staff:hover, ul#topnav li.active a#staff{background-position:-546px -46px;}
ul#topnav a#group:hover, ul#topnav li.active a#group{background-position:-728px -46px;}


/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 648px;
padding: 25px 0;
display: inline;
}

#mainimage {
margin-top: 30px;
}

#main h2{
	margin-bottom: 10px;
	padding: 0 10px 0px 20px;
	line-height: 40px;
	font-size: 13px;
	font-weight: bold;
	color: #5f9e39;
	background: url(images/heading.png) no-repeat;
	letter-spacing: 0.2em;
}


#main h2#top {
margin: 0;
padding: 0;
background: none;

}

#main p {
padding: 10px 15px 20px 20px;
}

/* 画像を左に回りこみ */
#main .withImage{
width: 628px;
margin: 20px 0 0 10px;
padding: 5px 0;
}

#main .withImage img{
float: left;
margin-right: 1.5em;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#5f9e39;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

.box_img_border{
   border: 1px solid #cccccc;
   padding: 1px;
  margin: 1px;
}

/* フッター共通 */
.box{
	float: left;
	width: 195px;
	margin: 0 26px 10px 0;
	line-height: 1.2;
}
.box_foot{
	float: left;
	width: 150px;
	margin: 20px 26px 10px 0;
	line-height: 1.2;
}


.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0!important;}


/* ボタン */
div.button{
text-align: center;
padding: 10px 0;
font-weight:bold;
}

div.button a{
display:block;
line-height: 32px;
background: url(images/button.png) no-repeat;

}

div.button a{color:#5f9e39;}
div.button a:hover{color:#ffffff;}

div.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 3px;}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 235px;
padding: 20px 0;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
margin-top: 5px;
padding: 0 10px 0 23px;
line-height: 40px;
font-size: 13px;
font-weight: bold;
color: #5f9e39;
background: url(images/heading2.png) no-repeat;
}

#sidebar ul{
margin-bottom: 20px;
padding: 10px 0 0 10px;
border: solid #ccc 1px;
}

#sidebar li{
margin: 0 10px 10px 5px;
list-style: none;
border-bottom: 1px dashed #ccc;
}

#sidebar li a{
background: url(images/list.png) no-repeat 0 50%;
display: block;
padding-left:15px;
}

#sidebar li a:hover{background-position: 3px 50%;}




/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
border-top: 1px solid #ccc;
}

#footer .inner{
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 10px 0 5px;
width: 350px;
}

address{
padding: 20px 0 3px;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
}

/*************
/* カスタム
*************/

div.imgbox {
	width:200px;
	float: left;
	margin-right: 20px;
	margin-bottom:20px;
	text-align: center;
}
.mg-t30 {
	margin-top: 30px;
}
.mg-b30 {
	margin-bottom: 30px;
}
div.map {
	margin-top:10px;
}
div.staffbox, div.groupbox {
	padding:20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
div.staffbox img {
	margin-right: 20px;
}
div.greetingbox {
	padding: 20px 20px 0px;
}


.over {
	overflow:hidden;
}
.menu li {
	list-style: inside;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.banner {
	margin-bottom:10px!important;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/* リンク画像透過 \*/
.banner a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

/*************
メールフォーム（バリデーション）
*************/

input {
	position:relative;
	z-index:2;
}
.error input, .error textarea, .error label {
	background:#FFCCCC;
}
* html .error label {
	background:none;
}
*+html .error label {
	background:none;
}
span.error {
	font-size: 12px;
	color: #FF0000;
}
.banners {
	margin-bottom:10px;
}