@charset "utf-8";

div.messages {
	width:688px;
	margin:20px 0 0 0;
	padding:10px;
	border:solid 1px #eee;
	color:#eee;
}

div.messages p.shinsai{
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:0 0 5px 0;
}

div.messages p {
	margin:0;
	padding:0;
}

div.messages div.mfrom {
	text-align:right;
	margin:0;
	padding:0;
}

.btntopleft {
	float:left;
	width:345px;
	height:70px;
	margin:0;
	padding:15px 0 20px 0;
}

.btntopright {
	float:right;
	width:345px;
	height:70px;
	margin:15px 0 20px 0;
	padding:0;
}

.wnarea {
	float:left;
	position:relative;
	width:343px;
	height:285px;
/*	height:235px;*/
	margin:0;
	padding:0;
	border:1px solid #666;
}
.wnarea li#shinsai {
	width:303px;
	background-image:none;
	margin:0;
	padding:10px 20px 10px 20px;
	line-height:14px;
	font-size:12px;
	overflow:hidden;
	border-bottom:1px solid #666;
	font-weight:bold;
}
.wnarea li {
	width:165px;
	background-image:url("/images/icon_square.gif");
	background-repeat:no-repeat;
	margin:10px 0 10px 20px;
	padding:0 0 0 20px;
	line-height:18px;
	font-size:14px;
	overflow:hidden;
}


.wnarea li.newsimg {
	float:right;
	width:120px;
	margin:5px;
	padding:0;
	list-style:none;
}

#weathernews {
	float:right;
	margin:0 10px 0 0;
	padding:0;
	display:block;
}
.evarea {
	float:right;
	position:relative;
	width:343px;
	height:285px;
/*	height:235px;*/
	margin:0;
	padding:0;
	border:1px solid #666;
}
.evarea li {
	width:300px;
	background-image:url("/images/icon_square.gif");
	background-repeat:no-repeat;
	margin:10px 0 10px 20px;
	padding:0 0 0 20px;
	line-height:18px;
	font-size:14px;
	overflow:hidden;
}
.evtitle {
	height:35px;
	margin:0;
	padding:15px 0 0 15px;
	font-size:16px;
	line-height:18px;
	color:#fff;
	font-weight:bold;
	background-image:url("/images/evtitle_bg.gif");
	border-bottom:1px solid #666;
}
.evend {
	width:300px;
	position:absolute;
	bottom:0;
	left:0;
	background-repeat:no-repeat;
	margin:10px 0 0 0;
	padding:10px 20px;
	line-height:12px;
	font-size:10px;
	text-align:right;
	border-top:1px dashed #666;
}
.subtext {
	line-height:16px;
	font-size:12px;
}

