@charset "UTF-8";

/* CSS Basic Style ---------------------------------------------------------- */

/* index.htm
-------------------------------------------------------------*/


/*-------------------------
		main
---------------------------*/
div.main-top {
	height:500px;
	background-image: url("../../images/common/mainImg.jpg");
	background-position:center;
	background-repeat: no-repeat;
}


div#main_wrap {
	text-align: center;
	background: url(../../images/index/i_flashimg_bg.jpg) center;
	padding-bottom:30px;
}

p#flashimg {
	margin: 0 auto;
}

div.column {
	clear:both;
}

dl#tenpo_area {
	width: 405px;
	float: right;
}

dl#tenpo_area dd {
	background: url(../../images/index/i_tenpoitiran_bg.jpg) no-repeat;
	height: 230px;
	text-align:left;
}

dl#tenpo_area dd ul {
	margin: 0 0 0 25px;
	padding-top: 18px;
	width: 140px;
}

dl#tenpo_area dd ul li {
	margin: 0 0 15px 0;
	text-align: left;
	line-height: 0;
}

dl#tenpo_area dd ul li img {
	display: block;
}


/*-------------------------
		topics
---------------------------*/

div#topics_area_scroll {
	overflow:auto;
	height:220px;
	width: 530px;
	margin: 0 auto;
}

div#topics_area {
	width: 550px;
	float: left;
}

div.black_box {
	width: 550px;
	background: #121212;
	padding: 15px 0;
}

dl.topics_list {
	width: 510px;
	margin: 0 auto 5px auto;
	color: #CCCCCC;
	background: #262626;
	font-weight: bold;
}

dl.topics_list dt {
	margin-right: 5px;
	line-height: 1.5;
	float: left;
	padding: 5px 0;
	width: 110px;
	text-align: left;
	background: url(../../images/common/i_arrow.gif) no-repeat right 8px;
}

dl.topics_list dt span {
	margin-left: 10px;
	line-height: 1.5;
	font-weight: bold;
}

dl.topics_list dd {
	float: left;
	padding: 5px 0;
	width: 395px;
	text-align: left;
}

dl.topics_list dd p {
	margin-right: 10px;
	line-height: 1.5;
}

dl.topics_list dd p strong {
	color:#FBB3AC;
}

dl.topics_list dd a{
	color:#CCCCCC;
	text-decoration:none;
	letter-spacing:1px;
	line-height: 1.2;
}

dl.topics_list dd a:hover{
	color:#FBB3AC;
	text-decoration:underline;
	line-height: 1.2;
}

/*-------------------------
		picup
---------------------------*/

div#picup {
	width: 980px;
	background: url(../../images/index/i_corner_top.gif) top no-repeat;
	padding: 20px 0 0 0;
	margin-top: 20px;
}

div#picup_corner_bottom {
	width: 980px;
	background: url(../../images/index/i_corner_bottom.gif) bottom no-repeat;
	padding: 0 0 10px 0;
}

div#picup_inner {
	width: 980px;
	background: #121212;
}

div#bnr_area {
	width: 830px;
	margin: 0 auto;
}

div#bnr_area li {
	float: left;
	margin: 0 10px 10px 0;
	background: #FFFFFF;
}

div#bnr_area  li.list_end {
	float: left;
	margin: 0 0 10px 0;
	background: #FFFFFF;
}

div#bnr_area li a:hover img {
	-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=50);
}


/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
