@charset "UTF-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #699;
	background-color: #000;
	line-height: 120%;
	background-repeat: repeat-x;
	}
a:link {
	color: #fff;
	text-decoration: none;
	}
a:visited {
	color: #999;
	text-decoration: none;
	}
a:hover {
	color: #699;
	}
a:active {
	color: #fff;
	}

ul {
	list-style-type: none;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	}
div#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	}

div#header {
	margin: 0px;
	background-image: url(img/top.jpg);
	height: 100px;
	width: 800px;
	padding: 0px;
	}
div#menu {
	float: left;
	width: 200px;
	}
div#top {
	float: right;
	width: 580px;
	height: 500px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(img/chicken.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}
div#main {
	float: right;
	width: 580px;
		margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
div#footer {
	clear: both;
		}
#container #footer p {
	font-size: 80%;
	}
address {
	font-size: 60%;
	text-align: center;
	}
h1 {
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	text-indent: 20px;
	}
h2 {
	font-size: 100%;
	color: #FFF;
	text-indent: 30px;
	font-weight: bold;
	}
h3 {
	font-size: 80%;
	color: #fff;
	clear: both;
	text-indent: 0px;
	padding-top: 30px;
	}
p {
	font-size: 70%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
h4 {
	font-size: 80%;
	color: #fff;
	text-indent: 3px;
	font-weight: bold;
	}
#container #main p img {
	float:right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
