@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	color: #444;
	background: #fff;
	font-size: 90%;
	line-height: 140%;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック","メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
}
*html body {
	padding-left: 1px;
}
*:first-child+html body {
	padding-left: 1px;
}
body,x:-moz-broken {
	margin-left:-1px;
}
a {
	color: #444;
	text-decoration: underline;
}
a:hover {
	color: #5a0;
	text-decoration: none;
}
h1,h2,h3,p,ol,ul,li,dl,dt,dd,table {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
table {
	line-height: 140%;
	border: 0;
}
td {
	vertical-align: top;
}
img {
	border: 0;
	vertical-align: top;
}
p.spacer {
	margin-bottom: 15px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
div#wrap {
	width: 768px;
	margin: 0 auto;
	text-align: left;
}
div#wrap:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
*html div#wrap {
    height: 1em;
    overflow: visible;
}

/******************** head ********************/
div#head {
	width: 768px;
	margin: 5px auto 0;
}
h1 {
	font-size: 230%;
	color: #666;
	width: 768px;
	line-height: 230%;
	margin: 0 auto;
	text-align: left;
	float: left;
	width: 400px;
}
h1 span {
	color: #5a0;
}
p.warning {
	float: right;
	padding: 38px 5px 0 0;
	width: 360px;
	text-align: right;
}
div.setsumei {
	clear: both;
	background: #333;
	padding: 8px 0;
	width: 100%;
}
div.setsumei p {
	color: #fff;
	width: 768px;
	margin: 0 auto;
	padding-left: 10px;
	text-align: left;
}
/******************** top link ********************/
ul.toplink {
	float: left;
	width: 505px;
	padding: 24px 0 0 0;
	margin-bottom: 35px;
}
ul.toplink li {
	margin: 0 7px;
	list-style-type: none;
	display: inline;
}
p.mobile {
	float: right;
	width: 240px;
	margin-right: 10px;
	padding: 15px 0;
	background: url(img/qr.gif) no-repeat right;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 35px;
}
/******************** otoku ********************/
h2 {
	font-size: 180%;
	color: #666;
	border-bottom: 3px solid #7b3;
	padding-bottom: 10px;
}
h2 span {
	font-size: 50%;
	margin-left: 20px;
}
div.bookmark {
	position: relative;
	top: -30px;
	left: 380px;
	width: 500px;
}
div.all {
	float: left;
}
div.ie {
	float: left;
	font-size: 90%;
	margin-left: 20px;
}
p.time {
	clear: both;
	float: left;
	margin: 0 0 5px 2px;
	position: relative;
	top: -10px;
}
*html p.time {
	top: -12px;
}
*:first-child+html p.time {
	top: -12px;
}
dl.otoku {
	clear: both;
	background: #f8fbf5;
	padding: 5px 10px 25px;
	margin: 0 auto 10px;
	position: relative;
	top: -10px;
}
dl.otoku a {
	color: #5a0;
}
dl.otoku dt {
	padding: 10px 5px 3px;
	font-weight: bold;
}
dl.otoku dd {
	padding: 0 5px 10px;
	border-bottom: 1px dotted #444;
	font-size: 90%;
	line-height: 130%;
}
/******************** annai ********************/
div.annai {
	clear: both;
	border: 1px solid #666;
	padding: 6px 10px;
}
div.annai p.spacer {
	margin-bottom: 5px;
	font-weight: bold;
}
p.join {
	text-align: center;
	margin: 20px auto 30px;
}
/******************** links ********************/
ul.links {
	margin: 10px 0;
}
ul.links li {
	list-style-type: none;
	margin: 0 5px 0 0;
	width: 200px;
	display: inline;
}
/******************** foot ********************/
div#foot {
	width: 100%;
	background: #7b3;
	padding: 20px 0 30px;
	margin-top: 60px;
}
div#foot p {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
}

/********************
*html  Internet Explorer6.0
*:first-child+html  Internet Explorer7.0
html>body  Firefox
html:first-child  Safari & Opera
********************/