body {
	text-align : center;
	font-size : 13px;
	color : #58002c;
	background-color : ffc50f;
	letter-spacing : 0px;
	padding-top : 0px;
	margin : 0px;
	/*font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
	font-family : 'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
td {
	font-size : 13px;
}

a {	color: #5588ff;}
a:link {	color: #5588ff;}
a:visited {	color: #8855aa;}
a:hover {	color: #00cccc;}
a:active {	color: #00cccc;}

#full {
	text-align : left;
	width : 640px;
	position : relative;
	margin : 10px 5px auto;
	box-sizing : border-box;
	-moz-box-sizing : border-box;
}
#full2 {
	text-align : center;
	width : 640px;
	position : relative;
	margin : 10px 5px auto;
	box-sizing : border-box;
	-moz-box-sizing : border-box;
}
.main_top {
	background-image : url(sysimg/frame_top.gif);
	height : 20px;
	overflow : hidden;
}
.main {
	background-image : url(sysimg/frame_middle.gif);
}
.main_pad {
	margin : 0px 20px;
	text-align : left;
}
.main_bottom {
	background-image : url(sysimg/frame_bottom.gif);
	height : 20px;
	overflow : hidden;
}
div.text {
	margin : 0px 20px;
}
div.new {
	margin : 5px 10px 0px 10px;
}

div.publicity table {
	margin : 5px 20px 0px 20px;
	border-collapse: collapse;
}
div.publicity td {
	text-align:center;
	width : 140px;
	margin : 0px;
	padding : 5px 0px;
	font-size : 10px;
}

div.copyright {
	text-align:center;
	margin:5px;
}

div.space5px {
	height : 5px;
	overflow : hidden;
}

/*--新実装--*/

div.space20px {
	height : 20px;
	overflow : hidden;
}