@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/bg.jpg)no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}
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;}
h1{
	padding:8px;
	font-size: 21px;
	color: #fff;
	line-height:1.5em;
	background: #292929;
}

h1 img{
	vertical-align:middle;
	padding-right:10px;
}

h2{
	padding:7px;
	font-size: 21px;
	color: #fff;
	background: #f05f4c;
	line-height:1.5em;
}
	
h2 img{
	vertical-align:middle;
	padding-right:10px;
}
strong{
	color: #292929;
	text-shadow: 0 1px 1px #000;
	font-weight:bold;
}



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





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


/*HEADER*/
.header{

}
.siteTitle a{
	color: #000;
	background: rgba(225,225,225,0.9);
	font-weight:bold;
	font-size:50px;
	padding-left:20px;
	bottom:370px;
	position: relative;
	z-index: 10;
	font-family:Kozuka Mincho Pr6N;
	padding: 10px;
	text-shadow: 2px 2px 2px #FF9D34;
	text-decoration: none;
}
.siteTitle img{
	vertical-align:middle;
	padding-right:15px;
}
.design01{
	background: url(../images/design01.png) no-repeat;
	width:653px;
	height:53px;
	margin:auto;
	margin-bottom:50px;
	pointer-events:none;
}
.design02{
	background: url(../images/design02.png) no-repeat;
	width:653px;
	height:53px;
	margin:auto;
	margin-top:50px;
	pointer-events:none;
}

/*END HEADER*/

/*BANNER*/

#banner {
	position: relative;
	zoom:1;
	width:100%;
	min-width:1000px;
	border-bottom:5px solid #F6F6F6;
	background:#e3e3e3;
	-webkit-box-shadow: 0px 25px 29px -24px rgba(0,0,0,1);
	-moz-box-shadow: 0px 25px 29px -24px rgba(0,0,0,1);
	box-shadow: 0px 25px 29px -24px rgba(0,0,0,1);
	
}
.mv{
	width:100%;
	overflow:hidden;
	*margin: 0 auto;
	min-width: 1000px;
}
.mv img{
	text-align:center;
	width: 100%;
	height: auto;
	min-width: 1300px;
}

/*GNAV*/

.gnav h3{
	padding:10px;
	font-size: 18px;
	color: #fff;
	background: #292929;
	line-height:1.5em;
}
.gnav ul{
	font-size: 0;
	letter-spacing: 0;
}
.gnav li{
}
.gnav li:last-child{border:0;}
.gnav li a{
	color: #fff;
	padding: 10px 10px;
	font-size: 12px;
	text-decoration:none;
	display:block;
	zoom:1;
	border:1px solid #eee;
	background: #434343;
	margin-top:5px;
}


.gnav li a:hover{
	background: #191919;
	border:1px solid #191919;
	color: #fff;
	font-weight:bold;
	zoom:1;
}

/*slider*/
.bxslider {
 *height:237px !important;
 *overflow:hidden;
}
.bxslider li img {
 
}
.bx-wrapper .bx-viewport {
	background: none !important;
	left: 0 !important;
	min-height:237px;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	width:10px !important;
	height:10px !important;
	display:block !important;
	background: #dad9d5 !important;
	position:relative;
	margin-left:10px;
	border-radius:10em !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	display:block !important;
	background: #fd9f17 !important;
	border-radius:10em !important;
}
/*CONTENT*/

#content{
	clear:both;
	margin-top:-140px;
	position:relative;
	z-index:99;
	zoom:1;
	background:#f6f6f6;
			-webkit-box-shadow: 0px 1px 14px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 14px -1px rgba(0,0,0,0.75);
box-shadow: 0px 1px 14px -1px rgba(0,0,0,0.75);
	min-height: 1000px;
	padding:15px;
}
.content_left{
	width:250px;
	float:left;
}
.content_middle{
	width:710px;
	float:right;
}
.content_right{
	width:250px;
	float:left;
}

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


/*NAV*/
.nav{
	zoom:1;
	position:relative;
	margin-bottom:20px;
	border-radius: 10px;
	padding:10px;
	min-width: 1000px;
}
.nav h3{
	padding:10px;
	font-size: 15px;
	font-weight:bold;
	color: #000;
	z-index:10px;
	background: #1cbab4;
}
.nav h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.nav ul{
	margin-top:10px;
	font-size: 0;
	letter-spacing: 0;
}
.nav li a{
	text-decoration:none;
	color: #cfcfcf;
	padding:13px 30px;
	-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:12px;
	background: #ececec; /* Old browsers */
	background: -moz-linear-gradient(top,  #ececec 0%, #dfdfdf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ececec 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ececec 0%,#dfdfdf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ececec 0%,#dfdfdf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ececec 0%,#dfdfdf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */

	border-bottom:3px solid #fff;
}
.nav li a:hover{
	background-color: #363636;
	box-shadow: inset 0 4px 8px #000;
}
/*BLOGPARTS*/

#blogpart
{
	 	display: inline-block;
    border-top: 10px solid #FA6938; 
    background:#f6f6f6;
		 -webkit-box-shadow: 0px -2px 14px 1px rgba(0,0,0,0.75);
			-moz-box-shadow: 0px -2px 14px 1px rgba(0,0,0,0.75);
			box-shadow: 0px -2px 14px 1px rgba(0,0,0,0.75);
    width: 100%;
    min-width: 1000px;
    margin-top: 80px;
    text-align: center;
    padding-bottom: 20px;
    margin-top:-40px;
	  position: relative;
	  z-index:100;
}


.blogparts{
 
	display: inline-block;
	
	

}
.blogparts ul{
	 display: inline-block;
	 padding:20px;
}
.blogparts li{
	margin-left: 20px;	
}

.blogparts h3{
	   font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    background: #292929;  
			-webkit-box-shadow: -8px 11px 24px -13px rgba(0,0,0,1);
			-moz-box-shadow: -8px 11px 24px -13px rgba(0,0,0,1);
			box-shadow: -8px 11px 24px -13px rgba(0,0,0,1);
    color: #fff;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    margin: -80px auto 50px auto;
}
.blogparts h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts center{
	padding:20px 0;
	border-right:1px solid #eee;
}
.blogparts:last-child center{
	border:0;
}
/*MAIN CONTENT*/

.text01{
	position:relative;
	

}
.textWrap{
	padding:25px;
}
.text01 p{
	font-size:13px;
	line-height:2em;
	text-align:justify;
	color: #888888;
	padding-top:10px;
	letter-spacing:0.05em;
}
.text01 .capImg1{
	float:left;
	margin:20px 10px 0px 0px;
  border:2px solid #ddd;
}
.text01 .capImg2{
	float:right;
  margin:0px 0px 10px 20px;
	border:2px solid #ddd;

}
.link01 a{
	text-decoration:none;
	padding:18px;
	font-size:13px;
	display:block;
	font-weight:lighter;
	background:#ddd;
	color: #000;
	zoom:1;
	position:relative;
	margin-top:10px;
}
.link01 a:hover{
	color:#fff;
	text-decoration:underline;
	background:#434343;
	
}
/*NEWS AND UPDATES*/

.new{
	margin-bottom:20px;
}
.new h3{
	font-size: 15px;
	z-index:10px;
	color: #4b4b4b;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#d8d8d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#d8d8d8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#d8d8d8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	zoom:1;
	padding:10px;
}
.new h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.new li{
	list-style:none;
	line-height:20px;
	font-weight:bold;
}
.new li a{
	background: url(../images/new_nav2.png) no-repeat 10px #fff;
	text-decoration:none;
	color: #888888;		
	display:block;
	padding:15px 40px;
	font-size:13px;
	-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-bottom:1px solid #eee;
}
.new li a:hover{
	background: url(../images/new_nav.png) no-repeat 10px;
	background-color: #f05f4c;
	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;
		transition:all .20s ease-in;
}
.new li a span{
	font-weight:normal;
	display:block;
}


/*FOOTER*/

#footer{
	text-align:center;
	margin-top:-30px;
	min-width:1000px;
	zoom:1;
	
}
#footer .copy{
	color: #000;
	font-size:12px;
	font-weight:normal;	
	padding:20px 20px 30px 20px;
}
#footer .fNav ul{
	padding:60px 0;
}
#footer .fNav li{
	display:inline-block;
	zoom:1;
	*display:inline;
	margin: 15px 0;
	border-left:1px solid #fff;
	padding:0 10px;
}
#footer .fNav li:first-child{
	border:0;
}
#footer .fNav li a{
	color: #fff;
	font-weight:normal;
	font-size:12px;
	padding: 10px;
  background: #282828;
	display:block;
	text-decoration:none;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
	border-radius:5px;
	zoom:1;
}
#footer .fNav li 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;
	zoom:1;
}















































