body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg_top.jpg);
	background-repeat:repeat-x;
	background-color:#000;
}

body,td,th {
	font-size: 12px;
	color: #FFF;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
	letter-spacing: 1pt;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/* link
---------------------------------------------------------------------*/
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
/* topic
---------------------------------------------------------------------*/
#topic_all {
    height: 200px;
	width: 800px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right: auto;
	margin-left: auto;
	text-align:right;
}

#topic_area {
	height: 200px;
	width: 615px;
	background-image:url(../img/top_topic_line.gif);
	background-repeat:repeat-y;
	text-align:right;
	background-color: #000000;
	float:left;
}
#topic_area img{
    vertical-align:middle;
}
#topic_table {
    width: 550px;
	padding-left:60px;
}

#topic_blog {
    width:170px;
	float:right;
}

#topic_blog ul li {
    width:170px;
	list-style:none;
}

#topic_blog li {
    padding-bottom:15px;
}
/* h tags
---------------------------------------------------------------------*/
h1 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
	height: 27px;
	width:145px;
	height:75px;
	float:left;
}
h2 {
	margin: 0;
	padding: 0;
	height: 26px;
	float:left;
}
h3 {
	margin: 0;
	padding: 0;
	height: 58px;
	float:left;
}
/* topcontents
---------------------------------------------------------------------*/
#top_contents_area {
	height: 517px;
	width: 800px;
}
/* footer
---------------------------------------------------------------------*/
#footer_area {
    background-color:#000;
	background-image:url(../img/bg_bottom.jpg);
	background-repeat:repeat-x;
	height:300px;
}

#footer_bottom {
	width: 800px;
	text-align:left;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
}
#footer_bottom img{
    margin-right:10px;
	float:left;
}
#footer_bottom a:link {
	color: #00CCFF;
	text-decoration:underline;
}
#footer_bottom a:visited {
	color: #00CCFF;
	text-decoration:underline;
}
#footer_bottom a:hover {
	color: #00CCFF;
	text-decoration: none;
}
#footer_bottom a:active {
	color: #00CCFF;
	text-decoration: none;
}
