@charset "UTF-8";

/* ===================================================
	Contents CSS
====================================================== */


div#top_photo{
	height: 129px; }

div#header{
	height: 219px; }

div#main{
	background: url(../img/main_bg.gif) repeat-y left top; }



/*サイドバー*/

div#sidebar{
	width: 200px;
	float: left;
	text-align: center;
}

ul#sidelist{
	margin: 1px 1px 20px;
	text-align: left; }


ul#sidelist li a{
	display: block;
	height: 30px;
	margin: 1px 0;
	padding-left: 25px;
	line-height: 30px;
}


ul#sidelist li a:link,
ul#sidelist li a:visited {
	color: #000;
	text-decoration: none;
	background: #fff url(../img/side_icon.gif) no-repeat left center;
}

ul#sidelist li a:hover,
ul#sidelist li a:active{
	color: #000;
	text-decoration: none;
	background: #ccc url(../img/side_icon.gif) no-repeat left center;
}


div.side_section{
	margin: 10px 0; }



/*コンテンツ*/

div#contents{
	width: 550px;
	float: right;
}

div#contents a {text-decoration: none;}
div#contents a:link,a:visited { color: #0000ff; text-decoration: none;}
div#contents a:hover,a:active{ color: #0000ff; text-decoration: underline;}


/* h1,h2に使用 */

div.border{
	margin: 20px 0;
	border: 1px solid #676767; }


/* 見出し */

h1{
	margin: 5px 8px;
	padding-left: 15px;
	line-height: 27px;
	font-size: 0.925em;
	border-left: 5px solid #ff7f00;
}

h2{
	padding: 10px;
	font-size: 0.875em;
	color: #fff;
	background: #ff7f00;
}

h3{
	margin: 20px 13px 0px;
	padding-left: 20px;
	font-size: 0.85em;
	background: url(../img/h3.gif) no-repeat left center;
}


/* テキストのみ */

div#contents p{
	margin: 15px 10px 10px;
	line-height: 1.5;
}


/* テキストの横に写真が入る場合 */

div.text_img{
	zoom: 100%;
	margin: 15px 7px 30px 10px;
}

div.text_img:after{
	content: "";
	display: block;
	clear: both;
	height: 1px;
	visibility: hidden;
}


#contents .text_img p{
	width: 300px;
	float: left;
	margin: 0;
	padding: 10px 0;
}

div.photo{
	width: 208px;
	float: right;
	border: 1px solid #ccc;
}

div.photo img{
	margin: 4px; }


p.backlink{
	margin: 55px 10px 15px;
	text-align: right;
}

.image_left {
	float:left;
	margin:0px 10px 10px 10px;
}

.image_right {
	float:right;
	margin:0px 10px 10px 10px;
}

.image_left_border {
	float:left;
	border: 1px solid #ccc;
	margin:0px 10px 10px 10px;
	padding:5px;
}

.image_right_border {
	float:right;
	border: 1px solid #ccc;
	margin:0px 10px 10px 10px;
	padding:5px;
}

table{
	font-size:0.775em;
	width:520px;
	margin:10px 10px 30px 10px;
}

th{
	color:#FFFFFF;
	background-color:#999999;
	line-height:150%;
	padding:7px;
}

td{
	background-color:#f0f0f0;
	line-height:150%;
	padding:7px;
}

#koishi ul{
	list-style-image:url(../img/icon.gif);
	margin-left:30px;
}

#koishi li{
	margin-bottom:10px;
}

#koishi td{
	background-color:#FFFFFF;
}

.price{
	font-size:1.025em;
	font-weight:bold;
	color:#FF0000;
	padding-left:20px;
}

ol{
	font-size:0.775em;
	margin-left:50px;
	line-height:150%;
}

.bgcolor{
	background-color:#FFCC33;
}

#publicagency #left{
	float:left;
	margin-right:30px;
}

#publicagency #right{
	float:right;
}

#publicagency #clear{
	clear:both;
}

#publicagency ul{
	margin-top:20px;
	margin-bottom:20px;
	margin-left:40px;
}

.tel {
	font-weight:bold;
	font-size:1.125em;
	color:#ff7f00;
}
