@charset "UTF-8";
/* formatting style
----------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Century Gothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	background: #FFFFFF;
	align: left;
	text-align: left;
}

/* link style
----------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0099CC;
	text-decoration: underline;
}
a:visited {
	color: #0099CC;
	text-decoration: underline;
}
a:hover {
	color: #FF3366;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	position: relative;
}
td {
    font-size: 12px;
    vertical-align: top;
}

/* basic layout
----------------------*/
#wrapper {
	background-color: #000000;
	width: 800px;
	margin: 0px auto;
}
/* for Windows IE */
@media screen {
#wrapper {
	background-color: #000000;
	width: 800px;
	align: center;
	text-align: center;
}
}
#bottom {
    margin: 0px;
	padding: 0px;
    background-color: #000000;
	text-align: left;
}
#feature {
	padding: 15px;
	padding-top: 25px;
	float: right;
	width: 340px;
	margin-bottom: 20px;
	background-color: #000000;
}
