@charset "utf-8";

/* 初期化 */
* {
	font-family: "ＭＳ Ｐゴシック", "Hiragino Mincho Pro";
	text-align: center;
	font-size: small;
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none;
}

table {
	margin-left: 0px;
	margin-right: auto;
}

.textinput {
	text-align: left;
}

textarea {
	text-align: left;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
}

li {
	text-align: left;
	margin: 5px 0px 5px 10px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-bottom-width: 2px;
}

.star1 {
	color: #33f;
}

.star2 {
	color: #3f3;
}

.star3 {
	color: #f33;
}

.date {
	color: #753;
	width: 74px;
}

/* 背景 */
body {
	background-image: url(../img/bg.gif);
}

#background {
	background-image: url(../img/background.png);
	background-repeat: repeat-y;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}

#background-bottom {
	background-image: url(../img/background-bottom.png);
	background-repeat: no-repeat;
	width: 840px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

#layout {
	width: 800px;
	margin: 0px 20px;
}

/* タイトル */
#top {
	background-color: #eee;
	width: 800px;
}

h1 {
	font-size: 32px;
	letter-spacing: 10px;
	color: #999;
	padding: 5px;
}

h2 {
	text-align: left;
	font-size: 16px;
	color: #413;
	text-decoration: underline;
	padding-top: 5px;
}

/* フッタ */
h3 {
	font-size: 16px;
	padding: 3px;
}

#background-bottom {
	font-style: italic;
	color: #315;
}