* {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 1.4em;
}
#wrap {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 5px solid #FF9900;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 20px;
}

img {
	border-style: none;
}

#head {
	margin-bottom: 5px;
}
#intro {
	margin: 0px 60px 30px;
}
#intro p {
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: bold;
}
#intro2 {
	margin: 0px 170px 30px;
	padding: 20px;
	border: 1px dashed #BD0000;
}
#intro2 p {
	font-size: 16px;
	font-weight: bold;
	color: #BD0000;
	text-align: center;
}

#item {
	list-style-type: none;
	margin-left: 10px;
}
#item li {
	padding: 2px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
}
table {
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 40px;
}
th {
	padding: 10px 15px 10px 10px;
	text-align: left;
	white-space: nowrap;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align: top;
}
td {
	padding: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
ul {
	margin-left: 20px;
}



#footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 5px solid #FF9900;
	font-size: 12px;
}
#footer a:link {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
#footer a:active {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
#footer a:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}
#footer a:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
.copy {
	text-align: center;
}


.mb30 {
	margin-bottom: 30px;
}
.mb15 {
	margin-bottom: 15px;
}

.t_center {
	text-align: center;
}

.clear {
	clear: both;
}
