@charset "Shift_JIS";




/*
--------------------------------
	home
--------------------------------
*/


/* ---- header ---- */

#home_header {
	position: relative;
	width: 760px;
	height: 146px;
	margin: 0 auto;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	text-align: left;
}


/* ---- announcement ---- */

a#announcement {
	display: block;
	position: absolute;
	top: 126px;
	left: 650px;
	width: 100px;
	height: 20px;
	outline: 0;
	text-indent: -9999px;
	font-size: 1px;
}


/* ---- flash ---- */

#home_flash_container {
	display: block;
	width: 740px;
	height: 270px;
	margin: 0 auto 2px auto;
	background-image: url(../img/home/flash_border.gif);
	background-repeat: no-repeat;
	text-align: left;
}

#home_flashcontent {
	padding: 3px;
}


/* ---- announcement ---- */

#home_announcement {
	display: none;
	width: 740px;
	height: 270px;
	margin: 0 auto 2px auto;
	text-align: left;
}


/* ---- notices ---- */

#home_notice_container {
	width: 740px;
	margin: 0 auto 16px auto;
	text-align: left;
}

#home_notice_container #home_cd {
	float: left;
	width: 580px;
}

#home_notice_container #home_sale {
	float: right;
	width: 150px;
}


/* ---- news ---- */

#home_news_container {
	width: 740px;
	margin: 0 auto 30px auto;
	text-align: left;
}

#home_news_container h4 {
	margin-bottom: 8px;
}

.home_news_block {
	width: 740px;
	margin-bottom: 2px;
}

.home_news_block .home_news_date {
	float: left;
	width: 114px;
	color: #666;
	text-align: center;
}

.home_news_block .home_news_body {
	float: right;
	width: 622px;
}


/* -- footer -- */

#home_footer {
	width: 740px;
	margin: 0 auto 30px auto;
	padding-top: 8px;
	border-top: 1px solid #2b2b2b;
	text-align: left;
}

#home_footer .spec_head {
	margin-left: 10px;
	color: #666;
}


/* -- li-scroller -- */

.tickercontainer {
	width: 738px;
	height: 1.5em;
	margin: 0 auto 20px auto;
	border-top: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
	background-color: #ccc;
	background-image: url(../img/home/trial_bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	overflow: hidden;
	text-align: left;
}

.tickercontainer .mask {
	position: relative;
	left: 4px;
	top: 0.3em;
	width: 730px;
	overflow: hidden;
}

ul.newsticker {
	position: relative;
	left: 750px;
}

ul.newsticker li {
	float: left;
	color: #c00;
	font-weight: bold;
	line-height: 1;
}

ul.newsticker a {
	white-space: nowrap;
	margin-right: 50px;
}

ul.newsticker span {
	margin-right: 10px;
	color: #333;
}
