
@import "/library/default.css";

body {
	text-align: center;
}

/* ------------ */

div {
	display:inline-block;
	zoom:100%;
}

div:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

/* ------------ */

h2 {
	margin:0px 0px 7px 0px;
	padding:10px 0px 7px 8px;
	background-color:#FFCD34;
	font-size:17px;
}

/* ------------ */

div.wrap {
	width:800px;
	margin: auto;
	padding:15px 0px 0px 0px;
	text-align:left;
}

/* ------------ */

table#select {
	width:800px;
	border-collapse:collapse;
	table-layout:fixed;
}

#select td {
	text-align:center;
	padding:5px 3px 10px 3px;
	border:1px dotted #cccccc;
}

#select h3 {
	margin:5px 0px 5px 0px;
	padding:7px 0px 5px 0px;
	font-size:15px;
	background-color:#FFE400;
}

#select ul {
	margin:0px;
	padding:0px;
	text-align:left;
	list-style: none;
}

#select li {
	margin:0px 0px 0px 5px;
	padding:0px 0px 0px 17px;
	background-image: url(../image/list_select.gif); 
	background-repeat:no-repeat;
	background-position:left top;
}

/* ------------ */

