@charset "UTF-8";

body{
	/* フッターの背景色と同じに */
	background-color:#6ab935;
}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* 各種クラス
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
/*//////// micro clearfix ////////*/
.clearfix:before,
.clearfix:after {
	content:" ";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	*zoom:1;
}

/*//////// topへ戻る ////////*/
#scrollUp {
	color:#828282;
	padding:10px 5px;
	bottom:-10px;
	right:20px;
	width:85px;
	height:40px;
	font-size:11px;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	box-shadow:0 0px 2px 1px rgba(0, 0, 0, 0.2);
	background-color:#E6E6E6;
	background-image:linear-gradient(to bottom, #EBEBEB, #DEDEDE);
	background-repeat:repeat-x;
	transition:bottom 150ms linear;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px #fff;
}
#scrollUp:hover {
	bottom:0px;
}

/*///// Pagination /////*/
.pagination {
	text-align:center;
	padding:7px;
	margin:3px 3px 10px;
}
.pagination a {
	padding:2px 5px; 
	margin:2px;
	border:1px solid #000;
	text-decoration:none;
	color:#000;
}
.pagination a:hover,
.pagination a:active {
	border:1px solid #000;
	background-color:#000;
	color:#fff;
}
.pagination span.current {
	padding:2px 5px;
	margin:2px; 
	border:1px solid #000;
	background-color:#000;
	color:#fff;
	font-weight:bold;
} 
.pagination span.disabled {
	padding:2px 5px;
	margin:2px;
	border:1px solid #eee;
	color:#ddd;
}

/*///// サムネイル付きボックス /////*/
.img_l,
.img_r{
	border:1px solid #C2C2C2;
	background-color:#FFF7E3;
	padding:3px;
}
.img_l{
	float:left;
	margin-right:10px;
}
.img_r{
	float:right;
	margin-left:10px;
}

/*///// サムネイル付きリスト /////*/
.thumb_list .thumb_list_tit{
	padding:8px;
	text-shadow:0px 1px 1px #333;
	margin-bottom:5px;
}
.thumb_list .txt{
	font-size:12px;
	line-height:1.4;
}
.thumb_list .box{
	overflow:hidden;
}
.thumb_list .img_l,
.thumb_list .img_r{
	background-color:#FFF;
	margin-right:10px;
	margin-bottom:10px;
	width:100px;
	height:75px;
}
.thumb_list .bt{
	text-align:right;
	margin-bottom:10px;
}
.thumb_list ul{
	margin-bottom:5px;
}

/*//////// 汎用クラス ////////*/
.opaimg a:hover img,
img.opaimg:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}

.grd{
	background:linear-gradient(#91c97e, #6dbb56);
	background-color:#6dbb56;
	color:#FFF;
}

.floatR{	float:right;	}
.floatL{	float:left;	}

.alignR{	text-align:right;	}
.alignL{	text-align:left;	}
.alignC{	text-align:center;	}

.size10{	font-size:10px;	}
.size11{	font-size:11px;	}

.w100{	width:100px;	}
.w150{	width:150px;	}

.error_message{
	padding:10px;
	margin-bottom:10px;
	color:#C00;
	background-color:#FFF5ED;
	border:5px solid #C00;
	font-size:14px;
}

/* テーブル */
.table{
	width:100%;
	border-top:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
}
.table .must{
	color:#c00;
}
.table th,
.table td{
	border-left:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	padding:5px;
	vertical-align:middle;
}
.table th {
	font-weight: normal;
	background-color:#efefef;
}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* ページコンテンツ
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#index_bg{
	background-color:#fff;
	background-image:url(../images/bg/bg_wrapper.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}
#wrapper{
	width:950px;
	margin:0 auto;
}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* ヘッダー
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#head{
	background-color:#fff;
	padding:10px 0;
}
#head .h_logo{
	width:950px;
	margin:0 auto;
	position:relative;
}
#head .logo_image{
	width:450px;
	padding-bottom:5px;
	margin-top:10px;
}
#head .logo_image img{
	max-width:100%;
}
#head .h_logo h1{
	font-size:14px;
	position:absolute;
	right:0px;
	bottom:10px;
	width:480px;
	text-align:right;
}

#gnavi{
	background-image:url(../images/bg/bg_gnavi.png);
	background-repeat:repeat-x;
}
#gnavi a:link,
#gnavi a:visited,
#gnavi a:active {
	color:#FFF;
	text-shadow:0px 1px 1px #333;
}
#gnavi a:hover {
	color:#900;
	text-shadow:0px -1px 1px #FFF;
}
#gnavi ul{
	width:950px;
	height:38px;
	margin:0 auto;
}
#gnavi li{
	float:left;
	display:inline-block;
	height:38px;
	line-height:38px;
	padding:0 13px;
	font-size:14px;
	font-weight:bold;
	border-right:1px solid #030;
}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* パンくず
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#breadcrumb{
	margin-bottom:10px;
}
#breadcrumb ol{
}
#breadcrumb li{
	display:inline;
	vertical-align:middle;
	margin:0px;
	padding:0px;
}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* サイドカラム
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#sidecolumn{
	clear:right;
	float:right;
	width:240px;
	background-color:#FFF;
	border:1px solid #C2C2C2;
	padding:10px;
	margin-bottom:10px;
	line-height:1.2;
}
#sidecolumn .article{
	background-color:#FFF;
	border:1px solid #C2C2C2;
	margin-bottom:15px;
}
#sidecolumn .article_title{
	padding:5px;
}
#sidecolumn .article li{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #C2C2C2;
}
#sidecolumn .article .box{
	padding:5px;
}
#sidecolumn .thumb_list .bt{
	margin-bottom:0;
}

#bnr{
	background-color:#FFF;
	margin-bottom:15px;
}
#bnr ul{
	padding-top:10px;
}
#bnr li{
	height:100px;
	margin-bottom:10px;
	background-color:#EDEDED;
}
.banner{
	clear:right;
	float:right;
	line-height:1.2;
}
.banner li{
	margin-bottom:10px;
	border:1px solid #ccc;
}
.banner li img{
	width:260px;
	vertical-align:bottom;
}
.banner li p{
	padding:5px;
	background-color:#fff;
}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* フッター
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#footer{
	width:100%;
	padding:35px 0;
	color:#fff;
	background-image:url(../images/bg/bg_footer.png);
	background-repeat:repeat-x;
	background-position:0px 0px;
	background-color:#6ab935;
	position:relative;
}
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	text-decoration:underline;
	color:#fff;
}
#footer a:hover{
	text-decoration:none;
}
#footer .footer_inner{
	width:950px;
	margin:0 auto;
}

#footer .tit div{
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:10px;
}

#footer .sitemap{
	padding-bottom:5px;
}
#footer .sitemap ul{
	padding:5px 0;
	margin-bottom:10px;
}
#footer .sitemap li{
	float:left;
	margin-right:1.5em;
	padding-left:10px;
	background-image:url(../images/icon/arr_01.png);
	background-repeat:no-repeat;
	background-position:left center;
}

#footer .ftct{
	float:left;
	width:550px;
}
#footer .ftct .info{
	padding-bottom:5px;
}
#footer .ftct .tel{
	font-size:20px;
	font-weight:bolder;
	text-shadow:0px 1px 1px #333;
}
#footer .ftct .add{
	font-size:13px;
	text-shadow:0px 1px 1px #333;
	display:block;
	padding-top:5px;
}

#footer .ft_time{
	float:right;
	width:350px;
}
#footer .ft_time table{
	border-top:1px solid #C2C2C2;
	border-right:1px solid #C2C2C2;
	background-color:#FFF;
	margin-bottom:5px;
	color:#333;
}
#footer .ft_time tr{
}
#footer .ft_time th,
#footer .ft_time td{
	border-bottom:1px solid #C2C2C2;
	border-left:1px solid #C2C2C2;
	padding:3px;
	text-align:center;
}
#footer .ft_time th{
	background-color:#EEEEEF;
}
#footer .ft_time p{
	font-size:11px;
}

#copyright{
	font-size:11px;
	padding-top:10px;
}

