@charset "Shift_JIS";

BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
  
}

/*ƒwƒbƒ_*/
#head {
	width:950px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom:5px;
	background-image:url(../image/head_bg01.jpg);
}

#mhtitle{
	width:481px;
	height:48px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom:5px;
	background-image:url(/image/201406/TitleBar.gif);
	background-repeat:no-repeat;
	}

.mhtitleheader{
	font-weight:bold;
	line-height: 30px;
	margin-top:10px;
	float: left;
	padding-left:20px;
}

h1 {
	font-size: 11px;
	line-height: 1.4em;
	color: white;
	background-color: rgb(0, 102, 255);
	margin-bottom: 0px;
}

h2 {
font-size: 150%; 
line-height: 1em;
}

h3 {
font-size: 125%; 
line-height: 1em;
}
nav{
	 width:975px;
	 height:50px;
	 padding-bottom:10px;
	background: rgb(109,179,242); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(51%,rgba(54,144,240,1)), color-stop(100%,rgba(30,105,222,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
border-radius:20px 0px 20px 0px;
}
.btnanime{
	display:block;
	width:auto;
	height:40px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	-webkit-transition:all 0.1s linear 0.1s;
	-moz-transition:all 0.1s linear 0.1s;
	-ms-transition:all 0.1s linear 0.1s;
	-o-transition:all 0.1s linear 0.1s;
	transition:all 0.1s linear 0.1s;
}

.navbtn{
	font-weight:bold;
	display: block;
	width: auto;
	height: 40px;
	text-align: center;
	line-height: 30px;
	margin-top:10px;
	margin-right:10px;
	float: left;
	padding-left:3px;
}

.navbtn a:hover{
	color:#FF0;
	
	
}

footer{
	color:#FFF;
	width: auto;
	height:50px;
	clear:both;
	line-height:50px;
	background: #a9e4f7; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNhOWU0ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGZiNGU3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-radial-gradient(center, ellipse cover, #a9e4f7 0%, #0fb4e7 100%); /* FF3.6+ */

background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#a9e4f7), color-stop(100%,#0fb4e7)); /* Chrome,Safari4+ */

background: -webkit-radial-gradient(center, ellipse cover, #a9e4f7 0%,#0fb4e7 100%); /* Chrome10+,Safari5.1+ */

background: -o-radial-gradient(center, ellipse cover, #a9e4f7 0%,#0fb4e7 100%); /* Opera 12+ */

background: -ms-radial-gradient(center, ellipse cover, #a9e4f7 0%,#0fb4e7 100%); /* IE10+ */

background: radial-gradient(ellipse at center, #a9e4f7 0%,#0fb4e7 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	}
	
.banner_01{
	width:108px;
	float:left;
	margin-left:10px;
}
