@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: #464040; 
}
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;}
h1{
	font-size: 21px;
	color: #fff;
	line-height:1.5em;
	padding:10px;
	font-weight:bold;
	border-left:5px solid #fff;
}

h1 img{
	vertical-align:middle;
	padding-right:10px;
}

h2{
	font-size: 30px;
	color: #fff;
	line-height:1.5em;
	font-weight:bold;
}
	
h2 img{
	vertical-align:middle;
	padding-right:10px;
}
strong{
	color: #292929;
	text-shadow: 0 1px 1px #000;
	font-weight:bold;
}



/**********FOLLOWING RESETS ENDS HERE***************/





/**********LAPSE START CSS DEFAULT STYLING***************/


/*HEADER*/
.siteTitle{
	padding-top: 550px ;
	
	z-index:1;
	text-align: center;

}
.siteTitle a{
	color: #ddd;
	text-shadow: 1px 1px 5px #A882CD;
	font-weight:bold;
	font-size:40px;
	text-decoration:none;
	-webkit-transition:all .20s ease-in;
	-moz-transition:all .20s ease-in;
	-o-transition:all .20s ease-in;
	-ms-transition:all .20s ease-in;
}
.siteTitle img{
	vertical-align:middle;
	padding-right:15px;
}
.design01{
	background: url(../images/design01.png) no-repeat;
	width:653px;
	height:53px;
	margin:auto;
	margin-bottom:50px;
	pointer-events:none;
}
.design02{
	background: url(../images/design02.png) no-repeat;
	width:653px;
	height:53px;
	margin:auto;
	margin-top:50px;
	pointer-events:none;
}

/*END HEADER*/

/*BANNER*/

#banner {
	zoom:1;
	

	background: url(../images/mvbg.png) no-repeat center;
	position:relative;
	border-top:1px solid #959f15;
}

.sup{position:relative;}
.mv{
	width:100%;
	overflow:hidden;
	*margin: 0 auto;
	min-width: 1000px;
	height: 700px;
	position:relative;
}
.mv img{
	text-align:center;
	width: 100%;
	height: auto;
	min-width: 1300px;
}



/*slider*/
.bxslider {
 *height:237px !important;
 *overflow:hidden;
}
.bxslider li img {
 
}
.bx-wrapper .bx-viewport {
	background: none !important;
	left: 0 !important;
	min-height:237px;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	width:15px !important;
	height:15px !important;
	display:none !important;
	background: url(../images/inactive.png) !important;
	position:relative;
	margin-left:10px;
	border-radius:10em !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	display:none !important;
	background: url(../images/active.png) !important;
	border-radius:10em !important;
}
/*CONTENT*/

#content{
	margin-top:20px;
	zoom:1;
	ft.gradient( startColorstr='#b5b3b4', endColorstr='#dad8d9',GradientType=0 ); /* IE6-9 */

	position:relative;
	z-index:999;
	border-radius:10px;
	border-top:1px solid #d5d3d4;
	box-shadow: inset 0 0 4px #888;
}
.content_left{
	width:260px;
	float:right;
}
.content_middle{
	width:740px;
	float:right;
}
.content_right{
	width:250px;
	float:right;
}

/********************************CONTENT ELEMENT STYLES*********************************/
.nav{
	background: #7B4D54; 
	border-radius:50em;
	border:1px solid #ffefef;
	border-bottom:1px solid #cac9c4;
	box-shadow: inset 0 0 8px #999;
	margin-top:-30px;
	position:relative;
	z-index:1;
	padding:10px 0;
}
.nav h3{
	font-size: 18px;
	padding:10px 0;
	color: #333;
	border-bottom:1px solid #eee;
	line-height:1.5em;
}
.nav h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.nav li{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-right:-6px;
	
	padding:10px 60px;
}
.nav li:last-child{
	border:0;
}
.nav li a{
	text-decoration:none;
	color: #fff;
	
	-webkit-transition:all .20s ease-in;
	-moz-transition:all .20s ease-in;
	-o-transition:all .20s ease-in;
	-ms-transition:all .20s ease-in;
	transition:all .20s ease-in;
	display:block;
	font-size:12px;
	line-height:1.5em;
}
.nav li a:hover{
	text-decoration:underline;
	-webkit-transition:all .20s ease-in;
	-moz-transition:all .20s ease-in;
	-o-transition:all .20s ease-in;
	-ms-transition:all .20s ease-in;
		transition:all .20s ease-in;
}
/*BLOGPARTS*/
.bp{
	position:absolute;
	padding:40px 0;
	z-index:1;
}
.blogparts{
	margin:15px;

}
.blogparts h3{
	font-size: 18px;
	background: #54334E;
	padding:15px;
	color: #fff;
}

.blogparts h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts center{
	padding:20px 0;

}
.blogparts:last-child center{
	border:0;
}

.blogparts2{
	margin:15px;

}
.blogparts2 h3{
	background: #7dd193;
	padding:15px;
	color: #fff;
	padding:15px;
}
.blogparts2 h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts2 center{
	padding:20px 0;

}
.blogparts2:last-child center{
	border:0;
}
/*MAIN CONTENT*/

.text01{
	position:relative;
	border-radius:10px;
	padding:10px;
}
.textWrap{
}
.text01 p{
	font-size:13px;
	line-height:2em;
	text-align:justify;
	color: #fff;
	padding:10px 0;
	letter-spacing:0.05em;
}
.text01 .capImg{
	float:left;
	margin:20px ;
	padding:10px;
	background: #fff;
}
.link01 a{
	text-decoration:none;
	color: #fff;
	padding:10px;
	font-size:13px;
	display:block;
	font-weight:lighter;
	background: #974541; 
	border-radius:50em;
	position:relative;
	line-height:1.5em;
	margin-top:10px;
	box-shadow: inset 0 0 1px #43aaa7;
	border:1px solid #e6d6d7;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
}

.link01 a:hover{
	background: #ddd;
	color: #333;
}
/*NEWS AND UPDATES*/
.news{
	margin:15px;
	background: #fff;
	text-align: center;
  
	
}
.news h3{
	font-size: 18px;
	background: #16b7d4;
	padding:15px;
	color: #fff;
}
.news li a{
	display:block;
	text-decoration:none;
	color: #68605d;
	font-size: 14px;
	padding:20px 0 10px 5px;
	line-height:1.5em;
	border-bottom:1px dashed #cdcdcd;
	margin:0px 5px 10px 5px;
}
.news li:first-child a{
	border:0;
	
}

.news li:second-child a{
	border:0;
	
}
.news li:last-child a:hover{
	border:0;
}
.news li a:hover{
	color: #000;
	border-bottom:1px dashed #999;
}
.news li a span{
	display:block;
	color: #7b9824;
	font-size: 12px;
	font-style:italic;
}
/*---------------*/
/***** my custom animation *****/
/*---------------*/
.effect-wrap-box{
	  position: relative;
	  float: left;
	  overflow: hidden;
	  margin: 10px 1%;
	  min-width: 320px;
	  max-width: 480px;
	  max-height: 360px;
	  width: 48%;
	  background: #3085a3;
	  text-align: center;
	  cursor: pointer;
}
.effect-custom img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}
.effect-custom .effect-target {
	text-align: left;
}
.effect-target h2 a{
	text-decoration:none;
	color: #fff;
}
.effect-custom .effect-target > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

.effect-custom h2,
.effect-custom p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}
.effect-custom h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.effect-custom p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

.effect-custom:hover img,
.effect-custom:hover p {
	opacity: 1;
}

.effect-custom:hover img,
.effect-custom:hover h2,
.effect-custom:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.effect-custom:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/*FOOTER*/

#footer{
	text-align:center;
	min-width:1000px;
	zoom:1;
	margin-top:20px;
}
#footer .copy{
	color: #999;
	font-size:12px;
	font-weight:normal;	
	padding:20px 20px 30px 20px;
}
#footer .fNav ul{
	padding:10px 0;
}
#footer .fNav li{
	display:inline-block;
	zoom:1;
	*display:inline;
	margin: 15px 0;	
}
#footer .fNav li a{
	color: #999;
	font-weight:normal;
	font-size:12px;
	display:block;
	text-decoration:none;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
	border-radius:3px;
	padding:10px;
	zoom:1;
}
#footer .fNav li a:hover{
	text-decoration:underline;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
	zoom:1;
	color: #fff;
}

.sitemap_nav {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.sitemap_nav li {
	font-size: 13px;
	line-height: 40px;
}

.sitemap_nav li a {
	color: #fff;
	text-decoration: underline;	
}















































