@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-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;}
.wrapUp{
	background: url(../images/wrapUp.png) repeat-x top center;
	height:382px;
	background-size: cover;
    width: 100%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
h1{
	
		background:#6A90AA;
	font-size: 19px;
	font-weight:bold;
	color: #fff;
	
	text-shadow: 0 2px 2px #000;
	z-index:10px;
	padding:15px;
}
h1 img{
	vertical-align:middle;
	padding-right:10px;
}
h2{
	background: #336598;
	font-size: 18px;
	font-weight:bold;
	color: #fff;
	z-index:10px;
	padding:13px;
	margin-top:20px;
}
	
h2 img{
	vertical-align:middle;
	padding-right:10px;
}
strong{
	color: red;
}



/**********FOLLOWING RESETS ENDS HERE***************/





/**********LAPSE START CSS DEFAULT STYLING***************/


/*HEADER*/

#header{

}

.siteTitle{
	text-align: center;
	padding:15px 0;
}
.siteTitle a{
	color: #f1f1f1;
	font-weight:bold;
	font-size:30px;


	text-decoration:none;
}
.siteTitle img{
	vertical-align:middle;
	padding-right:15px;
}



/*END HEADER*/


/*BANNER*/

#banner{
	background-color:rgba(0,0,0,0.3);
	padding-bottom:10px;
	position:relative;
	min-width:1000px;
}
#banner:before{

	content: "";
	position:absolute;
	width:100%;
	height:3px;
	top:0;
	left:0;
}
#banner:after{
	content: "";
	position:absolute;

	width:100%;
	height:3px;
	bottom:0;
	left:0;
}
.mv{
	width:700px;
	float:right;
	position:relative;
		background: #5584A5 url('../images/bg.png');
	padding:11px;
	margin-right:5px;
border-left:1px dashed #f1f1f1;
	border-right:1px solid #f1f1f1;
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
}
.mv:before{
	content: "";
	position:absolute;
	background: url(../images/mv_shadow_left.png);
	width: 5px;
	height:300px;
	left:-5px;
	top:30px;
	pointer-events:none;
}
.mv:after{
	content: "";
	position:absolute;
	background: url(../images/mv_shadow_right.png);
	width: 5px;
	height:300px;
	right:-5px;
	top:30px;
	pointer-events:none;
}
.mv_left{
	width:250px;
	float:left;
}
/*slider*/
.bxslider {
 *height:350px !important;
 *overflow:hidden;
}
.bxslider li img {
 *width:700px !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: #fff !important;
	position:relative;
	margin-left:10px;
	top:8px;
	border-radius:0px !important;
	box-shadow: inset 0 4px 4px rgba(0,0,0,.7);
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	display:none !important;
	background: #d74221 !important;
	border-radius:0px !important;
}
/*CONTENT*/

#content{
margin:5px 0;
	clear:both;
}
.content_left{
	width:250px;
	float:left;
}
.content_middle{
	width:740px;

	float:left;
}
.content_right{
	width:250px;
	float:right;
}

/********************************CONTENT ELEMENT STYLES*********************************/


/*NAV*/
.nav{
	margin-left:5px;
	width:300px;
	height:372px;
	position: absolute;
	border:1px solid #f1f1f1;
background-color:rgba(0,0,0,0.5);
	
}
.nav h3{
	font-size: 17px;
	padding:12px;
	font-weight:bold;
	text-align: center;
	padding-right:50px;
	color: #fff;
	
	text-shadow: 0 2px 2px #000;
	z-index:10px;

	
		

}
.nav h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.nav ul{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.nav li{
	list-style:none;
	border:1px dashed #f1f1f1;
	margin-bottom:10px;
	background: #2980b9; /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #2980b9 , #2c3e50); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #2980b9 , #2c3e50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.nav li:first-child{
	margin-left:20px;

}
.nav li:nth-child(2){

}
.nav li:nth-child(3){
		
		margin-left:20px;
}
.nav li:nth-child(4){
	
}
.nav li:nth-child(5){
		margin-left:20px;
		
}

.nav li:first-child a:hover{
	border-left:30px solid #d1d1d1;
	transition-duration: 0.3s;
	
}
.nav li:nth-child(2) a:hover{
	border-left:30px solid #d1d1d1;
	transition-duration: 0.3s;
}
.nav li:nth-child(3) a:hover{
	border-left:30px solid #d1d1d1;
transition-duration: 0.3s;
}
.nav li:nth-child(4) a:hover{
	border-left:30px solid #d1d1d1;
	transition-duration: 0.3s;
}
.nav li:nth-child(5) a:hover{
	border-left:30px solid #d1d1d1;
	transition-duration: 0.3s;
}
.nav li:nth-child(6) a:hover{
		border-left:30px solid #d1d1d1;
	transition-duration: 0.3s;
}

.nav li:nth-child(7) a:hover{
		border-left:30px solid #d1d1d1;
	transition-duration: 0.3s;
}



.nav li a{
	text-decoration:none;
	color: #fff;
	padding:10px;
transition-duration: 0.3s;
	display:block;
	font-size:14px;
	border-left:0px solid #313131;
}

/*BLOGPARTS*/
.blogparts{

	margin-bottom:10px;
border:1px solid #f1f1f1;
}
.blogparts a{
color:#f1f1f1;
	
}
.blogparts h3{
		background:#6A90AA;
		font-size: 17px;
	font-weight:bold;
	color: #fff;
	text-shadow: 0px 2px 2px #000;
	z-index:10px;
	padding:15px;
}
.blogparts h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts center{
	padding:15px 0;
		background:rgba(0,0,0,0.6);
}

/*MAIN CONTENT*/
.textWrap{
	position:relative;
	z-index:90;
	padding:10px;
	background:rgba(0,0,0,0.6);
}
.text01{

	box-shadow: inset 0 0 1px #000;
	margin-bottom:10px;
	border:1px solid #f1f1f1;
}
.text01 p{
	font-size:12px;
	line-height:30px;
	text-align:justify;
	color: #f1f1f1;
	padding-top:10px;
}
.text01 .capImg{
	float:right;
	margin:20px 0 0 10px;
}
.link01 a{
	text-decoration:none;
	color: #313131;
	padding:10px 20px;
	font-size:13px;
	display:block;
	font-weight:lighter;
	background: #f1f1f1; 
	position:relative;
	border:1px solid #f1f1f1;
	margin-top:5px;
	-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;
}
.link01 a:hover{
	color: #fff;
	background: url(../images/link01_hover.png) no-repeat 10px; 
	background-color:#343C45;
	position:relative;

	margin-top:5px;
	-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;}
/*NEWS AND UPDATES*/

.new{
	margin-bottom:10px;
	background:rgba(0,0,0,0.6);
	border:1px solid #f1f1f1;
}
.new h3{
	background:#6A90AA;
	font-size: 17px;
	font-weight:bold;
	color: #fff;
	
	text-shadow: 0 2px 2px #000;
	z-index:10px;
	padding:15px;
}
.new h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.new ul{
	padding:10px;
	background:url(../images/banner.png);
}
.new li{
	margin-bottom:10px;
}
.new li a{
	text-decoration:none;
	color: #f1f1f1;
	padding:10px 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;
		transition:all .20s ease-in;
	display:block;
	background-color:#8098ab;
	font-size:13px;
	line-height:25px;
	font-weight:bold;
	border:1px solid #336598;
}
.new li a:hover{
	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;
	border:1px solid #5584A5;
 background-color:#f1f1f1;
	color:#2B5E83;
}
.new li a span{
	font-weight:normal;
	display:block;
}


/*EXPERIENCE*/

.experience{
	margin-bottom:20px;
	background: #fff;
	border:1px solid #fff;
}
.experience h3{
	background: #336598;
	font-size: 15px;
	font-weight:bold;
	color: #fff;
	z-index:10px;
	padding:13px;
}
.experience h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.experience ul{
	padding:10px;
}
.experience li{
	margin-bottom:10px;
}
.experience li a{
	text-decoration:none;
	color: #000;
	padding: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;
	line-height:25px;
	font-weight:bold;
	border:1px dashed #336598;
}
.experience li a:hover{
	color: #fff;
	background: #336598;
	-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:1px dashed #000;
}

/*FOOTER*/

#footer{
	background: rgba(0,0,0,0.7);
min-width: 1000px;
	padding:10px 0;
}
#footer .copy{
	color: #fff;
	font-size:12px;
	text-align:center;
	position:relative;
	font-weight:normal;	
padding:10px;

}
#footer .fNav{
	padding:10px;
	text-align:center;
}

#footer .fNav li{
	display:inline-block;
	zoom:1;
	*display:inline;
	padding-bottom: 10px;
    
}
#footer .fNav li a{
	color: #fff;
	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;
	-ms-transition: all .20s ease-in;
	line-height:5px;
	position:relative;
	padding: 5px 20px;
	border-right:1px solid #fff;

}
#footer .fNav 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: #fff;
	text-decoration:underline;
}















































