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

body {width:620px;
	background-image:url(../blog/images/bg.jpg);
}

.style2 {font-size: 16}
.style3 {
	font-size: 16px;
	font-weight: bold;
	color: #3333FF;
}
#message{
	font-size:14px;
	line-height:20px;
	padding:15px;
	background-image:url(../blog/images/sakkonno.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	}
#message p{
	margin:10px 0 20px 0 ;
	}
#pop{
	width:600px;
	background-image:url(../blog/images/bg_pop.jpg);
	background-repeat:repeat-y;
	margin:0 auto 0 auto;
	padding:0 7px 0 7px;
	}
#pop p{
	line-height:1.5;
}
.food{
	text-align:center;
	margin-top:5px;
	padding-top:3px;
	border-top:solid 5px #CCCCCC;
	}