@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:#8BB0CB;
}
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:10px 10px;
	line-height: 40px;
	color: #fff;
	position:relative;
	z-index:10px;
	background:rgb(20,105,114);
}
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{
	background: #000;
	padding:20px 0;
}
.siteTitle {
	text-align:left;
}
.siteTitle a{
	color:#B4DBFF;
	font-size:30px;
	text-decoration:none;
	font-weight:bold;
	position: relative;
	display: inline-block;
	transition: all 0.5s ease-in-out;
}
.siteTitle a:hover{
}
.siteTitle img{
	vertical-align:middle;
	padding-right:5px;
}
.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:20px 0;
	zoom:1;
	background:url(../images/body.png) no-repeat center;
background-size: cover;

}
#banner .container{
	
}
.mv{
	position:relative;
	background: #000;
padding: 15px 15px 15px 15px;
border-radius: 20px;
}
/*slider*/
.bxslider {
 *height:380px !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{
	background: #fff;
	margin-top:20px;
}
.content_left{
	width:250px;
	float:left;
}
.content_middle{
	width:730px;
	float:left;
}
.content_right{
	width:250px;
	float:right;
}
.wrapEmup{
	background: #fff;
	width:1000px;
	padding:0 10px 10px 10px;
	margin:auto;
}

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


/*NAV*/
#Nav{
		background:#000;
		padding:10px 0;
}
.nav h3{
	font-size: 20px;
	padding:13px 10px;
	line-height: 40px;
	color: #77715b;
	position:relative;
	z-index:10px;
}
.nav h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.nav ul{
	border-radius: 20px;
	text-align: center;
}
.nav li{
	display:inline-block;
	padding: 8px 0 5px 0;
	margin: 0 5px;
}
.nav li a{
	text-decoration:none;
	color: #FFF;
	padding:12px 15px;
	display:block;
	font-size:12px;
	line-height:1.5em;
	position:relative;
	transition: all .20s ease-in-out;
	background:#1D2C6E;
	background-position:10px;
}
.nav li a:hover{
	background:#91B4D0;
	color:#000;
	border-radius:20px;
}
/*BLOGPARTS*/
.blogparts{
	margin-bottom:10px;
	background: #5F93C5;
}
.blogparts h3{
	font-size: 20px;
	padding:10px 10px;
	line-height: 40px;
	color: #FFF;
	position:relative;
	z-index:10px;
	text-align: left;
	border-bottom: 3px solid #fff;
margin: 0 10px;
}
.blogparts h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts center{
	padding:10px;
	margin-top: 10px;
}
/*MAIN CONTENT*/
.text01{
	position: relative;
	
}
.textWrap{
	padding:15px;
background: #5F93C5;
}
.text01 p{
	padding:10px 0;
	font-size:13px;
	line-height:1.5em;
	letter-spacing:0.05em;
	text-align:justify;
	color: #fff;
}
.text01 .capImg{
	float:left;
	margin:20px 15px 10px 0;
	padding:11px;
	border-radius: 50em;
	box-shadow: 0px 0px 5px #110D01;
}
.text01 .capImg1{
	float:right;
	margin:20px 0 10px 10px;
	padding:11px;
	border-radius: 50em;
	box-shadow: 0px 0px 5px #cfc8ac;
}
.text01 .capImg img{
	border:1px solid #a29f9a;
}
.link01 {
	padding:10px 10px;
}
.link01 a{
	text-decoration:none;
	color: #fff;
	line-height: 1.5;
	font-size:14px;
	display:block;
	font-weight:lighter;
	padding:10px;
	background:#4156B6;
	-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;
}
.link01 a:hover{
	background:#86A159;
	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;
	border-radius:20px;
}
/*NEWS AND UPDATES*/
.new{
	background: #474747;
}
.new h3{
	background :#86afb1;
	font-size: 15px;
	padding:10px;
	font-weight:bold;
	color: #fff;
	position:relative;
	z-index:10px;
}
.new h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.new li{
	width:329px;
	display:inline-block;
	*display:inline;
	zoom:1;
}
.new li a{
	text-decoration:none;
	font-size: 13px;
	line-height:2em;
	color: #fff;
	display:block;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
	font-weight:normal;
	font-style:italic;
	text-align:center;
	padding:50px 0;
	background: url(../images/new_icon.png) no-repeat 20px ;
	background-size:15%;
}
.new li a:hover{
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
	background-color: #303030;
}
.new li a span{
	color: #fff;
	font-size:18px;
	display:block;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
}
.new li a:hover span{
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
}

/*FOOTER*/

#footer{
	margin-top:30px;
	background: #000;
}
#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);
}*/
















































