@charset "Shift_JIS";

/* --------------------------
Copyright 2009 GungHo Online
FileName: style.css
---------------------------- */

* {
	margin:0;
	padding:0;
	font-style:normal;
	border:none;
}

body{
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	/*\*/ height:100%; /* */
	font-size:small; _font-size:x-small; /* for IE */
	font-family:'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	text-align:center;
	background:url(../img/main_bg.jpg) #FFF no-repeat top center;
	line-height:1.3em;
	word-break:break-all;
}


/* |||||||||||| COMMON |||||||||||| */
/* FLOAT */
.fltL { float:left; }
.fltR { float:right; }

.pkg{
	overflow:hidden;
	margin-bottom:0;
}
.pkg:after{
    content: "";
    display:block;
    clear:both;
    height:0;
    overflow:hidden;
}
/*\*/
* html .pkg{
    height:0;
    overflow:visible;
}
/**/

/* MARGIN */
.MrgR20 { margin-right:20px; }
.MrgT10 { margin-top:10px; }


/* |||||||||||| HEAD |||||||||||| */
#member {
	background: #FFF;
	border-bottom:1px #000 solid;
	font-size: 12px;
}
#member .box{
	width : 1000px;
	text-align: right;
}

div#page {
	margin:0 auto;
	width:100%;
	background:url(../img/page-back.jpg) no-repeat 50% 0%;
}

div#header {
	margin:0 auto;
	width:800px;
	text-align:left;
}

div#header .fltR p {
	width:367px;
	height:291px;
	background:url(../img/head_right_02.jpg) no-repeat 0 0;
}

/* |||||||||||| MAIN |||||||||||| */
div#main {
	margin:0 auto;
	width:800px;
}
/* |||||||||||| FOOTER |||||||||||| */
div#footer {
	margin:0 auto;
	width:100%;
	height:66px;
	background:url(../img/footer_bg.gif) repeat-x;
}

div#footer p {
	width:800px;
	height:66px;
	background:url(../img/footer.gif) no-repeat;
	text-align:right;
}