* {
	margin:0;
	padding:0;
}
li {
	list-style:none;
}
a:link {
	color: #0099FF;
}
a:visited {
	color: #336699;
}
img {
	border:0px;
	margin: 0px;
}
.clear {
	clear: both;
}
/* layout */

body {
	background-color:#000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#FFFFFF;
	font-size: 12px;
	line-height: 180%;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

table.tbl_deco01 {
	border-top: 1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	margin:10px 0px;
	line-height: 140%;
}
table.tbl_deco01 td {
	border-bottom:1px solid #666666;
	padding:7px 0;
}
table.tbl_deco01 tr.line-none {
	border-bottom:none;
}

table.tbl_deco02 {
	margin-bottom:20px;
	line-height:120%;	
}
table.tbl_deco02 td {
	padding-top:5px;
}
table.tbl_deco02 td img {
	margin-bottom:3px;
}
table.tbl_deco02 td.line {
	border-right: 1px solid #999999;
	border-bottom:1px solid #999999;
}
table.tbl_deco02 td.space {
	border:none;
	width:24px;
}

