@charset "utf-8";
@import url("../script/mopTip/mopTip.css"); /* ツールチップ用 */
@import url("thickbox.css"); /* フロートウインドウ用 */

/* CSS Document */

/* トップページのイメージ */

div#menuArea {
	background: transparent url(../image/top/image_top01.jpg) no-repeat center top;
	width: auto;
	height: 320px;
}

div#menuArea ul {
	margin: 0 auto;
	padding: 290px 0 0;
	width: 800px;
	height: 30px;
}


/* メニューバルーン・モーダルボックス */

div.tooltipIni {
	display: none;
}

#TB_window {
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
}

#TB_title{
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
}


/* ムービー */
div#movieArea div {
	width: 480px;
	height: 292px;
	margin: 0;
}

/* ニュースエリア */

div#newsArea {
	background: transparent url(../image/top/bg_newsarea.jpg) no-repeat;
	width: 730px;
	height: 19px;
	padding: 5px 10px 1px 60px;
	margin: 10px auto;
	list-style: none;
	font-size: 14px !important;
	color: #666;
}

div#newsArea ul li {
	list-style: none;
}

div#newsArea ul li span {
	color: #888;
	margin: 0 10px 0 0;
	font-size: 90%;
}

/* 世代別説明（スライダ） */

ul#generationSlide {
	margin: 5px 0;
	list-style: none;
}

ul#generationSlide li {
	background: transparent url(../image/common/marker.gif) no-repeat 10px center;
	display: inline;
	font-size: small;
	color: #555;
	padding: 4px 20px;
	cursor: pointer;
}

ul#generationSlide li:hover {
	background: #EFC191 url(../image/common/marker.gif) no-repeat 10px center;
	color: #604C3A;
}

ul#generationSlide li.jFlowSelected {
	background: #F29317 url(../image/common/marker_hover.gif) no-repeat 10px center;
	color: #FFF;
}

div#slideArea {
	margin: 5px 0;
}