
@charset "utf-8";

/*******
 keycolor
**********/


/*サイドバー見出し背景*/
.sidebar-right .widget .widget-title,
.sidebar-left .widget .widget-title {
	border-bottom-color: #52c600;
	}

/*お問合せボタン背景*/
.header-right ul li.contact_url a,
.content-contact ul li.contact_url a{
	background:#52c600;
	}
		
/*電話番号*/	
.header-right ul li.tel,
.header-right ul li.tel a{
	color:#52c600;
	}
	
/*記事下電話番号枠*/	
.content-contact ul li.tel div{
	border:3px solid #52c600;
	}
	
/*カレンダー*/
.widget_calendar tbody a {
	background-color: #52c600;
	}
	
/*カレンダーマウスオーバー時*/
.widget_calendar tbody a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background:#52c600;
	}

	
/*メニューバー*/
.headermenu {
		border-bottom:3px solid #52c600;
		}

.headermenu li a:hover {
		color:#52c600;
		}

/*メニュー格納*/
.menu-toggle {
	background-color:#52c600;
}

/*メニュー格納時　マウスオーバー*/
.headermenu.toggled-on a:hover {
	color:#52c600;
	}


/*フロントページ　最新情報*/	
	.newinfo{
	border-bottom:3px solid #52c600;
	}


	
/************
 linkcolor
*************/
	
/*記事内リンク*/
.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	color:#0000FF;
	}
	
.postarea-top-content .widget a,
.posttop a,
.postbottom a,
.postarea-top-content .widget a:hover,
.posttop a:hover,
.postbottom a:hover{
	color:#0000FF;
	}		
	
	
	
/**************
 all_linkcolor
 **************/
	
/*ページャー*/	
.paging-navigation .page-numbers.current{
	border-top: 5px solid #0066bf;
	}

.paging-navigation a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	border-top: 5px solid #0066bf;
	}
	
	
/*リンク*/
/*記事タイトル　マウスオーバー時*/
.entry-title a:hover {
	color: #0066bf;
	}
	

/*関連記事リンク*/
.related li a:hover{
	color: #0066bf;
	}	
	
.widget a:hover {
	color: #0066bf;
	}	
	
		
/*投稿ナビ*/	
.post-navigation a:hover,
.image-navigation a:hover {
	color: #0066bf;
	}
	
/*フッターコピー　*/
.site-info a:hover {
	color: #0066bf;
	}

/*ブログ影*/
  
 
 /*単独ページ影*/
 
	/*単独ページ用背景*/
body.page-template-lp-php{
	background: #ffffff;
	}

	
	
	
/*******
 button_color
**********/
/*ボタン*/	
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #52c600;
	}
	
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #52c600;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}
	
button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #52c600;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #52c600;
	}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #52c600;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #52c600;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}

/*サイドバーボタン*/
.sidebar-right .widget input[type="button"],
.sidebar-right .widget input[type="reset"],
.sidebar-right .widget input[type="submit"],
.sidebar-left .widget input[type="button"],
.sidebar-left .widget input[type="reset"],
.sidebar-left .widget input[type="submit"] {
	background-color: #52c600;
	}

.sidebar-right .widget input[type="button"]:hover,
.sidebar-right .widget input[type="button"]:focus,
.sidebar-right .widget input[type="reset"]:hover,
.sidebar-right .widget input[type="reset"]:focus,
.sidebar-right .widget input[type="submit"]:hover,
.sidebar-right .widget input[type="submit"]:focus,
.sidebar-left .widget input[type="button"]:hover,
.sidebar-left .widget input[type="button"]:focus,
.sidebar-left .widget input[type="reset"]:hover,
.sidebar-left .widget input[type="reset"]:focus,
.sidebar-left .widget input[type="submit"]:hover,
.sidebar-left .widget input[type="submit"]:focus {
	background-color: #52c600;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}

.sidebar-right .widget input[type="button"]:active,
.sidebar-right .widget input[type="reset"]:active,
.sidebar-right .widget input[type="submit"]:active,
.sidebar-left .widget input[type="button"]:active,
.sidebar-left .widget input[type="reset"]:active,
.sidebar-left .widget input[type="submit"]:active {
	background-color: #52c600;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}
	
