#menuArea {
	width: 760px;
	height: 290px;
	position: relative;
}

#topImage {
	width: 760px;
	height: 290px;
	background-image: url(../images/top_image.jpg) ;
	background-repeat: no-repeat;
	z-index: 0;
}

#topImageButton {
	padding-top: 18px;
	padding-left: 541px;
}

.topImageButtonUnit {
	margin-bottom: 6px;
}

#globalNavi {
	height: 32px;
	margin:0 auto;
	margin-bottom:10px;
	width: 760px;
}

#globalNavi div {
	float: left;
}

#globalNavi:after {
	content: '';
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}



/********** メイン関連 **********/
#main {
	width: 760px;
	margin-top:32px;
	zoom: 100%;
}

#main:after {
	content: '';
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

#mainLeft {
	width: 557px;
	float: left;
}

#mainRight {
	width: 166px;
	float: right;
}





.informationTable {
	margin: 0 15px 10px 15px;
	width: 527px;
}

.informationTable th {
	white-space: nowrap;
	width: 85px;
	font-weight: bold;
	vertical-align: top;
	padding-right: 5px;
}

.informationTable .read {
	width: 427;
	vertical-align: top;
}

.informationTable .tri {
	padding-top: 5px;
	width: 15px;
	vertical-align: top;
}

.informationTable .listBtn {
	text-align: right;
}



#pickupArea {
	background-color: #f4f8ed;
	margin-bottom: 10px;
}

.pickupTable {
	margin: 0 15px 0px 15px;
	width: 527px;
}

.pickupTable th {
	white-space: nowrap;
	width: 85px;
	font-weight: bold;
	vertical-align: top;
	padding-right: 5px;
}

.pickupTable .read {
	width: 427;
	vertical-align: top;
}

.pickupTable .tri {
	padding-top: 5px;
	width: 15px;
	vertical-align: top;
}

.pickupTable .listBtn {
	text-align: right;
}





h2 {
	margin-bottom: 10px;
}

.pageNavigation{
	width:530px;
	text-align:center;
}