@charset "utf-8";

/* @group Various */

#contents {
	position: relative;
	margin-top: 220px;
}

#contents #billboard {
	margin-bottom: 20px;
}

#rightcolumn #news,
#rightcolumn #campaign {
	position: relative;
	z-index: 0;
	margin-top: -10px;
	padding: 20px 30px 25px;
	background: #fffefd url("../images/share/bg_contents_t.png") no-repeat left center;
}

/* @end */

/* @group H3 */

#rightcolumn h3 {
	font-weight: bold;
}

#rightcolumn #news h3 {
	margin-bottom: 0.5em;
	color: #e3b03c;
	font-weight: normal;
}

/* @end */

/* @group P */

#rightcolumn p#archive {
	padding: 10px 0 0;
	width: 670px;
	text-align: right;
}

#rightcolumn ul#news p {
	position: absolute;
	bottom: 0;
	padding: 7px 0 8px;
	width: 610px;
	border-top: 1px solid #e4cfd6;
	text-align: right;
}

#rightcolumn div#news p {
	margin-bottom: 1em;
}

#rightcolumn #news p#end {
	color: red;
}

/* @end */

/* @group Ul */

#rightcolumn #news li {
	line-height: 2em;
}
	
#rightcolumn #news li span {
	margin-right: 1em;
	padding-left: 30px;
	background: transparent url(../images/share/arrow.gif) no-repeat left center;
	color: #630;
}

#rightcolumn #news li.end a {
	padding-right: 36px;
	background: transparent url(../images/share/end.gif) no-repeat right center;
}

#campaign ul {
	overflow: hidden;
	padding: 25px 0 0 25px;
    background: transparent url(../images/home/bg_alpha.png) repeat 0 0;
    border: 1px solid #ddd;
}

#campaign li {
	float: left;
	margin: 0 24px 25px 0;
	height: 220px;
	width: 170px;
	background: transparent url("../images/home/bg_campaign_white.gif") no-repeat left bottom;
}

#campaign li h3 {
	padding: 7px 7px 0;
}

#campaign li p {
	padding: 3px 7px 7px;
	font-size: 10px;
}

#campaign li a.entryImage {
	display: block;
	margin: 1px 1px 0;
	height: 118px;
	width: 168px;
	border-bottom: 1px solid #ddd;
}

#campaign li a:hover.entryImage {
	border-bottom: 1px solid #fc0;
}

/* @end */

/* @group IE Hack */

*html #rightcolumn h2 {
	font-weight: bold;
}
	
*+html #rightcolumn h2 {
	font-weight: bold;
}

*html #campaign ul {
	width: 610px;
	padding-bottom: 25px;
}

*+html #campaign ul {
	padding-bottom: 25px;
}

/* @end */
