/* コンテンツスペースレイアウト */
/* #header {} ヘッダー部分の設定 */
#mainWrap { width:600; float:left; }	/* コンテンツスペース */
#sideWrap { width:150px; float:right; }	/* サイドメニュースペース */

/* サイドメニュー用設定 */
#smenu { margin:0; padding:0; }
#smenu a { text-decoration:none; }
#smenu li { list-style:none; line-height:20px; }
#smenu li a { display:block; padding:0 5px; background:gray; color:fff;
			border-bottom:solid 1px #000; line-height:20px;zoom:1; }
#smenu li a:hover { background:#393; }
#smenu li a.here{ background:#393; }
#smenu li a.title { line-height:30px; font-weight:bold; border-width:0px 2px 2px 0px;
		border-color:#000; background:red; }

/* 赤ライン仕切りテーブルの設定 */
td.st1 { width:80px; }					/* 項目の表示幅 */
										/* 赤ラインの表示設定 */
td.st2 { border-left-style:double; border-color:red; border-width:5px;
		padding-left:10px; padding-bottom:5px; padding-top:5px; }
										/* 段の仕切り設定 */
div.st3 { border-bottom-style:solid; border-color:gray; border-width:1px; }

/* コンテンツ内小見出し設定 */
h2 { padding:5px; color:black;
	border:solid; border-width:0px 0px 1px 10px; border-color:gray; font-size:120%; }

/* ページの先頭への設定 */
.to_pagetop table { border:0; width:600px; }
.to_pagetop td { text-align:right; }

/* 挨拶の設定 */
.profile { width:270; height:100; font-size:9pt; color:navy; }
#aisatsu table { width:500px; border:0; }
#aisatsu table td { height:10px;font-size:11pt; }
#aisatsu p { text-align:right; }

/* サイトマップ設定 */
#sitemap a { color:black; font-size:11pt; }
#sitemap td { color:black; font-size:11pt; height:28px; }

/* 個人情報の設定 */
#privacy table td { height:36px; width:240px; font-size:10pt; }

