@charset "utf-8";

/*-------------------------------------------------
	base
-------------------------------------------------*/

BODY,H1,H2,H3,H4,H5,P,FORM,UL,OL,LI,DL,DD,DT{
	margin:0;
	padding:0;
}

OL,UL,LI {	list-style-type: none;}

A {outline:none 0 #000000;}

HR {display: none;}

IMG {border:0;}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.clearfix {
  _height: 1px;
  min-height: 1px;
  /*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*-------------------------------------------------
	layout base 
-------------------------------------------------*/

HTML, BODY {height:100%;}

BODY{
	text-align:center;
	background:url(../img/body_bg.gif);
}

address{font-size:10px; clear: both;}
strong{color:#56981D;}
/*-------------------------------------------------
	text color and size
-------------------------------------------------*/

BODY, TH, TD, H1, H2, H3, H4, H5, H6, PRE, INPUT, TEXTAREA, OPTION, DIV, P, DT, DD, LI, ADDRESS {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 160%;
	font-weight: normal;
	font-style: normal;
	color:#666666;
}

/*-------------------------------------------------
 text link
 -------------------------------------------------*/

A {color:#2FACFF; text-decoration:none;}
A:link {color:#2FACFF; text-decoration:none;}
A:visited {color:#2FACFF; text-decoration:none;}
A:hover {color:#9BD7FF; text-decoration:none;}

/*-------------------------------------------------
	headline
 -------------------------------------------------*/


 
/*-------------------------------------------------
	usefull margin
-------------------------------------------------*/

.mbS {margin-bottom:12px;}
.mbM {margin-bottom:24px;}
.note { font-size:10px; }

/*-------------------------------------------------
	usefull item
-------------------------------------------------*/

.tar {text-align:right;}
.tac {text-align:center;}
.fl_img  { float:left; margin:0px 20px 10px 0px;}
.fr_img  { float:right; margin:0px 0px 10px 20px;}

/*-------------------------------------------------
	body
-------------------------------------------------*/

body{
}

/*-------------------------------------------------
	wrapbase
-------------------------------------------------*/

#wrapBase {
	margin:0 auto;
	background-image:url(../img/bgBody.gif);
	background-repeat:repeat-y;
	width:800px;
}
/*
body > #wrapbase{	height:auto;}
*/
/*-------------------------------------------------
	Head
-------------------------------------------------*/

#bgTop{
	height:27px;
	background:url(../img/bgTop.gif) no-repeat;
}
#bgBottom{
	clear:both;
	height:27px;
	background:url(../img/bgBottom.gif) no-repeat;
}

#wrapHead {
	padding:20px 0px;
}

#head{
	width:800px;
	margin:0 auto;
	text-align:center;
}

/*-------------------------------------------------
	Headline
-------------------------------------------------*/

h1{
	background:url(../img/bgHeadline.gif) no-repeat;
	color:#65B916;
	font-size:22px;
	height:27px;
	line-height:100%;
}

.h_recently{
	background:#65B916 url(../img/h_recently.gif) no-repeat left top;
	color:#FFFFFF;
	font-size:14px;
	padding:9px 0 5px 9px;
	margin-bottom:10px;
}

/*-------------------------------------------------
	li
-------------------------------------------------*/

.li_recently li strong{
	font-size:14px;
	font-weight:normal;
}

.li_recently li{
	font-size:10px;
	margin-bottom:10px;
}

.li_recently li a{
	background:url(../img/bgList.gif) no-repeat left center;
	padding-left:10px;
	display:block;
	height:100%;
	color:#666666;
}

.li_recently li a:hover{
	color:#999999;
}

.li_recently li a:hover strong{
	color:#74D71A;
}

/*-------------------------------------------------
	the_content
-------------------------------------------------*/

.the_content p{
	font-size:16px;
}

/*-------------------------------------------------
	wrapMain
-------------------------------------------------*/

#wrapMain {
	padding-top:10px;
	width:800px;
	margin:0 auto;
	text-align:left;
}

/*-------------------------------------------------
	wrapContents
-------------------------------------------------*/

#wrapContents {
	width:550px;
	float:left;
	display:inline;
	margin-left:20px;
	margin-bottom:30px;
}

.newsBox {
	padding-bottom:10px;
	margin-bottom:10px;
}

.newsBox h2{
	margin-bottom:10px;
}

.newsBox dt{
	margin-left:10px;
	font-size:10px;
}

.newsBox dd{
	margin-left:10px;
	margin-right:10px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:dotted 1px #CCCCCC;
}

.newsBox a{
	color:#FD660C;
	text-decoration:underline;
}

.newsBox a:hover{
	color:#FD660C;
	text-decoration:none;
}

/*-------------------------------------------------
	wrapRight
-------------------------------------------------*/

#wrapRight {
	width:200px;
	float:right;
	margin-bottom:30px;
}

#wrapRight .banner{
	margin-bottom:10px;

}

/*-------------------------------------------------
	wrapFoot
-------------------------------------------------*/

#Foot p{
	width:800px;
	margin:0 auto;
	line-height:220%;
	color:#6F9A3F;
}

/*-------------------------------------------------
	form
-------------------------------------------------*/

.wpcf7-mail-sent-ok{
	background-color:#FFFFCC;
	padding:10px;
	text-align:center;
	border:1px solid #FFCC66;
}


.wpcf7-not-valid-tip-no-ajax{
	color:#CC0000;
	padding-left:10px;

}

.wpcf7-validation-errors{
	background-color:#FFFFCC;
	padding:10px;
	text-align:center;
	border:1px solid #CC0000;
	color:#CC0000;

}
