@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;

}
:focus {
	outline: 0;
}
* {
	zoom: 1;
}
body {
	line-height: 1.2;
	font-size: 0.9em;
	text-align: left;
	color: #333;
	font-family: "Lucida Grande", Verdana, sans-serif;
	background-color: #FA7DA6;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
input {
	margin:0;
	padding:0;
}
cite {
	font-style: normal;	
}
strong {
	font-weight: bold;
}

.clear {
	clear:both;
}
.clear hr {
	display: none;
}

a {
	color: #0099CC;
	text-decoration: underline;
}
a:hover {
	color: #006699;
}

#content {
	padding-top: 28px;
	background: #FDEBF1 url(../img/bg_top.jpg) repeat-x 0 0;
}
#wrap {
	background: url(../img/box_middle.jpg) repeat-y 0 0;
	width: 884px;
	min-height: 196px;
	_height: 196px;
	margin: 0 auto;
}
#wrap2 {
	background: url(../img/box_top.jpg) no-repeat 0 0;
	min-height: 168px;
	_height: 168px;
}

#head {
	padding: 35px 40px;
}
#head h1 {
	float: left;
	padding-left: 30px;
}
#head p {
	float: right;
}

#foot {
	background: url(../img/bg_bottom.jpg) repeat-x 0 0;
	min-height: 106px;
	_height: 106px;
}
#footwrap {
	background: url(../img/box_bottom.jpg) repeat-y 0 0;
	width: 884px;
	min-height: 88px;
	_height: 88px;
	margin: 0 auto;
}
#footwrap p {
	padding: 40px 40px 0;
}

#text {
	padding: 5px 40px 5px;
	line-height: 1.7;
}
.section {
	margin-bottom: 30px;
}

#data {
	width:100%;
}
#data th {
	color: #000;
	font-weight: bold;
	text-align: center;
	background-color: #FDEBF1;
}
#data th,
#data td {
	vertical-align: top;
	padding: 5px;
	border: 1px solid #aaa;
}

li {
	list-style-type: disc;
	margin-left: 2em;
}
.center {
	text-align: center;
	vertical-align: middle;
}



