@charset "iso-8859-1";

body {
	width: 630px;
	margin: 0;
}

/* ******************  header  *************** */
#header {
	width: 100%;
	font-size: 84%;
	line-height: 1.2em;
	background-image: url(/common/img/subwin_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#header p {
	float: left;
	background-image: url(/common/img/subwin_logo_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 57px;
	width: 70px;
	padding-top: 8px;
	padding-right: 121px;
	padding-bottom: 22px;
	padding-left: 45px;
}
#header ul {
	float: right;
	padding-top: 65px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin: 0px;
}
#header ul li {
	float: left;
}
#header ul li span {
	padding: 0 7px;
}

/* ******************  contents  *************** */

#contents h2{
	padding: 6px 12px;
	border-bottom: 1px solid #0099cc;
	font-size: 103%;
	text-align:left;
}
#contents h3 {
	font-weight: normal;
	padding: 15px 0 30px 10px;
	background: url(/common/img/prt_pagettl_bg_01.gif) repeat-x;
	text-align:left;
}

#contents {
	width: 600px;
	padding: 20px 15px;
}

#contents h2{font-size:125%;}
#contents h3{font-size:95%;}

#contents #mainarea {
	width: 600px;
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	background: url(/common/img/prt_dotline_01.gif) repeat-x left bottom;
	text-align:left;
}

#contents td {
	text-align:left;
}

#contents p {
	margin-top:0.8em;
}

#contents td,#contents th {
	padding:2px;
}

.close {
	margin: 0;
	text-align: center;
}

/* ******************  footer  *************** */
#footer {
	width: 630px;
	background-image: url(/common/img/subwin_footer_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#footer .footer_belt {
	width: 610px;
	margin: 0;
}
#footer .copyright {
	width: 610px;
	clear: both;
	text-align: center;
}

