@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../imgs/layout/sp_bgtop.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #999;
	text-decoration: none;
}

img, table { border: none; }

p { margin-bottom: 10px; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 130%;
	font-weight: normal;
	color: #666;
	margin-bottom: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #999;
	margin-bottom: 10px;
}

.green { color: #ABCF0D; }

.footer {
	font-size: 10px;
	line-height: 130%;
	color: #999;
	text-decoration: none;
}

.maintd {
	background-image: url(../imgs/layout/sp_tab_bg.jpg);
	background-repeat: repeat-y;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #999;
	text-decoration: underline;
}

