@import url(common.css);

/*** uppermenu ***/
#menuUpper {
	margin-left: 270px;
	_margin-left: 267px;
}


/*** content ***/
#contentBody {
}

#swfBox {
	margin: 0 30px;
}

#topMsg {
	height: 18px; /* 24-6(top)px */
	margin: 0 30px 12px;
	padding: 6px 30px 0 150px;
	background: url(../images/bg_headline.jpg) center top no-repeat;
}

#topMsg p {
	font-size: 80%;
	color: #454545;
}

#topMsg a {
	color: #454545;
}

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

#flower {
	margin: 10px 30px 15px;
	padding: 10px 30px 10px 200px;
	border: 1px solid #CCCCCC;
	background: url(../images/bg_flower_top.jpg) center top no-repeat;
}

#flower p {
	margin-bottom: 0.5em;
	font-size: 80%;
	color: #6C6255;
	line-height: 150%;
}

.btnSite {
	margin: 5px 0;
	font-size: 50%;
	line-height: 100%;
}

.btnSite span {
	visibility: hidden;
}

.btnSite a {
	display: block;
	width: 132px;
	height: 18px;
	margin: 3px 0;
	background: url(../images/btn_site.jpg) 0 0 no-repeat;
}

.btnSite a:hover {
	text-decoration: none;
	background-position: 0 -20px;
}


/*** footer ***/
#footerBody {
	margin-top: 12px;
}

