*{
	margin:0;
	padding:0;
	font-size:100%;
}

body {
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-repeat: repeat;
	background-image: url(../img/bg.gif);
	margin-right: auto;
	margin-left: auto;
	line-height: 120%;
	letter-spacing: 2px;
}


li a {
	font-weight: bold;
	background-image: url(../img/menu.png);
	font-size: 12px;
	text-decoration: none;
	display: block;
	width: 88px;
	height: 31px;
	text-align: center;
	letter-spacing: 3px;
	line-height: 31px;
	color: #666666;
}
li a:hover {
	background-image: url(../img/menu-down.png);
}

a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #990066;
}

li {
	line-height: 12px;
	float: left;
}

ul {
	list-style-type:none;
}

#wrapper {
	width: 705px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
#logo {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	color: #FFFFFF;
	background-color: #CCCCCC;
	height: 30px;
	text-align: right;
}
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content {
	width: 100%;
	float: left;
	overflow: hidden;
}
h3 {
	color: #333333;
	background-image: url(../img/lace_p.gif);
	background-position: right;
	height: 30px;
	letter-spacing: 2px;
	vertical-align: middle;
	text-indent: 30px;
	line-height: 30px;
	background-repeat: no-repeat;
	font-size: 105%;
}
h5 {
	height: 20px;
	font-size: 105%;
	line-height: 20px;
	vertical-align: middle;
	display: block;
	margin-left: 10px;
}

.section {
	margin: 30px;
}

