@charset "shift_jis";

/* ページ全体のレイアウト */

body	{
	background:#fff url(img/h2.gif);
	margin-top: 35pt;
	margin-left: 50pt;
	}
#page	{
	background:#fff url(img/h2.gif);
	width: 1220px;
	margin:0 auto;
	}
#header	{
	background:#fff url(img/back.GIF) no-repeat;
	width: 730px;
	height: 110px;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	margin:0 0 10px 25px;
	float: left;
	}
#sub	{
	background:#fff;
	width: 320px;
	height: 110px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	font:12px "Verdana";
	float: left;
	}
#hide	{
	clear: both;
}
#menu	{
	background:#fff;
	width: 145px;
	height: 550px;
	border:1px solid #000;
	margin:0 5px 10px 0;
	float:left;
	}
#main	{
	background:#fff;
	width: 670px;
	border:1px solid #000;
	margin:0 5px 10px 0;
	float: left;
	}
#ad	{
	background:#fff;
	width: 260px;
	border:1px solid #000;
	text-align:center;
	font-size:15px;
	margin:0 0 10px 0;
	padding: 5px 0 20px 0;
	float: left;
	}
#footer	{
	background:#fff;
	width: 1220px;
	border-top:1px dashed #808080;
	border-bottom:1px dashed #808080;
	font-size:11px;
	color:#808080;
	text-align:center;
	margin:10px 0 0 0;
	padding:5px 0 5px 0;
	clear: both;
	}

/* 見出し */

h1	{
	font-family: "trebuchet M5", "ＭＳ 明朝", serif;
	margin:9px 0 0 180px;
	}
h2	{
	background:url(img/h3.GIF) no-repeat;
	margin:20px 0 6px 10px;
	padding:0 0 8px 35px;
	font-size:16px;
	font-family:"MS ゴシック", sans-serif;
	}
h3	{
	background:#fff url(img/h2.gif);
	font-size:13px;
	margin:10px 20px 0px 25px;
	padding:2px 0 2px 10px;
	}

/* メニュー */

#menu table{
	width:145px;
	text-align:center;
	font-size:15px;
	font-family:"ＭＳ　ゴシック", sans-serif;
	}

#menu tr{
	height:25px;
	}

#menu td a	{
	color:#000;
	text-decoration:none;
	}

#menu td a:hover{
	color:#1177bb;
	text-decoration:none;
	}

#menu td.td1{
	color:#fff;
	background-color:#1155bb;
	}

/* メイン記事 */

#text	{
	font-size:13px;
	letter-spacing:0.1em;
	line-height:20px;
	padding:10px 30px 20px 40px; 
	}

/* リンク */

a:link	{
	color:#1E90FF;
	text-decoration:none;
	}

a:visited{
	color:#1E90FF;
	text-decoration:none;
	}