/* CSS Document */

@import "elements.css";

body {
	margin:0px auto;
	background-image: url(../images/bg3.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto;
}
p,div {
	line-height: 160%;
}
body, td, th, p{
	font-size:9pt;
	color:#333;
}
#contents {
	width:650px;
	margin:0px auto;
}
#club_cd_ex h1 {
	font-weight: bold;
	color: #003366;
	text-align: center;
	font-size: 10pt;
	border: solid 1px #acacff;
	padding: 8px 0px;
	margin: 10px auto;
}
#club_cd_ex th {
	font-weight: normal;
	padding: 3px;
}
#club_cd_ex h2 {
	font-size: 11pt;
	background-color: #F5F5F5;
	padding: 5px 0px;
	margin:30px 0px;
}
#club_cd_ex table {
	padding: 0px;
	margin: 0px auto;
	width: 550px;
	border-collapse:collapse;
	line-height: 100%;
	border-color: #ccc;
}
#club_cd_ex td {
	text-align: center;
	padding: 3px;
}
.hosok {
	width:550px;
	margin:20px auto 8px auto;
}
#club_cd_ex ul {
	margin: 10px 0px 10px 20px;
	padding: 0px;
}
#club_cd_ex li {
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
}
#club_cd_ex p {
	margin-left: 5px;
}
#club_cd_ex .form {
	text-align: center;
	padding: 20px 0px;
}
