*{
	margin:0px;
	padding:0px;
	font-weight:none;
	}
body{
	font-family: "$B#M#S(B $B#P%4%7%C%/(B", Osaka, "$B%R%i%.%N3Q%4(B Pro W3";
	line-height:1.5em;
	font-size:84%;
	background:url(img/bg-body.gif) repeat-x;
	}
.floatclear{
	clear:both;
	}	
	
/*---------------------------------------------*/
/* common-css */
/*---------------------------------------------*/
/* link */
a{
	text-decoration:none;
	color:#339966;
	}
a:hover{
	text-decoration:underline;
	color:#de5165;
	}
a:visited{
	text-decoration:none;
	color:#336699;
	}

/* float */
.f-left{
	float:left;
	margin:5px;
	}

/* font */
em{
	color:#de5165;
	text-decoration:normal;
	font-style:normal;
	}
strong{
	color:#de5165;
	}
.small{
	font-size:10px;
	}
.bold{
	font-weight:bold;
	}
	
/*---------------------------------------------*/
/* rayout */
/*---------------------------------------------*/
div#container{
	text-align:center;
	background:url(img/bg2.gif) repeat-y top center;
	}
div#container-inner{
	width:760px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background:#e9e9e9;
	}
	
/* header */
/*---------------------------------------------*/
div#header{
	height:65px;
	background:url(img/header.gif) no-repeat #ffffff;
	}
#header h2{
	position:relative;
	top:18px;
	left:255px;
	color:#494949;
	font-size:12px;
	}
div.iframe{
	position:relative;
	font-size:12px;
	top:45px;
	left:245px;
	}
h1{
	display:none;
	}

/* main */
/*---------------------------------------------*/
div#main{
	float:right;
	width:609px;
	border-left:solid 1px #cccccc;
	background:#ffffff;
	}
p#topimage{
	margin:10px 0 0 0;
	}
	
div.text{
	margin-left:auto;
	margin-right:auto;
	width:550px;
	}
	
/* main-topics */
div#TopTopics{
	border-top:solid 1px #cccccc;
	margin-top:10px;
	padding-top:5px;
	}
h3.h3-TopTopics{
	color:#3b9999;
	font-size:12px;
	margin:5px 0 0 0;
	}
div.TTleft{
	border-right:solid 1px #cccccc;
	width:260px;
	float:left;
	}
#TopTopics dl{
	margin-top:5px;
	width:250px;
	font-size:12px;
	}
#TopTopics dd{
	margin-left:70px;
	margin-top:-18px;
	}

div.TTright{
	float:right;
	width:270px;
	}


	
/* navi */
/*---------------------------------------------*/
div#navi{
	float:left;
	width:150px;
	}
#navi li{
	list-style:none;
	}
	
dl#dl-add{
	width:100px;
	margin-left:10px;
	margin-top:15px;
	}
#dl-add dt{
	font-weight:bold;
	font-size:11px;
	line-height:1.3em;
	}
#dl-add dd{
	margin-bottom:10px;
	font-size:10px;
	line-height:1.3em;
	}
	
/* float */
/*---------------------------------------------*/
div#footer{
	clear:both;
	background:#01919a;
	text-align:center;
	padding:5px 0;
	border-bottom:solid 1px #494949;
	border-top:solid 1px #494949;
	}
#footer ul{
	list-style:none;
	display:inline;
	}
#footer li{
	display:inline;
	margin-right:5px;
	}


/*---------------------------------------------*/
/* head-line */
/*---------------------------------------------*/
h3{
	margin:17px 0 0 20px;
	}
h4{
	color:#de5165;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	}