@charset "UTF-8";
body {
	font-family: "ヒラギノ明朝 Pro W6";
	color: #000000;
	font-size: 14px;
	padding: 10px;
}
#header a {
	color: #000000;
	text-decoration: none;
}
#header a:hover {
	color: #006699;
	text-decoration: none;
}
/* CSS Document */

#main_wrapper {
	width: 840px;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
}
#header {
	height: 25px;
	width: 840px;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	padding-top: 75px;
	margin-bottom: 6px;
}
#header_rogin {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 840px;
	margin-bottom: 6px;
}
#menu {
	width: 840px;
}
#main {
	width: 840px;
	background-color: #FFFFCC;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#loginput table {
	margin-top: 10px;
	text-align: left;
	font-family: "ヒラギノ明朝 Pro W6", "平成明朝", "ＭＳ Ｐ明朝";
	font-size: 16px;
}
input {
	font-size: 18px;
}
textarea {
	font-size: 16px;
}
.haiku {
	font-size: 16px;
}
.comment {
	font-size: 14px;
}
#footer {
	width: 840px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 30px;
	margin-top: 6px;
}
.style_t {
	border-left-width: 1px;
	border-left-color: #999999;
	border-right-width: 2px;
	border-right-color: #999999;
	border-top-width: 1px;
	border-top-color: #999999;
	border-bottom-width: 2px;
	border-bottom-color: #999999;
	font-size: 18px;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #FFCC99;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;

	padding-left: 5px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
