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

#contents{
	width:850px;
	height:1050px;
	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;
}
#box1{
    width:645px;
	height:38px;
	margin-top:20px;
	text-align:center;
}
#text1{
    width:645px;
	height:64px;
	text-align:center;
	margin-top:20px;
}
#photo{
    width:650px;
	height:161px;
	margin-top:20px;
}
#p1{
    width:215px;
	height:161px;
	float:left;
}
#p2{
    width:215px;
	height:161px;
	float:left;
	margin-left:2px;
}
#p3{
    width:215px;
	height:161px;
	float:left;
	margin-left:2px;
}
#box2{
    width:645px;
	height:30px;
	text-align:center;
	margin-top:30px;
}
#text2{
    width:645px;
	height:273px;
	text-align:center;
	margin-top:20px;
}
/* フォント */
.fon1{
    font-size:16px;
	color:#000000;
	line-height:32px;
	font-weight:bold;
}
.fon2{
    font-size:12px;
	color:#000000;
	line-height:25px;
}