@charset "utf-8";

/* ================================= Page main ==================================== */
#contents {
	background:none;
}

*html #contents {
	height:100%;
}

#contents-inner {
	width:984px;
	margin-bottom:20px;
	padding-bottom:20px;
	background:url(../images/top_contents_bg.gif) left bottom no-repeat;
}

#flashcontent {
	width:100%;
	text-align:center;
	height:450px;
	background:#fff url(../images/flash_bg.jpg) repeat-x;	
}

#topEvent {
	float:left;
	position:relative;
	width:684px;
	background:url(../images/top_event_bg.gif) left top no-repeat;
}

#topPickup {
	float:right;
	width:282px;
	background:url(../images/top_pickup_bg.gif) left top no-repeat;
}

/* ================================= News ==================================== */
body#newsFrame {
	background:none;
	text-align:left;
}

#newsFrame dl {
	width:620px;
	padding:7px 0;
	border-bottom:solid 1px #e5e5e5;
}

#newsFrame dt {
	float:left;
	width:90px;
	color:#33CC00;
	font-size:77%;
}

#newsFrame dd {
	float:right;
	width:530px;
	font-size:77%;
}

#newsFrame dd a {
	display:block;
	padding-left:12px;
}

#newsFrame dd a {
	color:#333;
	background:url(../images/top_news_arrow.gif) left top no-repeat;
}

#newsFrame dd a:hover {
	text-decoration:underline;
	color:#634d1e;
}


/* ================================= PV and CD ==================================== */

#topPickup .inner {
	padding:10px 17px 0 15px;
}

#topPickup h4 {
	padding:0 5px 7px;
	color:#fff;
	background:url(../images/top_right_obi.gif) left top no-repeat;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
}

#topPickup dl {
	padding:9px 0;
}

#topGuide {
	width:250px;
	margin-top:0;
}

#topPickup dt,
#topPickup dd.text {
	float:left;
	width:150px;
}

#topPickup dd.text2 {
	float:left;
	width:150px;
}

#topPickup dt {
	padding:0 0 6px;
}

#topPickup dd.text {
	font-size:77%;
	line-height:1.5;
}

#topPickup dd.text2 {
	font-size:77%;
	line-height:1.5;
	font-family:Verdana,'qMmpS Pro W3','Hiragino Kaku Gothic Pro',osaka,
	'CI',Meiryo,'lr SVbN','MS PGothic',sans-serif;
}

#topPickup dd.thumb {
	float:right;
}

/* 2010.07.01 add */
#topPickup dd.thumb2 {
margin:70px 0 0 0;
float:right;

}

#topPickup dd.img{
margin:0 0 10px 0;
}
/* 2010.07.01 add */

/* ================================= left event ==================================== */
#topEvent .btn {
	position:absolute;
	top:10px;
	right:17px;
}

#topEvent .inner {
	padding:10px 17px;
}

#topEvent .innerbnr {
	width:684px;
	padding:10px 17px 7px 17px;
}

#topEvent h2 {
	padding:2px 0 2px 5px;
	margin:5px 0 10px 0;
	color:#fff;
	background:url(../images/top_event_obi.gif) left top no-repeat;
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
	font-weight:bold;
}

#topEvent .innerbnr p.leftbnr{
	float:left;
	width:429px;
	text-align:left;
}

p.rightbnr{
	float:left;
	width:220px;
}

#topEvent .eventBlock {
	float:left;
	width:650px;
}

#topEvent .eventBlock h3 {
	padding:2px 0 2px 5px;
	margin:20px 0 10px 0;	
	color:#fff;
	background:url(../images/top_event_obi.gif) left top no-repeat;
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
	font-weight:bold;
}

#topEvent .eventBlock dt {
	padding:0 0 5px;
}

#topEvent .eventBlock dt a {
	display:block;
	padding-left:10px;
	color:#333;
	background:url(../images/top_news_arrow.gif) left top no-repeat;
	font-weight:bold;
}

#topEvent .eventBlock dt a:hover {
	text-decoration:underline;
	color:#7de3b1;	
}

#topEvent .eventBlock dd.date,
#topEvent .eventBlock dd.text {
	float:left;
	width:640px;
	font-size:80%;
	line-height:1.5;
	letter-spacing:1px;
	padding:0 0 0 10px;
}


/* ================================= creafix ==================================== */
#topEvent .inner:after,

.eventBlock dl:after,
#topPickup dl:after,
#newsFrame dl:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
}

#topEvent .inner,
#topEvent .innerbnr,
.eventBlock dl,
#topPickup dl,
#newsFrame dl {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html #topEvent .inner,
#topEvent .innerbnr,
* html .eventBlock dl,
* html #topPickup dl,
* html #newsFrame dl {
	height:1%;
}

#topEvent .inner,
#topEvent .innerbnr,
.eventBlock dl,
#topPickup dl,
#newsFrame dl {
	display:block;
}
/* End hide from IE-mac */
