@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/body.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:1200px;
	margin:auto;}
.wrapUp{
}

#header, #banner, #content, #footer, #New {
	width: 100%;
	min-width: 1200px !important;
	display: block;
}

h1{
	font-size: 19px;
	padding:8px 5px;
	line-height: 30px;
	color: #9b7c43;
	position:relative;
	z-index:10px;
	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;
}
strong{
	color: #000;
	font-weight:bold;
}



/**********FOLLOWING RESETS ENDS HERE***************/





/**********LAPSE START CSS DEFAULT STYLING***************/


/*HEADER*/

#header{
	background: rgba(0, 0, 0, 0.7);
	border-bottom: 10px solid #291C16;
	border-top: 10px solid #291C16;
	
}
#header .container{
	padding: 10px 0;
}
.siteTitle{
	margin-bottom:20px;
	text-align: center;
	padding: 10px 0;
}
.siteTitle a{
	color: #A57763;
	font-size:40px;
	font-family: Kozuka Mincho pro; 
	text-decoration:none;
	font-weight:bold;
	position: relative;
	padding: 10px 0;
	display: inline-block;
	
	
}
.siteTitle img{
	vertical-align:middle;
	margin:0 10px;
}
.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*/

#Mv{
	position:relative;
	padding: 40px 0 0 0;
	background: transparent url("../images/body.png") repeat scroll 0% 0%;
}
#Mv .container{
}
.mv ul{
}
.mv li{
}
.mv li img{

}
.mv li img:hover{
}
/*slider*/
.bxslider {
 *height:320px !important;
 *overflow:hidden;
}
.bxslider li img {
 width:735px !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:10px !important;
	height:10px !important;
	display:none !important;
	background: #8f9498 !important;
	position:relative;
	margin-left:10px;
	top:8px;
	border-radius:0px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	display:none !important;
	background: #cecece !important;
}
/*CONTENT*/
#content{
	padding: 20px 0;
}
.content_left{
	width:250px;
	float:right;
}
.content_middle{
	width:770px;
	float:right;
}
.content_right{
	width:410px;
	float:left;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.wrapEmup{
	background: #fff;
	width:1000px;
	padding:0 10px 10px 10px;
	margin:auto;
}

/********************************CONTENT ELEMENT STYLES*********************************/


/*NAV*/
.nav{

}
.nav h3{
	font-size: 20px;
	padding:8px 10px;
	margin-bottom: 10px;
	line-height: 30px;
	color: #f8e22b;
	position:relative;
	z-index:10px;
	text-align: left;
}
.nav h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.nav ul{
	display:block;
	padding: 10px 0;
	text-align:center;
		font-size: 0;
		letter-spacing: 0;
	}
	.nav ul li {
	display:inline-block;
	margin:5px 2px;
}
.nav li:first-child{
}
.nav li:last-child{
}
.nav li{
}
.nav li a{
	text-decoration:none;
	color: #A997B4;
	padding: 10px 20px;
	display:block;
	font-size:12px;
	line-height:1.5em;
	position:relative;
	transition: all .20s ease-in-out;
	border-bottom: 1px solid #A997B4;
}
.nav li a:hover{
	border-bottom: 1px solid transparent;
	transition: all .20s ease-in-out;
	color: #9B7C43;
}
/*BLOGPARTS*/
.blogpartsLeft{
	float: left;
	width: 250px;
}
.blogparts{
	text-align: center;
	padding:10px;
}
.blogparts + .blogparts{
	margin-top:10px;
}
.blogparts1{
	float: right;
	padding: 10px;
}
.blogparts h3{
	font-size: 20px;
	padding:8px 10px;
	margin-bottom: 10px;
	line-height: 30px;
	color: #9B7C43;
	position:relative;
	z-index:10px;
}
.blogpartsLeft h3{
	font-size: 20px;
	padding:8px 10px;
	margin-bottom: 10px;
	line-height: 30px;
	color: #FFF;
	position:relative;
	z-index:10px;
	background-color: #d15d38;
	text-align: left;
	border-radius: 5px;
	box-shadow: inset 1px 1px 1px #ab4626;
}
.blogparts h3 img, .blogpartsLeft h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts center{
	padding:10px;
}
/*MAIN CONTENT*/
.text01{
	position: relative;
	background: rgba(0,0,0,0.5);
	padding: 10px;
	border-radius: 10px;
}
.textWrap{
	padding:15px;
}
.text01 p{
	padding:10px 10px;
	font-size:16px;
	line-height:1.8;
	letter-spacing:0.05em;
	text-align:justify;
	color: #9B9997;
}
.text01 .capImg{
	float:left;
	margin:20px 15px 10px 0;
	padding:10px;
	background-color: #9B9997;
}
.text01 .capImg1{
	float:right;
	margin:20px 0 10px 10px;
	padding:10px;
	background-color: #9B9997;
}
.text01 .capImg img{
	border:1px solid #a29f9a;
}
.link01 {
	padding:10px;
}
.link01 a{
	text-decoration:none;
	color: #A997B4;
	line-height:30px;
	font-size:13px;
	display:inline-block;
	padding-left: 40px;
	background: url(../images/link.png) no-repeat left center;
	background-position: -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;
	position:relative;
	margin-top:10px;
}
.link01 a:hover{
	padding-left: 45px;
	background-position: 15px;
	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;
}
/*NEWS AND UPDATES*/
#New{
	padding: 10px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#481600+0,481600+33,1a0c01+100 */
background: rgb(72,22,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(72,22,0,1) 0%, rgba(72,22,0,1) 33%, rgba(26,12,1,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(72,22,0,1) 0%,rgba(72,22,0,1) 33%,rgba(26,12,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(72,22,0,1) 0%,rgba(72,22,0,1) 33%,rgba(26,12,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#481600', endColorstr='#1a0c01',GradientType=0 ); /* IE6-9 */
	zoom:1;
}
.new{
}
.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 ul{
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}
.new li{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin: 0 10px;
	
}
.new li a{
	text-decoration:none;
	font-size: 13px;
	line-height:2em;
	color: #969696;
	display:block;
	border-radius: 5px;
	width: 350px;
	border: 1px #565555 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:normal;
	text-align:center;
	padding:5px 0px;
	background: url(../images/new_icon.png) no-repeat 20px ;
}
.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;
	color: #969696;
	background: #1F0D01;
	border: 1px solid transparent;
}
.new li a span{
	color: #969696;
	font-size:18px;
	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;
	color: #969696;
}

/*FOOTER*/

#footer{
	margin-top:30px;
		background: rgba(0, 0, 0, 0.7);
}
#footer .container{
}
#footer .copy{
	color: #8F7E59;
	font-size:13px;
	text-align:center;
	font-weight:normal;
	padding:30px 0;
}
#footer .fNav{
	text-align:center;
	padding-top: 10px;
}

#footer .fNav li{
	display:inline-block;
	zoom:1;
	*display:inline;
	margin: 10px 0;
	padding: 8px 5px;
}
#footer .fNav li a{
	color:#AEA9A9;
	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;
	padding: 8px 10px;
}
#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);
}*/
















































