@charset "UTF-8";
/* =======================================

“index" CSS

-----------------------------------------
INDEX
-----------------------------------------
	1.Base Structure
	2.text-decoration
	3.header
	4.gNavi
	5.mainNavi
	6.contents
========================================== */

/* ======================
	1.Base Structure
====================== */
#header {
	position: relative;
	clear: both;
	width: 1013px;
	height: 394px;
	background: url(../images/mainImg.jpg) no-repeat left top;
}
#gNavi {
	clear: both;
}
#mainNavi {
	position: relative;
	font-size: 11px;
	width: 1013px;
	height: 40px;
	margin-bottom: 20px;
	background: url(../images/mainNavi.gif) no-repeat left top;
}
#contents {
	overflow: hidden;
	width: 993px;
	margin: 0 auto;
	padding-bottom: 40px;
}
#contentsBottom {
	clear: both;
}
#contentsBottom ul li {
	float: left;
	margin-right: 10px;
}

/* ======================
	2.text-decoration
====================== */

/* ======================
	3.header
====================== */
#movie {
	text-align: right;
	padding: 40px 60px 0 0;
}
p.headBanner {
	position: absolute;
	top: 295px;
	left: 19px;
}
p.headBanner2 {
	position: absolute;
	top: 295px;
	left: 194px;
}
p.headBanner3 {
	position: absolute;
	top: 295px;
	left: 369px;
}
.bokin_headBanner01 {
	position: absolute;
	top: 88px;
	left: 19px;
	width: 300px;
	height: 46px;
}
.bokin_headBanner02 {
	position: absolute;
	top: 146px;
	left: 19px;
	background: url(../images/bokin2.png) no-repeat left top;
	width: 300px;
	height: 137px;
}
.bokin_btn {
	padding-left: 8px;
	padding-top: 38px;
}
.bokin_btn .bb {
	padding-top: 6px;
}

p.headBanner03 {
	position: absolute;
	top: 231px;
	left: 19px;
}


/* ======================
	5.mainNavi
====================== */
#mainNavi table {
	width: 680px;
	margin-left: 10px;
}
#mainNavi table td {
	padding-top: 8px;
}
#mainNavi .kensaku {
	padding: 10px 15px 0 5px;
	background: url(../images/line01.gif) no-repeat right bottom;
}
#mainNavi .kensaku input {
	margin-right: 3px;
}
#mainNavi .mnBtn01 {
	position: absolute;
	bottom: 8px;
	right: 135px;
	vertical-align: middle;
	padding-left: 15px;
	background: url(../images/line01.gif) no-repeat left bottom;
}
#mainNavi .Finfo {
	height: 25px;
	padding-top: 8px;
	padding-left: 140px;
	background: url(../images/sT01.gif) no-repeat left center;
}
#mainNavi .mnBtn02 {
	position: absolute;
	right: 10px;
	bottom: 8px;
	width: 112px;
	height: 58px;
	padding-left: 10px;
}

/* ======================
	6.contents
====================== */
.contentsL {
	float: left;
	width: 425px;
	margin-bottom: 30px;
}
.contentsR {
	position: relative;
	width: 558px;
	float: right;
	margin-bottom: 20px;
}
.contentsL dt{
	width: 425px;
	text-align: right;
	padding: 10px 0;
	border-top: 1px dotted #000;
	background: url(../images/sT02.gif) no-repeat left center;
}
.contentsL li {
	width: 425px;
	padding: 10px 0;
	border-top:  #000 dotted 1px;
}
.contentsL .btm {
	border-bottom:  #000 dotted 1px;
}
.contentsR ul {
	float: left;
	width: 358px;
	margin: 0 10px 0 0;
}
.contentsR li {
	float: left;
	width: 179px;
}
.backnumBtn {
	position: absolute;
	top: 180px;
	left: 178px;
}
.backnumBtn02 {
	position: absolute;
	top: 180px;
	left: 0px;
}
.backnumBtn03 {
	position: absolute;
	top: 180px;
	left: 369px;
}
.backnumBtn04 {
	position: absolute;
	top: 220px;
	left: 0px;
}

/*.contentsR ul {
	float: left;
	width: 372px;
}*/
/*.contentsR li {
	float: left;
	width: 181px;
	margin: 0 5px 5px 0;
}*/
.contentsR p {
	float: left;
	width: 181px;
}

p.tour {
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 0 0 555px;
}


/*--募金の特別コンテンツ--*/
.bokin h4 {
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0 15px 15px;
	background: #E6E6E6;
}

.bokin {
	font-size: 13px;
	border: #CCC 1px solid;
	margin-bottom: 25px;
}

.bokin table {
	border-collapse: collapse;
	border-spacing: 0;
}

.bokin th {
	background: #FFC;
	padding: 15px 0 15px 10px;
	border: #CCC 1px solid;
	font-size: 15px;
}

.bokin table td {
	border: #CCC 1px solid;
	padding: 3px;
}

.bokin a {
	color: #03F;
}

