@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: #5f7d42 url(../images/2.png) repeat top left;
}
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:1400px;margin:auto;}
h1{
	padding:15px 15px;
	font-size: 18px;
	font-weight:bold;
	color: #fff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5f7d42+0,3e5d20+100,ffffff+100,522f18+100 */
background: rgb(95,125,66); /* Old browsers */
background: -moz-linear-gradient(top, rgba(95,125,66,1) 0%, rgba(62,93,32,1) 100%, rgba(255,255,255,1) 100%, rgba(82,47,24,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(95,125,66,1) 0%,rgba(62,93,32,1) 100%,rgba(255,255,255,1) 100%,rgba(82,47,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(95,125,66,1) 0%,rgba(62,93,32,1) 100%,rgba(255,255,255,1) 100%,rgba(82,47,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f7d42', endColorstr='#522f18',GradientType=0 ); /* IE6-9 */
	text-align: center;
	border-radius: 5px;
	margin-bottom: 10px;
	font-family: Kozuka Mincho pro;
	clear: both;

	
}
h1 img{
	vertical-align:middle;
	padding-right:10px;
}

h2{
	padding:10px;
	font-size: 21px;
	font-weight:bold;
	color: #fff;
	background: #12664f;
	border-bottom:1px solid #000;
}
	
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{
	background: #fefefe;
	padding:10px 0;
	
	

}
.siteTitle{
	border-radius: 5px;
	background-size: cover;
	text-align:center;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5f7d42+0,3e5d20+100,ffffff+100,522f18+100 */
background: rgb(95,125,66); /* Old browsers */
background: -moz-linear-gradient(top, rgba(95,125,66,1) 0%, rgba(62,93,32,1) 100%, rgba(255,255,255,1) 100%, rgba(82,47,24,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(95,125,66,1) 0%,rgba(62,93,32,1) 100%,rgba(255,255,255,1) 100%,rgba(82,47,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(95,125,66,1) 0%,rgba(62,93,32,1) 100%,rgba(255,255,255,1) 100%,rgba(82,47,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f7d42', endColorstr='#522f18',GradientType=0 ); /* IE6-9 */
}
.siteTitle a{
	color: #fff;
	font-weight:bold;
	font-size:45px;
	line-height:90px;
  font-family: Kozuka Mincho pro;
	text-decoration:none;

	
	
}
.siteTitle img{
	vertical-align:middle;
	padding-right:10px;
}
.headerMenu{
	float:right;
	position:relative;
}
.headerMenu ul li{
	display:inline-block;	
	zoom:1;
	*display:inline;
	margin-top:20px;
}
.headerMenu ul li a{
	color: #000;
	font-weight:bold;
	font-size:13px;
	display:block;	
	text-decoration:none;
	position:relative;
	-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;
	padding:15px;
	border:1px solid #000;
}
.headerMenu ul li a:hover{
	color: #000;
	-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;
	background: #dba9ff;

}

/*END HEADER*/

/*BANNER*/

#banner {
	
}
.mvHolder{
	position:relative;
	box-shadow: -5px 70px 40px -70px #000;
}
.mv{
	
	position:relative;
	margin-bottom:10px;

	
}
/*slider*/
.bxslider {
 *height:320px !important;
 *overflow:hidden;
}
.bxslider li img {
 *width:450px !important;
}
.bx-wrapper .bx-viewport {
	background: none !important;
	left: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	width:15px !important;
	height:15px !important;
	display:none !important;
	background: #196db4 !important;
	position:relative;
	margin-left:10px;
	border-radius:10em !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	display:none !important;
	background: #000 !important;
	border-radius:10em !important;
}
/*CONTENT*/

#content{
	clear:both;
	margin-top:30px;
}
.content_left{
	width:250px;
	float:left;
}
.content_middle{
	width:700px;
	float:right;
}
.content_right{
	width:690px;
	float:left;
}

/********************************CONTENT ELEMENT STYLES*********************************/


/*NAV*/
.nav{
	margin-bottom:20px;
margin-top:30px;
}
.nav h3{
	padding:15px 10px;
	font-size: 16px;
	font-weight:bold;
	color: #fff;
	background: #921D23;
	border-radius:30px;
	margin-bottom: 10px;
	text-align:center;
	
}
.nav h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.nav ul{
	
	text-align: center;
	
	border-radius: 5px;
	border: 2px solid #72A144;
}
.nav li{
	list-style:none;
  border-bottom: 1px solid #72A144;
	border-top: 1px solid #72A144;
	
}
.nav li:last-child{
	border-bottom: 1px solid transparent;
}
.nav li:first-child{
	border-top: 1px solid transparent;
}
.nav li a{
	text-decoration:none;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5f7d42+0,3e5d20+100,ffffff+100,522f18+100 */
background: rgb(95,125,66); /* Old browsers */
background: -moz-linear-gradient(top, rgba(95,125,66,1) 0%, rgba(62,93,32,1) 100%, rgba(255,255,255,1) 100%, rgba(82,47,24,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(95,125,66,1) 0%,rgba(62,93,32,1) 100%,rgba(255,255,255,1) 100%,rgba(82,47,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(95,125,66,1) 0%,rgba(62,93,32,1) 100%,rgba(255,255,255,1) 100%,rgba(82,47,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f7d42', endColorstr='#522f18',GradientType=0 ); /* IE6-9 */
	line-height: 1.5;
	-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;
		padding:16px 0;
font-family: Kozuka Mincho pro;

}

.nav li a:hover{
	text-decoration:underline;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#522f18+0,ffffff+0,3e5d20+0,5f7d42+100 */
background: rgb(82,47,24); /* Old browsers */
background: -moz-linear-gradient(top, rgba(82,47,24,1) 0%, rgba(255,255,255,1) 0%, rgba(62,93,32,1) 0%, rgba(95,125,66,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(82,47,24,1) 0%,rgba(255,255,255,1) 0%,rgba(62,93,32,1) 0%,rgba(95,125,66,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(82,47,24,1) 0%,rgba(255,255,255,1) 0%,rgba(62,93,32,1) 0%,rgba(95,125,66,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#522f18', endColorstr='#5f7d42',GradientType=0 ); /* IE6-9 */
	
}
/*BLOGPARTS*/
.blogparts{
	margin-bottom:20px;
	width:340px;
	float:left;
	
	
	
}
.blogparts h3{
	padding:10px;
	font-size: 18px;
	font-weight:bold;
	color: #fff;
	text-shadow:2px 2px 2px #000;
	background: #2A2A2A;
	margin-bottom: 10px;
}
.blogparts h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts center{
	padding:15px 10px;
	background-color:#48672B;
	border-radius:5px;
	
}
/*BLOGPARTS1*/
.blogparts1{
	margin-bottom:20px;
	width:340px;
	float:right;

	
	
	
}
.blogparts1 h3{
	padding:10px;
	font-size: 18px;
	font-weight:bold;
	color: #fff;
	text-shadow:2px 2px 2px #000;
	background: #2A2A2A;
	margin-bottom: 10px;
}
.blogparts1 h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts1 center{
	padding:43px 10px;
	background-color:#48672B;
	border-radius:5px;
}
/*MAIN CONTENT*/
.textWrap{
	position:relative;
	
	
	
	
}
.text01{
	margin-bottom:20px;
	padding:10px;
	background-color:#5F7D42;
	border-radius: 5px;
	
	
}
.text01 p{
	font-size:13px;
	line-height:30px;
	text-align:justify;
	color: #fff;
	padding-top:10px;
	letter-spacing:0.1em;
	font-family: Kozuka Mincho pro;
}
.text01 .capImg{
	float:left;
	margin:10px 10px 0 0;
	border:10px solid #72A144;
	border-radius:50%;
	padding: 10px;
}
.text01 .capImg1{
	float:right;
	margin:10px 0 0 10px;
	border:10px solid #72A144;
	border-radius:50%;
	padding: 10px;
}
.link01 li{
	padding: 10px;
}
.link01 a{
	text-decoration:none;
	color: #fff;
	border: dashed 1px #72A144;
	font-size:13px;
	padding: 15px 20px;
	display:block;
	font-weight:lighter;
	position:relative;
	margin-top:5px;
	font-family: Kozuka Mincho pro;
	-webkit-transition:all .40s ease-in;
	-moz-transition:all .40s ease-in;
	-o-transition:all .40s ease-in;
	-ms-transition:all .40s ease-in;
		transition:all .40s ease-in;	
}
.link01 a:hover{
	padding-left: 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5f7d42+0,3e5d20+100,ffffff+100,522f18+100 */
background: rgb(95,125,66); /* Old browsers */
background: -moz-linear-gradient(top, rgba(95,125,66,1) 0%, rgba(62,93,32,1) 100%, rgba(255,255,255,1) 100%, rgba(82,47,24,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(95,125,66,1) 0%,rgba(62,93,32,1) 100%,rgba(255,255,255,1) 100%,rgba(82,47,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(95,125,66,1) 0%,rgba(62,93,32,1) 100%,rgba(255,255,255,1) 100%,rgba(82,47,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f7d42', endColorstr='#522f18',GradientType=0 ); /* IE6-9 */
}
/*NEWS AND UPDATES*/

.new{
	position: relative;
	margin-bottom: 20px;
  float: right;
  width: 700px;
	clear: both;
}
.new h3{
	padding:15px 10px;
	font-size: 16px;
	font-weight:bold;
	color: #fff;
	background: #921D23;
	margin-bottom: 10px;
	text-align:center;
}
.new h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.new ul{

}
.new li{
	list-style:none;
	line-height:20px;
	font-weight:bold;
	margin-top:14px;
	
}
.new li a{
	font-family: Kozuka Mincho pro;
	text-decoration:none;
	color: #d9cee3;	
	display:block;
	padding:10px 20px;
	font-size:13px;
	font-style: italic;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7f5aa0+31,b692cf+100 */
background: rgb(127,90,160); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(127,90,160,1) 31%, rgba(182,146,207,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(127,90,160,1) 31%,rgba(182,146,207,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(127,90,160,1) 31%,rgba(182,146,207,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f5aa0', endColorstr='#b692cf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	transition:all .40s ease-in;
	font-weight:normal;
	
}
.new li a:hover{
		padding:10px 50px;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7f5aa0+66,b692cf+100 */
background: rgb(127,90,160); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(127,90,160,1) 66%, rgba(182,146,207,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(127,90,160,1) 66%,rgba(182,146,207,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(127,90,160,1) 66%,rgba(182,146,207,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f5aa0', endColorstr='#b692cf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.new li a span{
	font-weight:normal;
	
	display:block;
}

/*EXPERIENCE*/

.experience{
	background: url(../images/pattern1.png);
	margin-bottom:20px;
	border:1px solid #000;
}
.experience h3{
	font-size: 15px;
	font-weight:bold;
	color: #fff;
	z-index:10px;
	background: #009cff; /* Old browsers */
	background: -moz-linear-gradient(top,  #009cff 1%, #034975 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#009cff), color-stop(100%,#034975)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #009cff 1%,#034975 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #009cff 1%,#034975 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #009cff 1%,#034975 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #009cff 1%,#034975 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009cff', endColorstr='#034975',GradientType=0 ); /* IE6-9 */
	border-bottom:1px solid #000;
	box-shadow: 0 4px 8px rgba(0,0,0,.5);
	padding:15px;
}
.experience h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.experience ul{
	padding:10px;
}
.experience li{
	list-style:none;
	line-height:20px;
	font-weight:bold;
}
.experience li a{
	text-decoration:none;
	color: #292929;		
	display:block;
	padding:10px;
	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:1px solid #000;
	background: #acacac;
}
.experience li a:hover{
	background: #009cff;
	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;
}
/*FOOTER*/

#footer{
	text-align:center;
	padding:20px 0 20px 0;
	text-align:left;
	
	
	
}
#footer .copy{
	color: #fff;
	font-size:13px;
	font-weight:bold;	
	padding:10px 0;
	text-align:center;
	font-family: Kozuka Mincho pro;
}
#footer .fNav{
	padding:20px 0;

	
}
#footer .fNav ul{
	padding:10px 0;
	text-align: center;
}
#footer .fNav li{
	display:inline-block;
	zoom:1;
	*display:inline;
	
	margin: 5px 0;
}
#footer .fNav li:first-child{
	border:0;
}
#footer .fNav li a{
	color: #fff;
	font-weight:normal;
	font-size:12px;
	display:block;
	text-decoration:none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b692cf+0,7f5aa0+52 */
background: rgb(182,146,207); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(182,146,207,1) 0%, rgba(127,90,160,1) 52%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(182,146,207,1) 0%,rgba(127,90,160,1) 52%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(182,146,207,1) 0%,rgba(127,90,160,1) 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b692cf', endColorstr='#7f5aa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
	padding:25px 36px;
	border-radius: 5px;
	border: 2px solid #574070;
	font-family: Kozuka Mincho pro;
}
#footer .fNav li a:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7f5aa0+48,b692cf+100 */
background: rgb(127,90,160); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(127,90,160,1) 48%, rgba(182,146,207,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(127,90,160,1) 48%,rgba(182,146,207,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(127,90,160,1) 48%,rgba(182,146,207,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f5aa0', endColorstr='#b692cf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	
}


.sitemap_nav {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.sitemap_nav li {
	font-size: 13px;
	line-height: 40px;
}

.sitemap_nav li a {
	color: #fff;
	text-decoration: underline;	
	font-family: Kozuka Mincho pro;
}















































