@charset "utf-8";
/* CSS Document */


/* アイキャッチ */
#eyecatch {
	background: url(../images/eyecatch.jpg);
	height: 210px;
	position: relative;
}
#contact_btn {
	float: left;
	height: 30px;
	width: 155px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	position: absolute;
	top: 173px;
	right: 25px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #FFFFFF;
	background: #FFCC00;
}
#contact_btn a {
	color: #660000;
	text-decoration: none;
	display: block;
}
#contact_btn a:hover {
	color: #FF3300;
}

/* 宝くじマーク */

#takara {
	float: left;
	position: absolute;
	top: 81px;
	right: 26px;
}

/* メイン */

#main {
}
#theme {
	background: url(../images/theme_back.gif);
	height: 40px;
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
	padding-top: 10px;
	margin: 10px;
}
#left {
	float: left;
	width: 550px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#bannerbox{
	float: right;
	margin-top: 13px;
	margin-right: 10px;
	width: 135px;
	margin-bottom: 10px;
}
.banner{
	margin-bottom: 5px;
}

#information {
	clear: left;
	border: 1px solid #4DB010;
	padding: 2px;
	width: 540px;
	margin-left: 8px;
}
#information a {
	text-decoration: none;
}
#information a:hover {
	text-decoration: underline;
}
#information img{
	margin-bottom: 10px;
	margin-top: 0px;
}
#information h1{
	font-size: 14px;
	font-weight: bold;
	color: #357F00;
	line-height: 30px;
	background: #C2E86B;
	text-indent: 10px;
}
#information h2{
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px;
}
#info_inner {
	margin: 10px;
	line-height: 50px;
}

#end {
	background: #FFFFE1;
	margin-left: 10px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #4DB010;
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
}
#end p {
	font-size: 16px;
	line-height: 25px;
}
#end h1{
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px;
	color: #993300;
	font-size: 20px;
	text-align: center;
}

#raijyou {
	margin-left: 10px;
}
#raijyou table {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#raijyou table th {
	padding: 10px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #F5FFE1;
}
#raijyou table td {
	padding: 10px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

