@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:#EEEEEE;
}
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: 20px;
	padding:10px 0;
	color: #F1C40F;
	font-weight: 900;
	font-family: Kozuka Mincho Pr6N;
	position:relative;
	z-index:10px;
	line-height:1.5em;
	margin-bottom: 20px;
	text-align: center;
	}
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{
	margin-top: 30px;
	padding:0 0 20px 0;
	position:relative;
	background-color: #FFF;
}
.siteTitle{
	position: absolute;
	top:20px;
	z-index:20;
	width:1000px;
	text-align:left;
}
.siteTitle a{
	display: inline-block;
	position: relative;
  color: #F1C40F;
	text-shadow: 2px 2px 1px #333;
	font-family: Kozuka Mincho Pr6N;
	font-size:35px;
	font-weight: 900;
	z-index:10;
	position: relative;
	top:20px;
	left:20px;
	text-decoration:none;
	transition: all .10s linear;
}
.siteTitle a:hover{
	border-bottom:4px solid #F1C40F;
}
.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{
	background-color:#2980B9;
	background-image: #E2E2E2;
	zoom:1;
	padding: 20px 0;
	border-bottom:1px solid #fff;
}
.bantop{
	background: #3ed7c2;
	position:absolute;
	bottom:0;
	width:100%;
	height:100px;	
}
.mv{
	position:relative;
	-webkit-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.75);
	
}
.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: #c2c2c2 !important;
	position:relative;
	margin-left:10px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	display:none !important;
	background: #6c6c6c !important;
}
/*CONTENT*/
#content{
	margin-top:20px;
}
.content_left{
	width:250px;
	float:left;
}
.content_middle{
	width:730px;
	float:right;
}
.content_right{
	width:250px;
	float:left;
}
.mainWrap{
	margin:auto;
}

/********************************CONTENT ELEMENT STYLES*********************************/


/*NAV*/
.nav{
	margin-bottom:20px;
	padding: 5px 5px;
	background: #3498DB;
	border-radius: 5px; 
}
.nav h3{
	font-size: 18px;
	padding:15px 0;
	color: #F1C40F;
	position:relative;
	z-index:10px;
	
	text-align: center;
	
}
.nav h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.nav ul{
	
}
.nav li a{
	text-decoration:none;
	color: #ECF0F1;
	border-radius: 5px;
	padding:15px 5px;
	padding-left: 20px;
	display:block;
	font-size:14px;
	font-family: Kozuka Mincho Pr6N;
	line-height:1em;
	position:relative;
	box-shadow: 1px 1px 1px #686868 inset;
	background-color: #EEEEEE;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
	margin-top:5px;
	background: #E67E22;
}
.nav li a:hover{
	padding-left: 30px;
	background: #e98b39;

}

}
.blogparts{
	position:relative;
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
}
.blogparts2 h3{
	font-size: 18px;
	color: #57614e;
	position:relative;
	z-index:10px;
	margin-bottom:20px;
	
	
}
.blogparts center{
	/*! background-color: #FFF; */
	/*! border: 1px #dadada solid; */
	padding: 20px 0;
}
/*BLOGPARTS*/
.blogparts{
	position:relative;
	background: #1ABC9C;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
}

.blogparts1
{
	position:relative;
	background: #1ABC9C;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
}

.blogparts h3{
	font-size: 18px;
	color: #57614e;
	position:relative;
	z-index:10px;
	margin-bottom:20px;
	text-align: center;
	
	
}
.blogparts1 h3{
	font-size: 18px;
	color: #57614e;
	position:relative;
	z-index:10px;
	margin-bottom:10px;
	text-align: center;
	
	
}
.blogparts h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts center{
	/*! background-color: #FFF; */
	border: 1px #dadada solid;
	padding: 20px 0;
}
.blogparts1 center{
	/*! background-color: #FFF; */
	border: 1px #dadada solid;
	padding: 20px 0;
}
/*MAIN CONTENT*/
.textWrap{
	zoom:1;
	
}
.text01{
	margin-bottom:10px;
}
.textWrap{

	
	

}
.text01{
	position:relative;
	background: #2980B9;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
}
.text01 p{
	
	font-size:13px;
	line-height:2em;
	letter-spacing:0.05em;
	text-align:justify;
	color: #ECF0F1;
	font-family: Kozuka Mincho Pr6N;

}
.text01 .capImg{
	float:left;
	margin:20px 10px 10px 0;
	padding:10px;
	border:1px solid #eee;
}
.text01 .capImg img{
	border:1px solid #eee;
}
.link01 a{
	text-decoration:none;
	color: #ECF0F1;
	border-radius: 2px;
	line-height: 1.5em;
	font-size:14px;
	display:block;
	font-weight:lighter;
	padding:15px 5px;
	padding-left: 15px;
	background: #D35400;
	border:1px solid #C2C977;
	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{
	padding-left: 20px;
	color:#ECF0F1;
	background: #ec5e00;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
}
/*NEWS AND UPDATES*/
.new{
	margin-top:15px;
	text-align: center;
	z-index: 2;
	position: absolute;
	left: 50px;
	bottom:380px;
}
.new h3{
	background :#86afb1;
	font-size: 15px;
	padding:10px;
	font-weight:bold;
	color: #fff;
	z-index:10px;
}
.new h3 img{
	vertical-align:middle;
	padding-right:10px;
}

.new li{
	display:inline-block;
	*display:inline;
	zoom:1;
}
.new li a{
	text-decoration:none;
	font-size: 14px;
	line-height:1.5em;
	color: #FFF;
	display:block;
	text-align: left;
	border: 1px #FFF solid;
	-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 20px;
	padding-left: 60px;
	font-style:normal;
	position:relative;
	background: url(../images/new_icon.png) no-repeat 10px;
	background-color:rgb(74,141,177);
}

.new li a:hover{
	background-color: #15b8a5;
	
}
.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{
}


/*FOOTER*/

#footer{
	background:#2980B9;
	margin-top:20px;
	min-width: 1000px;
	border-top:1px solid #fff;
}
#footer .copy{
	color: #fff;
	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: #999;
	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);
}*/


.operator_nav {
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.operator_nav li {
	font-size: 13px;
	line-height: 30px;
}

.operator_nav li a {
	color: #ECF0F1;
	text-decoration: underline;	
	font-family: Kozuka Mincho Pr6N;
}
















































