@charset "utf-8";



/* INDEX php用 */
/* dispTopMessage */
div.topmes{
	width:440px;
	padding:9px;
	border:1px solid #EAEAE0;
	border-radius:5px;
	font-size:14px;
	line-height:1.4em;
	background-color:#FEFFE4;
	/* box-shadow:2px 1px 4px 1px rgba(0,0,0,0.3); */
}


/* dispTopNews */

#news table { width:460px; }
#news span.date { background:#EAEAE0; display:block; width:120px; text-align:center; padding:5px; }
#news table{
	border:none;
	margin:5px 0;
	border-radius:0px;
	margin-bottom:30px;
}

#news table th,#news  table td{
	padding:5px;
	border:none;
}

/*
table tr.firstRow th,
table tr.firstRow td{
	border-top:none !important;
	text-align:center;
}

table th.firstCell,
table td.firstCell{
	border-left:none !important;
}
 */

.w_per100{width:100%;}
.w_per50{width:50%;}

.w_50{ width:50px; }
.w_100{ width:100px;}
.w_150{ width:150px;}
.w_180{ width:180px;}
.w_200{ width:200px;}
.w_250{ width:250px;}
.w_400{ width:400px;}
.w_500{ width:500px;}
.w_600{ width:600px;}
.w_700{ width:700px;}

.txt_c { text-align:center; }