@import url(common.css);

/************/
/*** content (Upper Section) ***/
#contentBody {
	background: url(../images/img_main.jpg) left top no-repeat;
}

#content_upper {
	height: 228px;
	margin: 0;
	padding: 60px 5px 5px 413px;
}

ul#shopinfo {
	margin: 0;
	padding: 15px 5px 10px 2px;
}

ul#shopinfo li {
	list-style-type: none;
	margin: 0;
	padding: 0 4px 0 58px;
	background-position: 0px 3px;
	background-repeat: no-repeat;
	font-size: 80%;
	line-height: 180%;
}

li.leader01 {
	background-image: url(../images/leader01.gif);
}

li.leader02 {
	background-image: url(../images/leader02.gif);
}

li.leader03 {
	background-image: url(../images/leader03.gif);
}

li.leader04{
	background-image: url(../images/leader04.gif);
}

li.leader05 {
	background-image: url(../images/leader05.gif);
}

li.leader06 {
	background-image: url(../images/leader06.gif);
}


/*** menu (TOPPAGE) ***/
#menuBox {
	margin: 15px 0;
	padding: 10px 0;
	background-color: #000000;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-align: left;
}

#menu {
	height: 116px;
	margin: 0;
	padding-left: 18px;
	list-style-type: none;
}

ul#menu li {
	float: left;
	width: 142px;
	margin-right: 4px;
}

ul#menu li a {
	display: block;
	border: 1px solid #666666;
}

ul#menu li a:hover {
	border: 1px solid #FF6600;
}


/*** headline ***/
#headline {
	height: 18px;
	margin: 0 10px;
	padding: 15px 30px 0 170px;
	background: url(../images/bg_headline.jpg) center 10px no-repeat;
}

#headline p {
	font-size: 75%;
}

#headline a {
	color: #333333;
}

#headline a:hover {
	color: #DE9B40;
}


/*** comment (Lower Section) ***/
#commentBox {
	width: 660px;
	/* hack for only Win IE */
	#width: 658px;
	margin: 25px 50px 20px;
	background: url(../images/bg_top_lowercont.gif) right top repeat-y;
	border-top: 3px solid #CEBDAE;
	border-right: 1px solid #CEBDAE;
	border-bottom: 3px solid #CEBDAE;
	border-left: 1px solid #CEBDAE;
}

#commentBoxLeft {
	float: left;
	width: 400px;
	margin: 0;
	padding: 10px 30px 20px;
}

#commentBoxLeft p {
	font-size: 80%;
	line-height: 150%;
}

#commentBoxLeft h2 {
	margin-top: 5px;
	padding: 10px 10px 10px 24px;
	font-size: 85%;
	color: #660000;
	background: url(../images/leader_article.gif) 0 9px no-repeat;
}

#commentBoxLeft p.upper {
	padding: 10px 0;
	border-bottom: 1px dotted #999999;
}

#commentBoxRight {
	float: right;
	width: 190px;
	/* hack for only Win IE */
	#width: 189px;
	margin: 0;
	padding: 10px 0;
}

.mail {
	font-size: 50%;
}

.mail a {
	display: block;
	width: 120px;
	height: 84px;
	margin: 0 auto;
	background: url(../images/icon_mail.gif) center top no-repeat;
	text-decoration: none;
}

.mail a:hover {
	background: url(../images/icon_mail.gif) center -100px no-repeat;
}

.commentAppend {
	padding: 15px;
	color: #660000;
	font-size: 70%;
	line-height: 130%;
}

.attention {
	color: #C00D1C;
	font-weight: bold;
}

/*
.mail a {
	padding: 0 0 15px 30px;
	background: url(../images/mailbg.gif) 0px -12px no-repeat;
	background-color: transparent;
}

.mail a:hover {
	background-position: -120px -12px;
}
/***/


/*** banner ***/
ul#bannerSpecial {
	margin: 10px 50px 20px;
	padding: 0;
}

ul#bannerSpecial li {
	float: left;
	display: inline;
	list-style-type: none;
	width: 318px;
	height: 85px;
	margin: 0 5px 10px;
	padding: 0;
}

ul#bannerSpecial li a {
	display: block;
	width: 318px;
	height: 85px;
	text-decoration: none;
	border: 1px solid #666666;
}

ul#bannerSpecial li a:hover {
	background-position: 0 -100px;
	border: 1px solid #FF6600;
}

li#campaignApple a {
	background: url(../images/banner_campaign.gif) 0 0 no-repeat;
}

li#partyPlan a {
	background: url(../images/banner_party.jpg) 0 0 no-repeat;
}

ul#banner {
/*	margin: 10px auto; */
	margin: 10px 20px;
	padding: 0;
}

ul#banner li {
	float: left;
	list-style-type: none;
	width: 130px;
	height: 48px;
	margin: 0 5px 10px;
}

ul#banner li a {
	display: block;
	width: 130px;
	height: 48px;
	border: 1px solid #666666;
	text-decoration: none;
}

ul#banner li a:hover {
	border: 1px solid #FF6600;
	text-decoration: none;
}

li.blank {
	border: 1px solid #EDE8D0;
	background: url(../images/banner_blank.gif) left top repeat;
}

