@charset "utf-8";

/* ======================================== サイト全体に適用*/
* { /* 全ての要素の間隔・余白を０へ */
margin:0;
padding:0;
}

html,body{
	height:100%;
}

body {
	margin: 0;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
}

html {
	background-color: #FFFFFF;
	background-image: url(http://www.mephisto-game.com/pulltop/PL01/images/dl_title04_present_bg.jpg);
	background-repeat:no-repeat;
	background-position:50% 0%;
	overflow-y:scroll;
	height:100%;
	margin-bottom:1px;
}

/* フォント指定 */
body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }

/* 画像ボーダー */
img { border:none; }

/* リンクオンマウス設定 */
a:hover.ov { position:relative; top:1px; left:1px; }

/* リンク */
a:link { color: #0099FF; text-decoration : none;} 
a:active { color: #ff0000; text-decoration : none;}
a:visited { color: #0099FF; text-decoration : none;}
a:hover { color: #ff0000; text-decoration : none;}

.menu {
	max-width: 100%;
	min-width: 1080px;
	overflow: scroll;
}

/* ========================================  認証画面テキスト枠 */
#pre_certify {
	position:absolute;
	width: 500px;
	height: 260px;
	padding: 5px 10px;
	background-image: url(http://www.mephisto-game.com/pulltop/PL01/images/dl_title04_present_bg2.png);
	background-repeat:no-repeat;
	margin: 320px 0 0 200px;
}