@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:#1B2838 url('../images/bg.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{
	background: url(../images/bg_up.png) no-repeat;
	background-size:cover;
	
	
}

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

h1{
	font-size: 19px;
	padding:10px;
	color: #000;
	position:relative;
	z-index:10px;
	line-height:1.5em;
	background: #cecece;
	border-top:1px solid #cecece;
	border-bottom:1px solid #cecece;
}
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;
}




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





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


/*HEADER*/

#header{
	background: #171A21;
	text-align: center;

	border-bottom:1px solid #cecece;
	
}
.siteTitle{
  padding: 20px 0;
  
}
.siteTitle a{
	color: #EEEEEE;
	font-size:30px;
	text-decoration:none;
}
.siteTitle img{
	vertical-align:middle;
	padding-right:15px;
}
.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{
	padding:10px 0;
	/*! background: #FFF; */

}
.mv{
	background: #1B2838;
	position:relative;
	padding:10px;
	border-radius: 1000px;
	border:1px solid #fff;
}
.exp{
	position:absolute;
	z-index:1;
}
.exp li a{
	text-decoration:none;
	color: #fff;
	font-size: 14px;
	background: #000;
	padding:20px;
	display:block;
	font-weight:bold;
}
.exp li a:hover{
	color: #cb392c;
	text-decoration:underline;
}
/*slider*/
.bxslider {
 *height:320px !important;
 *overflow:hidden;
	
}
.bxslider li img {
 *width:1000px !important;
	border-radius: 250em;
	
}
.bx-wrapper .bx-viewport {
		border-radius: 1000px;
	background: none !important;
	left: 0 !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	
}
.bx-wrapper .bx-pager.bx-default-pager a{
	width:13px !important;
	height:13px !important;
	display:none !important;
	background: #fff !important;
	box-shadow: inset 0 2px 2px #bbb;
	position:relative;
	margin-left:10px;
	border-bottom:1px solid #ddd;
	top:8px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	display:none !important;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ) !important; /* IE6-9 */
	

	zoom:1;

	border-bottom:1px solid #ddd;
}
/*CONTENT*/
#content{
	
}
.content_left{
	width:250px;
	float:left;
}
.content_middle{
	width:700px;
	float:left;
}
.content_right{

	width:290px;
	float:right;
}

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


/*NAV*/
.nav{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	zoom:1;
	border-top:1px solid #cecece;
	border-bottom:1px solid #cecece;
	min-width:1000px;
	box-shadow: 0 0 8px #aeaeae;
	position:relative;
	z-index:1;
}
.nav h3{
	background: #86afb1;
	font-size: 15px;
	padding:10px;
	font-weight:bold;
	color: #fff;
	position:relative;
	z-index:10px;
}
.nav h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.nav li{
	display:inline-block;
	*display:block;
	zoom:1;
	margin-right:-6px;
	border-right:1px solid #eee;
}
.nav li:last-child{
	border:0;
}
.nav li a{
	text-decoration:none;
	color: #999;
	font-weight:bold;
	padding:20px 19px;
	-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:11px;
	line-height:1.5em;
	box-shadow:inset 0 0 1px #fff;
	
}
.nav li a:hover{
	background: rgb(234,234,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	zoom:1;
}




.nav2{
	margin-bottom:10px;
	/*! border-top:1px solid #cecece; */
	/*! border-bottom:1px solid #cecece; */
	min-width:1000px;
	/*! box-shadow: 0 0 8px #aeaeae; */
	position:relative;
	z-index:1;
}
.nav2 h3{
	background: #86afb1;
	font-size: 15px;
	padding:10px;
	font-weight:bold;
	color: #fff;
	position:relative;
	z-index:10px;
}
.nav2 h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.nav2 li{
	display:inline-block;
	*display:block;
	zoom:1;

}

.nav2 li a{
	text-decoration:none;
	color: #EEEEEE;
	background:#1B2838;
	font-weight:bold;
	padding:15px 11px;
	-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:11px;
	line-height:1.5em;
	box-shadow:inset 0 0 1px #fff;
	
}
.nav2 ul{
	text-align: center;
}
.nav2 li a:hover{
	color:#313131;
	background: rgb(234,234,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	zoom:1;
}
/*BLOGPARTS*/
.blogparts{
	border-radius:10px;
background:#1B2838;
	margin-bottom:10px;
}
.blogparts a{
color:#f1f1f1;
}
.blogparts h3{
	font-size: 18px;
	padding:10px;
	color: #000;
	position:relative;
	z-index:10px;
	line-height:1.5em;
	background: #cecece;
	text-align: center;
}
.blogparts h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts center{
	padding:10px;
}
.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{
	zoom:1;
	
}
.text01{

	border-radius:10px;

}
.text01{
	position:relative;
	background:#1B2838;
	margin-bottom:10px;
}
.text01:after{
	content: "";
	position:absolute;
	width:100%;
	left:0;
	bottom:-3px;
}
.text01 p{
	padding:10px;
	font-size:13px;
	line-height:2em;
	letter-spacing:0.005em;
	text-align:justify;
	color: #FFF;
}
.text01 .capImg{
	float:left;
	margin:10px;
	padding:10px;
	background: #cecece;
	border:1px solid #eee;
}
.text01 .capImg1{
	float:right;
	margin:10px;
	padding:10px;
	background: #cecece;
	border:1px solid #eee;
}
.text01 .capImg1{
	float:right;
	margin:10px;
	padding:10px;
	background: #cecece;
	border:1px solid #eee;
}
.text01 .capImg img{
	border:1px solid #eee;
}
.link01{
	padding:10px;
}
.link01 a{
	text-decoration:none;
	color: #000;

	font-size:14px;
	display:block;
	font-weight:lighter;
	padding:15px;
	margin-top:5px;
	-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:#CECECE;
	border-radius:20px;
	border:1px solid transparent;
}
.link01 a:hover{
background-color:#313131;
	color:#f1f1f1;
	border:1px solid #f1f1f1;
	
}
/*NEWS AND UPDATES*/

.new{
	float:right;
}
.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 ul{
	margin-top:10px;
}
.new li{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-right:-6px;
	border-left:1px solid #444;
	
}
.new li:first-child{
	border:0;
}
.new li a{
	text-decoration:none;
	font-size: 12px;
	line-height:1.5em;
	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:bold;
	padding:10px;
}
.new li a:hover{
	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;
	
}
.new li a span{
	color: #fff;
	font-style:normal;
	font-weight:normal;
	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{
	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;
}

/*FOOTER*/

#footer{
	background: #111922;

	min-width: 1000px;
}
#footer .copy{
	color: #f1f1f1;
	font-size:12px;
	text-align:center;
	position:relative;
	font-weight:normal;
	padding:20px;
}
#footer .fNav{
	text-align:center;
}
#footer .fNav ul{
	padding:20px 0;
}
#footer .fNav li{
	display:inline-block;
	zoom:1;
	*display:inline;
	margin: 10px 0;
	padding: 8px 15px;
}
#footer .fNav li a{
	color: #666;
	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;
	-moz-transition: all .20s ease-in;
	position:relative;
	border-radius: 5px;
}
#footer .fNav li a:hover{
	color: #eeeeee;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
}
/*
#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);
}*/
















































