@charset "utf-8";
/* CSS Document */

body{
	color:#333;
}

#the_content{
	width:840px;
	margin:0px auto;
	background-color:#FFF;
}

#the_content_ins{
	padding:0px 10px;
	overflow:hidden;
}

#the_content_ins h2{
	clear:both;
	margin:15px auto;
}

/*
totop
*/

.totop{
	clear:both;
	text-align:right;
	margin:30px 0px;
}

/**/

.box01{
	width:770px;
	margin:0 auto;
	overflow:hidden;
}

.box01 .left{
	width:206px;
	float:left;
	display:inline;
}

.box01 .left ul{
	margin:0;
	padding:0;
}

.box01 .left ul li{
	list-style-type:none;
	margin:0px 0px 10px 0px;
	text-align:center;
}

.box01 .right{
	width:553px;
	float:right;
	display:inline;
	padding-top:20px;
}

/**/

.txt01{
	line-height:175%;
	margin:15px 0px 10px 0px;
}

/**/

.txtarea01{
	width:553px;
	margin:10px auto 0px auto;
	background-image:url(../images/show_room/txtarea_middle.png);
	background-repeat:repeat-y;
	background-repeat:left top;
}

.txtarea01 dt{
	background-image:url(../images/show_room/txtarea_top.png);
	background-repeat:no-repeat;
	background-position:left top;
	color:#FFF;
	font-weight:bold;
	line-height:26px;
	padding-left:10px;
}

.txtarea01 dd{
	background-image:url(../images/show_room/txtarea_bottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:553px;
	overflow:hidden;
}

.txtarea01 dd table{
	width:511px;
	margin:10px auto;
}

.txtarea01 dd table th{
	border-bottom:1px dotted #a7d898;
	padding:3px;
	text-align:left;
	font-size:105%;
}

.txtarea01 dd table td{
	border-bottom:1px dotted #a7d898;
	padding:3px;
	font-size:110%;
}

/**/

.flash_box{
	width:740px;
	margin:0 auto;
}

.flash_box dt{
	margin-bottom:15px;
}

/**/
.map_box{
	width:794px;
	margin:0 auto;
	overflow:hidden;
}

.map_box .left{
	width:408px;
	float:left;
	display:inline;
}

.map_box .left dl{
}

.map_box .left dl dt{
	width:380px;
	line-height:26px;
	background-image:url(../images/show_room/slb01.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	color:#FFF;
	font-weight:bold;
	margin:0px auto 10px auto;
	font-size:120%;
}

.map_box .left dl dt span{
	padding:0px 15px;
}

.map_box .left dl dd{
}

.map_box .right{
	width:380px;
	float:right;
	display:inline;
}

.map_box .right dl{
}

.map_box .right dl dt{
	width:380px;
	line-height:26px;
	background-image:url(../images/show_room/slb01.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	color:#FFF;
	font-weight:bold;
	margin:0px auto 10px auto;
	font-size:120%;
}

.map_box .right dl dt span{
	padding:0px 15px;
}

.map_box .right dl dd{
	padding-top:15px;
}

/*
行間を広げる
*/

.l_height{
	line-height:200%;
}