@charset "Shift_JIS";

/* --------------------------
Copyright 2010 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-family:'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	text-align:center;
	background:url(/member/update/hiryu/img/0728/body-back.jpg) #06102B no-repeat 50% 0%;
	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 */
.MrgT10 { margin-top:10px; }
.MrgR10 { margin-right:10px; }
.MrgR20 { margin-right:20px; }
.MrgB20 { margin-bottom:20px; }

/* ALIGN */
.rt { text-align:right; }
.lf { text-align:left; }
.ct { text-align:center; }

/* |||||||||||| HEAD |||||||||||| */
div#page {
	margin:0 auto;
	width:800px;
}

div#header {
	margin:0 auto;
	width:760px;
	text-align:left;
}


/* |||||||||||| MAIN |||||||||||| */
div#main {
	margin:0 auto;
	width:760px;
	text-align:center;
}

.w475 {
	width:475px;
}
.w275 {
	width:275px;
}

/* NEWS */
div#news {
	width:475px;
	height:120px;
	background:url(/member/update/hiryu/img/0728/main-news_back.gif) no-repeat 0% 0%;
}
div#news div.in {
	margin:0 20px 20px 30px;
	padding-bottom:5px;
	height:95px;
	background:#FFF;
	text-align:left;
	overflow:auto;
}
div#news div.in a {
	display:block;
	margin:3px 5px 0 7px;
	padding-left:17px;
	background:url(/member/update/hiryu/img/0414/main-news_icon.gif) no-repeat 0% 50%;
}

/* OTHER */
div.other a {
	display:block;
	margin:10px 0 0 9px;
}

/* CAMPAIGN */
div#campaign {
	width:760px;
	background:url(/member/update/hiryu/img/0414/cp-back_all.jpg) repeat-y;
}
div#campaign div.in {
	width:760px;
	background:url(/member/update/hiryu/img/0728/cp-back_top.jpg) no-repeat 50% 0%;
}

/* LoadMap */
div#loadmap {
	margin:30px auto;
	width:720px;
}

/* |||||||||||| FOOTER |||||||||||| */
div#footer {
	margin:0 auto;
	width:760px;
	text-align:center;
}

div#footer p {
	padding:10px 0;
	width:720px;
	text-align:left;
	color:#FFF;
	font-size:85%;
}
div#footer p img {
	margin-bottom:2px;
}
