@charset "Shift-JIS";
/* 
------------------------------------------------------------
common style
file name: common.css
Author: author name
create: 2007.00.00

======================= contents ===========================

   1: Browser-style reset
   2: for non-CSS
   3: column setting (layout only)
     : common
     : main 2-colimn
     : main 3-colimn
;
============================================================
*/
/* Browser-style reset
------------------------------------------------------------ */
html{
	margin: 0;
	padding: 0;
	}
body,th,td {
	font-family: "Arial","‚l‚r ‚oƒSƒVƒbƒN","Osaka";
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1.3em;
	background-color:#ffb87d;
	background-image:url(http://image.mgame.jp/new_rpg/hero4/event/070928_mook/bg.gif);
	background-repeat: repeat-x;
	}
body {
	text-align: center;/* for ie6 bug */
	}
table {
	border-collapse: collapse;
	}
form {
	margin: 0;
	padding: 0;
	}
a,label{
	cursor: pointer;
	}
img {
	border:none;
	}
a:link {
	color: #06f;
	text-decoration: none;
	}
a:visited {
	color: #606;
	text-decoration: none;
	}
a:hover {
	color: #06f;
	text-decoration: underline;
	}
a:active {
	color: #f00;
	text-decoration: underline;
	}

/* for non-CSS
------------------------------------------------------------ */
.aid {
	position: absolute;
	left: -9999px;
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

/* column setting (layout only)
------------------------------------------------------------ */
/* common */
div#all{
	text-align: left;
	width:900px;
	margin: 0 auto 0 auto;
	}
div#all div#header {
	width: 901px;
	}
div#all div#main {
	background-image:url(http://image.mgame.jp/new_rpg/hero4/event/070928_mook/bg_in.gif);
	margin:auto;
	width:801px;
	padding-right: 50px;
	padding-left: 50px;
	}
div#all div#footer {
	clear: both;
	background-image:url(http://image.mgame.jp/new_rpg/hero4/event/070928_mook/bg_in.gif);
	margin:auto;
	width:801px;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	}

.main_img {
}

.main_img2 {
	background-image:url(http://image.mgame.jp/new_rpg/hero4/event/070928_mook/img_main02.jpg);
	height:70px;
	padding-top: 180px;
	padding-left: 315px;
}
.sub_title {
	margin-top: 15px;
}

.sub_img {
	margin-top:10px;
	margin-bottom:20px;
}

.sub_btn {
	margin-top:10px;
	margin-bottom:20px;
	padding-left: 265px;
}

.purchase {
	background-image:url(http://image.mgame.jp/new_rpg/hero4/event/070928_mook/bg_purchase.gif);
	height:161px;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 200%;
}
.purchase .title {
	margin-bottom:10px;
	width: 700px;
}
