@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,
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: #1C110B url(../images/brick-wall-dark.png) repeat top left;
	background-attachment: fixed;

}
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{
	color: #fff;
	font-size: 17px;
	padding:18px;
	font-weight:bold;
	position:relative;
	z-index:10px;
	margin-bottom: 10px;
	background: url(../images/bg.png) repeat-x left;
	border-radius: 5px;
}
h1 img{
	vertical-align:middle;
	padding-right:10px;
}
h2{
	background: #31988f;
	color: #fff;
	color: #fff;
	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: #EE580D;
}
.siteTitle a{
	color: #fff;
	font-weight:bold;
	font-size:28px;
	line-height:90px;
	text-decoration:none;
}
.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;
}
.mv{
	position:relative;
	background: rgba(255,255,255,0.5);
	padding:15px;
	pointer-events:none;
}
/*slider*/
.bxslider {
 *height:320px !important;
 *overflow:hidden;
}
.bxslider li img {
 *width:980px !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:right;
}
.content_middle{
	width:460px;
	margin-right:20px;
	margin-left:20px;
	float:right;
}
.content_right{
	width:250px;
	float:left;
}

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


/*NAV*/
.nav{

	position:relative;
}
.nav h3{
	color: #fff;
	font-size: 15px;
	padding:12px;
	font-weight:bold;
	position:relative;
	z-index:10px;
	margin-bottom: 10px;
	background: url(../images/bg.png) repeat-x;
	border-radius: 5px;
}
.nav h3 img{
	vertical-align:middle;
	padding-right:10px;
}

.nav li a{
	text-decoration:none;
	padding:10px;
	font-size: 12px;
	line-height:20px;
	color: #fff;
	display:block;
	transition: all 0.5s ease-in;
	background: #59504B url(../images/brick-wall-dark.png) repeat top left;
	margin-bottom: 10px;
	
}
.nav li a:hover{
	background:url(../images/bg.png) repeat-y left;
	padding-left: 20px;
	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;	
}
/*BLOGPARTS*/
.blogparts{
	margin-bottom:20px;
	position:relative;
	
}
.blogparts h3{
	color: #fff;
	font-size: 15px;
	padding:12px;
	font-weight:bold;
	position:relative;
	z-index:10px;
	margin-bottom: 10px;
	background: url(../images/bg.png) repeat-x;
	border-radius: 5px;
}
.blogparts h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts center{
	padding:15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b403a+0,000000+100&0.65+0,0+100 */
background: -moz-linear-gradient(top, rgba(75,64,58,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,64,58,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(75,64,58,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(75,64,58,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(75,64,58,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(75,64,58,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a64b403a', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

/*MAIN CONTENT*/
.textWrap{
	padding:10px;
	position:relative;
	z-index:90;
	zoom:1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b403a+0,000000+100&0.65+0,0+100 */
background: -moz-linear-gradient(top, rgba(75,64,58,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,64,58,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(75,64,58,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(75,64,58,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(75,64,58,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(75,64,58,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a64b403a', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.text01 p{
    font-size: 13px;
    line-height: 1.5;
    padding: 10px 0;
    letter-spacing: 0.05em;
	color: #fff;
	text-align:justify;
}
.text01 .capImg{
	float:right;
	margin:10px 0 0 10px;
	border: 1px solid #bfbfbf;
}
.link01 a{
	text-decoration:none;
	color: #fff;
	line-height: 1.5;
	font-size:14px;
	display:block;
	font-weight:lighter;
	padding:15px;
	border-radius: 3px;
	border: 1px solid #ddd;
	padding-left:20px !important;
	transition: all 0.5s ease;
	position:relative;
	margin-top:10px;
	background: #59504B url("../images/brick-wall-dark.png") repeat scroll left top;
}
.link01 a:hover{
	color: #fff;
	background: #362315;
	border-color: #4e321d;
}
/*NEWS AND UPDATES*/

.new{
	position:relative;
	float:right;
}
.nav ul{
 display: block;
  padding: 10px;
	border: 1px solid #d0cdcd
	box-shadow: 1px 2px 2px #666 inset;
  margin-bottom:20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b403a+0,000000+100&0.65+0,0+100 */
background: -moz-linear-gradient(top, rgba(75,64,58,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,64,58,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(75,64,58,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(75,64,58,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(75,64,58,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(75,64,58,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a64b403a', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.new h3{
	background: #f28300;
	border:1px solid #e47b00;
	box-shadow: inset 0 0 1px #fff;
	color: #fff;
	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-left:-10px;
	
}
.new li a{
	text-decoration:none;
	padding:20px 20px 20px 20px;
	font-size: 14px;
	line-height:20px;
	color: #888;
	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;
	margin-left: 10px;
	background: #f3f3f3;
	border-top: 2px solid transparent;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.new li a:hover{
		background: #222;
		color:  #fff;

}
.new li a span{
	font-weight:normal;
	display:block;
	padding: 4px 10px;
	color: #888;
	border-radius: 3px;
	font-size: 14px;
	margin-top: 5px;
	box-shadow: 0px 1px px 0px #000 inset;
}
.new li a:hover span
{
	color:#fff;
}
/*FOOTER*/

#footer{
	margin-top:20px;
	min-width: 1000px;
	background: #EE580D;
}
#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;
}
#footer .fNav li a{
	color: #fff;
	font-weight:normal;
	font-size:13px;
	display:block;
	padding: 8px 15px;
	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;
	border:1px solid transparent;
}
#footer .fNav li a:hover{
	color: #fff;
	background: #EE580D url("../images/brick-wall-dark.png") repeat scroll left top;
}
/*
#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);
}
*/















































