(cssref.css)
* {
	margin: 0px;
	padding: 0px;

	font-size: small;
	font-style: normal;
	font-family: 'メイリオ','ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: center;
}

body{text:#000000; bgcolor:#ffffff;}
em {font-weight: bold; color: #FF0000; font-style:normal;}
/* メイン */

body {
/* margin: 4px 5% 1% 3%; */
font-size:13px;
/*margin: 10px 25% 1% 3%;*/
	line-height: 1.4;
}

div#container {
	width: 640px;  
	margin: 0px 10px;
	border-left: 0px solid #444444;
	border-right: 0px solid #444444;
	margin: 0 auto;

}

/* リンク */
A { text-decoration: none; }

a:link{color:#00008B;}
a:visited{color:#990066;}

a:hover {color:#FF0000;
	text-decoration: underline;
}

/* IMG */
img { border: 0; }

/* 見出し */
UL { list-style-type: square; } 
li { list-style-type: square; margin-left: -10px; } 

h2
{ 
	color:#000000;
	background-color:#F5FFFA;
	border-top: 1px solid #000080;
	border-left: 0px solid #000080;
	border-bottom: 1px solid #000080;
	padding: 3px 5px 2px;
}

h4
{ 
	font-size:15px;
	color:#000000;
	background-color:#F5FFFA;
	border-top: 1px solid #000080;
	border-left: 0px solid #000080;
	border-bottom: 1px solid #000080;
	padding: 3px 5px 1px;
}

h5
{
	font-size:13px; 
	color: #000000;
	background-color:#ffffff;
	border-bottom: none;
	border-left: 0px solid #000080;
	border-bottom: 1px solid #000080;
	padding: 3px 5px 1px;
}

/* テーブル */
tr,td,th {
	font-size:14px;
	line-height: 1.4;
	font-family: 'メイリオ','ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
}

#toptable {
border: 1px solid #F5F5F5;
background-color:#f8f8f8;
font-size:13px;
	line-height: 1.4;
}

/* インラインフレーム（トップページ用） */
iframe {
border: 1px solid #F5F5F5;
}


#banner,#subbanner{
		
		height:127px;
		background:url('image/top20061028.jpg')  no-repeat;
		margin:25px auto;
		position: relative;
		padding: 0px 10px;
	}

#Info li {
margin-bottom: 4px;
padding: 2px 5px;
background-color: #F5FFFA;
}

div#header {
	float: none;
	clear: both;
	background:url('skin/image/top01.gif')  no-repeat;
	background-position: 30px 6px;
	height: 113px;

	background-color: #ffffff;
}
div#menu {
	float: none;
	clear: both;
	margin: 0px 0px 10px 0px;
	margin-bottom: 10px; 
	background-color: #F5FFFA;
	border-bottom: 1px solid #000080;
	border-top: 1px solid #000080;

}

/* ----- ヘッダー -------------------------------------- */

div#header h1 {
	padding: 15px 15px 10px 130px;
}
div#header h1 a {
/*	color: #444444;	*/
	color: #ffffff;

	font-size: 22px;
	text-decoration: none;
}
@media screen {
	div#header h1 a {
		font-family: Verdana, Arial, sans-serif;
	}
}

div#header p {
	margin: 0px 5% 0px 130px;

	font-size: 12px;
}

/* ----- メニュー -------------------------------------- */

div#menu h2 {
	display: none;
}

div#menu ul {
	margin: 0px 15px;
	padding: 5px 0px;
}
div#menu ul li {
	display: inline;

	margin-right: 10px;
}

div#menu a:link, div#menu a:visited {
	color: #000000;
}
div#menu a:active, div#menu a:hover {
	color: #000000;
}

