@charset "utf-8";

/*======================================

	Reset

=======================================*/

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td,em {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
	list-style-type: none;
}


img {
	border: none;
}


/*======================================

	Body

=======================================*/

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 140%;
	color: #333;
	font-size: 12px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	text-align:center;
}

a:link {
	color:#80AC0B;
}

a:visited {
	color:#80AC0B;
}

a:hover {
	color:#80AC0B;
	text-decoration:none;
}

/*======================================

	All Parts

=======================================*/

.clr {
	clear:both;
}

.mb_normal {
	margin-bottom:10px;
}

.mlr_normal {
	margin:0 10px;
}

.ff3300 {
	color:#FF3300;
}

.green {
	color:#80AC0B;
}

h4 {
	background:url(../common/h4_bg.jpg) no-repeat 0 0;
	width:auto;
	height:32px;
	line-height:32px;
	clear:both;
	text-indent:20px;
	color:#80AC0B;
	margin:20px 0 15px 0;
	font-size:12px;
}

h4.none {
	background:url(../common/h4_bg.jpg) no-repeat 0 0;
	width:auto;
	height:32px;
	line-height:32px;
	clear:both;
	text-indent:20px;
	color:#80AC0B;
	margin:0px 0 15px 0;
	font-size:12px;
}

h4.sec2 {
	background:url(../common/h4_bg.jpg) no-repeat 0 0;
	width:auto;
	height:32px;
	line-height:32px;
	clear:both;
	text-indent:20px;
	color:#80AC0B;
	margin:10px 0 15px 0;
	font-size:12px;
}

h4.faq {
	background:url(../img/faq/h4_faq_bg.jpg) no-repeat 0 0;
	width:auto;
	height:38px;
	line-height:38px;
	clear:both;
	text-indent:2px;
	color:#80AC0B;
	margin:0px 0 15px 0;
	font-size:12px;
}

h4.sec {
 background:url(../common/h4_bg2.jpg) no-repeat 0 0;
 width:auto;
 height:32px;
 line-height:32px;
 clear:both;
 text-indent:20px;
 color:#80AC0B;
 padding-left:2px;
 margin:1px 0 8px 0;
 font-size:12px;
}

h5 {
	font-size:12px;
	color:#80AC0B;
}

h5.sec {
	margin-bottom:10px;
}

.list {
	margin-bottom:10px;
}

.list li {
	list-style:disc;
	margin-left:18px;
}

.sec_pagetop {
	background:url(../common/line600x1.gif) no-repeat left center;
	text-align:right;
	font-size:11px;
	clear:both;
}

.sec_pagetop2 {
	text-align:right;
	font-size:11px;
	clear:both;
}

.sec_pagetop3 {
	background:url(../common/line600x1.gif) no-repeat left center;
	text-align:right;
	font-size:11px;
	clear:both;
}

.sec_pagetop span,
.sec_pagetop3 span {
	background:#fff;
	padding-left:10px;
}

.sec_pagetop a,
.sec_pagetop2 a,
.sec_pagetop3 a {
	color:#666;
	text-decoration:none;
}

.sec_pagetop a:visited,
.sec_pagetop2 a:visited,
.sec_pagetop3 a:visited {
	color:#666;
	text-decoration:none;
}

.txt11 {
	font-size:11px;
}

.mb_none {
	margin-bottom:0;
}

.list_back {
}

/*======================================

	search

=======================================*/

.search {
	background:#eee;
	padding:15px 0;
	text-align:center;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	width:auto;
}

.search label {
	height:35px;
	margin:0 auto;
	background:url(../img/faq/search_txt.gif) no-repeat left center;
	padding-left:115px;
}

:root .search label {
	background:url(../img/faq/search_txt.gif) no-repeat left -2px;
}

.search .input {
	width:200px;
	height:18px;
}

.search .submit {
	vertical-align:bottom;
}

/*======================================

	Container

=======================================*/

div#container {
	margin: 0 auto;
	width: 880px;
	height: auto;
	text-align:center;
}

/*======================================

	pan navi

=======================================*/

.pan {
	display:block;
	padding:10px 0;
}

.pan a {
	color:#333;
	text-decoration:none;
}

/*======================================

	side navi

=======================================*/

#side_banner {

}

#side_banner ul {
	margin:0px;
	padding:0;
}


#side_banner ul li {
	margin:0 0 5px 0;
	text-align:center;
}

/*======================================

	FOOT

=======================================*/

#foot {
	width:auto;
}

/*======================================

	footer

=======================================*/

#foot {
	font-size:12px;
}

#pagetop {
	text-align:center;
	clear:both;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	padding:5px 0;
	font-size:11px;
	margin:20px  0 10px 0;
}

#pagetop a {
	color:#333;
	text-decoration:none;
}

#pagetop a:hover {
	text-decoration:underline;
}

#pagetop p {
	display:block;
	width:840px;
	margin:0 auto;
	text-align:right;
}

#footer_banner {
	width:840px;
	margin:0 auto;
	text-align:center;
}

#footer_banner table {
	width:100%;
}

#footer {
	background-color:#F6F6F6;
	width:auto;
	text-align:center;
	clear:both;
	border-top:2px solid #97BB1A;
	padding: 20px 0 40px 0;
	margin-top:10px;
}

#footer .entry {
	width:840px;
	margin:0 auto;
}


#footer a {
	color:#333;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer .footer_navi {
	float:left;
	width:600px;
	text-align:left;
	line-height:160%;
}

#footer .secom {
	float:right;
	width:82px;
	text-align:right;
}

address {
	font-style:normal;
	display:block;
	padding:10px 0;
}



/*======================================

	clearfix

=======================================*/


.clearfix,
h4 {
	overflow: hidden;
}

.clearfix:after,
h4:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .clearfix,
* html h4 {
    height: 1em;
    overflow: visible;
}
/**/
