@charset "utf-8";

/*=========================================*/

#main_home{
	background:#ffffff url('/machida/img/main_home_bg.gif') repeat-x;
}
	
#mein-visual_area{
	height:200px;
	margin-bottom:20px;
	background:#003d95;
}

.center-bnr_left{
	float:left;
	width:280px;
	height:50px;
	margin-bottom:5px;
}

.center-bnr_right{
	float:right;
	width:280px;
	height:50px;
	margin-bottom:5px;
}

.center-bnr_full{
	clear:both;
	width:580px;
	height:50px;
	margin-bottom:5px;
}

#news_area{
	position:relative;
	float:left;
	width:280px;
	height:400px;
}

#news-list_area{
	position:absolute;
	bottom:0;
	width:278px;
	height:356px;
	margin-top:4px;
	background:#efefef;
	overflow:scroll;
	border:1px solid #999999;
}

#btn_list_news{
	position:absolute;
	top:20px;
	right:0;
}

#game_area{
	position:relative;
	float:right;
	width:280px;
	height:400px;
}

#game-list_area{
	position:absolute;
	bottom:0;
	width:278px;
	height:280px;
	background:#efefef;
	overflow:scroll;
	border:1px solid #999999;
}

#btn_list_game{
	position:absolute;
	top:20px;
	right:0;
}

.news-block{
	margin-top:3px;
	border-top:1px dotted #aaaaaa;
}

.news-date{
	margin:3px 0 0 3px;
	padding:0;
	font-size:0.7em;
	line-height:1.1em;
}
.news-title{
	margin:3px 0 0 3px;
	padding:0;
	font-size:0.7em;
	font-weight:bold;
	line-height:1.1em;
}
.news-summary{
	margin:5px 0 5px 3px;
	padding:0;
	font-size:0.7em;
	line-height:1.2em;
	color:#999999;
}

#game-category{
	margin:3px 0 0 3px;
	padding:3px 0 0 0;
	font-size:0.7em;
	line-height:1.2em;
	border-top:1px dotted #aaaaaa;
}

.game-block{
	margin-top:3px;
	border-top:1px dotted #aaaaaa;
}

.game-data{
	margin:3px 0 0 3px;
	padding:0;
	font-size:0.6em;
	line-height:1.2em;
}

.game-data strong{
	color:#ff7e00;
}

.game-title{
	margin:3px 0 5px 3px;
	padding:0;
	font-size:0.7em;
	line-height:1.2em;
}

#sns_area{
	width:580px;
	height:590px;
	margin-top:15px;
}