@charset "utf-8";

#top_main {
	width:700px;
	float:left;
}

/* トップイメージ */
#topimg {
	text-align:center;
	background:url(../img/top/bg.png) no-repeat;
}

#topimg p {
	position:relative;
	z-index:99;
}
#topimg p img{
	filter: alpha(opacity=50);
-moz-opacity:0.7;
opacity:0.7;
}

/* メイン */
#main{
	margin:20px 0 60px;
	width:730px;
	}
#left_space .ichiran{
	font-size:1.6em;
	color:#314979;
	text-decoration:underline;
	}
#left_space dl{
	margin-bottom:19px;
	}
#left_space dl dd a{
	float:left;
	font-size:1.2em;
	margin-top:7px;
	width:233px;
	background-color:#0099FF;
	/*background-color:#40C0C3;*/
	color:#fff;
	line-height:140%;
	text-align:center;
	margin-right:3px;
	text-decoration:none;
	}
#left_space dl dd a:hover{
	background-color: rgba( 0, 153, 225, 0.55 );
	color:#0099FF;
	}
	
/* テーブル */	
#main table {
    border-collapse: collapse;
    border-spacing: 0;
	margin-left:20px;
	margin-bottom:30px;
}

#main table tr #m1,#m2,#m3,#m4,
#m5,#m6,#m7,#m8,#m9,#m10,#m11{
    background-color: #f1f1f1;
	border: 1px solid #ccc;
	color:#615D5D;
	width:100px;
	padding-left:10px;
}
#main table tr .name {
	border: 1px solid #ccc;
	color:#615D5D;
	width:430px;
	padding-left:10px;
}

#main table tr td {
    border: 1px solid #ccc;
	padding-left:10px;
	width:190px;
	line-height:170%;
}

