@charset "utf-8";
div#contents {
	width:100% !important;
}/* font

=========================================*/
body {
	font-size:80%;
	line-height:1.3;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* clearfix
=========================================*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* clear
=========================================*/

.clear {
	clear:both;
}
/* hr

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

hr {
	display:none;
}


/* hover、半透明
=========================================*/
a.trans img {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
a.trans:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
/* wrapper

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

div#wrapper {
	width:900px;
	margin:0 auto;
	padding:0 0 50px;
}



div#wrapper h1 {
	padding:35px 0;
}


div#wrapper h2 {
	margin-bottom:40px;
}

div#wrapper table.news td{
	padding:0.8em 0.4em;
	border-bottom:1px solid #ddd;
}

div#wrapper table.news td.last{
	border-bottom:none;
}

div#wrapper table.news td a{
	color:#000;
	text-decoration:none;
}

div#wrapper table.news td a:visited{
	color:#603;
	text-decoration:none;
}

div#wrapper table.news td a:hover{
	color:#C00;
	text-decoration:underline;
}

div#wrapper table.news td.date{
	white-space:nowrap;
	width:9em;
}

