@charset "Shift_JIS";

/*--- 00.common
--------------------------------------------------------------------------*/

/*--- 01.body
--------------------------------------------------------------------------*/

body {
	background-color:#C53710;
	/*background-image:url(../samplegame/img/bg_001.jpg);*/
	background-repeat:repeat-y;
	background-position:center top;
	text-align:center;
}

#container {
	width:768px;
	margin:0 auto;
	text-align:center;
}

#wrapper {
	width:768px;
	margin:0 auto;
	text-align:left;
	background-color:#DD603E;
}

/*--- 02.header
--------------------------------------------------------------------------*/

#header {
	width:768px;
	height:150px;
	background-image:url(../samplegame/img/head_bg_001.jpg);
	background-repeat:no-repeat;
}

#nlogo {
	height:18px;
	float:left;
	display:inline;
	margin:26px 0 0 10px;
}

#dslogo {
	height:16px;
	float:right;
	display:inline;
	margin:27px 10px 0 0;
}

.title1 {
	width:461px;
	height:29px;
	float:left;
	display:inline;
	margin:49px 0 0 111px;
}

.link1 {
	width:78px;
	height:17px;
	float:right;
	display:inline;
	margin:80px 31px 0 0;
	/*background-color:#54C3F1;*/
}

.libtn1 {
	display:block;
	width:78px;
	height:17px;
	background-image:url(../samplegame/img/link_top_001.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
	float:left;
}

.libtn1:hover {
	background-position:0 -17px;
}

/*--- 03.btn
--------------------------------------------------------------------------*/

.btarea1 {
	width:768px;
	height:34px;
	background-image:url(../samplegame/img/btn_bg_001.jpg);
	background-repeat:no-repeat;
}

.btarea2 {
	width:730px;
	height:34px;
	margin:0 19px;
}

.mbtn1 {
	display:block;
	width:96px;
	height:30px;
	background-image:url(../samplegame/img/btn_001.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
	float:left;
}

.mbtn1:hover {
	background-position:0 -30px;
}

.mbtn2 {
	display:block;
	width:98px;
	height:30px;
	background-image:url(../samplegame/img/btn_001.jpg);
	background-repeat:no-repeat;
	background-position:-96px 0;
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
	float:left;
}

.mbtn2:hover {
	background-position:-96px -30px;
}

.mbtn3 {
	display:block;
	width:144px;
	height:30px;
	background-image:url(../samplegame/img/btn_001.jpg);
	background-repeat:no-repeat;
	background-position:-194px 0;
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
	float:left;
}

.mbtn3:hover {
	background-position:-194px -30px;
}

.mbtn4 {
	display:block;
	width:104px;
	height:30px;
	background-image:url(../samplegame/img/btn_001.jpg);
	background-repeat:no-repeat;
	background-position:-338px 0;
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
	float:left;
}

.mbtn4:hover {
	background-position:-338px -30px;
}

.mbtn5 {
	display:block;
	width:80px;
	height:30px;
	background-image:url(../samplegame/img/btn_001.jpg);
	background-repeat:no-repeat;
	background-position:-442px 0;
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
	float:left;
}

.mbtn5:hover {
	background-position:-442px -30px;
}

.mbtn6 {
	display:block;
	width:134px;
	height:30px;
	background-image:url(../samplegame/img/btn_001.jpg);
	background-repeat:no-repeat;
	background-position:-522px 0;
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
	float:left;
}

.mbtn6:hover {
	background-position:-522px -30px;
}

.mbtn7 {
	display:block;
	width:74px;
	height:30px;
	background-image:url(../samplegame/img/btn_001.jpg);
	background-repeat:no-repeat;
	background-position:-656px 0;
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
	float:left;
}

.mbtn7:hover {
	background-position:-656px -30px;
}

.samtitle1 {
	width:768px;
	height:60px;
	padding:26px 0 0 0;
}

.samflash1 {
	width:720px;
	height:426px;
	margin:0 24px 0 24px;
	padding:20px 0 0 0;
}

.sammain1 {
	width:768px;
}

.sammain2 {
	width:720px;
	margin:0 24px 0 24px;
	padding:20px 0 0 0;
}

/*--- 04.footer
--------------------------------------------------------------------------*/

#flink {
	width:768px;
	color:#5A200A;
	text-align:center;
	padding-bottom:15px;
	margin-top:30px;
}

#flink a {
	color:#5A200A;
	text-decoration:none;
}

#flink a:visited {
	color:#5A200A;
	text-decoration:none;
}

#flink a:hover {
	color:#FFF;
	text-decoration:underline;
}

