@charset "UTF-8";

@import "lady.css";
@import "event.css";
@import "update.css";
@import "areamap_system.css";
/*@import "maind.css";*/

/*/////////////////////////////////////////////////////
	共通
/////////////////////////////////////////////////////*/

html{
	font-family:Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size:90%;
	color:#DDDDDD;
}

body {
	background: url(../img/bg_common.jpg) center repeat-y #000000;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

a{ color: #ffd700;text-decoration:underline;}
a:hover{color:#FFFFFF; text-decoration:underline;}

img { border: 0px; }


h1 {
	width: 800px;
	margin: 0px auto;
	padding-top: 4px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 a{
	color: #EECC88;
	text-decoration: none;
}

h2 { margin: 0px; }

address {
	background: #000000;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	width: 800px;
}

address a { font-size: 13px; color: #CC9000; text-decoration: none; }
address a:hover { font-size: 13px; color: #DDDDDD; text-decoration: underline; }


