@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,
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-color: #fff;
}
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{
	background: url(../images/bg_up.png) no-repeat;
	background-size:cover;
}

#header, #banner, #content, #footer {
	width: 100%;
	min-width: 1000px !important;
	display: block;
}

h1{
	border: 1px solid #A96DAD;
	color: #A96DAD;
	font-size: 20px;
	font-weight:bold;
	padding:10px;
	line-height:1.5em;
	text-align: left;
	box-shadow:inset 0 0 1px #fff;
	text-align: left;
	background:#fff;
	text-align:center;
}
h1 img{
	vertical-align:middle;
	padding-right:10px;
}
h2{
	background-color: #2b2b2b;
	color: #fff;
	font-size: 18px;
	font-weight:bold;
	padding:10px;
	line-height:1.5em;
}
	
h2 img{
	vertical-align:middle;
	padding-right:10px;
}




/**********FOLLOWING RESETS ENDS HERE***************/





/**********LAPSE START CSS DEFAULT STYLING***************/


/*HEADER*/

#header{
	background: #A9D8B8 transparent;
  
}
.siteTitle a{
	color: #fff;
	font-weight:bold;
	font-size:33px;
	border:1px solid #fff;
	text-decoration:none;	
	float:right;
	margin-top:12%;
	padding:20px 10px;
}

.siteTitle img{
	vertical-align:middle;
	padding-right:  15px;
}
.headerMenu{
	float:right;
	margin-right:5px;
	position:relative;
	background: #ed145a;
	margin-top:20px;
}
.headerMenu:after{
	content:"";
	width: 60px;
	height:90px;
	background: url(../images/h-forward.png);
	position:absolute;
	left:-50px;
	bottom:-9px;
}
.headerMenu ul li{
	display:inline-block;	
	zoom:1;
	*display:inline;
}
.headerMenu ul li a{
	color: #fff;
	font-weight:bold;
	font-size:13px;
	display:block;
	padding:15px 20px;
	text-decoration:none;
	position:relative;
}
.headerMenu ul li a:hover{
	color: #ed145a;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #d0d0d0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d0d0d0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d0d0d0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#d0d0d0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#d0d0d0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#d0d0d0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d0d0d0',GradientType=0 ); /* IE6-9 */
	border-radius:5px;
	border:1px solid #828282;
	margin-top:-30px;
	height: 20px;
	position:absolute;
	line-height:19px;
}

/*END HEADER*/


/*BANNER*/

#banner{
	
	background:#5BCBE3 url(../images/bg.png);
}
.mv{
	position:relative;
	padding:0px 0px 50px;
	width:520px;
	
}

.sliderHolder{
		border:7px solid #fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
/*slider*/
.bxslider {
 *height:320px !important;
 *overflow:hidden;
	
}
.bxslider li img {
 *width:500px !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:15px !important;
	height:15px !important;
	display:none !important;
	background: #777777 !important;
	position:relative;
	margin-left:10px;
	top:8px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	display:none !important;
	background: #ff0000 !important;
	border:1px solid #777777;
}
/*CONTENT*/

#content{
	margin-top:20px;
}
.content_middle{
	width:1000px;
	margin-right:20px;
	float:left;
}
.content_right{
	width:250px;
	float:left;
}

/********************************CONTENT ELEMENT STYLES*********************************/


/*NAV*/
.nav{
	margin-bottom:20px;
	position:relative;
}
.nav h3{
	text-align: left;
	border-bottom: 1px solid #DDD;
	font-size: 17px;
	padding: 12px;
	font-weight: bold;
	color: #000;
	position: relative;
	margin-bottom: 10px;
}
.nav h3 span{
	border-bottom: 3px solid #113B53;
padding-bottom: 6px;
}
.nav h3 img{
	vertical-align:middle;
	padding-right:5px;
}
.nav ul{
text-align:center;
}
.nav ul li{
	display:inline-block;
	padding:20px 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;
	padding:10px;
	transition: all 0.3s ease-in;
	border-radius:50px;
}
.nav li a:hover{
	color: #FFF;
background: #398b9d;

}
/*BLOGPARTS*/
.blogparts{
	margin-bottom:50px;
	position:relative;
	padding:20px 50px;
	background:#854B88;
	
}
.blog{
	background:#A96DAD url(../images/bg.png);
	border-top:5px solid #854B88;
	min-width:1000px;
}
.blog h3{
	text-align:center;
	font-size: 17px;
	padding:35px;
	font-weight:bold;
	color: #fff;
	position:relative;
	z-index:10px;
	margin-bottom: 10px;
}

.blog h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts{
	 display:inline-block;
	margin-left:50px;
  vertical-align: top;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.333);
}
.blogparts center{

 

}
.blogparts2{
	margin-bottom:20px;
	position:relative;
	background: #D5C6E0;
}
.blogparts2 h3{
	background-color: #192A51;
	font-size: 15px;
	padding:10px;
	font-weight:bold;
	color: #fff;
	border-bottom: 1px solid #000;
	position:relative;
	z-index:10px;
}
.blogparts2 h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts2 center{
	background-color: #D5C6E0;
	border: 1px solid #292929;
	padding:15px;
	margin-top:-20px;
	padding-top:30px;
}
/*MAIN CONTENT*/
.textWrap{
	
	padding:20px;
	position:relative;
	z-index:90;
	
}
.text01{
	margin-bottom:20px;
		margin-top:20px;
}
.text01 p{
	padding:15px 0;
	font-size:13px;
	line-height:25px;
	text-align:justify;
	color: #333;
}
.text01 .capImg{
	float:right;
	margin:15px;
	border: 2px solid #44B0C7;
}
.text01 .capImg1{
	float:left;
	margin:15px;
	border: 2px solid #44B0C7;
}
.link01 a{
	text-decoration:none;
	color: #fff;
	line-height: 1.5;
	font-size:14px;
	display:block;
	font-weight:lighter;
	padding:12px;
	padding-left:20px !important;
	background:#A96DAD ;
	-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:10px;
	border-radius:50px;
}
.link01 a:hover{
	color: #fff;
	background:#956398;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
	
		
}
/*NEWS AND UPDATES*/

.new{
	margin-bottom:10px;
	position:relative;
	*display: inline;
	min-width:1000px;
	background:#44b0c7;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.33);
}
.new h3{
	
	text-align: left;
border-bottom: 1px solid #DDD;
box-shadow: 0px 0px 1px #FFF inset;
font-size: 17px;
padding: 12px;
font-weight: bold;
color: #000;
position: relative;
margin-bottom: 10px;
}
.new h3 span{
	border-bottom: 3px solid #113B53;
	padding-bottom: 6px;
}
.new h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.new ul{
	text-align:center;
}
.new li {
	
	display:inline-block;
}
.new li a{
	text-decoration:none;
	padding:15px 40px;
	font-size: 12px;
	line-height:20px;
	color: #fff;
	display:inline-block;
	*display: inline;
	transition: all 0.3s ease-in;
	font-weight:bold;
	
	text-align: left;
	
}
.new li a:hover{
	color: #fff;
	background: #398b9d;
	
}
.new li a span{
	font-weight:normal;
	margin-left:20px;
	line-height: 20px;
	min-height: 20px;
}

/*FOOTER*/

#footer{
	background: #293134;
	min-width: 1000px;
}
#footer .copy{
	color: #fff;
	font-size:12px;
	text-align:center;
	position:relative;
	font-weight:normal;
	padding:20px;
	background-color: #854b88;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.33);
}
#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:13px;
	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;
	color: #C7D66D;
	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);
}
*/















































