/* CSS Document */

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

body {
	margin:0;
	padding:0;
	color:#000000;
	margin:0;
	font: 75%/145% "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	background: #eeeeee url(../images/data/com/inquiry_bg.gif) repeat-x 0px 0px;
}


h1,h2,h3,h4,h5,h6,p,form {
	margin:0;
	padding:0;
}

a img {
	border:none;
}



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

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

a:hover {
	color:#663300;
	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;
}

.red_b {
	color: #FF0000;
	font-weight: bold;
}

/*Font size
---------------------*/

.fs08 {	font-size: 0.8em;}
.fs09 {	font-size: 0.9em;}
.fs10 {	font-size: 1.0em;}
.fs11 {	font-size: 1.1em;}
.fs12 {	font-size: 1.2em;}
.fs14 {	font-size: 1.4em;}
.fs16 {	font-size: 1.6em;}
.fs18 {	font-size: 1.8em;}

.fs08s {	font-size: 0.8em; font-weight:bold;}
.fs09s {	font-size: 0.9em; font-weight:bold;}
.fs10s {	font-size: 1.0em; font-weight:bold;}
.fs11s {	font-size: 1.1em; font-weight:bold;}
.fs12s {	font-size: 1.2em; font-weight:bold;}
.fs14s {	font-size: 1.4em; font-weight:bold;}
.fs16s {	font-size: 1.6em; font-weight:bold;}
.fs18s {	font-size: 1.8em; font-weight:bold;}




/*wrap
---------------------*/

#bg_wrap {
	background: url(../images/com/bg_img.jpg) repeat-y center;
}
#wrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrap {
	width: 940px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 50px;
}
#contents {
	float: left;
	width: 685px;
}
#side {
	float: right;
	width: 230px;
}


.contents_inner {
	width:88%;
	margin:0 auto 20px;
}


.br_arrow_title {
	background: url(../images/com/arrow.gif) no-repeat left 4px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #666666;
	font: 1.2em "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
.arrow_title {
	background: url(../images/com/arrow.gif) no-repeat left 4px;
	padding-left: 10px;
	margin-bottom: 5px;
	font: 1.2em "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
.btn_detail {
	height: 20px;
	width: 115px;
	margin-right: auto;
	margin-left: auto;
}
.btn_detail a {
	background: url(../images/com/btn_detail.gif) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 115px;
}
.btn_detail a:hover {
	background: url(../images/com/btn_detail.gif) no-repeat 0 -20px;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 115px;
}
.inner_wrap {
	width: 685px;
	margin-bottom: 20px;
}
#pankuzu {
	background: #EBEBEB;
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#map {
	height: 300px;
	width: 685px;
}

a{
	outline:none;
}


.move_massage {
	height: 505px;
	width: 853px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/com/move_massage.gif) no-repeat center center;
	text-indent: -9999px;
	border: 1px solid #CCCCCC;
}
