@charset "UTF-8";


/* common */

.contents {
	border-bottom:1px solid #6A4B10;
}

img.nigaoe { margin:20px 0 0 0; }


/* section */

section{
	margin:0 0 5px 0;
	padding:15px 0 10px 0;
	border-top:1px solid #6A4B10;
	width:620px;
	float:left;
}
section.wide { width:100%; }

section ul {
	border-top:1px dotted #6A4B10;
	padding:20px 0 10px 25px;
}
section li{
	list-style-type:disc;
}


/* greeting */

.greeting { border:0; }
.greeting div {
	background:#fdf4e7;
	border-radius:10px; padding:15px 25px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:110%; line-height:1.8em;
}
.greeting div img { margin:5px 0; }


/* pet */
.pet li{
	float:left;
	margin:0 20px 0 0;
	list-style-type:none;
}
