@charset "utf-8";
/* CSS Document */

a:link {
color:#9999FF;
}
a:visited {
color:#9999FF;
}
a:hover {
color:#0000FF;
}
a:active {
color:#0000FF;
}
.h3 {
	font-size		:small;
	font-weight		:bold;
	font-style		:italic;
	color			:#CCCCCC;
	padding-left	:3px;
	border-left		:10px solid #FF9900;
}

body {
	background-color:#999999;
	font-family		:メイリオ,Osaka;
	background-image: url(data/logo.png);
	}

#all {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	background:#000000;	
	font-size:small;
}
#menu {
	width:600px;
	background:#333333;
	color:#CCCCCC;
}
#news {
	height:78px;
	width:598px;
	background:#CCCCCC;
	color:#333333;;
	border:1px solid #CCCCCC;
	font-size:x-small;
}
#newgame {
	height:78px;
	width:598px;
	background:#333333;
	color:#CCCCCC;
	border:1px solid #CCCCCC;
}

/*	background-image: url(data/zwei2logo.png);
	background-repeat: no-repeat;
	background-position:right bottom;
	*/

#ys {
	width:298px;
	height:318px;
	float:left;
	background:#333333;
	color:#CCCCCC;
	border:1px solid #CCCCCC;
}
#ed6 {
	width:298px;
	height:318px;
	float:left;
	background:#333333;
	color:#CCCCCC;
	border:1px solid #CCCCCC;
}
#other {
	width:298px;
	height:148px;
	float:left;
	border:1px solid #CCCCCC;
	background:#333333;
	color:#CCCCCC;
}
#data {
	width:298px;
	height:148px;
	float:left;
	border:1px solid #CCCCCC;
	background:#EEEEEE;
	color:#333333;
}
#amazon {
	clear:both;
	width:600px;
	height:65px;
	text-align:center;
}