@charset "utf-8";
/* CSS Document */

/* container
---------------------------------------- */

#container {
	width:100%;
	border-top:#ffbb02 10px solid;
}

/* contents
---------------------------------------- */

#contents {
}

#contents h1 {
	text-align:center;
	color:#666666;
	margin:10px 0;
	font-weight:bold;
}

#contents .aligncenter {
	margin-bottom:30px;
}


#toptext {
	text-align:center;
	color:#666666;
	margin-bottom:30px;
	font-size:14px;
}

#contents a {
}

#contents #banner {
	width:900px;
	float:left;
	display:inline;
}



/* contentsinner
---------------------------------------- */

#main {
	width:900px;
	clear:both;
/*	display:inline;
	float:left; */
	padding-top:20px;
}

#main h2 {
	margin-bottom:30px;
	padding-left:45px;
	line-height:30px;
	background:url(../images/index/tab600.gif) no-repeat left top;
}

#mainleft {
	width:600px;
	margin:0 150px;
/*	float:left;  */
}

#mainleft table {
	width:585px;
	margin-bottom:40px;
	border:none;
}

#mainleft table th {
	width:120px;
	padding-left:10px;
	line-height:26px;
	border-right:#bbbbbb 1px solid;
	background:url(../images/bullets/bullet01_orange.gif) no-repeat left center;
}

#mainleft table td {
	padding-left:15px;
}

#button {
	padding-left:10px;
}

#mainright {
	width:345px;
	float:right;
}

#maininner {
	padding:0 20px 20px 100px;
	background:url(../images/index/lottery.gif) no-repeat left top; 
}

#maininner p {
	margin-bottom:10px;
}

#maininner table {
	border:none;
	width:140px;
}

#maininner table tr td {
	padding-bottom:3px;
}

