@charset "utf-8";


/* base
----------------------------------------------------*/

* {
	padding: 0;
	margin: 0;
}
html {
	padding: 0;
	margin: 0;
	
}
body {
	font-family:Helvetica, Arial,"ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #363636;
	margin:0;
	padding:0;
	line-height: 1.6;
	background: #FFF;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-size:100%;
}

p,pre,blockquote,ul,ol,dl,dt,dd,hr,form,input {
	margin:0;
	padding:0;
}

table {
	border-collapse: collapse;
}
img {
	border: none;
	vertical-align: top;
}
ul,ol{
	list-style-type:none;
}



/* link
----------------------------------------------------*/
a {
	color:#4d4d4d;
	text-decoration:underline;
}
a:visited {
	color:#4d4d4d;
	text-decoration:underline;
}
a:hover {
	color:#4d4d4d;
	text-decoration:none;
}

/* rollover
----------------------------------------------------*/
a img.hov {
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
}
a:hover img.hov {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



.sp,
.sp_inline,
.tab,
.tab_inline{
	display:none !important;
}

div#document {
	width: 1025px;
	margin: 0 auto;
}
div.header_bg {
	background: url(../images/header_bg.png) no-repeat center top;
	margin-bottom: 20px;
}
div#header {
	max-width: 1025px;
	margin: 0 auto;
	padding: 12px 0 0 0;
	position: relative;
}
div#header .logo {
	margin: 0 0 145px 0;
}
div#header .qa {
	position: absolute;
	right: 60px;
	top: 12px;
}
div#header ul#gmenu {
	width: 1025px;
}
div#header ul#gmenu li {
	float: left;
}

p.pankuzu {
	text-align: right;
	font-size: 10px;
}
.title01 {
	margin-bottom: 25px;
}
.title01 em {
	font-style: normal;
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin: 7px 0 0 0;
}
.title02 {
	background: url(../images/title.gif) no-repeat 0 bottom;
	font-size: 25px;
	padding: 0 0 10px 40px;
	line-height: 1.2;
	margin: 40px 0 35px 0;
}
.title03 {
	font-size: 25px;
	color: #57a236;
	margin-bottom: 20px;
	line-height: 1.4;
}
.title04 {
	font-size: 20px;
	color: #393939;
	border-left: 5px solid #73b72b;
	padding: 0 0 0 11px;
}
.title05 {
	font-size: 18px;
	color: #258e3a;
}
ul.page_navi li {
	float: left;
	width: 245px;
	text-align: center;
	font-weight: bold;
	margin: 0 14px 0 0;
}
ul.page_navi li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	background-color: #ecb91e;
	line-height: 31px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
}
ul.page_navi li a:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}
ul.page_navi li a span {
	background: url(../images/navi_li.png) no-repeat 0 center;
	padding: 0 0 0 12px;
}
p.pagetop {
	position: fixed;
	right: 50px;
	bottom: 50px;
}
div#footer {
	border-top: 1px solid #53a510;
	margin: 70px 0 0 0;
	padding: 10px 0 0 0;
}
div.footer_area {
	max-width: 1025px;
	margin: 0 auto;
}

div#footer .footer_logo {
	float: left;
}
div#footer .footer_logo a {
	display: block;
	text-decoration: none;
}
div#footer .footer_logo span {
	display: block;
	font-size: 9px;
	color: #838383;
	margin: 5px 0 10px 0;
}
div#footer .copy {
	float: right;
	font-size: 9px;
	color: #838383;
	margin: 30px 0 0 0;
}
