@charset "utf-8";
/* CSS Document */


.greeting01{
	clear:both;
	width:690px;
	margin:50px auto;
	overflow:hidden;
}

.greeting01 .photo{
	width:179px;
	float:left;
}

.greeting01 .text{
	width:460px;
	float:right;
	overflow:hidden;
}

.greeting01 .text div{
}

.greeting01 .text p{
	text-align:right;
	margin-top:1em;
    font-family: "Sawarabi Mincho";
    font-size: 16px;
    font-weight: bold;
}

.greeting01 .text p span{
	font-size: 11px;
}

/*---------------------------*/

.greeting02{
	clear:both;
	width:690px;
	margin:50px auto;
	overflow:hidden;
}

.greeting02 .photo{
	width:179px;
	float:right;
}

.greeting02 .text{
	width:460px;
	float:left;
	overflow:hidden;
}

.greeting02 .text div{
}

.greeting02 .text p{
	text-align:right;
	margin-top:1em;
}

/*---------------------------*/

.rinen{
	clear:both;
	width:690px;
	margin:50px auto;
	overflow:hidden;

}

.rinen h3 {
	text-align: center;
	
}

.rinen ol {
	font-weight: bold;
	font-size: 16px;
	padding-left: 30px;
}

.rinen li {
padding: 5px 0;
}