@charset "UTF-8";
/************************************************
index_.css
Use with /10th/index.html
************************************************/

/************************************************
Layout Divs
************************************************/

#manu { margin-top: 5px;}

.banner { margin-top: 1px;}

#info { margin-top: 8px;}

.contents { margin: 9px auto;}

/*************** #info styles ******************/

#info ul {
 list-style-image: url("../img/index/list_dot.gif");
 margin: 4px 0 0 25px;
 padding: 0;
 line-height: 1.5;
}

/*************** .contents styles **************/

.f2 {
	clear: both;
	padding-top: 9px;
}

.box {
	float: left;
	margin-right: 9px;
	width: 240px;
	height: 104px;
	background-color: white;
	border-bottom: 4px solid #996;
}

img.gazo {
	float: left;
	margin: 4px 6px 8px;
}

p.komida {
	margin: 3px 0 0;
	line-height: 1.2;
}
p.honmon {
	margin: 3px 0 0;
	font-size: 0.75em;
	line-height: 1.2;
}

/************** .back styles *******************/

.back {
	margin: 7px 2px 5px 2px;
	vertical-align: middle;
}

.back a { text-decoration: none;}
.back a:hover { text-decoration: underline;}

.back div.left { float: left; text-align: left;}
.back div.left img { margin-right: 3px;}

.back div.right { float: right; text-align: right;}
.back div.right img { margin-left: 2px;}
