@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: rgba(158,193,215,1);
	background: -moz-linear-gradient(top, rgba(158,193,215,1) 0%, rgba(48,120,172,1) 47%, rgba(20,105,162,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(158,193,215,1)), color-stop(47%, rgba(48,120,172,1)), color-stop(100%, rgba(20,105,162,1)));
	background: -webkit-linear-gradient(top, rgba(158,193,215,1) 0%, rgba(48,120,172,1) 47%, rgba(20,105,162,1) 100%);
	background: -o-linear-gradient(top, rgba(158,193,215,1) 0%, rgba(48,120,172,1) 47%, rgba(20,105,162,1) 100%);
	background: -ms-linear-gradient(top, rgba(158,193,215,1) 0%, rgba(48,120,172,1) 47%, rgba(20,105,162,1) 100%);
	background: linear-gradient(to bottom, rgba(158,193,215,1) 0%, rgba(48,120,172,1) 47%, rgba(20,105,162,1) 100%);
}
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:1500px;margin:auto;}
.wrapUp{
	background: url(../images/bg_up.png) no-repeat;
	background-size:cover;
}

#header, #banner, #content, #footer, #News, #Nav, #Mv {
	margin:0 auto;
	min-width: 1500px;
}

#Mv {
	padding: 0px 0 0 0;
	
	
	
	}

#mv {
	float:right;
	
	
	
	}

h1{
	font-size: 22px;
	font-weight:bold;
	position:relative;
	z-index:99;
	color: #444;
	text-align:center;
	padding:10px 10px;
	
}
h1 img{
	vertical-align:middle;
	padding-right:10px;
}
h2{
	background: #292929; /* Old browsers */
	background: -moz-linear-gradient(top,  #292929 51%, #000000 51%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,#292929), color-stop(51%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #292929 51%,#000000 51%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #292929 51%,#000000 51%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #292929 51%,#000000 51%); /* IE10+ */
	background: linear-gradient(to bottom,  #292929 51%,#000000 51%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	color: #fff;
	font-size: 17px;
	font-weight:bold;
	padding:12px;
	position:relative;
	z-index:99;
	margin-top:20px;
}
	
h2 img{
	vertical-align:middle;
	padding-right:10px;
}




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





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


/*HEADER*/

#header{
	
	padding:50px 0 0 0;
	text-align:center;
	
	
}

#header .container{
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(245,245,245,1)), color-stop(100%, rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(242,242,242,1) 100%);
	padding:30px 0;
	text-align:center;
	
	
}

.siteTitle {

	display:inline-block;
	
	
	
	
	
}

.siteTitle a{
	color: #515151;
	display:inline-block;
	font-weight:bold;
	font-size:30px;
	text-decoration:none;
	
	
	
	
	
	
	
}
.siteTitle a:hover {
	
	
}
.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{
	padding:20px 0 0px;
	background:#646557;
	
}
.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: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;
	
}
/*CONTENT*/

#content{
	padding:0px 0 0px 0;
	
	
}

#content .container{
	padding:20px  20px;
	position:relative;
	background:#fff;
	box-sizing:border-box;
	
}
.content_left{
	width:250px;
	float:left;
}
.content_middle{
	width:1100px;
	float:left
	
}
.content_right{
	width:340px;
	float:right;
}

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

#Nav {
	padding:0 0 30px 0;
	
	
	}

/*NAV*/
.nav{
	position:relative;
	background: rgba(37,37,37,1);
	background: -moz-linear-gradient(top, rgba(37,37,37,1) 0%, rgba(25,25,25,1) 47%, rgba(5,3,4,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(37,37,37,1)), color-stop(47%, rgba(25,25,25,1)), color-stop(100%, rgba(5,3,4,1)));
	background: -webkit-linear-gradient(top, rgba(37,37,37,1) 0%, rgba(25,25,25,1) 47%, rgba(5,3,4,1) 100%);
	background: -o-linear-gradient(top, rgba(37,37,37,1) 0%, rgba(25,25,25,1) 47%, rgba(5,3,4,1) 100%);
	background: -ms-linear-gradient(top, rgba(37,37,37,1) 0%, rgba(25,25,25,1) 47%, rgba(5,3,4,1) 100%);
	background: linear-gradient(to bottom, rgba(37,37,37,1) 0%, rgba(25,25,25,1) 47%, rgba(5,3,4,1) 100%);
	padding:10px 0;
	
	
}
.nav h3{
	background:#222;
	
	font-size: 17px;
	padding:10px;
	font-weight:bold;
	color: #fff;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	position:relative;
	z-index:10px;
	text-align:center;
	margin-bottom:10px;
}
.nav h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.nav ul{
	text-align:center;
	font-size:0;
	letter-spacing:0;
	
	
	
}
.nav li{
	
	display:inline-block;
	margin-left:20px;
	
}

.nav li:first-child{
	

	border-left:none;
}
.nav li a{
	text-decoration:none;
	color: #FBFBFB;
	padding:15px 10px;
	-webkit-transition:all .40s ease-in;
	-moz-transition:all .40s ease-in;
	-o-transition:all .40s ease-in;
	-ms-transition:all .40s ease-in;
		transition:all .40s ease-in;
	display:block;
	font-size:13px;
	
	
	
	
}
.nav li a:hover{
	background:#2B2B2B;
	color: #FBFBFB;
	border-radius:3px;
	
	
}
/*BLOGPARTS*/
.blogparts{
	margin-bottom:20px;
	
}
.blogparts h3{
	font-size: 15px;
	padding:13px;
	font-weight:bold;
	color: #444;
	position:relative;
	z-index:10px;
	text-align:center;
	background:#eee;
	border-top:1px solid #ddd;
	margin-bottom:10px;
	
}
.blogparts h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts center{
	padding:10px 10px;
	
	
}
.blogparts2{
	float:left;
	margin-left:20px;
	
}
.blogparts2 h3{
	font-size: 16px;
	padding:10px;
	font-weight:bold;
	color: #494D3C;
	background:url(../images/pattern.png) ;
	position:relative;
	z-index:10px;
	
}
.blogparts2 h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts2 center{
	
}
/*MAIN CONTENT*/
.textWrap{
	
	position:relative;
	z-index:90;
}

.text01 p{
	padding:10px 10px;
	font-size:16px;
	line-height:30px;
	letter-spacing: 0.03em;
	text-align:justify;
	color: #666;
}
.text01 .capImg{
	float:left;
	margin:20px 10px 0 0;
	border-radius:3px;
	
}

.text01 .capImg1{
	float:right;
	margin:20px 0 0 10px;
	border-radius:3px;
	
}

.link01 li{
		padding:10px 0;
	}

.link01 a{
	text-decoration:none;
	color: #2B75AA;
	font-size:14px;
	display:inline-block;
	font-weight:lighter;
	padding-left:35px !important;
	background: url(../images/link01_active.png) no-repeat 10px ;
	-webkit-transition: all .30s ease-in;
	-moz-transition: all .30s ease-in;
	-o-transition: all .30s ease-in;
	-ms-transition: all .30s ease-in;
	position:relative;
	margin-top:10px;
	border-radius:3px;
	text-decoration:underline;
	
}
.link01 a:hover{
	text-decoration:none;
	color:#444;
	
	
	
	
}
/*NEWS AND UPDATES*/

#News {
	
	
	
	}

.new{
	
	position:relative;
	border-bottom:1px solid #eee;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 47%, rgba(247,247,247,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(252,252,252,1)), color-stop(100%, rgba(247,247,247,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 47%, rgba(247,247,247,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 47%, rgba(247,247,247,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 47%, rgba(247,247,247,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 47%, rgba(247,247,247,1) 100%);
	
	
}
.new h3{
	font-size: 15px;
	padding:10px;
	font-weight:bold;
	color: #71CBCB;
	text-shadow: 0px 3px 5px #000;
	background:#4A5C6A ;
	position:relative;
	z-index:10px;
}
.new h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.new ul{
	font-size:0;
	letter-spacing:0;
	text-align:center;
	
	
}
.new li{
	display:inline-block;
	margin-left:20px;
	
	
	
	}

.new li:last-child{
	
	
	
	
	
	}
.new li a{
	text-decoration:none;
	padding:20px 10px;
	font-size: 13px;
	color:#555;
	display:block;
	-webkit-transition: all .30s ease-in;
	-moz-transition: all .30s ease-in;
	-o-transition: all .30s ease-in;
	-ms-transition: all .30s ease-in;
	font-weight:bold;
	

	
}
.new li a:hover{
	background:#E2E3E7;
	color:#444;

	
	
}
.new li a span{
	display:block;
	font-weight:normal;
	display:inline-block;
	margin-right:5px;
}

/*FOOTER*/

#footer{
	padding:0px 0 50px 0;
	text-align:center;
	
	
}
#footer .container{
	padding:20px 0;
	background:#eeeeee;
	position:relative;
	border-top:1px solid #ddd;
	
}

#footer .copy{
	color: #444;
	font-size:13px;
	text-align:center;
	position:relative;
	font-weight:normal;
	padding:10px 0 10px 0;
	display:block;
	
	

}
#footer .fNav{
	text-align:center;
	padding:20px 0;
}

#footer .fNav li{
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-left:20px;
	padding:10px 10px;
}
#footer .fNav li a{
	color: #555;
	font-weight:normal;
	font-size:13px;
	display:block;
	text-decoration: underline;
	-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;
	
	
	
	
}
#footer .fNav li a:hover{
	text-decoration:none;
	color: #444;
}
/*
#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);
}
*/















































