/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	background-image: url(/images/mine/bg.jpg);
	background-repeat: repeat-x;
}
#main{
width:960px;
margin:0 auto;
}
#login{
	width:435px;
	margin:20px auto;
}
#login_top{
	background-image: url(/images/member/login_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow:hidden;
	height:55px;
	clear:both;
	margin-bottom:0px;
}
#login_main{
	margin-top:0px;
	background-image: url(/images/member/login_main.gif);
	overflow:hidden;
	clear:both;
	background-repeat: repeat-y;
	background-position: center;
	height:120px;
}
#login_main table{
	margin-left:40px;
	margin-top:20px;
	list-style-image: url(/images/member/login_point.gif);
	color:#33CC33;
}
#login_main table li{
	margin-left:30px;
	line-height:150%;
	vertical-align: middle;
}
#login_text{
	margin-top:5px;
	color:#009933;
	line-height:200%;
}
#login_bottom{
	margin-top:0px;
	background-image: url(/images/member/login_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;
	height:77px;
	clear:both;
}
#link_list{
float:left;
width:880px;
margin:20px 40px;
clear:both;
}
#link_list .link{
width:100px;
display:inline;
float:left;
margin-right:10px;
}
#link_list .link div{
text-align:center;
}
#link_list object{
width:100px;
height:110px;
}
#box_list{
	margin:20px;
	float:left;
	padding:0px 200px;
	visibility: hidden;
}
#box_list li {
	margin-left:15px;
	list-style-type: disc;
	line-height:150%;
}
#iQuestion {
	width:200px;
	overflow:hidden;
	float:left;
	margin:0px 10px;
	min-height:150px;
	padding:10px;
	border: 1px dashed #000000;
	list-style-type: disc;
}
#iQuestion div{
text-align:center;
}
#iQuestion li .answer {
	text-align:center;
}
#iToday {
	width:200px;
	overflow:hidden;
	float:left;
	margin:0px 10px;
	min-height:150px;
	padding:10px;
	border: 1px dashed #000000;
}
#iToday div{
text-align:center;
}
#footer{
width:960px;
margin:0 auto;
margin-top:10px;
text-align:center;
clear:both;
}