@charset "UTF-8";

/* 
property reset
*/
@import url("common/reset.css");

/* 
clear tool
*/
@import url("common/tool.css");

/* 
linkColor
*/
@import url("../common/linkColor.css");

/* 
body,wrapper
*/
@import url("common/body.css");

/* 
headSection
*/
@import url("common/headSection.css");

/* 
naviBar
*/
@import url("common/naviBar.css");

/* 
bodySection
*/
@import url("common/bodySection.css");

/* 
footSection
*/
@import url("common/footSection.css");




/*
flashSection
*/

#flashSection {
	background-color: F00;
}

/*
content
*/

#content {
	margin-top: 1px;
	border-top: 1px solid #BAA183;
	background-image: url(img/bg01.jpg);
	padding: 23px 29px 30px 29px;
}

#news {
	float: left;
	width: 391px;
	background: url(img/bg_news_mid.gif) repeat-y;
}

#news h2 {
	width: 391px;
	height: 28px;
	background: url(img/ttl01.gif) no-repeat;
	text-indent: -9999em;
}

#news dl {
	background: url(img/bg_news_bottom.gif) no-repeat 0 bottom;
	padding: 5px 30px 20px;
	font-size: 92%;
	line-height: 130%;
}

#news dt {
	font-weight: bold;
}

#news dd {
	margin-bottom: 10px;
}

#news a {
	color: #900;
	text-decoration: none;
}

#news a:hover {
	text-decoration: underline;
}




#banners {
	float: right;
	width: 256px;
}

#banners a {
	display: block;
	width: 256px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#banners a span {
	display: none;
}

#banners .menu a {
	height: 87px;
	background-image: url(img/banner01.jpg);
}

/*
#banners .beer a {
	height: 87px;
	background-image: url(img/banner02.jpg);
}
*/

#banners .tvcm a {
	height: 67px;
	background-image: url(img/banner03.jpg);
}


#help {
    margin-bottom: 30px;
}

#help h2 {
    font-weight: bold;
    font-size: 150%;
    margin-bottom: 10px;
}

#help p {
	line-height: 150%;
    font-size: 123%;
    margin-bottom: 10px;
}

#help p.owner {
	text-align: right;
}

