@charset "utf-8";
@import url(basic.css);
body {
	text-align: center;
}
div#field {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 60px;
	background-color: #f60;
}
div#field img.logo {
	margin-top: 24px;
	margin-bottom: 12px;
}
div#field div#contents {
	width: 550px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 10px;
	background-color: #fff;
	text-align: left;
}
h1 {
	padding-left: 1em;
	background: url(../images/common/disc.gif) 0px .45em no-repeat;
	color: #630;
	font-size: 140%;
}
div#contents h1,
div#contents p,
div#contents ul {
	width: 525px;
	margin-left: 25px;
}
div#contents p {
	margin-bottom: 30px;
}
p img {
	float: right;
}
ul {
	margin-bottom: 20px;
	text-align: center;
}
ul li {
	float: left;
	margin-right: 5px;
}
p.copy {
	margin-top: 10px;
	color: #fff;
	font-size: 93%;
}


/* clearfix */

ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
ul {
	display: inline-block;
	text-align: center;
}
/* \*/
* html ul {height: 1%;}
h2 {
	padding-left: 1.5em;
	color: #630;
	font-size: 140%;
	font-weight: bold;
	clear: both;
	margin-bottom: 5px;
	margin-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCC33;
	text-align: center;
}
