@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	margin:0 auto;
}
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;
}
.clear:after, .imgRight:after, imgLeft:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
	}

.mT20 {
	margin-top:20px;
}
.mB20 {
	margin-bottom:20px;
}
a { 
	color:#00F;
	text-decoration:none;
}

/*frame style*/
body {
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	letter-spacing: 0.05em;
    background: transparent url("../images/body.png") repeat scroll 0% 0%;
}
#header, #GNav, #content, #Footer, #Mv, #wrapper{
	width:100%;
	margin:0 auto;
	min-width:1000px;
}
.container {
	width: 1000px;
}
.imgRight {
	float:right;
}
.imgLeft {
	float:left;
}
strong{
	color:red;
}

/*header*/

#header .container{
}
#header{
	
}

.siteTitle {
	position: absolute;
	z-index: 20;
	top: 256px;
	left: 10px;
	background: transparent url("../images/bg.png") repeat scroll 0% 0%;
	border: 3px solid #FFF;
}
.siteTitle > a {
	display:inline-block;
	font-size:30px;
	padding:20px 15px;
	font-weight: bold;
	background:url(../images/logo.png) no-repeat left center;
	background-position: 10px;
	padding-left:80px;
	color:#fff;
	border-radius: 10px;
}
.siteTitle > a img {
	vertical-align:middle;
	margin-right: 10px;
}
.siteTitle .c1{
	color: #16b295;
}
.siteTitle .c2{
	color: #e7bd22;
}
.siteTitle .c3{
	color: #da4b3c;
}
.topmail{
	position:absolute;
	text-align:right;
	color:#ed4246;
	font-size:15px;
	padding:5px 10px;
	top:-40px;
	right:10px;
}
/* end header*/

/*Gnav*/

#GNav {
	padding: 20px 0;
}

#GNav .container{
	border: 5px #383838 solid;
	background: rgba(247,163,29,1);
	background: -moz-linear-gradient(top, rgba(247,163,29,1) 0%, rgba(229,112,17,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,163,29,1)), color-stop(100%, rgba(229,112,17,1)));
	background: -webkit-linear-gradient(top, rgba(247,163,29,1) 0%, rgba(229,112,17,1) 100%);
	background: -o-linear-gradient(top, rgba(247,163,29,1) 0%, rgba(229,112,17,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,163,29,1) 0%, rgba(229,112,17,1) 100%);
	background: linear-gradient(to bottom, rgba(247,163,29,1) 0%, rgba(229,112,17,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a31d', endColorstr='#e57011', GradientType=0 );
	zoom:1;
	
}
.GNavList {
	text-align:center;
	font-size: 0;
	letter-spacing: 0;
	border: 1px #2b2b2b solid;
}
.GNavList li:first-child{
	border-left: 0;
}
.GNavList li:last-child{
	border-right: 0;
}
.GNavList > li {
	border-left: 1px #e97812 solid;
	border-right: 1px #f9b958 solid;
	position:relative;
	display:inline-block;
	*display:inline;
	zoom:1;
	z-index: 10;
}
.GNavList > li > a {
	display:block;
	text-align:center;
	font-size:12px;
	color:#773501;
	padding:15px 41.4px;
	zoom:1;
}
.GNavList > li > a:hover {
	color: #FFF;
	background: rgba(55,55,55,1);
	background: -moz-linear-gradient(top, rgba(55,55,55,1) 0%, rgba(15,15,15,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(55,55,55,1)), color-stop(100%, rgba(15,15,15,1)));
	background: -webkit-linear-gradient(top, rgba(55,55,55,1) 0%, rgba(15,15,15,1) 100%);
	background: -o-linear-gradient(top, rgba(55,55,55,1) 0%, rgba(15,15,15,1) 100%);
	background: -ms-linear-gradient(top, rgba(55,55,55,1) 0%, rgba(15,15,15,1) 100%);
	background: linear-gradient(to bottom, rgba(55,55,55,1) 0%, rgba(15,15,15,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#0f0f0f', GradientType=0 );
	
}

/*end Gnav*/


/*wrap*/

#content {
	padding: 10px 0;
}

#content .container {
}

#content_main .container{
}

#content_main{
}

#wrapLeft, #wrapRight, #mainWrap {
	
}
#wrapLeft {
	width:250px;
	float:left;
	
}
#wrapRight {
	width:240px;
	float:right;
}
#mainWrap {
	width:730px;
	float:right;
}


/*h1 and h3*/
#content h1, h2{
	font-size:18px;
	position:relative;
	padding:0 10px 0 10px;
	line-height:50px;
	*min-height:50px;
	color:#fff;
	text-transform:uppercase;
	background: #888;
	letter-spacing:normal;
	background: transparent url("../images/bg.png") repeat scroll 0% 0%;
	border: 1px solid #302B25;
	border-radius:5px;
}


#content h2{
	margin:10px;
}

#mainContent h1 img{
	padding-right:10px;
}

#content h1 img, #content h3 img, #Mv h3 img {
	vertical-align:middle;
	margin-right:10px;
}
.QandA h3{
	font-size:17px;
	position:relative;
	padding:0px 10px;
	line-height:45px;
	*min-height:45px;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:normal;
	border: 1px #a7c3d6 solid;
	background: url(../images/q_bg.png);
}

.news h3 {
	font-size:17px;
	position:relative;
	padding:0 10px 0 10px;
	line-height:40px;
	*min-height:40px;
	color:#e2d346;
	text-transform:uppercase;
	letter-spacing:normal;
	border-bottom: 1px #FFF solid;
	border-top: 1px #FFF solid;
}
.nav h3 {
	font-size:17px;
	position:relative;
	padding:0 10px 0 10px;
	line-height:45px;
	*min-height:45px;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:normal;
	background: transparent url("../images/bg.png") repeat scroll 0% 0%;
	border: 1px solid #302B25;
	border-radius:5px;
}
.experience h3 {
	font-size:17px;
	position:relative;
	padding:0 10px 0 10px;
	line-height:45px;
	*min-height:45px;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:normal;
	border: 1px #FFF solid;
	border-radius: 5px;
	background: url(../images/exp_bg.png);
}

.blogpart h3 {
	font-size:17px;
	position:relative;
	padding:0 10px 0 10px;
	line-height:45px;
	*min-height:45px;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:normal;
	background: transparent url("../images/bg.png") repeat scroll 0% 0%;
	border: 1px solid #302B25;
	border-radius:5px;
}
#mainWrap .blogpart h3 {
	font-size:17px;
	position:relative;
	padding:0 10px 0 10px;
	line-height:45px;
	*min-height:45px;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:normal;
	background-color: #f5cd71;
	border:1px #302B25 solid;
	border-radius: 5px;
}


/*content text*/

.QandA{
	position: relative;
	margin-bottom:20px;
	padding: 5px 3px 3px 3px;
	background-color: #b2cee1;
}

.tlt02 {
	display:block;
	color:#000;
	font-size:12px;
	padding:20px 20px;
	padding-left:60px;
}
.tlt02 span{
	font-weight:bold;	
	font-size:14px;
}
.tlt03 {
	display:block;
	color:#000;
	font-size:12px;
	margin-bottom: 5px;
	
}
.tlt03 a{
	color:#5d1073;
	display:block;
	padding:15px 10px;
	margin: 10px 10px;
	padding-left: 50px;
	border: 1px transparent solid;
	background: url(../images/qa.png) no-repeat left center;
	background-position: 10px;
}
.tlt03 > a:hover{
	border: 1px #5d1073 solid;
	background-color: #FFF;
}

.tlt03 span{
	font-weight:bold;
	font-size:14px;
}

.text01, .blog {
}
.text01 {
	position: relative;
	display:block;
	vertical-align:top;
	margin-bottom: 10px;
	position: relative;
	background-color: rgba(255,255,255,0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff,endColorstr=#80ffffff); 
  zoom: 1;
}

.text01 p {
	font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.05em;
	color:#000;
	padding:10px 10px;
	text-align:justify;
}
.text01 p img{
	border: 5px #FFF solid;
	border-radius: 50em;
	box-shadow: 0px 0px 2px #333;
}
	
/*nav*/
.nav {
	margin-bottom:20px;
	position: relative;
}

.nav ul {	
	display:block;
	padding: 10px 0 10px 0;
}
.nav ul li {
	display:block;
	margin: 5px 0;
	background: rgb(254,252,234); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(254,252,234,1) 0%, rgba(206,221,213,1) 0%, rgba(241,218,54,1) 0%, rgba(206,221,213,1) 52%, rgba(206,221,213,1) 53%, rgba(241,218,54,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(254,252,234,1)), color-stop(0%,rgba(206,221,213,1)), color-stop(0%,rgba(241,218,54,1)), color-stop(52%,rgba(206,221,213,1)), color-stop(53%,rgba(206,221,213,1)), color-stop(100%,rgba(241,218,54,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(254,252,234,1) 0%,rgba(206,221,213,1) 0%,rgba(241,218,54,1) 0%,rgba(206,221,213,1) 52%,rgba(206,221,213,1) 53%,rgba(241,218,54,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(254,252,234,1) 0%,rgba(206,221,213,1) 0%,rgba(241,218,54,1) 0%,rgba(206,221,213,1) 52%,rgba(206,221,213,1) 53%,rgba(241,218,54,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(254,252,234,1) 0%,rgba(206,221,213,1) 0%,rgba(241,218,54,1) 0%,rgba(206,221,213,1) 52%,rgba(206,221,213,1) 53%,rgba(241,218,54,1) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(254,252,234,1) 0%,rgba(206,221,213,1) 0%,rgba(241,218,54,1) 0%,rgba(206,221,213,1) 52%,rgba(206,221,213,1) 53%,rgba(241,218,54,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	zoom:1;
	border-radius: 3px;
	border: 1px #96a084 solid;
}

.nav ul li a {
	display:block;
	font-size:12px;
	color:#747272;
	padding:8px 0;
	padding-left: 30px;
	background:url(../images/nav_a.png) no-repeat left center;
	background-position: 10px;
	text-transform:uppercase;
	-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;
}
.nav ul li a:hover {
	color: #FFF;
	background-color:#A77E1E;
}


/*news*/
.news {
	width: 260px;
	position: absolute;
	z-index: 2;
	right: 15px;
	bottom: 30px;
}

.news img{
}

.news > ul {
	}

.news > ul > li {
	display:block;
	text-align:left;
	margin-bottom: 5px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50990000,endColorstr=#50990000); 
  zoom: 1;
	background: rgba(0, 0, 0, 0.5);
}

.news > ul > li > a > span {
	display:block;
	font-size: 14px;
	color:#FFF;
	line-height:normal;
	letter-spacing:normal;
	font-style: italic;
}

.news > ul > li > a {
	display:block;
	font-size: 12px;
	color:#FFF;
	padding:10px 5px;
	padding-left:60px;
	line-height:20px;
	background: url(../images/new_hover.png) no-repeat left center;
	background-position:10px;
}
.news > ul > li > a:hover {
	color:#000;
	background:#dce6f2 url(../images/new.png) no-repeat left center;
	background-position:10px;
}
.news > ul > li > a:hover span {
	color: #000;
}

/*blogpart*/

.blogpart {
	margin-bottom:20px;
	position: relative;
	border-radius: 10px;
	text-align: center;
}
.blogpart img{
}
#mainWrap .blogpart > .blog {
	text-align:center;
	background: transparent url("../images/bg.jpg") repeat scroll 0% 0%;
	padding: 15px 10px;
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin: 20px 10px;
}
.blogpart > .blog {
	text-align:center;
	background: transparent url("../images/bg.jpg") repeat scroll 0% 0%;
	padding: 5px 10px;
}
.blogpart > .blog > div { 
	margin: 0 auto; 
}


/*back links*/
.link01{
	display:block;
	padding:10px;
}
.link01 > li{
	display:block;
	margin-bottom:5px;
}
.link01 > li a{
	display:block;
	color:#000;
	padding:8px 10px 8px 35px;
	margin:0 10px;
	font-size:12px;
	border-radius: 5px;
	background:#FBD069 url(../images/back_hover.png) no-repeat left center;
	background-position: 10px;
}
.link01 > li a:hover{
	background-color:#FCE2A4;
}
.link01 > li a:before {
	content:
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
}
.link01 > li a:hover:before {
}

/*Sitemap links*/
.con-nav {
	display:block;
	padding-bottom: 20px;
}
.con-nav > ul {}

.con-nav > ul > li {
	display:block;
	margin: 0 10px;
	padding: 3px 0;
}
.con-nav > ul > li > a {
	display:block;
	color:#000;
	border-radius: 5px;
	padding:8px 10px 8px 40px;
	font-size:12px;
	background:#FBD069 url(../images/link_hover.png) no-repeat left center;
	background-position: 10px;
}
.con-nav > ul > li > a:hover {
	background-color:#FCE2A4;
	
}
.con-nav > ul > li > a:before {
	font-size:25px;
	margin:0 10px;
	display:inline-block;
	vertical-align:middle;
}
.con-nav > ul > li > a:hover:before {
}

/*sitemap*/

.sitemap{
	position:absolute;
	top:25px;
	right:0px;	
}
.sitemap > ul{
	color: #FFF;
	font-size: 0;
	letter-spacing: 0;
}
.sitemap img{
	margin-right: 10px;
	vertical-align: middle;
}

.sitemap > ul > li{
	padding:10px 0;
	display: inline-block;
	*display:inline;
	zoom:1;
}
.sitemap > ul > li > a{
	padding:10px 10px;
	font-size:12px;
	color:#333;
}
.sitemap > ul > li > a:hover {
	background-color: #595f72;
	color: #FFF;
}

/*footer*/
#Footer {
	clear:both;
	background-color:#A89322;
}

#Footer > .container {
	padding:10px 0;
}
.FNav {
}
.FNav > ul {
	font-size: 0;
	letter-spacing: 0;
	margin:10px 0;
	display:block;
	color:#f9f9f9;
	text-align:center;
}
.FNav > ul > li {
	display:inline-block;
	*display:inline;
	zoom:1;
	padding: 8px 15px;
	margin-bottom: 10px;
}
.FNav > ul > li:first-child {
	border: 0;
}
.FNav > ul > li > a {
	font-size: 13px;
  color: #FFF;
	
}
.FNav > ul > li > a:hover {
	text-decoration: underline;
}

.FNav > ul > li > a:before {
	font-size:15px;
	margin-right:10px;
	display:inline-block;
	vertical-align:middle;
}
.FNav > ul > li > a:hover:before {
	
}


.copy {
	display:block;
	color:#FFF;
	font-size:13px;
	padding:10px 0;
	text-align:center;
}


