﻿@charset "utf-8";

/*メインコンテンツ*/
.title_l {
	width: 590px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../img/main/top_back1.jpg);
	background-repeat: no-repeat;
	line-height: 150%;
	padding: 10px 0 0 20px;
	height: 30px;
	margin-top: 5px;
}
/*IE6*/
*html .title_l {
	height: 40px;
}

.title_s {
	width: 190px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../img/main/top_back2.jpg);
	background-repeat: no-repeat;
	line-height: 150%;
	padding: 7px 0 0 20px;
	height: 23px;
}
/*IE6*/
*html .title_s {
	height: 30px;
}

.title_s_t {
	width: 290px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../img/main/top_back3.jpg);
	background-repeat: no-repeat;
	line-height: 150%;
	padding: 7px 0 0 25px;
	height: 23px;
}
/*IE6*/
*html .title_s_t {
	height: 30px;
}

.title_s_x {
	width: 520px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../img/main/top_back4.jpg);
	background-repeat: no-repeat;
	line-height: 150%;
	padding: 7px 0 0 25px;
	height: 23px;
}
/*IE6*/
*html .title_s_t {
	height: 30px;
}


.contents_img {
	padding: 15px 0 0 9px;
}
.contents_ko {
	width: 190px;
	margin: 5px 10px 0 0;
	float: left;
}
.contents_ko_r {
	width: 190px;
	margin-top: 5px;
	float: left;
}
.contents_ko_t {
	width: 290px;
	margin: 5px 10px 0 0;
	float: left;
}
.contents_ko_tr {
	width: 290px;
	margin-top: 5px ;
	float: left;
}
.contents_waku {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.contents_txt {
	padding: 10px;
	line-height: 130%;
}
.contents_txt ul {
	padding-left: 10px;
}
.contents_txt p {
	padding: 5px 0;
}
.map {
	padding-top: 20px;
}
.map img {
	vertical-align: bottom;
	padding-bottom: 2px;
}
.tenant_left {
	width: 165px;
	padding: 15px 0 0 8px;
	float: left;
}
.tenant_right {
	float: left;
	width: 102px;
	padding: 15px 0 0 7px;
}
.nyuukyo_left {
	width: 165px;
	padding: 15px 0 0 8px;
	float: left;
}
.nyuukyo_right {
	float: left;
	width: 102px;
	padding: 15px 0 0 7px;
}
.top_img {
	padding-bottom: 5px;
}
dl {
	line-height:130%;
}
dt {
	float:left;
	width:80px;
	padding-left:5px;
	clear:both;
}
dd {
	width:100px;
	margin-left:100px;
}

