/* =====================================================

1. base - margin
2. body, base-font 
3. image - border=0
4. noscript
5. layout-ID
 
===================================================== */



/* base - margin 
===================================================== */
* {
	margin: 0px;
	padding: 0px;
}


/* body, base-font 
===================================================== */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #303131;
	font-size: 9pt;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.2pt;
}


/* image - border=0
===================================================== */
img {	
	border: none;
}


/* noscript 
===================================================== */
noscript,noscript h1,noscript h2,noscript p {
}


/* layout-ID
===================================================== */
#wrap {
	margin: 0px;
	width: 1040px;
	text-align: left;
}
#left {
	float: left;
	width: 540px;
	text-align: right;
	vertical-align: middle;
}
#right {
	float: right;
	text-align: left;
	width: 500px;
	vertical-align: middle;
}
h1 {
	font-size: 9pt;
	line-height: 105%;
	font-weight: normal;
	text-align: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#copy {
	margin: 0 0 0 10px;
	font-size: 8pt;
	line-height: 100%;
	height: 15px;
	width: 1000px;
	top: 50px;
}
.home-contents {
	float: left;
	width: 880px;
	text-align: left;
	margin-top: 24px;
	margin-bottom: 24px;
	margin-left: 20px;
}
div.sn {
	clear: none;
	float: left;
	margin-bottom: 2px;
	width: 200px;
	height: 140px;
	border: none;
	margin-right: 10px;
}
.contents {
	float: left;
	width: 1040px;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 24px;
}
.img-left {
	float: left;
	text-align: center;
	width: 540px;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	font-size: 9pt;
	line-height: 105%;
	font-weight: normal;
	text-align: right;
	margin-top: 3px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: auto;
}
p {
	font-size: 9pt;
	line-height: 105%;
	font-weight: normal;
	text-align: left;
	margin-left: 543px;
	margin-top: 50px;
}
a {
	color:#303131;
	text-decoration: none;
}
a:hover{
	color:#A4005B
}
.header {
	float: left;
	width: 1040px;
	text-align: left;
}
.hnav {
	padding-top: 0px;
	padding-left: 10px;
	font-size: 9pt;
	line-height: 105%;
	font-weight: normal;
	text-align: left;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.footer {
	float: left;
	width: 1040px;
	text-align: left;
}
.fnav {
	padding-top: 0px;
	padding-left: 10px;
	font-size: 9pt;
	line-height: 105%;
	font-weight: normal;
	text-align: left;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 25px;
}
.totop {
	margin-top: 0px;
	margin-bottom: 50px;	
}
.title {
	padding-top: 0px;
	padding-left: 10px;
	font-size: 9pt;
	line-height: 105%;
	font-weight: normal;
	text-align: left;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.left {
	padding-top: 0px;
	padding-left: 10px;
	font-size: 9pt;
	line-height: 105%;
	font-weight: normal;
	text-align: left;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
}
.profi {
	padding-top: 0px;
	padding-left: 10px;
	font-size: 9pt;
	line-height: 105%;
	font-weight: normal;
	text-align: left;
	padding-bottom: 0px;
	margin: 0px;
}
.new {
	font-size: 9pt;
	color: #A4005B;
}
table.size {
	width: 200px;
	border-collapse: collapse;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-left-color: #333;
	border-left-style: solid;

}
table.size th {
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
	text-align: center;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
}
table.size td {
	vertical-align: top;
	text-align: center;
	text-justify:inter-ideograph;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
}
dl {
	font-size: 9pt;
	line-height: 180%;
	font-weight: normal;
	text-align: left;
	margin-left: 543px;
	margin-top: 30px;
}
