@charset "Shift_JIS";

/* --------------------------
Copyright 2009 GungHo Online
FileName: style.css
---------------------------- */

* {
	margin:0;
	padding:0;
	font-style:normal;
	border:none;
}

html, body { height:100%; }

body{
	margin:0;
	padding:0;
	width: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/back-all.gif) #B3D98C;
	line-height:1.3em;
	height:auto;
	/*\*/ height:100%; /* */
	word-break:break-all;
}

/* FLOAT */
.fltL { float:left; }
.fltR { float:right; }

.pkg{
	overflow:hidden;
	margin-bottom:-1px;
}
.pkg:after{
    content: "";
    display:block;
    clear:both;
    height:1px;
    overflow:hidden;
}
/*\*/
* html .pkg{
    height:1em;
    overflow:visible;
}
/**/

/* MARGIN */
.MrgT20 { margin-top:20px; }
.MrgR20 { margin-right:20px; }


/* |||||||||||| PAGE |||||||||||| */
div#header {
	background:url(../img/back-head.gif) repeat-x;
}

div#page {
	width:900px;
}

/* |||||||||||| MAIN |||||||||||| */

/* |||||||||||| FOOTER |||||||||||| */

div#foot {
	margin-top:60px;
}