@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: 560px;
	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 h2,
div#contents p,
div#contents ul,
div#contents table {
	width: 500px;
	margin-left: 25px;

}
div#contents p {
	margin-bottom: 30px;
}
p img {
	float: right;
	margin-left: 1em;
}
ul {
	margin-bottom: 20px;
}
ul li {
	display: inline;
	float: left;
	width: 245px;
	margin-right: 10px;
}
div.tk2 p{
	float: left;
}
div.tk2 h2{
	font-weight: bold;
	font-size: 140%;
	float: left;
	margin-bottom: 10px;

}
div.tk2{
	margin-bottom: 15px;

}
p.copy {
	margin-top: 10px;
	color: #fff;
	font-size: 93%;
}
div#contents table {
	width: 500px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}
div#contents th {
	font-size: 90%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	padding: 1px;
	text-align: center;
	background-color: #EEEEEE;

}
div#contents td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	padding: 2px;
}


/* clearfix */

ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
ul {
	display: inline-block;
}
/* \*/
* html ul {height: 1%;}
ul {display: block;}
