/* CSS Document */
#contents a {
	text-decoration:none;
	display:block;
}

#contents ul {
	list-style:none;
}

#contents #rotation_image {
	width:980px;
	height:437px;
	position:relative;
}

#contents #rotation_image #loading {
	position:absolute;
	top:206px;
	left:478px;
	display:none;
}

#contents #rotation_image a {
	position:absolute;
	top:0;
	left:0;
}

#rotation_navi {
	height:28px;
	position:relative;
	border-right:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
}

#rotation_navi ul {
	position:absolute;
}

#rotation_navi li {
	font-family:sans-serif;
	float:left;
	color:#808080;
	background:url(../img/navi_bg.gif) no-repeat right top;
	font-size:0.63em;
	text-align:center;
	cursor:pointer;
	overflow:hidden;
	line-height:30px;
}

#rotation_navi li.hover {
	background-image:url(../img/navi_bg_on.gif);
	color:#EC1C24;
}

#main_contents {
	clear:both;
	margin:14px 0 0;
	background:#F0F0F0;
	padding:0 0 0 15px;
	height:260px;
	overflow:hidden;
}

#catalogue, #news, #more {
	margin-top:14px;
}

#catalogue, #news {
	font-family:sans-serif;
	background:url(../img/line01.gif) no-repeat right 2px;
	height:240px;
}

#catalogue h2, #news h2, #more h2 {
	margin-bottom:5px;
}

#catalogue {
	float:left;
	width:374px;
	padding-right:5px;
}

#catalogue ul li {
	float:left;
	padding:0 7px 4px 0;
}

#news {
	float:left;
	width:342px;
	padding:0 11px;
}

#news #news_mask {
	width:342px;
	height:215px;
	overflow:hidden;
	position:relative;
}

#news #newsbox {
	position:absolute;
	top:0;
	left:0;
}

#news .article {
	width:300px;
	background:url(../img/arrow.gif) no-repeat left 4px;
	padding-left:10px;
	font-size:0.75em;
	line-height:120%;
	margin-bottom:14px;
}

#news .article a:hover {
	text-decoration:underline;
}

#news .news_date, #news .news_icon {
	font-size:0.84em;
}

#news .news_date {
	margin-right:8px;
}

#news #scrollbox {
	width:19px;
	height:215px;
	background-color:#e6e6e6;
	position:absolute;
	right:0;
}

#news #scrollbox #up {
	background:url(../img/arrow_up.gif) no-repeat;
	width:19px;
	height:17px;
}

#news #scrollbox #down {
	background:url(../img/arrow_down.gif) no-repeat;
	width:19px;
	height:17px;
	position:absolute;
	bottom:0;
	left:0;
}

#news #scrollbox #up, #news #scrollbox #down {
	cursor:pointer;
}

#more {
	float:left;
	width:197px;
	padding-left:11px;
}

#more ul li {
	display:inline;
}

#more ul li a {
	display:block;
	margin-bottom:9px;
}

#more .dotline {
	background:url(../img/line02.gif) no-repeat left top;
	height:1px;
	overflow:hidden;
	margin:3px 0 6px;
}

#more #more_link1 {
	margin:3px 0 7px;
}

#more #more_link2 {
	margin-bottom:9px;
}