@charset "UTF-8";
/* 制作者情報 */
/* ブラウザ初期化スタイル */
/* 共通部分のスタイル */
/* 各ページ個別のスタイル */

/*--------------------------------------------------------------------
guideline : ver1.05
since : 2006/12/22
writer : 
last_editday : 2006/12/22
last_editor : 
--------------------------------------------------------------------*/


/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/


* {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	font-size: auto;
}


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のスタイル*/

body {
	font-size:small;
	background:#fff;}
	
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: #FFFFFF;
	width: 800px;
	margin: 0 auto;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}

div#main div p{
	color:#666;}
	
br.clear{
	clear:right;}


/*--------headerのCSSここから------------------------------------------------------------------------------------------*/

h1{
	width:790px;
	text-align:right;
	font-size:x-small;
	margin:4px 10px 1px auto;
	font-family:Arial, Helvetica, sans-serif;}
	
/*--------headerのCSSここまで------------------------------------------------------------------------------------------*/

/*-----------メインのCSS--------------------------------------------------------------------------------------*/



/*-----------メインのCSSここまで-------------------------------------------------------------------------------*/

/*-----------サイドメニューのCSSここから-------------------------------------------------------------------------------*/



/*-----------サイドのカテゴリー（TOPページ）CSSここから-------------*/



/*-----------サイドのカテゴリー（各ページ）CSSここまで-------------*/



/*-----------サイドの会社概要CSSここから-------------*/


/*-----------サイドの会社概要CSSここまで-------------*/


/*-----------サイドメニューのCSSここまで-------------------------------------------------------------------------------*/

/*■画像のプリロード（ロールオーバー時のちらつき防止のための先行読み込み）*/

/*footerのスタイル*/


	
/*ハック。IE6のみ反映-------------*/

* html body div#footer_content{
	width:780px;
	padding:10px 5px 0 5px;
	background : url(../../images/temp/footer_back.gif) repeat-y;
	clear:both;}	
	
div#footer_content ul#add{
	float:right;
	width:230px;
	height:25px;
	background : url(../../images/temp/footer_link.gif) no-repeat;}
	
div#footer_content ul#add li{
	float:left;
	width:115px;
	height:25px;
	list-style-type:none;
	text-indent:-9999px;}
	
div#footer_content ul#add li a#back:hover{
	background : url(../../images/temp/footer_menu01a.gif) no-repeat;}
	
div#footer_content ul#add li a#pagetop:hover{
	background : url(../../images/temp/footer_menu02a.gif) no-repeat;}
	
div#footer_content ul#add li a{
	display:block;
	width:115px;
	height:25px;
	}

div#footer_banner{
	clear:both;
	width:790px;
	padding:0 5px;
	background : url(../../images/temp/footer_back.gif) repeat-y;}
	
div#footer_banner img{
	margin:10px 0 5px 5px;}


/*--------------------------------------------------------------------
(index.html)
--------------------------------------------------------------------*/


/*新着サイト表示（右ブロック）H211110 追加*/
div#newsite_block{
	float: newsite;
	width: 520px;
}
div#newsite_block div.title{
	margin: 0;
	padding: 5px 10px;
	font-weight: bold;
	font-size:0.75em;
	color: #000;
	background-color: #FFF;
	background-image: url(../img/bg_newsite_title.jpg);
	background-repeat: repeat-x;
}
div#newsite_block div.content{
	font-size:0.75em;
	margin: 0 0 15px 0;
	padding: 5px 10px;
	background: #F0F0F0;
}
table.link_site{
	width: 520px;
	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;
}
