@charset "UTF-8";

@import url("structure.css");

/* ======================================

 restaurant/index.html

======================================= */

/* ======================================

 ##### OVERRIDE #####

======================================= */



/* ======================================

 main

======================================= */

#contents .leading
{
	margin: 0 0 30px;
}
#dinnings
{
	overflow: hidden;
	width: 740px;
	margin: 0 0 30px;
}
#dinnings .dinning h3
{
	margin: 0 0 10px;
}
#dinnings .dinning .image
{
	margin: 5px 0 0;
}
#main_dinning
{
	float: left;
	width: 350px;
}
#camera
{
	float: right;
	width: 350px;
}

/* ======================================

 what's new

======================================= */

#topics
{
	width: 660px;
	padding: 0 0 20px;
}
#topics h3
{
	padding-bottom: 20px;
}
#topics .news
{
	clear: both;
}
#topics .news dt
{
	float: left;
	width: 6em;
	padding-left: 15px;
	background: url(../img/com/arrow_right.gif) no-repeat left 0.3em;
}
#topics .news dd
{
	padding-left: 8em;
	margin-bottom: 10px;
}
