@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: rgb(168,217,74); /* Old browsers */
background: -moz-linear-gradient(top, rgba(168,217,74,1) 1%, rgba(152,201,76,1) 37%, rgba(61,142,11,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(168,217,74,1)), color-stop(37%,rgba(152,201,76,1)), color-stop(100%,rgba(61,142,11,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(168,217,74,1) 1%,rgba(152,201,76,1) 37%,rgba(61,142,11,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(168,217,74,1) 1%,rgba(152,201,76,1) 37%,rgba(61,142,11,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(168,217,74,1) 1%,rgba(152,201,76,1) 37%,rgba(61,142,11,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(168,217,74,1) 1%,rgba(152,201,76,1) 37%,rgba(61,142,11,1) 100%); /* W3C */
	
}
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{
}

#header, #banner, #content, #footer {
	width: 100%;
	min-width: 1000px !important;
	display: block;
}
h1{
	font-size: 18px;
	padding:12px 0;
	padding-left: 50px;
	color: #FFF;
	font-weight: bold;
	position:relative;
	z-index:10px;
	background:#43920F url(../images/main.png) no-repeat left center;
	background-position: 10px;
	border-bottom: 4px solid #367B0A;
	border-bottom-left-radius: 10px;

}
h1 span{
}
h1 img{
	vertical-align:middle;
	padding-right:10px;
}
h2{
	background-color: #2b2b2b;
	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{
	padding: 30px 0;
	z-index: 1;
	background: rgb(34,45,49); /* Old browsers */
background: -moz-linear-gradient(top, rgba(34,45,49,1) 0%, rgba(49,66,73,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,45,49,1)), color-stop(100%,rgba(49,66,73,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(34,45,49,1) 0%,rgba(49,66,73,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(34,45,49,1) 0%,rgba(49,66,73,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(34,45,49,1) 0%,rgba(49,66,73,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(34,45,49,1) 0%,rgba(49,66,73,1) 100%); /* W3C */
	zoom:1;
}
.siteTitle {
	text-align:center;
}
.siteTitle a{
	color: #FFF;
	text-shadow: 2px  2px  0px #1E7187;
	font-weight:bold;
	font-size:30px;
	padding: 20px 0px;
	padding-left: 70px;
	position: relative;
	text-decoration:none;
	background:url(../images/logo.png) no-repeat left center;
}
.siteTitle img{
	vertical-align:middle;
	padding-right:10px;
}
.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 20px 0;
	zoom:1;
	background: rgb(93,166,185); /* Old browsers */
background: -moz-linear-gradient(top, rgba(93,166,185,1) 0%, rgba(192,230,239,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(93,166,185,1)), color-stop(100%,rgba(192,230,239,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(93,166,185,1) 0%,rgba(192,230,239,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(93,166,185,1) 0%,rgba(192,230,239,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(93,166,185,1) 0%,rgba(192,230,239,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(93,166,185,1) 0%,rgba(192,230,239,1) 100%); /* W3C */
}
.mv{
	position: relative;

}
/*.mv:after
{
	z-index: -1;
	content:"";
	background: url(../images/shadow.png) no-repeat;
	width: 1000px;
	height: 165px;
	position: absolute;
	bottom: -58px;
}*/
/*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: #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{
}
.content_middle{
	width:730px;
	float:left;
}
.content_right{
	width:250px;
	float:right;
}

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


/*NAV*/
.nav{
	margin-bottom:20px;
	position:relative;
	background: #B3E65F;
}
.nav h3{
	font-size: 18px;
	padding:12px 0;
	padding-left: 50px;
	color: #FFF;
	font-weight: bold;
	position:relative;
	z-index:10px;
	background: #43920F url(../images/nav_icon.png) no-repeat left center;
	background-position: 10px;
	border-bottom: 4px solid #367B0A;
border-bottom-left-radius: 10px;

}
.nav h3 span{
	padding-top: 10px;
}
.nav h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.nav ul{
	padding: 5px 0 5px 0;

}
.nav li a{
	text-decoration:none;
	color: #000;
	padding:15px 10px;
	-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:13px;
	border-bottom: 1px solid #367B0A;
	margin: 0px 10px;
	
}
.nav li a:hover{
	background-color:#A4D4E0;
	border-bottom: 1px solid #A4D4E0;
	color:#000;
	padding-left:25px;
}
/*BLOGPARTS*/
.blogparts{
	margin-bottom:20px;
	position:relative;
	background:#B3E65F;
}
.blogparts h3{
	font-size: 18px;
	padding:12px 0;
	padding-left: 50px;
	color: #FFF;
	font-weight: bold;
	position:relative;
	z-index:10px;
	margin-bottom: 20px;
	background:#43920F url(../images/blog_icon.png) no-repeat left center;
	background-position: 10px;
	border-bottom: 4px solid #367B0A;
border-bottom-left-radius: 10px;

}
.blogparts h3 span{
}
.blogparts h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts center{
	padding:10px 0;
	margin-top:10px;
}
.blogparts2{
	margin-bottom:20px;
	position:relative;
	background: #D5C6E0;
}
.blogparts2 h3{
	background-color: #192A51;
	font-size: 15px;
	padding:10px;
	font-weight:bold;
	color: #fff;
	border-bottom: 1px solid #000;
	position:relative;
	z-index:10px;
}
.blogparts2 h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts2 center{
	background-color: #D5C6E0;
	border: 1px solid #292929;
	padding:15px;
	margin-top:-20px;
	padding-top:30px;
}
/*MAIN CONTENT*/
.textWrap{
	padding:10px;
	position:relative;
	z-index:90;
}
.text01{
	margin-bottom:20px;
	background:#9BCC4C;
}
.text01 p{
	padding:15px 15px;
	font-size:14px;
	line-height:1.8;
	text-align:justify;
	color: #222;
}
.text01 .capImg{
	float:left;
	margin:20px 10px 10px 10px;
	border-radius: 50%;
	box-shadow: 0px 0px 3px #333;
	border: 5px solid #B3E65F;
}
.text01 .capImg1{
	float:right;
	margin:20px 10px 10px 10px;
	border-radius: 50%;
	box-shadow: 0px 0px 3px #333;
	border: 5px solid #B3E65F;
}
.link01 a{
	text-decoration:none;
	color: #000;
	line-height: 1.5;
	font-size:13px;
	display:block;
	font-weight:lighter;
	padding:10px 0;
	padding-left:40px !important;
	background:#79B8C8 url(../images/bullet.png) no-repeat 10px ;
	-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:5px;
}
.link01 a:hover{
	color: #fff;
	background:#449210 url(../images/bullet_hover.png) no-repeat 10px;
border-bottom-left-radius: 20px;
	border-top-right-radius: 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;
}
/*NEWS AND UPDATES*/

.new{
	margin-bottom:20px;
}
.new li {
	display:inline-block;
	padding: 0px 0 5px 0;
	margin: 0 20px;
	

}
.new ul {
	text-align: center;
	
}
.new h3{
	border: 3px solid #ddd;
	background: rgb(210,255,82); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyZmY1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MWU4NDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,255,82,1)), color-stop(100%,rgba(145,232,66,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(210,255,82,1) 0%,rgba(145,232,66,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(210,255,82,1) 0%,rgba(145,232,66,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(210,255,82,1) 0%,rgba(145,232,66,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(210,255,82,1) 0%,rgba(145,232,66,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 ); /* IE6-8 */
	font-size: 18px;
	padding:10px;
	color: #222;
	font-family:Baskerville Old F...;
	position:relative;
	z-index:10px;
	margin-bottom: 20px;
}
.new h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.new li a span{
	font-weight:normal;
	display:block;
	margin-top: 10px;
	font-size: 14px;
}
.new li a{
	text-decoration:none;
	padding:10px 10px;
	font-size: 14px;
	line-height:20px;
	color: #fff;
	display:block;
	background:#43920F;
	font-weight:normal;
	transition: all 0.3s ease;
	width: 250px;
	
}
.new li a:hover{
	background:#BFE5EE;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	color: #000;
}

/* experience */
.exp
{
	position:relative;	
	float: right;
}
.exp li a{
	text-decoration:none;
	color: #888;
	padding:15px;
	-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:14px;
	margin-top: 2px;
	border: 2px solid #FCBC49;
	background:url(../images/bg.png) repeat top left;
}
.exp li a:hover{
	color: #222;	
		border: 2px solid #ddd;
	transition: all 0.5s ease-in-out;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
	

}
/*FOOTER*/

#footer{
	background:#367B0A;
	margin-top:20px;
	min-width: 1000px;
}
#footer .copy{
	color: #fff;
	font-size:13px;
	text-align:center;
	position:relative;
	font-weight:normal;
	padding:20px 0;
}
#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: #a1a1a1;
	font-weight:normal;
	font-size:13px;
	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;
	color: #222;
}
/*
#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);
}
*/















































