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

div#wrap {
	background-color: #907B50;
	background-image: url(../images/common/contents_bg.jpg);
}

div#container {
	position: relative;
	background-image: url(../images/common/contents_bg.jpg);
}

a#back_top {
	position: absolute;
	top: 65px;
	left: 350px;
	z-index: 999;
	display: block;
	background: url(../images/common/spacer.gif) top center no-repeat;
	width: 300px;
	height: 160px;
	text-indent: -9999px;
}

/*	グローバルメニュー
===================================================================*/
div#menuFlashArea {
	position: relative;
	z-index: 99;
	width: 1000px;
	text-align: center;
}

div#menuFlashArea p {
	padding-top: 70px;
}

/*	メインコンテンツ
===================================================================*/
div#main_contents {
	width: 740px;
	margin: -35px auto 0 auto;
}

/*	サイドメニュー
===================================================================*/
div#sidemenu {
	float: left;
	width: 190px;
	padding-top: 10px;
	background: url(../images/common/btn_bgtop.gif) top center no-repeat;
}

div#sidemenu div#sidemenubottom {
	width: 190px;
	padding-bottom: 10px;
	background: url(../images/common/btn_bgbottom.gif) bottom center no-repeat;
}

div#sidemenu div#sidemenubottom ul {
	width: 170px;
	padding: 0 11px 0 9px;
	background: url(../images/common/btn_bgmiddle.gif) top center repeat-y;
}

div#sidemenu p.banner {
	margin-top: 10px;
}

/*	食いしんぼ新聞
===================================================================*/
div#sidemenu h3 {
	margin-top: 10px;
}

div#sidemenu div.shinbun {
	width: 190px;
	padding-bottom: 10px;
	background: url(../images/common/shinbun_bottom.gif) bottom center no-repeat;
	line-height: 0;
	font-size: 0;
}

div#sidemenu div.shinbun ul {
	padding: 10px 10px 0 10px;
	background: url(../images/common/shinbun_middle.gif) bottom center repeat-y;
}

div#sidemenu div.shinbun ul li {
	width: 170px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px #916666 solid;
	text-align: center;
	line-height: 0;
	font-size: 0;
}

div#sidemenu div.shinbun ul li.last {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

div#sidemenu div.shinbun ul li a,
div#sidemenu div.shinbun ul li a:hover {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

/*	メイン部分
===================================================================*/
div#main {
	float: right;
	width: 500px;
}

h2.subtitle {
	width: 500px;
	padding: 10px 0 20px 0;
	background: url(../images/common/subtitle_bg.gif) bottom left repeat-x;
}

/*	ページTOPへ
===================================================================*/
p.pagetop {
	padding-right: 16px;
	padding-bottom: 40px;
	text-align: right;
}

