@charset "UTF-8";
/* CSS Reset
------------------------------------------------ */
*{
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6, p, address {
font-size: 100%;
font-weight: normal;
font-style: normal;
}
h1 img{
vertical-align:bottom;
}
h2 img{
vertical-align:bottom;
}
h3 img{
vertical-align:bottom;
}
h4 img{
vertical-align:bottom;
}
h5 img{
vertical-align:bottom;
}
h6 img{
vertical-align:bottom;
}
.out {
	left: -999px;
	top: -999px;
	position: absolute;
}
.clear {
	clear: both;
}

/* Common Layout
------------------------------------------------ */

body {
	text-align: center;
	background-image: url(beta-img/6-top-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.container {
	width: 560px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 9px;
	padding-right: 19px;
	padding-bottom: 19px;
	padding-left: 19px;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	margin-top: 11px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
}

h2 {
	font-size: 80%;
	font-weight: bolder;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

strong {
	font-style: normal;
	font-weight: normal;
}

p {
	font-size: 80%;
	line-height: 150%;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
}

ul {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

li {
	font-size: 70%;
	color: #333333;
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 5px;
}

dl {
}

dt {
	font-size: 70%;
	color: #333333;
}

dd {
	font-size: 70%;
	color: #333333;
	margin-top: 5px;
	line-height: 140%;
}

.footer {
	width: 560px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 9px;
	padding-right: 19px;
	padding-bottom: 15px;
	padding-left: 19px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.footer p {
	font-size: 70%;
	color: #666666;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
