﻿/*====  BODY  =====*/
body{
	background-image:url('images/body_back.gif');
	background-repeat:repeat-x;
}
h1{	display:none;
	margin:0px;
	padding:0px;
	width:0px;
	height:0px;}
h2{ font-size:134%;
	width:500px;
	height:30px;
	background-image:url('images/h2_back.gif');
	background-repeat:no-repeat;
	margin:10px 0px;
	font-weight:bold;
	clear:both;
}

h3{
	background:#ffcc00;
	color:#ffcc00;
	padding:2px 10px;
	margin-bottom:5px;
	clear:both;}

h4{
	color:#660000;
	font-size:120%;
	padding:5px 5px 0px 5px;
	font-weight:bold;
	clear:both;	
}
h4{border-top:1px #999 solid;}

h5{
	height:25px;
	font-size:110%;
	font-weight:bold;
	text-align:center;
}
h6{
	background-image:url('images/h6_back.gif');
	background-repeat:no-repeat;
	height:30px;
	padding:3px;
	margin:5px;
	font-weight:bold;
}
h6{
	padding-left:55px;
	margin-top:15px;
}
p{	margin:5px 20px;}

th{	border:1px #666 solid;
	padding-left:5px;}

td{	border:1px #666 solid;
	padding-left:5px;}
table{
	border:1px #666 solid;
	margin:10px auto;
	padding:0px;}
	
select{margin-left:20px;}
small{font-size:92%;}
dl{	margin:5px 10px;
	font-size:140%;}

dt{	width:50%;
	border-right:1px #999 dotted;
	margin:10px 0px;
	text-align:right;
	font-weight:bold;
	padding-right:5px;
}

dd{	margin-left:52%;
	margin-top:-1.7em;
	margin-bottom:10px;
	padding-left:5px;}
	
/*====  ボックス分け  =====*/
/*----- 背景　-----*/
#container_base{
	width:820px;
	margin:0px auto;
	background-image:url('images/back.gif');
	background-repeat:repeat-y;
}
/*----- ヘッダー　-----*/
#header{
	width:100%;
	height:272px;
	background-image:url('images/top_back.jpg');
	background-repeat:no-repeat;
}
#pic{
	background-image:url('images/pic.png');
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:120%;
	padding:10px;
	width:330px;
	height:80px;
	margin-top:170px;
	margin-left:10px;
}
/*----- メイン-----*/
#main{
	clear:both;
	width:780px;
	margin:0px;
	background:#fff;
	display:block;
	overflow:hidden;
}
#main ul{
	margin:5px;
}
#main li{
	list-style:disc;
	margin-left:20px;
}
/*----- メニュー　-----*/

#menu li{
/*--
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/h3_menu.png);--*/
	background-image:url('images/h3_menu.png');
	background-repeat:no-repeat;
	list-style:none;
	font-weight:bold;
	text-align:right;
	margin:10px;
	height:30px;
	padding:3px;
}

/*-----　各ページ毎の書式 -----*/
#link table{
	background:#eee;
}
/*----- 左本体ー-----*/
#left_box{width:510px;
	min-height:500px;
	height:auto !important;
	height:500px;
	float:left;
}
#left_box{
	margin:0px;
	padding:15px 5px 15px 15px;
}

#left_box img{margin:5px;}

#table_fl{
	margin:5px;
}
#table_fl table{
	float:left;
	width:250px;
	font-size:120%;
}
#table_fl ul{
	padding-left:260px;
}

/*-#equ li,#equ2 li,#equ3 li{
	display:inline;
	background-image:url('images/list.gif');
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px;
	margin:0px;
}#equ3 li{clear:right;}--*/


/*----- サイドメニュー-----*/
#right_box{
	min-height:500px;
	height:auto !important;
	height:500px;
}

#right_box{
	margin:0px;
	margin-left:530px;
	padding:0px;
	border:0px;
	text-align:center;
}

#right_box p{
	margin:10px;
	padding:3px;
}
#right_box small{
	color:maroon;
}
#right_box img{
	margin:0px auto;
	margin-top:5px;
	padding-left:15px;
}
#member img{
	text-align:right;
	
}
#photo{
	padding:0px 20px;
}
#photo p{
	text-align:right;
}
#photo img{
	margin:5px;
	padding:3px 8px;
	border:1px #666 solid;
	float:left;
	background:#eee;
}

/*----- 下ー-----*/
#back_bottom{
	background-image:url('images/back_bottom.gif');
	height:20px;
}

/*----- テーブル -----*/
.t1_back{
	background-color: #eee;
	/* 偶数行の色を指定*/
}

.center{
	text-align:center !important;
	margin:0px auto;
	clear:both;
	vertical-align:top;
}
.fl{
	float:left;
	margin:10px;
}
.fr{
	float:right;
	margin:10px 15px 0px 10px;
}

.rent{
	background:#ededed;
/*--	background:#fde8e9;
--*/
	margin:0px;
	margin-right:10px;
	padding:5px;
	padding-left:10px;
}
.rent:first-line{
	font-weight:bold;
	color:#660000;
}
.promise{
	border:1px #666 solid;
}
