@charset "utf-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * ■□■□■　基本レイアウト定義　■□■□■
 * 
 * >>> INDEX
 *
 *  1.HTML要素の設定
 *  2.ヘッダー設定
 *  3.メイン設定
 *  4.サイド設定
 *  5.フッター設定
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */
 
/* ----------------------------------------------------------------------------------------------------
 * ▼　1.HTML要素の設定
 * --------------------------------------------------------------------------------------------------*/
html {
}
body {
	font-size: 62.5%;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #FFF;
	line-height: 1.5;
	text-align: center;
	height:100%;
	width:100%;
} 
a:link {/*リンク文字色（未訪問）*/
	color: #FFF;
}
a:visited {/*リンク文字色（訪問済）*/
	color: #FFF;
}
a:hover {/*リンク文字色（マウスオーバー時）*/
	color: #F9C;
}
a:active {/*リンク文字色（クリック時）*/
	color: #F9C;
}
p {
	font-size: 1.2em;
}
ul,
ol,
dl,
th,
td,
address {
	font-size: 1.2em;
}
* html th,
* html td {/*IE6及びIE5.5のテーブル内の文字サイズ非継承バグ対策*/
	font-size: 0.75em;
	line-height: 1.5;
}
div#Wrap {
	width: 1080px;
	height: 650px;
	margin: 0 auto;
	*zoom: 1;
	position: relative;
	text-align: left;
}
div#Wrap, x:-moz-broken {
	height: 600px;
}
marquee {
	position: absolute;
	left: 0;
	top: 140px;
	width: 100%;
	height: 20px;
	font-size: 1.2em;
	background-image: url(../images/bg_Footer.png);	
}
marquee:hover {
	background-image: url(../images/bg_footer.jpg);
}
marquee dl dt {
	width: 5em;
	display: inline;
	margin-right: 2em;
	font-weight: bold;
}
marquee dl dd {
	width: 10em;
	display: inline;
	margin-right: 3em;
}
/* ----------------------------------------------------------------------------------------------------
 * ▼　2.ヘッダー設定
 * --------------------------------------------------------------------------------------------------*/
div#Header {
	height: 150px;
}
h1 {
	position: absolute;
	left: 0;
	top: 20px;
}
div#Header p {
	position: absolute;
	left: 0;
	top: 120px;
	text-shadow:0 2px 0px #000;
}
h2#check {
	position: absolute;
	left: 395px;
	top: 95px;
	text-shadow:0 2px 0px #000;
	font-size: 1.2em;
}

h2#backnanber {
	text-shadow:0 2px 0px #000;
	font-size: 1.2em;
	text-align: left;
}
div#Header ul {
	position: absolute;
	right: 100px;
	top: 100px;
}
div#Header ul li {
	display: inline;
}
/* ----------------------------------------------------------------------------------------------------
 * ▼　3.メイン設定
 * --------------------------------------------------------------------------------------------------*/
div#Contents {
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 10px;
}
div#Banner {
}
div#Banner ul li {
	display: inline;
}

/* ----------------------------------------------------------------------------------------------------
 * ▼　4.サイド設定
 * --------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------
 * ▼　5.フッター設定
 * --------------------------------------------------------------------------------------------------*/
div#Footer {
	background: url(../images/bg_Footer.png) repeat-x left top; 
	height: 50px;
	text-align: right;
	position: relative;
	font-weight: bold;
	text-transform:uppercase;
	text-shadow:0 2px 0px #000;
}
div#Footer:hover {
	background-image: url(../images/bg_footer.jpg);
}
div#Footer p {
	position: absolute;
	left: 140px;
	top: 20px;
}
div#Footer address {
	position: absolute;
	right: 150px;
	top: 15px;
}
div#Footer address a span {
	font-family: "HG行書体", "HGP行書体";
	font-size: 1.5em;
	font-weight: bold;
}