@charset "iso-8859-1";
/* CSS Document */
body{
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
	background-color:#F8C67F;
}
body,div{
	font-size:11px;
	color:#959595;
	line-height:14px;
	font-family:Tahoma;
}
a{
	text-decoration:none;
	color:#959595;
}
ul{
	padding:0px;
	margin:0px;
	margin-left:15px;
}
#MyPage{
	width:795px;
	height:auto;
	background-image:url(../images/CBG.png);
	background-repeat:repeat-y;
	clear:both;
}
#MyPageHead{
	background-image:url(../images/ContentTOP.gif);
	height:100px;
}
#MyPageFoot{
	width:795px;
	background-image:url(../images/BBG.png);
	background-repeat:no-repeat;
	height:50px;
}
#MyPageContent{
	width:780px;
	margin-left:8px;
}
#MyPageContent p{
	margin:0px;
}
#MyPageMenu{
	width:auto;
	clear:both;
	padding-left:250px;
	color:#F46424;
}
#MyPageMenu a{
	color:#F46424;
	font-size:12px;
	font-weight:bold;
}
#MyPageFootMenu,#MyPageFootMenu a{
	color:#959595;
}
.div100{
	width:100%;
	clear:both;
}
.Line{
	width:100%;
	clear:both;
	background-image:url(../images/Line.gif);
	height:10px;
	line-height:10px;
	margin-bottom:5px;
	margin-top:5px;
	background-repeat:repeat-x;
}


form label {
	float: left;
	width: 130px;
}

form div {
	clear:left;
	padding-bottom: 10px;
}

form .text {
	width: 296px;
	border: 1px inset #999999;
	padding: 2px;
}

form div.submit {
	width: 430px;
	text-align: right;
}

form div.captcha {
	padding-left: 130px;
}
