@import url(common.css);

/*** contentRight (main section) ***/
#contentRight {
	width: 520px;
	padding: 20px 0 50px;
}


/*** counter ***/
#counter {
	margin: 10px 10px 30px 50px;
	list-style-type: none;
}


/*** swf ***/
#swfBox {
	margin: 0 0 15px 35px;
	padding: 5px 35px 7px 35px;
	background: url(../images/bg_swf.jpg) left top no-repeat;
}


/*** top content ***/
p.topComment {
	margin: 0 60px 0 80px;
	padding-bottom: 20px;
	color: #669900;
	font-size: 80%;
	line-height: 140%;
}

.limited {
	margin: 0 60px 0 69px;
	padding: 0;
}

.limitedLeft {
	float: left;
	width: 110px;
	margin-bottom: 10px;
}

.limitedLeft a img {
	border: 3px double #CCCCCC;
}

.limitedLeft a:hover img {
	border: 3px double #96C823;
}

.limitedRight {
	float: right;
	width: 270px;
	margin: 2px 0 10px 5px;
}

.limitedRight h2 {
	margin: 0 0 5px 0;
	padding-bottom: 3px;
	font-size: 90%;
	border-bottom: 1px dotted #CCCCCC;
}

.limitedRight h2 span {
	display: block;
	font-size: 75%;
	font-weight: normal;
	color: #C38241;
}

.limitedRight p {
	font-size: 80%;
	line-height: 140%;
}

/*
.limited:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0
	clear: both;
}
*/

ul#bannerCont {
	clear: both;
	margin: 0 0 20px 69px;
	list-style-type: none;
}

ul#bannerCont li {
	margin-bottom: 10px;
}

ul#bannerCont li a {
	display: block;
	width: 398px;
	height: 143px;
	border: 3px double #CCCCCC;
}

ul#bannerCont li a:hover {
	border: 3px double #96C823;
}


