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

#contents{
	width:850px;
	height:1500px;
	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;
}
#text1{
    width:645px;
	height:350px;
	margin-top:20px;
}
#line1{
    width:645px;
	height:30px;
}
#box1{
	width:645px;
	height:80px;
	margin-top:15px;
	text-align:center;
}

/* フォント */
.fon1{
    font-size:16px;
	color:#FF3300;
}
.fon2{
    font-size:12px;
	color:#000000;
}