@charset "utf-8";
/* CSS Document */

@import url(common.css);


/*
-----------------------------------------------------------------------
Copyright(c) Bluewell Corporation all rights reserved.
-----------------------------------------------------------------------
*/


/*
-----------------------------------------------------------------------
header
-----------------------------------------------------------------------
*/





/*
-----------------------------------------------------------------------
mainimg
-----------------------------------------------------------------------
*/

div#flashbox{
	width:760px;
	height:398px;
}

/*
-----------------------------------------------------------------------
topics
-----------------------------------------------------------------------
*/

div#topics_box{
	width:744px;
	margin:0 auto;
	background:url(../img/index/topics_footer.gif) bottom center no-repeat;
	padding-bottom:10px;
	margin-bottom:20px;
}

div#topics_box dl{
	width:717px;
	margin:0 auto;
	margin-top:8px;
	padding-bottom:6px;
	margin-bottom:6px;
	border-bottom:dotted 1px #88A8D9;
	color:#333333;
}

div#topics_box dl dt{
	width:80px;
	float:left;
	clear:both;
}

div#topics_box dl dd{
	float:left;
	width:637px;
}

div#topics_box div.wrapper{
	background:#FFFFFF url(../img/index/topics_body.gif) repeat-y;
	
}


div#footnum{
	width:760px;
	margin:0 auto;
	text-align:center;
	padding-top:10px;
}

div#footnum p{
	text-align:right;
	font-size:10px;
	color:#999999;
	
}

div#footnum p span{
	font-family:Arial, Helvetica, sans-serif;
}

/*
-----------------------------------------------------------------------
clear-fix
-----------------------------------------------------------------------
*/


div#topics_box dl{
	overflow: hidden;
}

div#topics_box dl:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

/*\*/
* html div#topics_box dl{
    height: 1em;
    overflow: visible;
}
/**/

