@charset "utf-8";
html{
	overflow-y:scroll;
}

*{
	margin:0;
	padding:0;
}

body {
	color:#424142;
	font-size:13px;
 	*font-size:medium;
 	*font:medium;
	background:#000000;
	line-height:1.4;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
	text-align:center;
}

a {
	overflow:hidden;
	outline:none;
}

a img {
	border-style:none;
}



/* ________ ここからHTML枠構造 __________ */

#container {
	width:820px;
	margin:0 auto;
}

/* ________ #header __________ */


#header {
	position:relative;
	height:150px;
}

#header div {
	position:absolute;
	top:80px;
	left:510px;
}

#header h1 {
	position:absolute;
	top:60px;
	left:50px;
}

/* ________ #main_contents __________ */


#main_contents {
	position:relative;
	height:335px;
}

#main_contents img {
	position:absolute;
	top:40px;
	left:240px;
}

#flash_img_sword {
	position:absolute;
	top:40px;
	left:20px;
}

#flash_img_armor {
	position:absolute;
	top:0px;
	left:100px;
}


/* ________ #navi __________ */

#navi_btns {
	width:600px;
	height:60px;
	background:url(images/menu.gif) no-repeat;
	margin:15px 0 10px 110px;
}

#navi_btns li {
	float:left;
	width:125px;
	height:60px;
	list-style:none;
	text-align:left;
}

#navi_btns a {
	width:auto;
	height:60px;
	display:block;
}

/*回り込みの解除用*/
.clear { clear:both; }	
.clear hr { display:none; }

/* ________ ここから宣伝 __________ */

.tdftdiv {
	display:none;
}

