@charset "EUC-JP";

*{
	margin:0;
	padding:0;
}

/* Common
=======================================*/

html {
	font-family:MS UI Gothic, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222;
	line-height:150%;
}

body {
	font-family:MS UI Gothic, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222;
	line-height:150%;
}

a	{
	color:#3366FF;
	text-decoration:none;
	overflow:hidden;
	outline:none;
}

a:hover {
	color:#66CCFF;
	text-decoration:underline;
}

strong,em	{
	font-weight:bold;
}

.hide 	{ display:none; }

.clear 	{ clear:both; }

.font10px {font-size:10px;}
.font12px {font-size:12px;}

.font_red {color:#FF0000;}

.text_right {text-align:right;}

dl.kome dt {
	float:left;
	width:1em;
	line-height:150%;
}

/* Wrapper
=======================================*/

#wrapper {
	margin:0 auto;
}

#base {
	width:800px;
	margin:0 auto;
	background:url("/net/webmoney/images/bg_contents_mid.jpg") repeat-y top center;
}


/* Header
=======================================*/

#header	{
	position: relative;
	margin:0 auto;
	width:796px;
	height:400px;
	background:url("/net/webmoney/images/header.jpg") no-repeat top center;
}

/* Contents
=======================================*/

#contents	{
	width:776px;
	margin:0 auto;
	position: relative;
	padding:0 10px;
	background:url("/net/webmoney/images/header.jpg") no-repeat top center;
	background-position:-2px -400px;
	border-bottom:1px solid #fda3ce;
}

.cont	{
	margin:0 10px;
}

#cont_text1 {
	padding-top:70px;
	padding-left:30px;
}

#cont_text2 {
	padding-top:70px;
	padding-left:30px;
}


#btn_link_webmoney {
	width:600px;
	height:75px;
	margin:70px auto 0;
	padding-bottom:20px;
}

#btn_link_webmoney a {
	text-indent:-9999px;
	display:block;
	width:600px;
	height:75px;
	background:url("/net/webmoney/images/btn_link_webmoney.jpg") no-repeat top center;
}

#btn_link_webmoney a:hover {
	background-position:0 -75px;
}


/* Footer
=======================================*/

#footer	{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding-bottom:5px;
	height:50px;
	background:url("/net/webmoney/images/bg_contents_btm.jpg") no-repeat bottom center;
	position:relative;
	border-top:1px solid #ccc;
}

#footer #copyright {
	height:30px;
	font-size:12px;
	text-align:center;
	padding:15px 0 0 0;
	margin:0 10px;
	background:url("/net/webmoney/images/bg_copyright.jpg") no-repeat top right;
}

#footer #ktgames {
	width:75px;
	height:50px;
	position:absolute;
	right:10px;
	top:0;
}

#footer #ktgames a {
	width:75px;
	height:50px;
	display:block;
	text-indent:-9999px;
}
	