@charset "UTF-8";
/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
* {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
}
body{
    font-size:10pt;
    color:#00000;
    background-color:#ffffff;
    background-image:url();
    text-align:center;
    margin:0px;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: auto;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 1;
	font-style: normal;
	font-weight: normal;
	font-size: auto;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: auto;
}

/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*bodyのスタイル*/
	
a , h1{color:#58514A;
text-decoration:none;}


a:link {
	color: #3366CC;
	text-decoration: none;
}
a:visited {
	color: #666699;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #99CCFF;
	text-decoration: none;
}

/*main_tableのスタイル*/

div#main_table{
	color: #000000;
	background-color: #f0f8ff;
	width: 800px;
	margin: 10px;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}

div#main div p{
	color:#666;}
	
br.clear{
	clear:right;}

.center{
	width:775px;
	float:right;
	margin: 0;
	padding: 10px 10px 10px 10px;
    text-align:left;
}

/*新着サイト表示（右ブロック）*/
div#newsite_block{
	float: newsite;
	width: 800px;
}
div#newsite_block div.title{
	margin: 0;
	padding: 5px 10px;
	font-weight: bold;
	font-size:0.75em;
	color: #000;
	background-color: #f0f8ff;
	background-image: url( );
	background-repeat: repeat-x;
}
div#newsite_block div.content{
	font-size:0.75em;
	margin: 0 0 15px 0;
	padding: 5px 10px;
	background: #f0f8ff;
}
table.link_site{
	width: 800px;
	margin: 10px auto;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #666;
}
table.link_site th{
	border: 1px solid #666666;
	padding: 5px;
	font-size:0.75em;	
	font-weight: bold;
	text-align: center;
}
table.link_site td{
	border: 1px solid #666666;
	font-size:0.75em;
	padding: 5px;
}

