/*=============================
		全体に指定
=============================*/
*{ margin: 0 0; padding: 0 0; font-size: 12px; font-family: "ＭＳ ゴシック", "Osaka−等幅";}

a:{ color: #00f;}
a:hover{ color: #3333CC;}
a:visited{ color: #00f;}
* html a:visited{ color: #00f; }

a.link{ color: #000000;}
a.link:hover{ color: #3333CC;}

a.link2{ color: #000000; font-size: 10px;}
a.link2:hover{ color: #3333CC; font-size: 10px;}

.hidden{ text-indent: -9999px; display: none;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
body
{
	width: 100%;
}

/*=============================
	全体
=============================*/
#main_frame
{
	margin: 0 auto;
	width: 750px;
	border-top: 0px;
}

/*=============================
	全体
=============================*/
#top_frame
{
	margin: 0 auto;
}

div#top_topics
{
	padding-top: 30px;
	padding-left: 15px;
	background-image: url(../img/top_topics.gif);
	background-position: top 15px;
	background-repeat: no-repeat;
}
/*=============================
	フッター
=============================*/
#footer_box
{
	clear: both;
	margin-left: 15px;
}
#footer_box p.copyright
{
	float: left; 
	width: 500px;
	padding: 4px 4px 4px 4px;
	font-size: 10px;
	line-height: 12px;
	background: #000;
	color: #fff;
}
#footer_box p.sitemap
{
	float: left;
	width: 204px;
	color: #fff;
	background: #000;
	padding: 4px 4px 4px 4px;
	font-size: 11px;
	line-height: 12px;
	text-align: right;
}
#footer_box a.sitemap
{
	float: left;
	width: 204px;
	color: #fff;
	background: #000;
	padding: 4px 4px 4px 4px;
	font-size: 11px;
	line-height: 12px;
	text-align: right;
}

#footer_box p.address, .address a
{
	clear: both;
	font-size: 10px;
	line-height: 12px;
	padding: 2px 0px;
}

#top_topics dt
{
	float:left;
	clear:both;
	font-size: 15px;
	line-height: 20px;
}
#top_topics dd
{
	margin-left:90px;
	font-size: 15px;
	line-height: 20px;
}
#top_topics a
{
	font-size: 15px;
	line-height: 20px;
}
#top_topics dd.red
{
	color: #f00;
}
#top_topics p
{
	padding: 5px;
}

