@charset "utf-8";
/* CSS Document */

body{
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3",Meiryo,"ＭＳ Ｐゴシック", Osaka;
}

table{
	width:800px;
	background-color:#FFFFFF;
	margin: 10px auto;
}

th{
	height:75px;
	background: #FFFFFF url(/images/header.gif) no-repeat 10px 15px;
}
th img{
	display:none;
}
th a{
	display:block;
	height: 65px;
}


td{
	padding:100px 50px;
}
td.nosp{
	padding:30px;
}
td.ttl{
	background-color:#000000;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
}
td.footer{
	background-color:#666666;
	padding: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
td.footer a{
	color: #FFFFFF;
}
div.left{
	width:150px;
	float:left;
	text-align: left;
	line-height: 150%;
}
div.right{
	width:550px;
	float:right;
	text-align: left;
	line-height: 150%;
}
