@import url("common.css");
@charset "utf-8";

#contents{
	width:850px;
	height:750px;
	margin-top:10px;
	background-color:#FFFFFF;
}
#left_box{
    width:175px;
	height:auto;
	float:left;
}
#righe_box{
    width:650px;
	height:auto;
	float:right;
	margin-right:0px;
}
/* 左側ボックス */
#guarantee{
    width:165px;
	height:98px;
	margin-left:10px;
	margin-top:30px;
}
#diary{
    width:165px;
	height:111px;
	margin-left:10px;
	margin-top:30px;
}

/* 右側ボックス */
#title{
    width:645px;
	height:20px;
}
#title1{
    width:645px;
	height:20px;
	margin-top:10px;
}
#gaiyou1{
    width:645px;
	height:200px;
	margin-top:10px;
}
#gaiyou2{
    width:300px;
	height:150px;
	float:left;
}
#gaiyou3{
    width:345px;
	height:150px;
	float:right;
}
#map_box1{
    width:645px;
	height:440px;
	margin-top:20px;
}
#map{
    width:380px;
	height:420px;
	float:left;
	text-align:center;
}
#text{
    width:255px;
	height:420px;
	float:right;
}


/* フォント */
.fon1{
    font-size:20px;
	color:#66CC00;
	font-weight:bold;
	line-height:25px;
}
.fon2{
    font-size:14px;
	color:#990000;
	line-height:25px;
}
.fon3{
    font-size:14px;
	color:#FF6600;
	line-height:25px;
}
.fon4{
    font-size:14px;
	color:#000000;
	line-height:25px;
}
.fon5{
    font-size:12px;
	color:#000000;
	line-height:25px;
}
.fon6{
    font-size:12px;
	color:#666666;
	line-height:25px;	
}