@charset "utf-8";
/************************************************
*	レイアウト									*
************************************************/
/* flash */
#flash {
	padding:0 0 0;
	height:100%;
}
/* main */
#main{
	padding:30px 0 0;
	margin:0;
	height:250px;
	width:950px;
}
/* main-left */
#maleft{
		width:240px;
		height:250px;
		float:left;
}
#maleft li{
	list-style-type: none;
}
#maleft #cblog a{
	display:block;
	width:240px;
	height:60px;
	outline:0;
	text-decoration: none;
	background-image: url(../img/top_chab.gif);
}

#maleft #yblog a{
	display:block;
	width:240px;
	height:60px;
	outline:0;
	text-decoration: none;
	background-image: url(../img/top_yodb.gif);
}
#maleft #mailmaga a{
	display:block;
	width:240px;
	height:90px;
	outline:0;
	text-decoration: none;
	background-image: url(../img/top_mail.gif);
}
#maleft #cblog a span,
#maleft #yblog a span,
#maleft #mailmaga a span{
	display:block;
	text-indent:-99999px;	
}

#maleft #cblog a:hover,
#maleft #yblog a:hover{
	 background-position:0 -60px;
	}
#maleft #mailmaga a:hover{
	 background-position:0 -90px;
	}
/* main-center */
#macen{
	width:480px;
	margin:0 25px 0;
	float:left;
}
#macen h2{
	width:480px;
	height:20px;
	border-bottom:1px solid #cfcfcf
}
#toprss{
	margin:5px 0 0 440px;
	font-size:0.7em;
}
#macen .topnews{
	width:100%;
	height:230px;
	overflow:auto;
	margin:0;
}
#macen .topnews li{
	margin:13px 0 0;
	height:24px;
	border-bottom:1px dotted #cccccc;
	font-size:0.75em;
	line-height:120%;
}
html>body #macen .topnews li{
	margin:16px 0 0;
	height:24px;
	border-bottom:1px dotted #cccccc;
	font-size:0.75em;
	line-height:120%;
}
*:first-child+html #macen .topnews li{
	margin:13px 0 0;
	height:24px;
	border-bottom:1px dotted #cccccc;
	font-size:0.75em;
	line-height:110%;
}


#macen .topnews li a,
#toprss a{
	color:#666666;
	text-decoration: none;
}
#macen .topnews li a:hover,
#toprss a:hover{
	color:#0099cc;
}
#macen .topnews li span{
	margin:0 10px;
	color:#777777;
	font-size:0.7em
}
/* main-right */
#maright{
	width:180px;
	float:left;
	background-color:#99CC99
}
#maright a{
	display:block;
	width:180px;
	height:250px;
	outline:0;
	text-decoration: none;
	background-image: url(../img/top_style.jpg);
}
#maright a:hover{
	 background-position:0 -250px;
}
	
	