@charset "utf-8";
/*
Theme Name: cloudtpl_782
Theme URI: http://c-tpl.com/
Description: cloudtpl_782
Version: 1.0
Author: Cloud template
Author URI: http://c-tpl.com/
Tags: simple

	Cloud template v1.0
	 http://c-tpl.com/

	This theme was designed and built by Cloud template,
	whose blog you will find at http://c-tpl.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

【標準03-b：テンプレートシート】

*/

*{margin:0;padding:0;}
html{margin:0;padding:0;}

body{
	font: 12px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#252525;
	background: #d9e1b3 url(images/bg.png) left top;
}

a{color:#749915;text-decoration:none;}
a:hover{color:#b0c05e;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/************************************
                 全体
**************************************/
#wrapper{
	margin: 0 auto;
	padding: 0 21px 0 30px;
	width: 919px;
	background: url(images/wrap_bg.png) repeat-y left top;
}

/************************************
              ヘッダー
**************************************/
#header{
	width:910px;
	height:110px;
}

#header .header_top{
	width:910px;
	padding-bottom:3px;
	}

#header .header_top h1 {
	margin-left:5px;
	display:inline;
	padding:10px 10px 0px 10px;
	font-size: 10px;
	font-weight: normal;
}
#header .header_top p{
	font-size:10px;
	float:right;
	padding:0 20px 5px 6px;
}

#header a img {
    vertical-align: middle;
	margin-right:10px;
}
#header h2{
	width:500px;
}

/**ロゴ**/
#header h2 a{
	color:#9db239;
	margin-left:5px;
}

*:first-child+html #header h2{
	color:#9db239;
	margin-left:5px;
	margin-top:-15px;
}


/**お問い合わせ**/
#header .menu ul{
	margin-right:15px;
	margin-top:10px;
}

*:first-child+html #header .menu ul{
	margin-right:15px;
	margin-top:0px;
}

#header .menu ul li{
	font-weight:bold;
	font-size:14px;
	background: url(images/list_icon_g.png) no-repeat left 50%;
	padding-left:18px;
	}
	
/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 650px;
padding:0px 0;
display: inline;
}

#main .bannerM img{
padding-right: 10px;
padding-bottom: 15px;
}
#main .bannerM img.last{padding-right:0;}

#main p {
	padding: 15px 15px 15px 20px;
}

/*******　各種見出し　*****/
#main h2{
	width:575px;
	height:38px;
	margin-bottom: 0px;
	margin-top: 30px;
	margin-left:4px;
	padding: 1px 10px 0px 55px;
	line-height: 39px;
	font-size: 15px;
	color:#749915;
	font-weight:normal;
	background: url(images/h2_bg.png) no-repeat left top;
	border-radius:10px;
	border:1px solid #EFEFEF;
}

#main h3 {
	font-size: 16px;
	line-height: 40px;
	padding-left: 20px;
	padding-bottom:3px;
	margin: 20px 5px 0;
	height:40x;
	color: #fff;
	font-weight:normal;
	background:url(images/h3_main_bg.png) no-repeat left top;
}
#main .postWrap h2,
#main h2.title,
.news_index header h2.title{
	font-size: 16px;
	line-height: 40px;
	padding-left: 20px;
	padding-bottom:3px;
	margin: 20px 5px 0;
	height:40x;
	color: #fff;
	font-weight:normal;
	background:url(images/h3_main_bg.png) no-repeat left top;
	border-radius:5px;
	border:none;
	}

/*******　テーブル設定　*****/
.cms_table{
	margin-bottom:20px;
	padding-bottom:20px;
	}
*:first-child+html .cms_table{
	margin-bottom:20px;
	margin-top:-30px;
	}

#main table{
	border-collapse:collapse;
	border-top:#749915 1px solid;
	border-bottom:#749915 1px solid;
	background:#FFF;
	}
#main table th{
	border-bottom:#749915 1px solid;
	background:#C8D86A ;
	padding:5px 5px;
	color:#000;
	}
#main table td{
	border-bottom:#749915 1px solid;
	background:#fff;
	padding:5px 10px;
	}
#main table tr:last-child th{
	border:none;
	padding:5px 5px;
	color:#000;
	}
#main table tr:last-child td{
	border:none;
	background:#fff;
	padding:5px 10px;
	}
#main table tr:first-child th{
	border-bottom:#749915 1px solid;
	background:#C8D86A;
	padding:5px 5px;
	color:#000;
	}
#main table tr:first-child td{
	border-bottom:#749915 1px solid;
	background:#fff;
	padding:5px 10px;
	}
/******　テーブルここまで　*******/


/******　メインビジュアル　******/
#mainImg {
    position: relative;
    margin-left:auto;
    margin-right:auto;
    line-height: normal;
    overflow: hidden;
	padding-bottom:10px; 
	padding-top:10px;
	}
#mainImg img{
	width:100%;
	}
#catchcopy {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align:left;
    padding-top: 10px;
    font-size: 200%;
	}

/**　リスト　**/
.post ol,#main ol{
	margin:0 0 0 45px;
	}
.post ul,#main ul{
	margin: 15px 0px;
	}
.post ul li,#main ul li{
	list-style-type:none;
	background: url(images/list_icon_g.png) no-repeat left 50%;
	margin: 5px 20px 5px 0px;
	padding-left:18px;
	}
#main ul.newslist li{
    margin: 0px 20px 5px 0px;
	border-bottom:1px dashed #E1E1E1;
	background:none;
	list-style:none;
	}
	
/****** フォーム *******/
#main form{
	margin-top:32px;
	}
#main form input,#main form textarea{
	border:1px solid #BFBFBF;
	padding:5px 10px;
	border-radius:5px;
	}
#main form .checkbox{
	border:none;
	}

.cms_left .text{margin-left:20px;}
#main .cms_right img{
	margin:15px 10px 10px;
	}
.cms_gallery .content{
	padding-top:10px;
	}

/* 画像を右に回りこみ */
#main p.withImage{
width: 598px;
margin: 20px 0 0 10px;
padding: 5px 0;
}

#main p.withImage img{
float: right;
margin-left: .7em;
}

#date {
text-align: right;
padding-right: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#999999;
}

#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{
float: left;
width: 195px;
margin: 20px 16px 10px 0;
line-height: 1.2;
}

.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 3px;}


/***********************
サイド（右側）コンテンツ
************************/
#sidebar {
float: left;
width: 235px;
padding: 29px 0;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
	height:40px;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background:url(images/h3_side_bg.png) no-repeat left top;
	}

#sidebar ul{
	margin-left: 0px;
	padding: 5px 0;
	}
#sidebar li{
	margin: 0 5px;
	list-style: none;
	}

#sidebar li a{
display: block;
padding-left:15px;
}
#sidebar li a:hover{background-position: 3px 50%;}

#sidebar .cms_text{
	padding:2px 5px 5px;
	}
#sidebar .cms_text .text{
	margin:0 5px;
	}
	
#sidebar .cms_embed{
	padding:2px 5px 5px;
	}
#sidebar .cms_embed .text{
	margin:0 5px;
	}
#sidebar .cms_embed h3{
	margin-bottom:0px;
	}
	
#sidebar .cms_navigation{
	border-bottom:2px solid #BFBFBF;
	border-top:2px solid #BFBFBF;
	}
#sidebar .cms_navigation table{
	border-collapse: separate;
	border-spacing:2px;
	}
#sidebar .cms_navigation .navi-item{
	}
#sidebar .cms_navigation .navi-item td{
	border-top:1px dashed #E1E1E1;
	padding:5px 0 2px 10px;
	vertical-align:middle;
	}
#sidebar .cms_navigation .navi-item:first-child td{
	border-top:none;
	}

#banners{margin:0 0 0 5px;}
*:first-child+html #banners{margin:-80px 0 0 5px;}
/***********************
　 　　フッター
************************/
#footer{
	clear:both;
	width:910px;
	height:40px;
	background: url(images/bg_footer.png) left top;
	padding:0 20px 30px 20px;
	margin-left:-15px;
	margin-bottom:0;
	}
#footer .footer_menu{
	text-align:center;
	}

#footer2{
	clear:both;
	background:#fff;
	padding: 0px 25px 0px;
	font-size: 11px;
	text-align:center;
	color:#000;
	}

#footer2 .inner{
	overflow: hidden;
	text-align:center;
	}

* html #footer2 .inner{height:1%;}

#footer2 #logo{
	float:left;
	padding: 10px 0 5px;
	width: 292px;
	}

#footer2 address{
	padding:15px 0 0;
	text-align: center;
	font-style:normal;
	font-size: 10px;
	clear:both;
	display:block;
	}


/******　各種ナビゲーションメニュー設定　****/

.menu {
    float:right;
}
.menu li {
    font-size: 10px;
    list-style-type: none;
	margin:0 auto;
	}
	
.globalnavi {}
.globalnavi .menu {
    float:none;
    width: 914px;
    overflow: hidden;
	height:56px;
	line-height:56px;
	background:url(images/navi_bg.png) repeat-x left top;
	}
.globalnavi .menu li {
    list-style-type: none;
    float:left;
}
.globalnavi .menu li a{
    display: block;
	color:#000;
    font-size: 12px;
    width: 150px;
    text-align: center;
	background:url(images/gNav_li_bg.png) no-repeat left 10px;
}
.globalnavi .menu li:first-child a{
    display: block;
	color:#000;
    font-size: 12px;
    width: 150px;
    text-align: center;
	background:none;
}
.globalnavi .menu li a:hover{
	color:#749915;
	}

	
.newslist a:hover,
.sidemenu a :hover{
	color:#b0c05e;
	}
	
.footer_menu{
	width:765px;
	margin:0 auto;
	}
.footer_menu .menu {
    float:none;
	width:765px;
	margin:0 auto;
	}
.footer_menu .menu ul{
	width:765px;
	margin:0 auto;
	}
.footer_menu .menu ul li{
	float:left;
	width:126px;
	text-align:center;
    border-right: 1px solid #fff;
    font-weight: bold;
    list-style-type: none;
	font-size:11px;
	margin-top:15px;
	}
.footer_menu .menu ul li:first-child{
	float:left;
	width:125px;
	text-align:center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-weight: bold;
    font-size: 10px;
    list-style-type: none;
	margin-top:15px;
	}
.footer_menu .menu a{
	color:#fff;
	display:block;
	width:100%;
}
.footer_menu .menu a:hover{
	color:#456312;
	background:#fff;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	}

.form_header{width:100px; float:right; text-align:right;font-size:1.0em; font-weight:bold;padding-top:10px;padding-right:57px;}
.form_header a{	color:#000;}
.form_header a:hover{color:#5B95BF;}

