/*　レイアウト指定　*/
*	{
	margin: 0px;
	padding: 0px;
	}
#container	{
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	}
#header	{
	padding: 4px 0px 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}
#nav	{
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}
#main	{
	clear:	both;
	width: 798px;
	padding: 10px 20px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
	}
#footer	{
	clear: both;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: right;
	padding-right: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}
/*　書式の設定　*/
a	{
	text-decoration:none;
	}
h1	{
	font-family : "ＭＳ Ｐゴシック",Osaka ;
	font-size :16pt ;
	color : #666666 ;
	}
h2	{
	font-family : "ＭＳ Ｐゴシック",Osaka ;
	font-size :14pt ;
	color : #000080 ;
	}
h3	{
	font-family : "ＭＳ Ｐゴシック",Osaka ;
	font-size :11pt ;
	color : #000080 ;
	}
h4	{
	font-family : "ＭＳ Ｐゴシック",Osaka ;
	font-size :9pt ;
	color : #336633 ;
	}
h5	{
	font-family : "ＭＳ Ｐゴシック",Osaka ;
	font-size :11pt ;
	color : #ff00ff ;
	}
h6	{
	font-family : "ＭＳ Ｐゴシック",Osaka ;
	font-size :11pt ;
	color : #009900 ;
	}
h7	{
	font-family : "ＭＳ Ｐゴシック",Osaka ;
	font-size :9pt ;
	color : #009900 ;
	}
dt	{
	font-size : 10pt;
	font-weight : bold;
	color : #ff6600;
	}
p	{
	font-family : "ＭＳ Ｐゴシック",Osaka ;
	font-size : 10pt ;
	line-height : 1.8em ;
	text-indent : 9pt ;
	}
ul,dl	{
	font-size: 10pt;
	color : #333333 ;
	}
li,dd	{
	font-size : 10pt ;
	line-height : 1.8em ;
	list-style-position: inside;
	}
table	{
	font-family : "ＭＳ Ｐゴシック",Osaka ;
	font-size : 10pt ;
	color : #333333 ;
	}
blockquote	{
	font-size : 10pt ;
	line-height : 1.8em ;
	color : #333333 ;
	}
table	{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right-style: none;
	border-bottom-style: none;
	border-collapse: collapse;
	}
th,td	{
	padding: 4px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-top-style: none;
	border-left-style: none;
	font-size: 10pt;
	}
/* ナビゲーションの設定 */
#nav ul{
	background-color:#ffffff;
	sidth:798px;
	}
#nav ul li{
	float:left;
	list-style:none;
	}
#nav ul li a{
	color:#666666;
	background-color:#ccff99;
	text-decoration:none;
	text-align;center;
	width:158px;
	display:block;
	height:2.5em;
	line-height:2.5em;
	border-top:3px solid #ffff66;
	border-bottom:3px double #999999;
	border-left:2px solid #ffffff;
	}
#nav ul li#nHome a{
	border-left-style:none;
	}
#nav ul li a:hover{
	background-color:#defafa;
	}
p.text_right{
	font-family : "ＭＳ Ｐゴシック",Osaka ;
	font-size : 9pt ;
	line-height : 1.8em ;
	text-indent : 9pt ;	text-align:right;
	}
table.stay_table th{
	background-color:#509D31;
	color:#ffffff;
	}
ht	{
	display:none;
	}

