* {
	border: none;
	color:#666;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	list-style: none;
	margin:0;
	padding:0;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#0080ff;
}

body {
	background-image: url(image/bg_body.gif);
	background-repeat: repeat-x;
}

#container {
	margin: 15px auto;
	width: 700px;
}

#head {
	background-image: url(image/bg_head.gif);
	background-repeat: no-repeat;
	height: 105px;
}

h1 {
	background-image: url(image/img_logo.gif);
	background-repeat: no-repeat;
	margin-right: 15px;
	margin-top: 5px;
	height: 91px;
	width: 172px;
	text-indent:-1000px;
}

#contents {
	background-color: #fff;
	border-left: 1px #dedfdf solid;
	border-right: 1px #dedfdf solid;
	height: 600px;
}

.left {
	color: #666666;
	font-size: small;
	padding: 10px;
}
.right {
	float: right;
	width: 450px;
	padding-right: 10px;
}

.word {
	background-color: #f8f8f8;
	border: 1px solid #f0f0f0;
	font-size: small;
	color: #666;
	padding: 5px;
	width: 210px;
}

.parts {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

.link a:link,
.link a:hover,
.link a:active,
.link a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

#foot {
	background-image: url(image/bg_foot.gif);
	background-repeat: no-repeat;
	clear: both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	height: 51px;
	letter-spacing: 0.1em;
	padding-top: 30px;
	text-align: center;
}

