@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: url(../images/pat.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:1300px;margin:auto;}
.wrapUp{
	background: #fbfeff;
	
	
}

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

h1{
	font-size: 21px;
	padding:10px;
	color: #fff;
	position:relative;
	z-index:10px;
	line-height:1.5em;
	background:url("../images/nav.jpg");
}
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:url(../images/head.png);
	padding:30px 0;
	margin-bottom:20px;
	
}
.siteTitle{
	text-align:center;
	
}
.siteTitle a{
	color: #fff;
	font-size:30px;
	text-decoration:none;
	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: 0 0 20px 0;
	background: url(../images/banner.png);
	background-size:cover;
}
.mv{
	background: #eee;
	width:1300px;
	position:relative;
	
}
/*slider*/
.bxslider {
 *height:350px !important;
 *overflow:hidden;
}
.bxslider li img {
 *width:1300px !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:13px !important;
	height:13px !important;
	display:none !important;
	background: #111111 !important;
	box-shadow: inset 0 2px 2px #000;
	position:relative;
	margin-left:10px;
	border-bottom:1px solid #3a3a3a;
	top:8px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	display:none !important;
	background: rgb(55,55,55) !important; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(55,55,55,1) 0%, rgba(16,16,16,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(55,55,55,1)), color-stop(100%,rgba(16,16,16,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(55,55,55,1) 0%,rgba(16,16,16,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(55,55,55,1) 0%,rgba(16,16,16,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(55,55,55,1) 0%,rgba(16,16,16,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  rgba(55,55,55,1) 0%,rgba(16,16,16,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#101010',GradientType=0 ) !important; /* IE6-9 */
	border-bottom:1px solid #3a3a3a;
}
/*CONTENT*/
#content{
}
.content_left{
	width:250px;
	float:right;
}
.content_middle{
	width:940px;
	float:right;
}
.content_right{
	width:340px;
	float:left;
}
.wrapLeft{
	width:730px;
	float:right;
	background: #000;
}

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


/*NAV*/
.nav{
	margin-bottom:10px;
	margin-left:10px;
}
.nav h3{
	background: #86afb1;
	font-size: 15px;
	padding:1px;
	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: #4d585c;
	padding:15px ;
	-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;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom:2px solid #8A4C4D;
	margin-bottom:5px;
	
}

.nav li a:hover{
	color: #fff;
	background: #8A4C4D;
	-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;
	border-radius:15px;
}
.xp{
	position:absolute;
	bottom:0;
	z-index:1;
}
.xp li a{
	text-decoration:none;
	font-size: 14px;
	background: rgba(0,0,0,.4);
	color: #fff;
	padding:10px;
	display:block;
}
.xp li a:hover{
	text-decoration:underline;
}
/*BLOGPARTS*/
.blogparts{
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	margin-bottom:20px;
	background: #fefefe;
  margin-left: 10px;
}
.blogparts h3{
	font-size: 21px;
	padding:10px;
	color: #fff;
	position:relative;
	z-index:10px;
	line-height:1.5em;
	background:url("../images/nav.jpg");
	
}
.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;
	padding:10px;
}
.text01{
	background: #fefefe;
}
.text01{
	position:relative;
}
.text01 p{
	padding:10px 10px;
	font-size:16px;
	line-height:1.7;
	letter-spacing:0.005em;
	text-align:justify;
	color: #333;
}
.text01 .capImg{
	float:left;
	margin:20px 10px 10px 0;
	padding:10px;
	background: #f7f7f7;
	border:1px solid #eee;
}
.text01 .capImg1{
	float:right;
	margin:20px 10px 10px 10px;
	padding:10px;
	background: #f7f7f7;
	border:1px solid #eee;
}
.link01 a{
	text-decoration:none;
	color: #814344;
	line-height: 1.5;
	font-size:14px;
	display:block;
	font-weight:lighter;
	padding:15px;
	-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;
	border:1px solid #814344;
	margin: 5px 10px;
}


.link01 a:hover{
background:#814344;
	color:#fff;
}
/*NEWS AND UPDATES*/

.new{
	position:absolute;
	z-index:1;
	left:0;
	bottom:0;
	top:0;
	background: rgb(234,234,234); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(234,234,234,1) 0%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(234,234,234,1) 0%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(234,234,234,1) 0%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(234,234,234,1) 0%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(234,234,234,1) 0%,rgba(253,253,253,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#fdfdfd',GradientType=1 ); /* IE6-9 */
	zoom:1;
	width:300px;
}
.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:last-child a{
	border:0;
}
.new li a{
	text-decoration:none;
	font-size: 14px;
	line-height:1.5em;
	color: #8A4C4D;
	display:block;
	font-weight:bold;
	padding:22.4px 20px;
	text-align:center;
	
}
.new li a:hover{
	background:url(../images/nav.jpg);
	color:#fff;
	
	zoom:1;
	position:relative;
}

.new li a span{
	color: #757374;
	font-style:normal;
	display:block;
	
}
.new li a:hover span{
	color: #fff;
}

/*FOOTER*/

#footer{
	padding:10px 0;
	background:url(../images/head.png);
	margin-top:20px;
}
#footer .copy{
	color: #fff;
	font-size:12px;
	text-align:center;
	position:relative;
	font-weight:normal;
	padding:10px 0;
	
}
#footer .fNav{
	text-align:center;
	
}
#footer .fNav ul{
	
}
#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: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:1px solid transparent;
	padding:10px;
}
#footer .fNav li a:hover{
	border:1px solid #ccc;
}
/*
#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);
}*/
















































