html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana,"‚l‚r ‚oƒSƒVƒbƒN",sans-serif,"ƒqƒ‰ƒMƒmŠpƒS Pro W6" ;
	background: url(img/bg_main.gif);
	color: #ffffff;
	height: 100%;
	text-align: center;
}


a {
	color:#c31f26;
	text-decoration: none;
}

a:hover {
	color:#c31f26;
	text-decoration: underline;
}

td {
	font-size: 12px;
	line-height: 16px;
}

div,p,h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
}

#contents {
	width: 800px;
	margin: 0px auto;
	background-color: #caebf2;
	text-align: left;
	padding-bottom: 5px;
	background: url(img/bg_table.gif) repeat-y;
	text-align: center;
	padding-top: 15px;
}

p {
	margin: 10px 50px;
	text-align: left;
}

p.box {
	margin: 10px 50px;
	padding: 5px 20px;
	border: #ffffff 1px dotted;
	line-height: 20px;
}
p.box span {
	font-weight:bold;
	color: #c31f26;
}

table {
	margin: 0px auto;
}

td {
	width: 230px;
	vertical-align: top;
}

td p {
	margin:0px;
	padding:0px 15px;
	font-size:10px;
}


p.title {
	font-size: 14px;
	line-height: 20px;
}

h2 {
	font-weight: normal;
	line-height: 20px;
	padding: 15px 0px 3px 0px;
	border-bottom: #ffffff 1px dotted;
	margin: 0px 50px;
	text-align: left;
}

p.copy {
	font-size: 10px;
	text-align: right;
}

img {
	margin-bottom: 15px;
}

table.size{
	border-left:1px dotted #FFFFFF;
	border-bottom:1px dotted #FFFFFF;
}

table.size th{
	border-top:1px dotted #FFFFFF;
	border-right:1px dotted #FFFFFF;
	font-weight:normal;
	font-size:12px;
	padding:5px 0;
}

table.size td{
	border-top:1px dotted #FFFFFF;
	border-right:1px dotted #FFFFFF;
	text-align:center;
	width:70px;
	padding:5px 0;
}

