@charset "UTF-8";

@import url("common.css");
@import url("structure.css");

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

 index.html
 
 Color Cordination
 Key Color: 

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

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

 main

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

.container .title
{
	padding-bottom: 4px;
	border-bottom: 1px solid #7b6157;
}
.container .readMore
{
	padding: 10px 0 0;
	line-height: 100%;
	text-align: right;
}

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

 flash showcase

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

#flashShowcase
{
	width: 940px;
	margin: 0 0 15px;
}

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

 fair topics

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

#fairTopics
{
	float: left;
	width: 640px;
}
#fairTopics .topics dt
{
	float: left;
	width: 6em;
	padding: 8px 0;
}
#fairTopics .topics dd
{
	padding-left: 6em;
	background: url(../img/com/dotted_line.gif) repeat-x left bottom;
}	
#fairTopics .topics dd a,
#fairTopics .topics dd .nolink
{
	display: block;
	padding: 8px 0;
}


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

 wedding

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

#wedding
{
	float: right;
	width: 260px;
	padding: 10px;
	background: #7b6157;
}
#wedding .title
{
	margin-bottom: 5px;
	padding-bottom: 0;
	border-bottom: 0;
}
#wedding .image
{
	margin: 0 0 5px;
	border: 1px solid #fff;
}
#wedding .note
{
	margin: 0 0 5px;
	color: #fff;
	font-size: 84%;
	line-height: 120%;
}
#wedding .btBridal
{
	text-align: right;
}