﻿@charset "utf-8";

/* ******************************************************************************** */
/*  山口ネットワークス株式会社 sitemap.css                                          */
/*                                                                        09.12.17  */
/* ******************************************************************************** */

/* ================================================================================ */
/*      0.外部CSS読み込み設定                                                       */
/* ================================================================================ */

/* ---- 0.共通 ---- */
@import url("./common.css");


/* ================================================================================ */
/*      2.サイトマップ                                                              */
/* ================================================================================ */

table#sitemap{
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 500px;
}
table#sitemap th{
	margin: 0px;
	padding: 3px;
	width: 260px;
	color: #000000;
	text-align: center;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #999999;
	background: #CBC1FF;
}
table#sitemap td.td01{
	margin: 0px;
	padding: 3px;
	width: 240px;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	text-align: left;
}
table#sitemap td.td02{
	margin: 0px;
	padding: 3px;
	width: 240px;
	text-align: left;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}
