/* CSS Document */

* {
	text-decoration: none; 
	padding: 0;
	margin: 0;
} 

a:hover { 
	text-decoration: underline; 
} 

/* ヘッダー */
#header .logo {
	margin-left: 0;
	border: 0
}

/* ライン */
#line {
	margin-bottom: 0.5em;
	border-bottom: 1px solid silver;
}

/* メインメニュー */
#menu {
	clear: both;
	padding-top: 0.3em;
	padding-bottom: 0.4em;
	margin-bottom: 0.5em;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	font-size: 1.1em;
	font-weight: bold;
	color: white;
	text-align: left;
	background: url("../images/menu_bg.gif") repeat-x;
}

#menu a {
	font-weight: normal;
	color: black;
}

/* テーブル */
#main_table {
	border: 1px ridge silver;
	clear: both;
	font-size: small;
	border-collapse: collapse;
	width: 800px;
}

#table {
	border: none;
	clear: both;
	font-size: small;
	border-collapse: collapse;
	width: 800px;
}

#table th,
#table td {
	padding: 0.2em;
	border: none;
	vertical-align:top;
}

/* フッター */
#footer {
	clear: both;
	width: 100%;
	padding-bottom: 0.5em;
	border-top: 1px solid silver;
	text-align:center;
}

#footer a {
	font-weight: normal;
	color: black;
}

#footer_menu {
	clear: both;
	padding-top: 0.3em;
	padding-bottom: 0.4em;
	margin-bottom: 0.5em;
	border-top: 1px solid silver;
	font-size: 1.1em;
	color: black;
	text-align: center;
}



