@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	color: #444;
	background: #fff url(img/index-bg.gif) repeat-x left top;
	font: 75%/140% "Arial","ＭＳ Ｐゴシック","メイリオ";
	text-align: center;
	min-width: 800px;
	min-height: 100px;
}
a:link, a:visited {
	color: #0bf;
	text-decoration: none;
}
a:hover {
	color: #5df;
}
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;
}
p.spacer2 {
	margin-bottom: 28px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.em {
	font-weight: bold;
	color: #f59;
}
div#wrap {
	width: 800px;
	margin: 20px auto;
}
/******************** index ********************/
h1 {
	color: #f8b;
	font-size: 85%;
	margin: 0 10px 8px 0;
	text-align: right;
}
*html h1 {
	font-size: 75%;
}
*:first-child+html h1 {
	font-size: 75%;
}
div#index {
	background: url(img/index.jpg) no-repeat;
	text-align: left;
	padding: 75px 10px 20px 420px;
}
div#index p {
	text-align: right;
}
div#index p.comment {
	margin: 20px 10px 20px 0;
	text-align: left;
}
div#index p.comment span {
	margin-left: 3px;
}
/* MacIE5 除く \*/
div#index p.comment:first-letter {
	font-size: 270%;
	line-height: 100%;
	float: left;
	color: #f8b;
}
/* end */

ul.enter {
	background: url(img/warning.gif) no-repeat left;
	height: 60px;
	padding-left: 360px;
}
ul.enter li {
	list-style-type: none;
	float: left;
	margin-left: 10px;
}
img.leave {
	margin-top: 10px;
}

div#foot {
	clear: both;
	margin: 50px auto;
	color: #fff;
}





