@charset "Shift_JIS";

html,body {
	margin: 0px;
	width: 100%;
	height: 100%;
	background: #123456;
	background-image: url("k_base.gif");
}

a {
	text-decoration: none;
}

a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:active {
	color: #FFFFFF;
}

a:hover {
	color: #999999;
}

#container {
	margin: 0px auto;
	max-width: 1024px;
	min-width: 956px;
	min-height: 500px;
	background: #2c4899;
	background-image: url("sora.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

#header {
	height: 20px;
}

#guide {
	width: 100%;
	height: 50px;
	background-image: url("title-obi.png");
}

#hp-logo {
	width: 250px;
	height: 50px;
	background: #ffffff;
	text-align: center;
	float: left;
}

#menu {
	padding: 10px;
	text-align: center;
}

#flash-area {
	margin: 40px auto;
	width: 950px;
	height: 300px;
	background: #000000;
	border: solid 1px gray;
	text-align: center;
}

#data-area {
	margin: 40px auto;
	width: 950px;
	min-height: 300px;
	background: #ffffcc;
	border: solid 3px gray;
	text-align: left;
}

#data-area h1 {
	margin: 50px;
	font-size: medium;
	color: #336699;
}

#data2-area {
	margin: 40px auto;
	width: 950px;
	min-height: 300px;
	background: #ffffcc;
	border: solid 3px gray;
	text-align: center;
}

#data2-area h1 {
	margin: 50px;
	font-size: medium;
	color: #336699;
}

#kouen-area {
	margin: 0px auto;
	width: 950px;
	height: 1050px;
}

#event-area {
	margin: 50px auto;
	width: 950px;
}

#read-area {
	width: 460px;
	height: 300px;
	float: right;
	text-align: center;
	padding: 0px;
}

#read-area h1 {
	font-size: large;
	font-weight: bold;
	text-align: left;
	color: #ff0000;
}

#info-area {
	width: 460px;
	height: 300px;
}

#footer {
	margin: 40px 0px;
	background: #a9a9a9;
	font-size: medium;
	font-family: HGP‘n‰pÎß¯Ìß‘Ì;
	padding: 15px;
}

#ginga_logo {
	float: left;
	width: 70px;
	text-align: left;
}

#about {
}

.roundedcornr_box {
   background: #ffffff;
}
.roundedcornr_top div {
   background: url(roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content {
	margin: 0px 15px;
	min-height: 250px;
}

#news{
	width: 430px;
	height: 220px;
	overflow:auto;
	padding-left: 5px;
}

