@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-color: #FB5F51;
}
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: 21px;
	padding:20px 0;
	color: #fff;
	position:relative;
	z-index:10px;
	line-height:1.5em;
	font-weight:bold;
}
h1:after{
	content: "";
	position:absolute;
	border:1px solid #fff;
	width:100%;
	left:0;
	bottom:-3px;
}
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: #c54c77 url(../images/2.png) repeat top left;
	
}
.siteTitle a{
	color: #fff;
	display: inline-block;
	font-size:40px;
	text-decoration:none;
	padding:20px 10px;
	font-weight:bold;
}
.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:20px 0;
	background: #eee1c7;
}
.mv{
	background: #fff;
	position:relative;
	padding:10px;
	border:1px solid #ddd;
}

.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;
}
.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_left{
	width:250px;
	float:left;
}
.content_middle{
	width:730px;
	float:right;
}
.content_right{
	width:250px;
	float:left;
}

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


/*NAV*/
.nav{
	
}
.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 a{
	text-decoration:none;
	color: #FB5F51;
	padding:20px;
	-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;
	margin-top:5px;
	background: #fff;
}
.nav li a:hover{
	background-color: #EEE1C7;
}
/*BLOGPARTS*/
.blogparts{
	position:relative;
	background: #fff;
	text-align:right;
}
.blogparts h3{
	background: #333333;
	border:1px solid #072b4d;
	box-shadow: inset 0 0 1px #fff;
	font-size: 15px;
	padding:10px;
	font-weight:bold;
	color: #fff;
	position:relative;
	z-index:10px;
}
.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{
	margin-bottom:10px;

}
.text01{
	position:relative;
}
.text01:after{
	content: "";
	position:absolute;
	width:100%;
	left:0;
	bottom:-3px;
}
.text01 p{
	padding:10px 0;
	font-size:13px;
	line-height:2em;
	letter-spacing:0.005em;
	text-align:justify;
	color: #fff;
}
.text01 .capImg{
	float:left;
	margin:20px 10px 10px 0;
	padding:10px;
	background: #f7f7f7;
	border:1px solid #eee;
}
.text01 .capImg img{
	border:1px solid #eee;
}
.link01 a{
	text-decoration:none;
	color: #FB5F51;
	line-height: 1.5;
	font-size:14px;
	display:block;
	font-weight:lighter;
	padding:15px;
	background: #fff;
	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;
	position:relative;
}
.link01 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;
	background: #dfe1cf ;
}
/*NEWS AND UPDATES*/
.new{
	background: #649bbb;
}
.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{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-right:-6px;
}
.new li a{
	text-decoration:none;
	font-size: 14px;
	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:15px 42px;
	font-style:normal;
}
.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: #565656;
	
}
.new li a span{
	color: #fff;
	font-style:italic;
	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{
	-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: #eee1c7 ;
	margin-top:20px;
	min-width: 1000px;
}
#footer .copy{
	color: #FB5F51;
	font-size:12px;
	text-align:center;
	position:relative;
	font-weight:normal;
	padding:20px;
}
#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: #FB5F51;
	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{
	-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);
}*/
















































