@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, 
, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	line-height: 1;
		background:url("../images/body.png");
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after, .imgRight:after, imgLeft:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


*{padding:0;margin:0;}
.clear{clear:both;}
.container{width:1000px;margin:auto;}
.wrapUp{
}

#header, #banner, #content, #footer {
	width: 100%;
	min-width: 1000px !important;
	display: block;
}

h1{
	font-size: 20px;
	padding:3px 10px;
	line-height: 40px;
	color:#24363E;
	position:relative;
	z-index:10px;
	background: rgb(214,236,219); /* Old browsers */
background: -moz-linear-gradient(top, rgba(214,236,219,1) 0%, rgba(124,193,140,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,236,219,1)), color-stop(100%,rgba(124,193,140,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(214,236,219,1) 0%,rgba(124,193,140,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(214,236,219,1) 0%,rgba(124,193,140,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(214,236,219,1) 0%,rgba(124,193,140,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(214,236,219,1) 0%,rgba(124,193,140,1) 100%); /* W3C */
}
h1 img{
	vertical-align:middle;
	padding-right:10px;
}
h2{
	
	color: #86afb1;
	font-size: 18px;
	font-weight:bold;
	padding:10px;
	line-height:1.5em;
}
	
h2 img{
	vertical-align:middle;
	padding-right:10px;
}
strong{
	color: #000;
	font-weight:bold;
}



/**********FOLLOWING RESETS ENDS HERE***************/





/**********LAPSE START CSS DEFAULT STYLING***************/


/*HEADER*/

#header{
	padding: 10px 0;
	background: #293c45;
}
.siteTitle {
	text-align:left;
}
.siteTitle a{
	color:#CFED94;
	font-size:35px;
	font-family: Kozuka Mincho pro;
	text-decoration:none;
	font-weight:bold;
	position: relative;
	display: inline-block;
	transition: all 0.5s ease-in-out;
	padding: 10px 0px 10px 0px;
}
.siteTitle a:hover{
}
.siteTitle img{
	vertical-align:middle;
	padding-right:10px;
}

.maintitle{
	padding:20px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin-top:70px;
}
.maintitle a{
	text-decoration:none;
	color: #999;
	font-size:30px;
	font-weight:bold;
}

/*END HEADER*/


/*BANNER*/

#banner{
	position:relative;
	padding:0px 0 0px 0;
	background:url("../images/banner.png");


}
#banner .container{
	
}
.mv{
	position:relative;

}
/*slider*/
.bxslider {
 *height:320px !important;
 *overflow:hidden;
	
	
}
.bxslider li img {
 *width:1000px !important;
	
	
}
.bx-wrapper .bx-viewport {
	background: none !important;
	left: 0 !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	
}
.bx-wrapper .bx-pager.bx-default-pager a{
	width:10px !important;
	height:10px !important;
	display:none !important;
	background: #8f9498 !important;
	position:relative;
	margin-left:10px;
	top:8px;
	border-radius:0px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	display:none !important;
	background: #cecece !important;
}
/*CONTENT*/
#content{
	margin-top:20px;
}
.content_left{
	width:250px;
	float:left;
}
.content_middle{
	width:730px;
	float:right;
}
.content_right{
	width:250px;
	float:left;
}
.wrapEmup{
	background: #fff;
	width:1000px;
	padding:0 10px 10px 10px;
	margin:auto;
}

/********************************CONTENT ELEMENT STYLES*********************************/


/*NAV*/
#Nav{
	background:url("../images/new.png");
	
}
.nav h3{
	font-size: 20px;
	padding:3px 10px;
	line-height: 40px;
	color: #fff;
	position:relative;
	background:#011427;
	margin-bottom:10px;
}
.nav h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.nav ul{
	display:block;
	padding: 10px 0;
	text-align:center;
		font-size: 0;
		letter-spacing: 0;
}
.nav li{
	display:inline-block;
	*display: inline;
	zoom:1;
	margin:5px 5px;
}
.nav li a{
	text-decoration:none;
	color: #fff;
	padding:10px 10px;
	display:block;
	font-size:12px;
	line-height:1.5em;
	position:relative;
	transition: all .20s ease-in-out;
	border-bottom: 1px #8BC899 solid;
	border-left: 5px #8BC899 solid;
}
.nav li a:hover{
	background:#8BC899;
	color:#000;
}
/*BLOGPARTS*/
.blogparts{
	margin-bottom:20px;
	background: #24363E;
	padding: 10px;
}
.blogparts h3{
	font-size: 20px;
	padding:3px 10px;
	line-height: 40px;
	color: #fff;
	position:relative;
	z-index:10px;
	text-align: left;
	background:#011427;
	margin-bottom: 10px;
}
.blogparts h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts center{
	text-align:center;
}
/*MAIN CONTENT*/
.text01{
	position: relative;
	background: #24363e;
	padding: 10px;
	border-radius: 5px;
	
}
.textWrap{
}
.text01 p{
	padding:10px 10px;
	font-size:13px;
	line-height:1.8;
	letter-spacing:0.05em;
	text-align:justify;
	color: #fff;
}
.text01 .capImg{
	float:left;
	margin:20px 15px 10px 0;
	padding:10px;
	border-radius: 50em;
	box-shadow: 0px 0px 5px #6E5D54;
	opacity: 0.6;
}
.text01 .capImg:hover{
	transform: scale(0.9);
	opacity: 10;

}
.text01 .capImg1{
	float:right;
	margin:20px 0 10px 10px;
	padding:10px;
	border-radius: 50em;
	box-shadow: 0px 0px 5px #6E5D54;
	opacity: 0.6;
}
.text01 .capImg1:hover{
	transform: scale(0.9);
	opacity: 10;

}
.text01 .capImg img{
	border:1px solid #a29f9a;
}
.link01 a{
	text-decoration:none;
	color: #fff;
	line-height: 1.5;
	font-size:14px;
	display:block;
	font-weight:lighter;
	padding:7px 10px;
	background:#5F796A;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
	position:relative;
	margin-top:5px;
}
.link01 a:hover{
	background:#395A47;
	padding-left: 25px;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
	color:#fff;
}
/*NEWS AND UPDATES*/
}
.new h3{
	font-size: 15px;
	padding:10px;
	font-weight:bold;
	color: #fff;
	position:relative;
	z-index:10px;
}
/*news*/
#New{
	
}
.new {

}

.new img{
}

.new > ul {
	font-size:0;
	letter-spacing:0;
	text-align:center;
		margin-bottom: 20px;
		background: #24363E;
	padding: 10px;
	
	}
.new > ul > li {
	display:block;
	*display: inline;
	zoom:1;
	text-align:center;
	position: relative;
	margin:3px 0;
}

.new > ul > li > a > span {
	display:block;
	font-size: 15px;
	color:#fff;
	line-height:normal;
	letter-spacing:normal;
	
}
.new > ul > li > a {
	position: relative;
	display:block;
	font-size: 13px;
	color:#fff;
	padding: 10px 0;
	line-height:20px;
	background:#7b9cab;
	transition: all .20s ease-in;
	text-decoration: none;
}
.new > ul > li > a:hover {
	background: #1f262d;
	color: #fff;
}
.new > ul > li > a:hover span {
}

/*FOOTER*/

#footer{
	margin-top:30px;
	background:#293C45;
}
#footer .copy{
	color: #fff;
	font-size:14px;
	text-align:center;
	font-weight:normal;
	padding:20px 0;
	
}
#footer .fNav{
	text-align:center;
}

#footer .fNav li{
	display:inline-block;
	zoom:1;
	*display:inline;
	margin: 10px 0;
	padding: 8px 15px;
}
#footer .fNav li a{
	color: #fff;
	font-weight:normal;
	font-size:14px;
	display:block;
	text-decoration:none;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	position:relative;
	border-radius: 5px;
}
#footer .fNav li a:hover{
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	text-decoration:underline;
}
/*
#footer .fNav li a:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#footer .fNav li a:hover:before{
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}*/



.site-information_contents {
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.site-information_contents li {
	font-size: 13px;
	line-height: 40px;
}

.site-information_contents li a {
	color: #fff;
	text-decoration: underline;	
}
















































