/* CSS Document */

@import "header.css";
@import "footer.css";

body {
	background:url(../images/common/bg_img.jpg) top center no-repeat;
	margin:0;
	padding:0;
	color:#333333;
	font-size:71%;
	line-height:145%;
	font-family:"ＭＳ Ｐゴシック", Osaka,Arial, Helvetica, sans-serif;
}


h1,h2,h3,h4,h5,h6,p,form,ul,li,ol,dl,dt,dd {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	font-size:1em;
}


a img {
	border:none;
}



/*link
------------------------*/
a:link {
	color:#003399;
	text-decoration:none;
}

a:visited {
	color:#003399;
	text-decoration:none;
}

a:hover {
	color:#3297E2;
	text-decoration:underline;
}


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

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*margin
---------------------*/
.margin_b5 {
	margin-bottom:5px;
}

.margin_b10 {
	margin-bottom:10px;
}

.margin_b15 {
	margin-bottom:15px;
}

.margin_b20 {
	margin-bottom:20px;
}

.margin_b25 {
	margin-bottom:25px;
}

.margin_b30 {
	margin-bottom:30px;
}

.margin_b40 {
	margin-bottom:40px;
}



/*color
------------------------*/
.c_01 {
	color:#e4007e;
	font-weight: normal;
	font-size: 1em;
}

.red {
	color: #FF0000;
}


/*main_wrap
------------------------*/
.main_wrap {
	width:890px;
	margin:0 auto 20px;
}


.bg_com_img02_top {
	background:url(../images/common/bg_com_img02_top.gif) 0 0 no-repeat;
	width:890px;
	padding-top:6px;
}

.bg_com_img02_bottom {
	background:url(../images/common/bg_com_img02_bottom.gif) 0 100% no-repeat;
	width:890px;
	padding-bottom:6px;
}

.bg_com_img02_bg {
	background:url(../images/common/bg_com_img02_bg.gif) 0 0 repeat-y #FFFFFF;
	width:890px;
}



/*contents_main
------------------------*/
.contents_main {
	width:680px;
	float:right;
}


.pankuzu {
	margin-bottom: 10px;
}



.bg_com_img01 {
	background:url(../images/common/bg_com_img01.gif) 0 0 no-repeat;
	width:680px;
	padding-top:6px;
}

.bg_com_img02 {
	background:url(../images/common/bg_com_img02.gif) 0 100% no-repeat;
	width:680px;
	padding-bottom:6px;
	margin-bottom:20px;
}

.bg_com_img03 {
	background:url(../images/common/bg_com_img03.gif) 0 0 repeat-y #FFFFFF;
	width:680px;
}

.title_text {
	width:640px;
	padding:10px 20px;
	border-top:1px solid #c8aeaa;
	border-bottom:1px solid #c8aeaa;
	margin-bottom:20px;
}

.title_text span {
	background:url(../images/common/title_text_icon.gif) 0 0 no-repeat;
	font-size:1.1em;
	color:#e4007e;
	padding-left:20px;
}


.contents {
	width:640px;
	padding:0 20px 20px;
}


.inner_wrap {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 22px;
}


.table_tg {
	border:2px solid #c8aeaa;
	margin:0 0 20px;
}

.table_tg th {
	background:#F6F6F6 none repeat scroll 0;
	border-bottom:1px solid #c8aeaa;
	border-left:1px solid #c8aeaa;
	font-weight:bold;
	padding:5px;
	text-align:left;
	font-weight:normal;
}

.table_tg td {
	border-bottom:1px solid #c8aeaa;
	border-left:1px solid #c8aeaa;
	padding:5px;
}

.sub_title {
	background: #DBC68C;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #42210B;
	border-left: 3px solid #42210B;
}

.btn_inquiry {
	height: 40px;
	width: 170px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.btn_inquiry a {
	background: url(../images/com/btn_inquiry.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 170px;
}
.btn_inquiry a:hover {
	background: url(../images/com/btn_inquiry.gif) no-repeat 0px -40px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 170px;
}
.tel_member {
	font-size: 18px;
	font-weight: bold;
	color: #C80000;
}



