@charset "utf-8";
/* CSS Document */

	* {
		margin: 0px;
		padding: 0px;
	}
	h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
		margin: 0px;
		padding: 0px;
		font-size: 12px;
	}
	ul {
		list-style-type: none;
	}
	img {
		border: none;
	}
	input, textarea, select {
		font-size: 1em;
	}
	form {
		margin: 0px;
	}
	table {
		border-collapse:collapse;
		font-size: 100%;
		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 */
	
	.mT20 {
		margin-top:20px;
	}
	.mB20 {
		margin-bottom:20px;
	}
	a { 
		color:#00F;
		text-decoration:none;
	}
	strong {
		color:#f00;
		font-weight:bold;
	}
/*frame style*/
	body {
		font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
		letter-spacing: 0.2em;
	}
	#header, #content, #footer, #Mv{
		width:100%;
        min-width: 1000px;
		margin:0 auto;
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.container {
		width: 1000px;
		margin:0 auto;
	}
	.imgRight {
		float:right;
        padding: 10px !important;
	}
	.imgLeft {
		float:left;
        padding: 10px !important;
	}
	#mainWrap {
		float:left;
	
	}
	#wrapLeft {
		float:left;
	}
	#wrapRight {
		float:right;
	}
/*frame style end*/

/*container and wrappers*/
	body {
	 background: #122816 ;

	}
	#content .container{
		
			box-shadow: 2px 4px 5px 5px #000;
			background-color: #040a06;
background-image: url("http://www.transparenttextures.com/patterns/exclusive-paper.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	}
	#wrapLeft {
		width:275px;
	}
	#wrapRight {
		width:275px;
	}
	#mainWrap {
		width:1000px;
	}
	.textBox02 {
		width:996px;
        float: left;
        margin-bottom: 20px;
	}
	.imgRight img, .imgLeft img {
		border:5px solid #6B717E;
		border-radius:3px;
		margin: 10px;
		box-shadow:0px 6px 6px -6px rgba(0,0,0,0.75);
	}
/*end container and wrappers*/

/*header*/
	#header {
				background: url(../images/hbg.png) no-repeat center;
		height: 150px;
        position: relative;
        z-index: 3;
		 margin-bottom: 20px;
	}
	.siteTitle {
		display: block;
		text-align:center;
    padding: 20px 10px;
	}
	.siteTitle a {
		font-size:33px;
    font-weight: bold;
		color:#F1F1F1;
		letter-spacing:0.05em;
	}
	.siteTitle a img {
     vertical-align: sub;
		*vertical-align:middle;
		margin-right:5px;
	}
/*end header*/

/*Main visual*/
	#Mv {
        border-bottom: 1px;
	}
	#Mv .container { 
		    position:relative;
        z-index: 1;
	}
	.Mv {
				text-align:center;
				position:relative;
        padding: 3px;
        background-color: #ffff;
		
			box-shadow: 2px 4px 5px 5px #000;
	}
	
	.desc {
		background-color:#FCE6DB;
		border:solid #fff;
		border-width:1px 0;
		box-shadow:0px 0px 6px #8b8b8b;
		position:relative;
		z-index:1;
	}
	.desc p {
		font-weight:bold;
		color:#ed3e17;
		font-style:italic;
		font-size:17px;
		line-height:17px;
		padding:10px;
		letter-spacing:0.1em;
	}
/*end Main visual*/

/*headings*/
	#content h1 img, #content h3 img, .textBox02 h3 img {
		vertical-align:middle;
		margin-right:7px;
	}
	#content h1, h2 {
		font-size:16px;
				color:#000;
				font-weight:bold;
				letter-spacing:normal;
				line-height: 36px;
				*min-height:36px;
				margin-bottom: 10px;
				background-color: #ddd;
				padding: 10px 10px;
		border-top: 5px solid #000;
				border-bottom: 5px solid #000;
				-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
				-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
				box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	}
    h2 {
        font-size: 19px;
        margin: 10px 0;
        line-height: 38px;
        *min-height:38px;
    }
	.blogpart h3 {
		 font-size:16px;
				color:#000;
				font-weight:bold;
				letter-spacing:normal;
				line-height: 36px;
				*min-height:36px;
				margin-bottom: 10px;
				border-top: 5px solid #2385A1;
				border-bottom: 5px solid #85C342;
				background-color: #fff;
				padding: 0 10px;
				-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
				-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
				box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	}
    .new h3 {
			 font-size:16px;
				color:#333;
				font-weight:bold;
				letter-spacing:normal;
				padding: 0px 10px 6px 0px;
				line-height: 36px;
				*min-height:36px;
				margin-bottom: 10px;
				background: url(../images/border.png)repeat-x center bottom;
	}
	.new h3 span{
      border-bottom: solid 5px #000;
    	padding-bottom: 14px; /*Dependes on centering line*/
		}
    .nav h3 {
		  font-size:16px;
				color:#000;
				font-weight:bold;
				letter-spacing:normal;
				line-height: 36px;
				*min-height:36px;
				margin-bottom: 10px;
				border-top: 5px solid #2385A1;
				border-bottom: 5px solid #85C342;
				background-color: #fff;
				padding: 0 10px;
				-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
				-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
				box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	}
/*end headings*/

/*content*/
	.text01 {
        margin-bottom: 20px;
		background: rgba(0,0,0,0.5);
    }
	.text01 p {
		font-size:13px;
		color:#eee;
		padding:10px 10px;
		line-height: 1.5;
    letter-spacing: 0.05em;
	}
/*end content*/

/*backlinks*/
	.link01 {
        clear: both;
		padding:10px 7px;
	}
	.link01 li {
		margin-bottom:5px;
	}
	.link01 li:last-child {
		margin-bottom:0;
	}
	.link01 li a {
		display:block;
		font-size:14px;
		color:#fff;
		border-radius: 50px;
		letter-spacing:0.05em;
		padding:8px 8px;
    padding-left: 33px;
    background: url(../images/link.png) no-repeat 8px center;
		background-color: #3a5b35;
		border: solid 1px #000;
	}
	.link01 li a:hover {
		background-color: #558027;
	}
/*end backlinks*/

/*sitemap links*/
	.con-nav {
		padding:10px 80px;
        clear: both;
	}
	.con-nav li {
		margin-bottom:5px;
	}
	.con-nav li:last-child {
		margin-bottom:0;
	}
	.con-nav li a {
		display:block;
		font-size:14px;
		color:#fff;
		letter-spacing:0.05em;
		padding:8px 8px;
        padding-left: 33px;
        background: url(../images/link.png) no-repeat 8px center;
				background-color: #333A52;
	 	border: solid 1px #6B5342;
	}
	.con-nav li a:hover {
			background-color:#257E99;
	}
/*end sitemap links*/

/*nav*/
    .nav {
        margin-bottom: 20px;
			padding: 20px 0;
    }
    .textBox02 .nav {
        margin: 0;
			text-align: center;
			
    }
    .nav ul {
		}
    .nav ul li {
			display: inline-block;
    }
    .nav ul li a {
        display: block;
        font-size: 13px;
        color: #fff;
			border: 3px groove #000;
        letter-spacing: normal;
			background: rgb(22,43,26); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(22,43,26,1) 0%, rgba(71,137,104,1) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top, rgba(22,43,26,1) 0%,rgba(71,137,104,1) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom, rgba(22,43,26,1) 0%,rgba(71,137,104,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162b1a', endColorstr='#478968',GradientType=0 ); /* IE6-9 */
			padding: 20px 10px;
        transition: all 0.2s ease;
			
    }
    .nav ul li a:hover {
			background: rgb(71,137,104); /* Old browsers */
				background: -moz-linear-gradient(top, rgba(71,137,104,1) 0%, rgba(22,43,26,1) 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(top, rgba(71,137,104,1) 0%,rgba(22,43,26,1) 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to bottom, rgba(71,137,104,1) 0%,rgba(22,43,26,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#478968', endColorstr='#162b1a',GradientType=0 ); /* IE6-9 */
				border-top:solid 0px transparent;
				color: #fff;
				background-color: #2385A1;
    }
/*end nav*/

/*new disabled*/
	.new {
		margin-bottom: 20px;
	}
    .textBox02 .new {
        margin: 0;
        width: 275px;
        float: right;
        margin-bottom: 10px;
    }
	.new ul {
	}
	.new ul li {
		margin-bottom:3px;
	}
	.new ul li:last-child {
		margin-bottom:0px;
	}
	.new ul li a span {
		display:inline-block;
		font-size:14px;
		letter-spacing:normal;
        line-height: 20px;
        *min-height: 20px;
        min-width: 180px;
        font-family: 'Myriad Pro';
	     	font-weight: bold;
        zoom:1;
        *display:inline;
        margin-right: 30px;
	}
    .new ul li a p {
        display: inline-block;
        zoom:1;
        *display:inline;
        font-size: 13px;
    }
	.new ul li a {
		display:block;
		color:#333;
		font-size:13px;
		letter-spacing:0.1em;
		padding: 15px 10px;
		padding-left:60px;
		position:relative;
    background: url(../images/calendar.png) no-repeat 20px center;
		border-top: 3px solid #6B5342;
		border-right: 1px solid #6B5342;
		border-left: 1px solid #6B5342;
		border-bottom: 1px solid #6B5342;
		transition: all 0.4s ease-in-out 0s;
 
	}
	.new ul li a:hover {
		color: #fff;
		background-color: #8387B7;
   
	}
/*end new*/

/*qanda*/
	.qanda{
		position: absolute;
		top: 10px;
		left: 10px;;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 3;
	}
	.qanda ul{
		
	}
	.qanda ul li{
		display: block;
	}
	.qanda ul li a{
		display:block;
		color:#fff;
		font-size:13px;
    font-weight: bold;
		letter-spacing:0.1em;
		padding: 8px 10px;
	}
	.qanda ul li a:hover{
		background-color: #444;
	}
/*end qanda*/

/*experience*/
	.experience{
		position: absolute;
		top: 10px;
		right: 10px;;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 3;
	}
	.experience ul{
		
	}
	.experience ul li{
		display: block;
	}
	.experience ul li a{
		display:block;
		color:#fff;
		font-size:13px;
    font-weight: bold;
		letter-spacing:0.1em;
		padding: 8px 10px;
	}
	.experience ul li a:hover{
		background-color: #444;
	}
/*end qanda*/

/*blogpart*/
	.blogpart {	
		margin-bottom:20px;
		width: 250px;
		float: left;
		
		margin-left: 60px; 
	}
	.textBox02 .blogpart {
		width:356px;
		float:left;
		padding-left:3px;
		margin-bottom:0;
	}
	.textBox02 .blogpart .blogItem {
		padding:10px 25px;
	}
	.blogItem {
		padding:20px 0;
		height: 342px;
		text-align:center;
        background-color: #0a170d;
background-image: url("http://www.transparenttextures.com/patterns/exclusive-paper.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
        border: 5px dotted #000;
        letter-spacing: normal;
	}
	.blogpart .blogItem > div, .blogpart .blogItem > table {
		margin-left:auto !important;
		margin-right:auto !important;
		vertical-align:middle;
		text-align:center;
	}
    .blogItem a {
        color: #413e9b;
        font-size: x-small;
    }
/*end blogpart*/

/*footer*/
	#footer {
        background:url(../images/footer.png);
		margin-top: 20px;
	}
	.FNav {
		padding:10px 0 5px;
	}
	.FNav ul {
		font-size:0;
        letter-spacing: 0;
		text-align:center;
	}
	.FNav ul li {
		display:inline-block;
		padding:0 5px;
        margin-bottom: 5px;
        zoom:1;
        *display:inline;
	}
	.FNav ul li:last-child {
		border-right:0;
	}
	.FNav ul li a {
		display:block;
		color:#fff;
		font-size:13px;
		text-transform:uppercase;
		letter-spacing:0.1em;
        padding: 6px 10px;
	}
	.FNav ul li a:hover {
		text-decoration: underline;
	}
	.copy {
		color:#fff;
		font-size:13px;
		text-transform:uppercase;
		letter-spacing:normal;
		text-align:center;
		padding:10px 0;
		background-color: #333;
	}
/*end footer*/


/*slide show styles*/
	#slides {
		margin:0 auto;
		text-align:center;
		position:relative;
		top:0px;
		z-index:1;
		width:100%;
		padding:0px 0px 0px;
		display:none;/*note:if slider is enabled, uncomment 'display:none' to prevent div from flashing*/
	}
	#slides > .slidesjs-container {
		position:relative;
		background: url(../images/loading.gif) no-repeat center center #fff; 
	}
    #slides > .slidesjs-container:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width:100%;
        z-index: 11;
        box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.75);
    }
	/*Slider navigation*/
	#slides > .slidesjs-navigation {
		position:absolute;
		font-size:0;
		z-index:12;
        line-height: 20px;
	}
	#slides .slidesjs-stop, #slides .slidesjs-play{
		top:0px;
		left:0;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	}
	#slides .slidesjs-stop:after {
		content:"\25a0";
		font-size: 20px;
		color:#a84b44;
	}
	#slides .slidesjs-play:after {
		content:"\25b6";
		font-size: 20px;
		color:#a84b44;
	}
	#slides .slidesjs-stop:hover:after, #slides .slidesjs-stop:hover:after {
		color:#74abbe;
	}
	
	#slides .slidesjs-previous:after, #slides .slidesjs-next:after {
	}
	#slides .slidesjs-previous{ left:0; }
	#slides .slidesjs-next{ right:50px; }
	#slides .slidesjs-previous:after {
		content: "\2039";
	}
	#slides .slidesjs-next:after {
		content:"\203A";
	}
	.slidesjs-pagination {
		position: absolute;
		margin: 0px auto;
		width: 100%;
        *width:auto;
		height:11px;
		z-index: 12;
        left:0;
		bottom:5px;
		display: block;
		text-align: center;
	}
	.slidesjs-pagination li {
		margin:0 2px;
		list-style:none;
		display:inline-block;
        zoom:1;
        *display:inline;
	}
	.slidesjs-pagination li:first-child {
		
	}
	.slidesjs-pagination li a {
		display:block;
		width:10px;
		height:0;
		padding-top:10px;
		background-color:#000;
        border: 1px solid #162B1A;
		border-radius: 100%;
		float:left;
		overflow:hidden;
	}
	.slidesjs-pagination li a:hover {
		background-color: #84B8C6;
	}
	.slidesjs-pagination li a.active {
		background-color:#84B8C6;
	}
/*end slideshow styles*/



.operator-information_nav {
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.operator-information_nav li {
	font-size: 13px;
	line-height: 40px;
}

.operator-information_nav li a {
	color: #eee;
	text-decoration: underline;	
}