@charset "utf-8";
/* formatting style ------------------------------*/
/* -----------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}

html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}

caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}


hr{
	display:none;
}


html {
	margin-bottom:1px;
	height:100%;
}

/* line style　------------------------------*/
/* -----------------------------------------*/

a img{
	border-style:none;
}

/* link style ------------------------------*/
/* -----------------------------------------*/
a:link {
	color: #8F0000;
	text-decoration: none;
}
a:visited { color: #8F0000; }

a:hover { color: #8F0000;
	text-decoration: none; }
a:active {
	color: #8F0000;
}


.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

/* body ------------------------------*/
/* -----------------------------------------*/

body {
	text-align: center;
	color: #212121;
		font-family:'MS PGothic', sans-serif;

/*	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
*/	font-size: 14px;
	line-height: 24px;
	}





/* #header------------------------------*/
/* -----------------------------------------*/

#top .top_header {
	position: relative;
	height: 470px;
	margin-bottom: 50px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.top_header {
	position: relative;
	height: 130px;
	margin-bottom: 10px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.top_txt {
	font-size: 12px;
	text-align: right;
	padding-top: 10px;
}
.top_tel {
	height: 40px;
	width: 350px;
	position: absolute;
	left: 630px;
	top: 30px;
}

.top_logo {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 260px;
	width: 300px;
	z-index: 101;
}

.inside_logo {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 130px;
	width: 150px;
	z-index: 101;
}

.g_nav {
	height: 40px;
	width: 520px;
	position: absolute;
	left: 460px;
	top: 80px;
}

.g_nav li {
	float: left;	
}

.slide_box {
	height: 340px;
	width: 980px;
	position: absolute;
	left: 0px;
	top: 130px;
}



/* #main ------------------------------*/
/* -----------------------------------------*/
#contents {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	zoom: 100%;
	margin-bottom: 60px;
}

#contents:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}

.top_left {
	float: left;
	width: 415px;
}
.top_lead_box {
	font-size: 15px;
	line-height: 28px;
	background-image: url(../img/index_img/top_master.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 170px;
	margin-bottom: 10px;
}
.top_right {
	float: right;
	width: 535px;
	zoom: 100%;
}

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


.top_bnr_box {
	width: 165px;
	float: left;
	line-height: 22px;
}



.tb_top_info  {
	border-spacing: 0;
	border-collapse:collapse;
	width: 405px;
	
}

.tb_top_info th {
	vertical-align: top;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	width: 120px;
}

.tb_top_info td {
	vertical-align: top;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}


.info_dl {
	overflow: auto;
	width: 405px;
}

.info_dl dt {
	clear: left;
	float: left;
	width: 7em;
	padding-left: 5px;
}

.info_dl dd {
	padding-left: 7em;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}









	
/* #footer ------------------------------*/
/* -----------------------------------------*/

#pageTop{
	position:fixed;
	bottom:20px;
	right:20px;
	}


#footer_outside {
	width: 100%;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

#footer {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 15px;
	zoom: 100%;
	padding-bottom: 50px;
	}
	
	#footer:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}
	
	
.footer_nav {
	font-size: 12px;
	margin-bottom: 15px;
	color: #212121;
}

.footer_nav li {
	display: inline;
	
}

.footer_nav li a {
	text-decoration: none;
	color: #212121;
}

.footer_nav li a:hover {
	color:  #8F0000;
}
.footer_info_box {
}
.footer_info_list {
	float: left;
	line-height: 20px;
}
.footer_info_list .bt_map {
	background-color: #CCC;
	width: 9em;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}

.footer_info_list .bt_map a {
	color: #212121;	
}

.footer_info_list .bt_map a:hover {
	color: #8F0000;
}

address {
	font-size: 11px;
	position: absolute;
	right: 0px;
	bottom: 50px;
}


/* -----------------------------------------*/
.txt30{
	font-size: 30px;
}

.txt24{
	font-size: 24px;
}

.txt20{
	font-size: 20px;
}
.txt18{
	font-size: 18px;
}

.txt16 {
	font-size: 16px;
	}

.txt12 {
	font-size: 12px;
	}

.txt11 {
	font-size: 11px;
}

.txt10 {
	font-size: 10px;
}
.txt_center {
	text-align: center;
}

/*-----------------------*/
.left_img {
	float: left;
}

.left_img_15_0 {
	float: left;
	margin-right: 15px;
	margin-bottom: 0px;
}

.left_img_10_0 {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}

.left_img_15_15 {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.left_img_15_30 {
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;
}


.right_img{
	float: right;
	
}

.right_img_line{
	float: right;
	border: 2px solid #E3BB95;	
}

.right_img_15_15 {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.right_img_15_0 {
	float: right;
	margin-left: 15px;
}
.img_line {
	border: 5px solid #CCC;
}

.mgn_btm0 {
	margin-bottom: 0px;
}

.mgn_btm3 {
	margin-bottom: 3px;
}

.mgn_btm5 {
	margin-bottom: 5px;
}


.mgn_btm10 {
	margin-bottom: 10px;
}

.mgn_btm15 {
	margin-bottom: 15px;
}

.mgn_btm16 {
	margin-bottom: 16px;
}


.mgn_btm20 {
	margin-bottom: 20px;
}

.mgn_btm24 {
	margin-bottom: 24px;
}

.mgn_btm30 {
	margin-bottom: 30px;
}

.mgn_btm40 {
	margin-bottom: 40px;
}

.mgn_btm50 {
	margin-bottom: 50px;
}

.mgn_btm60 {
	margin-bottom: 60px;
}

.mgn_btm70 {
	margin-bottom: 70px;
}

.mgn_btm80 {
	margin-bottom: 80px;
}

.mgn_top15 {
	margin-top: 15px;
}

.mgn_top30 {
	margin-top: 30px;
}


.mgn_r30 {
	margin-right: 30px;
}

.mgn_r20 {
	margin-right: 20px;
}

.mgn_r22 {
	margin-right: 22px;
}




.mgn_r18 {
	margin-right: 18px;
}

.mgn_r16 {
	margin-right: 16px;
}

.mgn_r15 {
	margin-right: 15px;
}

.mgn_r11 {
	margin-right: 11px;
}

.mgn_r10 {
	margin-right: 10px;
}

.mgn_r9 {
	margin-right: 9px;
}
.mgn_r8 {
	margin-right: 8px;
}
.txt_right {
	text-align: right;
}

.orange{
	color: #EB0000;
}
