*{
	margin: 0;
	padding: 0;
}

body{
	text-align: center;
	background: url('image/background.gif') repeat;
}

#container{
	margin: 0 auto;
	padding: 0 10px;
	width: 700px;
	background-color: #fff;
	text-align: left;
	color: #666;
}

#header{
	border-bottom: 7px solid dodgerblue;
	height: auto;
	width: 700px;
	padding: 15px 0 10px 0;
}

#menu{
	text-align: center;
}

	#menu a,
	#menu a:link,
	#menu a:visited{
		text-decoration: none;
		text-align: center;
		background-color: #e1e1e1;
		color: dodgerblue;
		width: auto;
		height: auto;		
		padding: 5px;
		display: block;
		}

	#menu a:hover{
		color: #fff;
		background-color: #333;
		}

#main{
	width: auto;
}

#footer{
	font-size: 0.8em;
	text-align: center;
	width: 700px;
	height: auto;
	border-top: 1px solid dodgerblue;
	border-bottom: 1px solid dodgerblue;
	padding: 7px 0;
	margin: 30px 0 20px 0;
}


h1{
	font-size: 0px;
	text-indent: -9999px;
}

h2{
	font-size: 0px;
	text-indent: -9999px;
}

h3{
	font-size: 1em;
	color: #333;
	border-left: 8px solid #f00;
	padding: 3px 6px;
	margin-top: 30px;
	}
	
h4{
	color: #0000cc;
	font-weight: bolder;
	margin-bottom: 5px;
}
	
	
p{
	margin: 5px 0 20px 0;
	font-size: 0.8em;
	line-height: 160%;
	}

.mininavi{
	text-align: center;
	margin-top: 30px;
}


a:link{
	text-decoration: none;
	}


a:visited{
	text-decoration: none;
	}


a:hover{
	text-decoration: underline;
	}


a:active{
	text-decoration: underline;
	}


table{
	line-height: 150%;
	font-size: 0.8em;
	color: #666;
	}

table.m_tbl{
	border-collapse: collapse;
	text-align: left;
	white-space: nowrap;
	background-color: #fff;
	margin-top: 5px;
}

table.m_tbl th{
	font-weight: bold;
	padding: 5px 10px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #b9e3ff;
}

table.m_tbl td{
	background-color: f4fbff;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ddd;
	}
		
table.m_tbl td.right{
	text-align: right;
	}

table.tbl{
	border-collapse: collapse;
	text-align: left;
	white-space: nowrap;
	background-color: #fff;
}
	
td.top{
	vertical-align: top;
	}
	