form table * {
	font-size: 11px;
}
form table {
	font-size: 11px;
	width: 442px;
	border-collapse: collapse;
	margin: 2em auto 1em auto;
}
form th {
	text-align: center;
	white-space: nowrap;
}
form td {
}
form td.submit-cell { border: none; text-align: center; }
form td.right-cell { text-align: right; }
input, select { background-color: #eeeeee; border: 1px solid #999999; color: #336699; }
input.button {
	background-image: url(/introduction/images/bt.gif);
	height: 45px;
	width: 68px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input.resetbutton {
	background-image: url(/introduction/images/bt_reset.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 68px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input.button:hover { cursor: pointer; }
ul.float-list { list-style-type: none; list-style-position: outside; margin: 0; }
ul.float-list li { white-space: nowrap; }
.note { 

	font-size:11px;
	font-weight:bold;
	/*
	float: left;
	margin:10px 0px 10px 0px;
	*/
}
span.resultGirlCount {
	font-size:25px;
	font-weight:bold;
	color:#f76767;
}
div.girlImg { 
	position: relative;
	/margin:0px 0px -5px 0px;
	margin:0px 0px -5px 0px\9;
}
div.new { 
    position: absolute;
    top: 8px;
    left: 4px;
}
div.new span { 
	background: #fb846a;
    border: 1px solid #fb846a;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px;
    color: #fff;
    font-size: 12px;
    opacity: 0.8;
}

/* ‚¨’m‚ç‚¹ */
.notice_introduction{
	font-size: 13px;
	text-align:left; margin: 5px 10px 20px; padding: 5px;
    background: #def2ff;
    border: 2px solid #0097ff; border-radius: 4px;
}
.notice_introduction .title{
	font-size: 13px; color: #0097ff; text-shadow: 1px 0 1px #0097ff;
	text-decoration: underline; text-decoration-color: #0097ff;
    cursor: pointer;
}
.notice_introduction .body{
	display: none;
    line-height: 130%;
    margin-top: 5px;
}