@charset "UTF-8";

@import url("structure.css");

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

 index.html

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

#main
{
	width: 958px;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
}

#global
{
	overflow: hidden;
	width: 958px;
	border-bottom: 1px solid #d1d1d1;
}
#global .navi li
{
	float: left;
}
#global .secondary
{
	float: right;
}
#global .secondary li
{
	line-height: 100%;
}
#global .secondary li a
{
	display: block;
	padding: 15px 10px;
}

#contents
{
	overflow: hidden;
	width: 940px;
	padding: 14px 9px 30px;
}
#topics
{
	float: left;
	width: 610px;
}
#topics h2
{
	margin: 0 0 10px;
	padding: 0 5px 10px;
	border-bottom: 1px solid #e0e0e0;
}
#topics dl dt,
#topics dl dd
{
	color: #666;
	padding: 9px 5px;
}
#topics dl dt
{
	float: left;
}
#topics dl dd
{
	padding-left: 6.5em;
	background: url(../img/dotted_line_ddd.gif) repeat-x left bottom;
}
#topics dl dd .fair
{
	padding: 2px 0 2px 20px;
	background: url(../wedding/img/index/ico_tree.gif) no-repeat left 0;
}

#banners
{
	float: right;
	width: 300px;
}
#banners li
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#banners .even
{
	margin-right: 0;
}
