@charset "utf-8";

/*======================================
	初期化
=======================================*/

* {
	margin: 0; 
	padding: 0;
	line-height: 1.4;
	color: #666;
	font-weight: normal;
	font-style: normal;
    list-style: none;
}

a img {
	border: none;
}

strong {
	font-weight: bold;
}

/*======================================
	body
=======================================*/
body {
	background: #fff;
	font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",Arial,Helvetica;
	font-size: 0.83em;
}


/*======================================
	link
=======================================*/
a:link {
	color: #f99;
}

a:hover {
    color: #fe7676;
	text-decoration: none;
}


/*======================================
	container
=======================================*/

#container {
	margin: 0 auto;
	width: 840px;
}


/*======================================
	header
=======================================*/

#header {
	height: 72px;
	position: relative;
	background: url(../imges/header_line.gif) no-repeat center bottom;
	width: 840px;
}

h1 {
	top: 3px;
	position: absolute;
}

.contact_btn a {
	top: 25px;
	right: 0;
	position: absolute;
	text-indent: -9999px;
	background: url(../imges/contact_btn01.gif) no-repeat top center;
	width: 132px;
	height: 19px;
	display: block;
}

.contact_btn a:hover {
	background-position: bottom center;
}


/*======================================
	content
=======================================*/

#content { 
	padding: 15px 1px;
	background: url(../imges/page_bg.gif) repeat-y;
	width: 840px;
}


/*======================================
	alpha
=======================================*/

#alpha {
	float: right;
	width: 639px;
}

#dirnavi {
	padding: 0 10px;
}

#main {
	padding: 0 13px;	
}

#main h2 {
	margin-top: 15px;
	padding: 5px 0 0 20px;
	background: url(../imges/h2_title.gif) no-repeat left top;
	height: 30px;
	font-size: 1.1em;
	font-weight: bold;
}

#main p {
	padding: 8px 5px;
}

#main h3 {
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 3px 10px;
	border-top: #ff9999 1px solid;
	border-right: #ff9999 2px solid;
	border-bottom: #ff9999 2px solid;
	border-left: #ff9999 1px solid;
	width: 580px;
	font-size: 1em;
	font-weight: bold;
}

.f_bold {
	font-weight: bold;
}

#main a {
	color: #f99;
}

#main a:hover {
    color: #fe7676;
	text-decoration: none;
}



/*======================================
	beta
=======================================*/

#beta {
	float: left;
	width: 200px;
}

#beta h2 {
	padding-left: 10px;
}

#beta p {
	padding: 0 10px;
}

.mm_title {
	margin: 10px 0 6px 0;
	color: #fe7676;
	font-weight: bold;
}

.formBox01 {
	padding-left: 10px;
}

.mm_form {
	width: 131px;
	height: 18px;
}

.mm_btn {
	background: #fff;
	width: 36px;
	border: #ff9999 1px solid;
	line-height: 1.3;
}

.mm_link {
	margin: 5px 0;
}

.mm_link a {
	color: #666;
	text-decoration: none;
}

.mm_link a:hover {
	color: #ff9999;
}


/* navi */

.navi {
	margin: 15px 10px;
	padding-top: 15px;
	border-top: #666 2px solid;
}

.navi ul li {
	margin-bottom: 7px;
	padding: 6px 2px;
	border: #95b156 1px solid;
}

.navi ul li a {
	color: #413320;
	text-decoration: none;
}

.navi ul li a:hover {
	color: #413320;
	font-weight: bold;
}


/* banner */

.bnr_Box {
	margin: 0 15px;
}

.bnr_Box ul li {
	padding-bottom: 10px;
}


/*======================================
	footer
=======================================*/

#footer {
	padding-top: 6px;
	border-top: #999 1px solid;
	clear: both;
}

.footer_link {
	padding: 0 5px;
	background: url(../imges/footer_line.gif) no-repeat left bottom;
	height: 44px;
}

.footer_link li {
	display: inline;
	color: #666;
}

.footer_link li a {
	padding: 0 12px;
	color: #58780f;
	text-decoration: none;
}

.footer_link li a:hover {
	color: #58780f;
	text-decoration: underline;
}

.cr {
	padding-top: 5px;
	text-align: right;
}

address {
	padding-bottom: 5px;
	text-align: right;	
}



/*======================================
	guide
=======================================*/

.guide_btnBox {
	margin-bottom: 40px;
}

.guide_btnBox li {
	padding: 20px 0 0 60px;
	float: left;
	width: 210px;
}

.guide_btn01 a {
	background: url(../imges/guide_btn01.gif) no-repeat left top;
	width: 218px;
	height: 50px;
	text-indent: -9999px;
	display: block;
}

.guide_btn01 a:hover {
	background-position: left bottom;
}

.guide_btn02 a {
	background: url(../imges/guide_btn02.gif) no-repeat left top;
	width: 218px;
	height: 50px;
	text-indent: -9999px;
	display: block;
}

.guide_btn02 a:hover {
	background-position: left bottom;
}

.guide_btn03 a {
	background: url(../imges/guide_btn03.gif) no-repeat left top;
	width: 218px;
	height: 50px;
	text-indent: -9999px;
	display: block;
}

.guide_btn03 a:hover {
	background-position: left bottom;
}

.guide_btn04 a {
	background: url(../imges/guide_btn04.gif) no-repeat left top;
	width: 218px;
	height: 50px;
	text-indent: -9999px;
	display: block;
}

.guide_btn04 a:hover {
	background-position: left bottom;
}


.guide_Box {
	padding: 0 20px 30px 20px;
	clear: both;
	border-top: #fe7676 1px dotted;
	border-bottom: #fe7676 1px dotted;
	width: 570px;
}

.guide_Box02 {
	padding: 0 20px 30px 20px;
	border-bottom: #fe7676 1px dotted;
	width: 570px;
}

.guide_title {
	margin: 25px 0 10px 0;
	font-weight: bold;
	font-size: 1.1em;
}

/*======================================
	voice
=======================================*/

.voice_Box {
	margin: 20px 10px 0 10px;
	padding: 20px 13px;
	border: #fe7676 1px solid;
	background-color: #fff3f0;
	clear: both;
}

.voice_Box h3 {
	margin: 0 !important;
	border: #fe7676 1px solid !important;
	width: 540px !important;
	background-color: #fff;
	font-size: 1.1em !important;
}

.voice_Box h3 a {
	font-weight: bold;
	text-decoration: none;
}

.voice_Box h3 a:hover {
	text-decoration: underline !important;
}

.photo_right {
	padding: 10px 5px 0 15px;
	float: right;
}


/*======================================
	news
=======================================*/

.newslist {
	margin: 50px 15px 20px 15px;
}

.newslist02 {
	margin: 15px 15px 20px 15px;
}

.newslist li {
	padding: 5px 0;
}

.midasi {
	margin: 20px 0 0 0;
	background: #eee;
}

.newsdate {
	margin: 20px 0 0 0;
	background: #eee;
}


/*======================================
	qa
=======================================*/

.qa_list {
	margin: 15px 10px 20px 10px;
}

.qa_list li {
	padding: 8px 0;
	border-bottom: #666 1px dotted;
}

.qa_list li a {
	text-decoration: none;
}





/*======================================
	page
=======================================*/

.plink_btn {
	padding: 20px 0 10px 0;
	text-align: center;
}

.list_Box {
	margin: 0 15px;
}

.text_Box01 {
	margin: 5px;
	padding: 10px 15px;
	border: #fe7676 1px dotted;
	background-color: #feeee7;
}

.text_Box02 {
	margin: 5px;
	padding: 10px 15px;
	border: #fe7676 1px solid;
	background-color: #feeee7;	
}

.table_title {
	font-weight: bold;
	font-size: 1.1em;
}

.tableBox {
	margin: 0 15px;
}

.tableBox p {
	text-align: center;
	
}

.table_text {
	padding: 10px 0;
	vertical-align: top;
}

.t_box01 {
	border: #666 1px solid;
	border-collapse: collapse;
}

.t_box01 th {
	border: #666 1px solid;
	background-color: #ffe3db;
	font-weight: bold;
}

.t_box01 td {
	border: #666 1px solid;
}

.t_box02 {
	border: #666 1px solid;
	border-collapse: collapse;
}

.t_box02 th {
	border: #666 1px solid;
	background-color: #ffe3db;
	font-weight: bold;
}

.t_box02 td {
	border: #666 1px solid;
}

.table_text02 {
	padding: 10px;
	vertical-align: top;
}


.text_inline li {
	padding-right: 10px;
	display: inline;
	font-size: 0.9em;	
}

.float_Box {
	margin: 5px 10px;
}

.left_Box {
	margin-right: 10px;
	float: left;
	border: #fe7676 1px solid;
	width: 205px;
}

.left_Box2 {
	float: left;
	border: #fe7676 1px solid;
	width: 370px;
}

.f_small {
	padding: 10px;
	font-size: 0.8em;	
}

.f_small dt {
	padding-bottom: 5px;
	font-weight: bold;
}






/*---clearfix---*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

