/* CSS Document */

* {
 margin: 0;
	padding: 0;
	}

body {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #333;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "‚l‚r ƒSƒVƒbƒN", Osaka, verdana ,arial ,sans-serif; 
}
	
a:link,
a:visited {
	color: #7d8a54;
	text-decoration: underline;
}

a:hover {
	color: #7d8a54;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6{
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
}

p, address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

ul, ol {
	list-style-type: none;
}

hr {
	display: none;
}

.hr{
 border: 1px #7d8a54 dashed;
	margin:30px 5px;
	}

img{
 border:0;
	}
	
#container{
 margin-top: 20px;
 margin-left: auto;
	margin-right: auto;
	width:680px;
	}

#table-box{
 margin: 10px;
	border-top: 2px #7d8a54 solid;
	border-bottom: 2px #7d8a54 solid;
	width: 650px;	
	}

#table-box img{
 margin: 10px;
	}

.shimokawa-seihashi{
	width:350px;
	margin:10px;
	}

.shimokawa-seihashi h2{
	padding:10px 0;
	border-bottom:1px #7d8a54 dashed;
	}
