@CHARSET "windows-31j";

div, h1, h2, h3, h4, h5, h6	{
	_height:0px;
}

*:first-child+html div {
	min-height:0px;
}


body	{
	margin: 0px;
	padding: 0px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
}

body	{
	font-size:80%;
}


table	{
	font-size:100%;
}

h1	{
}

h2	{
}

ul, ol, dl	{
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}

a img	{
	border-width: 0px;
}

hr	{
	border: 1px dashed #aac;
	margin: 30px 10px;
}

p	{
	margin: 1.2ex auto;
}

iframe	{
	border: none;
}

/*-- Common Layout -----------------------------*/

body	{
	background-color: #000;
	background-image: url("");
	background-position: top;
	background-attachment: fixed;
	text-align: center;
}

#Ground	{
	width: 775px;
	min-height: 600px;
	_height: 600px;
	padding: 10px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	text-align: center;
}

#TopArea	{
	margin: 0px 25px 0px;
	padding: 15px;
	border: 1px solid #aaa;
	text-align: left;
}

#Body	{
}

#MainArea {
	margin:50px 0px; 
}

#FootArea	{
	margin:30px 0px; 
	text-align: left;
}


/*-- Parts Layout -----------------------------*/

#TopArea table {
	background-image: url("../images/PageTopBnr.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	width: 700px;
	height: 160px;
}

#TopArea table tbody td, #TopArea table tbody th {
	border-bottom: 1px dashed #abc;
}

#TopArea table .noBorder, #TopArea table .noBorder td, #TopArea table .noBorder th {
	border: none;
}

#TopArea th {
	width: 60px;
	padding: 0px 5px;
	text-align: right;
	white-space: nowrap;
}

#TopArea table thead th {
	font-size: 125%;
	line-height: 20px;
}

#TopArea table thead td {
	width: 300px;
	font-size: 125%;
}

#TopArea table tbody th {
	line-height: 18px;
}

#TopArea table tbody td.bannerBox {
	min-height: 50px;
	_height: 50px;
	vertical-align: top;
}
	
#TopArea .noBanner {
	width: 200px;
	height: 40px;
	border: 1px solid #aaa;
	background-color: #f2f4f6;
	line-height: 40px;
	text-align: center;
}

#MainArea .content {
	margin: 0px 20px;
	text-align: left;
	line-height: 150%;
}

#MainArea iframe {
	width: 765px;
	height: 500px;
}

#Comment hr {
	margin: 0px 3px 3px;
	border: 1px solid #cef;
}

#Comment .comBox {
	height: 130px;
	overflow: auto;
}

#FootArea {
}



/*-- Common Style --*/

.notice {
	color: red;
	font-weight: bold;
}

.center * {
	text-align: left;
}

.center	{
	text-align: center;
}

.center > * {
	margin-left: auto;
	margin-right: auto;
}

.right * {
	text-align: left;
}

.right	{
	text-align: right;
}

.right > * {
	margin-left: auto;
	margin-right: 0px;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.small {
	font-size: 85%;
}

.f_clear	{
	clear: both;
	display: block;
}

.f_clear_r	{
	clear: right;
}

#commentBox {
	position: relative;
	min-height: 60px;
	_height: 60px;
	margin: 20px 30px;
	padding:15px 10px 10px;
	border: 1px solid #aaa;
}

#commentBox h3 {
	position: relative;
	margin: -25px 0px 5px -25px;
	height:20px;
	width:200px;
	background-color: #ccd4ff;
	font-size: 100%;
	line-height: 20px;
	text-indent: 5px;
}



