@charset "UTF-8";

body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,p,table {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,dt {
	margin: 0 0 0 1em;
}
li {
	list-style: none;
}
body  {
	text-align: center; 
	color: #666;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka,  sans-serif;
	font-size: 12px;
	background-color: #FFF;
}
*html body,
*+html body {
	font-size: 75%;
}
table {
	font-size:inherit;
	font:100%;
}

img{
	border:none
	}

#container {
	position: absolute;
	width: 780px;
	height: 660px;
	left: 50%;
	top: 50%;
	margin-left: -395px;
	margin-top: -300px;
	background-color: #FFF;
	border: none;
	text-align: left; 
} 

.fontM {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.fontG {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka,  sans-serif;
}

#gNavi {
	width: 780px;
	height: 35px;
	padding: 0;
	margin: 0; 
	background: #FFF;
	background-image: url(../../images/button/border.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
} 
#gNavi ul {
	height: 25px;
	margin: 0 0 10px; 
}

#mainBox {
	width: 780px;
	height: 550px;
	position: relative;
}


/* フッターの設定 */

#footerBox {
	width: 780px;
	height: 70px;
	padding: 0;
	background:#FFF;
	margin: 15px 0 0 0;
	font-size: 0.9em;
	position: relative;
}
#footerBox ul {
	margin: 0; 
	padding: 0 0 5px 0;
	list-style: none;
	display: inline-block;
}
#footerBox dl#attention {
	text-align: left;
	display: inline;
}
#footerBox dl#attention dt {
	margin: 0; 
	padding: 0;
	font-size: 1.2em;
	line-height: 1.1;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
}
#footerBox dl#attention dd {
	font-size: 0.85em;
	line-height: 1.2;
	text-align: left;
	position: absolute;
	bottom: 5px;
	left: 0;
}
#footerBox ul#footerRight li#click {
	line-height: 1.5;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}
#footerBox ul#footerRight li#click a {
	color: #FF6699;
	text-decoration: none;
}
#footerBox ul#footerRight li#click a:hover {
	color: #FF9933
}
#footerBox ul#footerRight li address {
	line-height: 1.1;
	text-align: right;
	position: absolute;
	bottom: 5px;
	right: 0;
}
/* フッターの設定 ここまで */

/*clrfix設定
-------------------------------------------------------*/
.clrfix:after {
	content: url(../images/spacer.gif);  
	display: block; 
	clear: both; 
	height: 0; 
}
.clrfix {
	display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clrfix {
	height: 1%;
} 
.clrfix {
	display: block;
}
/* End hide from IE-mac */
