/* CSS Document */

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

body {
	margin:0;
	padding:0;
	color:#323232;
	font: 75%/145% "ＭＳ Ｐゴシック", 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:#C59B6D;
	text-decoration:none;
}

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

a:hover {
	color:#C59B6D;
	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
------------------------*/

.red {
	color: #FF0000;
	font-weight: normal;
	font-size: 1em;
}

/*contents共通
------------------------*/

#pankuzu {
	margin-bottom: 10px;
	color: #161733;
	width: 940px;
}
#wrap {
	width: 940px;
	padding: 20px;
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#bg_wrap {
	background: #3F3B3A url(../images/com/bg_top_img.jpg) repeat-x center top;
}
.btn_detail {
	font-size: 1px;
	height: 17px;
	width: 100px;
	margin-right: 0px;
	margin-left: auto;
}
.btn_detail a {
	background: url(../images/com/btn_detail.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 17px;
	width: 100px;
}
.btn_detail a:hover {
	background: url(../images/com/btn_detail.gif) no-repeat 0px -17px;
	text-indent: -9999px;
	display: block;
	height: 17px;
	width: 100px;
}
.btn_detail_b {
	font-size: 1px;
	height: 17px;
	width: 100px;
	margin-right: 0px;
	margin-left: auto;
}
.btn_detail_b a {
	background: url(../images/com/btn_detail_b.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 17px;
	width: 100px;
}
.btn_detail_b a:hover {
	background: url(../images/com/btn_detail_b.gif) no-repeat 0px -17px;
	text-indent: -9999px;
	display: block;
	height: 17px;
	width: 100px;
}
#contents_l {
	float: left;
	width: 700px;
}
#contents_r {
	float: right;
	width: 200px;
	background: #F2F2F2;
	padding: 20px 10px 10px;
	border-top: 5px solid #3F3B3A;
}
#index_contents {
	width: 940px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #C59B6D;
	margin-bottom: 10px;
}
#bg_inquiry_img {
	background: url(../images/com/bg_inquiry_img.gif) no-repeat;
	height: 45px;
	width: 185px;
	padding-left: 15px;
	padding-top: 135px;
	margin-bottom: 10px;
}
.btn_inquiry {
	height: 30px;
	width: 170px;
}
.btn_inquiry a {
	background: url(../images/com/btn_inquiry.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 170px;
}
.btn_inquiry a:hover {
	background: url(../images/com/btn_inquiry.jpg) no-repeat 0px -30px;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 170px;
}
.side_box {
	border-bottom: 1px dotted #3F3B3A;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.contents_wrap {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
.style_photo img {
	width: 110px;
}
.sub_title {
	background: #3F3B3A;
	color: #FFFFFF;
	margin-bottom: 15px;
	border-bottom: 2px solid #999999;
	font: bold 1.2em "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.table_tg {
	margin-bottom: 10px;
}
.table_tg th {
	border-bottom: 1px solid #C59B6D;
	font-weight: normal;
	padding: 8px 10px;
}
.table_tg td {
	border-bottom: 1px dotted #333333;
	padding: 8px 10px;
	text-align: left;
}
.sub_title span {
	font-size: 0.7em;
	margin-left: 10px;
}

