/*------　style.css　日本語コメント＆フォント名使用のためUTF-8で保存------*/


/*------　basic elements　------*/
body {
	margin: 0px;	padding: 0px;
	background: #B5DBD0 url(top-background.jpg) repeat-x;
	background-position: top center;
/*	background-attachment: fixed;*/
	font-size: 13px;
	font: 13px 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	text-align: center;
	}
img {
	border: none;
	}

/*------　div: page (defines the area of content)  ------*/
#page {
	width: 600px;
	margin-left: auto; margin-right: auto;	/*--FF用--*/
	}
#page .invisible {
	display: none;
	}

/*------　div: header ------*/
#header{
	width: 500px; height: 560px;
	margin: 0px;
	}

/*------　div: header > title------*/
#header #title {
	width: 500px; height: 500px;
	background: transparent url(top-logo.jpg) no-repeat;
	position: absolute;
	top: 0px; left: 50%;	/*--height65 + top25 = H90px--*/
	margin-left: -250px;
	}
#header #title h1 {
	display: none;
	}
#header #title span {
	display: none;
	}

/*------　div: header > mobilenav (携帯専用) ------*/
#mobilenav {
	display: none;
	}

/*------　div: content ------*/
#content {
	margin: 0px;
	background: transparent;
	}


/*------　div: content > main ------*/
#content #main {
	width: 600px;
	padding-top: 10px;
	padding-bottom: 20px;
	background: transparent;
	text-align: left;
	color: #666;
	float: right;
	}
#content #main #entrance {	/*--root専用--*/
	width: 450px;
	position: absolute;
	top: 470px; left: 50%; margin-left: -160px;
	}
#content #main #entrance a {
	margin-right: 100px;
	float: left;
	color: #FFF;
	text-decoration: none;
	font-size: 30px;
	font-family: 'Tahoma';
	}
#content #main #entrance a:hover {
	color: #FC0;
	}

#content #main h2{
	margin-top: 0px;	/*--FF用--*/
	margin-left: 0px;
	font-family: 'Century Gothic';
	font-weight: normal;
	font-size: 15px;
	text-align: center;
	color: #666;
	}

#content #main table, #content #main th, #content #main td{
	border: none;		/*--ボーダー色はデザインに合わせる--*/
	border-collapse: collapse;
	font-size: 13px;
	text-align: left;
	color: #666;
	}	/*--ここの設定は下位のtableに継承される為、細かく記述しないこと--*/
#content #main .textop td, .textop th {
	vertical-align: top;	/*--table内の文字を全て上揃えにしたい時--*/
	}

/*------　div: content > main > block ------*/
#content #main .block {
	width: 600px;
	line-height: 140%;
}
#content #main a {
	color: #FFF;
	color: #09F;
	text-decoration: none;
	}
#content #main a:hover {
	color: #F88;
	}

#content #main .tile table, #content #main .tile td {	/*--タイル状配置--*/
	border: none;
	padding: 3px 5px 10px 5px;
	text-align: left;
	}
#content #main .tile img {
	margin-top: 2px; margin-bottom: 2px;
	vertical-align: bottom; /*--画像をbaseline(スキマ有)ではなくbottomに配置(IE6以外)--*/
	}

#content #main .pagetop {
	text-align: center;
	}

#content #main #mobiletext {
	display: none;
	}

/*------　div: footer  ------*/
#footer {
	clear: both;
	width: 100%;	height: 150px;
	color: #666;
	}
#footer a {
	color: #09F;
	}
#footer a:hover {
	color: #F88;
	}
