@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body {
	background-color: #FBEFF1;
	text-align: center;
	color: #333333;
	line-height: 1.5em;
	font-size: 12px;
}
h1 {
	font-size: 10px;
	display: block;
	font-weight: normal;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
h2 {
	font-size: 12px;
	display: block;
	font-weight: normal;
}
h3 {
	display: none;
}

p {
	padding-left: 10px;
}
.px14 {
	font-size: 14px;
	}
.red {
	color: #FF0000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	text-align: left;
}
#header {
	background-image: url(img/header.jpg);
	height: 48px;
	font-size: 30px;
	color: #FFFFFF;
	padding-top: 25px;
	padding-left: 50px;
	font-weight: bold;
}
#wrapper #main_img {
	height: 252px;
	background-image: url(img/main_img.jpg);
	background-repeat: no-repeat;
}
#contents {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/bg_contents.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#contents .title01 {
	height: 23px;
	background-image: url(img/title01.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #D67C95;
	padding-left: 23px;
}
#contents .title02 {
	background-image: url(img/title02.gif);
	background-repeat: repeat-x;
	height: 22px;
	padding-top: 7px;
	font-size: 14px;
	font-weight: bold;
	color: #D67C95;
	padding-left: 10px;
}
	
#contents #left {
	width: 500px;
	float: left;
}
#contents #right {
	float: left;
	width: 220px;
	background-image: url(img/bg_info.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFB5B5;
	margin-left: 20px;
	background-color: #FCF3F4;
	text-align: center;
	padding-bottom: 15px;
}
.dot {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF9999;
	margin-bottom: 10px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

.f_left {
	float: left;
}
.clear {
	clear: both;
}
#des01 {
	float: left;
	width: 320px;
	margin-left: 15px;
}
.point01 {
	font-size: 14px;
	font-weight: bold;
	color: #D67C95;
}

.info {
	background-image: url(img/infomation.gif);
	background-repeat: repeat-x;
	height: 18px;
	padding-top: 4px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
#copyright {
	text-align: center;
	background-image: url(img/copyright.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 3px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 20px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}#footer {
	height: 50px;
	background-image: url(img/bg_foot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	padding-top: 5px;
}
#right .white {
	background-color: #FCF3F4;
	height: 80px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFB5B5;
	padding: 5px;
}
#left #pic {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 165px;
}
.hidden{display:none
}
