@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	color: #444;
	background: #fff;
	font: 75%/140% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Verdana","Helvetica","Arial","ＭＳ Ｐゴシック",sans-serif;
	text-align: center;
	min-width: 800px;
}
a:link, a:visited {
	color: #f60;
}
a:hover {
	color: #f90;
	text-decoration: none;
}
h1,h2,h3,p,ol,ul,li,dl,dt,dd,table,span {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
table {
	line-height: 140%;
	font-size: 100%;
	border: 0;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
img {
	border: 0;
	vertical-align: top;
}
p {
	margin: 0 10px;
}
p.spacer {
	margin-bottom: 14px;
}
.bold {
	font-weight: bold;
	color: #f39;
	line-height: 140%;
}
/******************** index ********************/
div#head {
	width: 800px;
	margin: 30px auto 10px;
	text-align: right;
}
h1 {
	font-size: 100%;
	font-weight: normal;
}
div#bg {
	background: url(img/index.jpg) no-repeat center top;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}
div#img {
	width: 800px;
	text-align: left;
	margin: 0 auto;
}
h2 {
	margin: 60px 370px 0 40px;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 20px 10px;
	font-size: 100%;
}
p.enter {
	margin: 90px 0 20px 50px;
}
p.enter img#leave {
	vertical-align: bottom;
	margin-left: 20px;
}
div#comment {
	width: 600px;
	text-align: left;
	margin: 10px auto 40px;
}
ul {
	margin: 0 auto 5px;
	font-size: 80%;
}
*html ul {
	font-size: 75%;
}
li {
	display: inline;
	list-style-type: none;
	border-left: 1px solid #aaa;
	padding: 0 5px;
}
li.start {
	border: none;
}
div#foot {
	text-align: center;
	color: #fff;
	background: url(img/foot.gif) repeat-x left;
	padding: 5px 0;
	margin-top: 30px;
}
div#foot a {
	color: #fff;
}




