body {
	margin: 0px;
	padding: 0px;
}
#header {
	background-image: url(../images/bg_line.gif);
	background-repeat: repeat-x;
	background-position: 0px 108px;
	height: 113px;
	text-align: center;
}
#header #title {
	width: 800px;
	height: 51px;
	text-align: left;
}
#header #title h1 {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	padding-top: 15px;
}
#header #logo{
	width: 800px;
	height: 57px;

}
#header #logo img{
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container{
	width: 800px;
	height: 230px;
	padding-top: 3px;
}

#container #left{
	width: 195px;
	height: 230px;
	float:left;
	background-color: #FFB9B9;
}

#container #right{
	width: 600px;
	float:right;
}
#m_line {
	background-image: url(../images/bg_line2.jpg);
	background-repeat: repeat-x;
	width: 800px;
	height: 35px;
	margin-top: 2px;
}
#regist{
	width: 800px;
	height: 170px;
	padding-top: 10px;
	margin-top: 10px;
}
#regist h2{
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin-left: 20px;
}
#regist #left{
	width: 195px;
	float:left;
	background-color: #FFFFFF;
}
#regist #right{
	width: 600px;
	float:right;
	text-align: left;
}
#regist #right img{
	margin-left: 80px;
	margin-top: -20px;
	margin-bottom: 30px;
}
#footer {
	background-image: url(../images/bg_line3.gif);
	background-repeat: repeat-x;
	clear: both;
}
#footer #address{
	width: 800px;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding:10px 0 0 0;
}
#footer #address1{
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding:10px 0 0 0;
}
