@charset "utf-8";
/* CSS Document */

#top_box{
	width:500px;
	margin:30px auto 0;
}
#btm_box{
	width:500px;
	margin:0 auto 20px;
	background:url(../image/omiyage/bg.jpg) top;
	border:dashed 1px #999;
}
#btm_box1{
	border-bottom:dashed 1px #999;
	padding:0 0 15px 0;
}
#btm_box2{
	padding:0 0 15px 0;
}
.ttl{
	width:115px;
	margin:10px auto;
}
.left{
	width:245px;
	float:left;
	border-right:dashed 1px #999;
}
.right{
	width:245px;
	float:left;
}
.box{
	width:188px;
	margin:0 0 0 35px;
}
.in_left{
	width:90px;
	float:left;
}
.in_right{
	width:90px;
	text-align:right;
	float:left;
}
.box2{
	clear:both;
	width:188px;
	margin:0 auto;
	padding:10px 0 0 0;
}
