/* ---------------印刷設定 --------------- */

body	{
	width:100%;
	margin:0 auto;
	font-size:12pt;
	font-family:Helvetica,sans-serif
	color: #606060;
	background-color:white;
	line-height:130%;
	text-align:center;
	}

a:link,
a:visited	{
	text-decoration: underline;
	color: #000000;
	}




/*------------ 情報系共通設定用CSS ----------------*/

#title01	{
	width:780px;
	height:120px;
	margin:7px 5px auto;
	font-size:18pt;
	text-align:left;
	background-color:#E6EBE7;
	}


#title01h	{
	font-size:16pt;
	margin:0px 0px 0px 8px;
	text-align:left;
	line-height:120%;
	background-color:#E6EBE7;

	}


#content01 h2	{
	font-size:14pt;
	margin:15px 0;
	padding-bottpm:3px;
	border-bottom:solid 1px #333;
	}

#content01 hi	{
	margin:5px 0;
	padding-bottpm:3px;
	list-style-type:square;
	margin-left: 16px;
	font-size:14pt;
	}



/*----------------- TOPページ用 CSS -----------------*/


#toptable	{
	width:780px;
	margin:0 auto;
	font-size:12pt;
	line-height:130%;
	border-collapse:collapse;
	}


#footershadow	{
	margin-top:12px;
	padding-top:6px;
	background:url(../images/footershadow.gif) repeat-x;
	}


/*----------------- 非表示 -----------------*/

#headermenu, #mainmenu, #topboxmenu, 
.topagetop, #totoppage, #topboxright03, 
#productname, #menuhani, #menuspec, #menuoption, 
#copyright, #productright {
	display: none;
	}

