body { 
	background:#ededed;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: small;
	margin:0;
	padding:0;
}
img {
	border: none;
}
#content {
	background:#fff;
	width:700px;
	height:1060px;
	margin: 20px auto;
	padding: 20px;
	border: 1px dotted #777777;
}
#content_d {
	background:#fff;
	width:700px;
	margin: 20px auto;
	padding: 20px;
	border: 1px dotted #777777;
}
#info {
	width: 100%;
	margin: 30px 0px
	text-align: center;
}
p { 
	margin: 0 0 1em;
}
.first { 
	margin-top:0;
}
h1, h2, h3, h4 {
	margin-bottom:0;
}   
h1 a:link, h1 a:active, h1 a:visited {
	background:#ffffff;
	color: #000000;
	text-decoration: none;
}
h2 {
	font-size:18px;
}
.tick {
	width: 100%;
}
.afid {
	width: 320px;
	height:100px;
	float:left;
}
.num {
	width: 320px;
	height:100px;
	float: left;
	margin-left: 20px;
}
.width {
	width: 320px;
	height:110px;
	float: left;
}
.code {
	width: 320px;
	height:110px;
	float: left;
	margin-left: 20px;
}
.color {
	width: 320px;
	height:250px;
	float: left;
}
.target {
	width: 320px;
	height:140px;
	float: left;
	margin-left: 20px;
}
#op {
	width: 320px;
	height:100px;
/*	visibility:hidden*/
	display: none;
}
.clear {
	height: 1px;
	clear: left;
}
#badge {
	float:left;
	padding: 4px;
	background: #ededed;
	border: 1px solid #777777;
	font-size: 10px;
	width: 320px;
	height:100px;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align:center;
}

.badge_header {
	background-color: #ff0000;
	color: #ffffff;
	font-size: 12px;
	margin: 0;
	padding: 3px 0;
}

#content .caption {
	font-size: 11px;
	color: #555;
	text-align:center;
	margin: 2em 0;
}

#footer { 
	text-align:center;
}
.chuui {
	width: 450px;
	margin: 0 auto;
	padding: 7px;
	background-color: #ffee99;
	color: #000000;
	border:1px #000000 solid;
	text-align: left;
}
.chuui_top {
	margin: 5px 0px 10px 0px;
	font-weight:bold;
	text-align: center;
}
.chuui_center {
	margin: 5px 0px 10px 0px;
	text-align: center;
}
.r_bold {
	color:#ff0000;
	font-size:14px;
	font-weight:bold;
}
.normal {
	font-weight:normal;
}

