* {
	margin: 0;
	padding: 0;

}

body {
	text-align: center;
	line-height: 1.1em;
	margin: 0 auto;
}

#container{
	text-align: center;
	xborder-top: 1px solid #c0c0c0;
	xborder-bottom: 1px solid #c0c0c0;
	background-color:#fff;
	xoverflow: hidden;
}

#container02{
	width: 100%;
	
	margin: 0 auto;
	xbackground-color:#a9a9a9;
	xoverflow: hidden;
}


/* ロゴ＆メニュー */
#haeder{
	width: 100%;
	height: 50px;
	font-size: 100%;
	xbackground-color:#f00;
	margin-top: 10px;
	display: block;
	xborder-bottom: 1px solid #c0c0c0;
	background: url("image/shado.png") no-repeat bottom;
}

#haederinner{
	width: 984px;
	height: 30px;
	text-align: center;
	font-size: 100%;
	xbackground-color:#f00;
	margin-top: 10px;
	display: block;
	margin: 0 auto;
}

#logo{
	width: 300px;
	height: 30px;
	background-color:#fff;
	float: left;
}

#logo .inner a{
	width: 260px;
	height: 40px;
	margin: 0 20px;
	xbackground-color:#fcc;
	text-indent: -9999em;
	display:block;
	background: url("image/logo.png") no-repeat ;
	overflow: hidden;
}

#sidemenu{
	width: 595px;
	float: right;
	height: 30px;
	xmargin-top: 40px;
}

#sidemenu li{
	width: 80px;
	height: 30px;
	margin-right:5px;
	display: inline;
	float: left;
	xbackground-color:#fcc;
}


/* 中身 */

/* バックネクスト */
#backnext{
	width: 140px;
        height: 30px;
	xbackground-color:#0c0;
	margin-left:85%;
	margin-top:40px;
}

#backnext .back a{
	width: 70px;
	height: 30px;
	float: left;
	xbackground-color:#0c8;
	background: url("image/BACK.png") no-repeat;
	text-indent: -9999em;
	display:block;
	overflow: hidden;
}

#backnext .next a{
	width: 70px;
	height: 30px;
	float: right;
	xbackground-color:#0c8;
	background: url("image/NEXT.png") no-repeat;
	text-indent: -9999em;
	display:block;
	overflow: hidden;
}


/* フッター */
#copyrights {
	xfont-size: 90%;
	clear: left;
	width: 100%;
	height: 60px;
	xborder-top: 1px solid #ddc184;
	text-align: center;
	xbackground-color:#fff;
	xoverflow: hidden;
	xdisplay:inline;
	background: url("image/shado02.png") no-repeat top;
}

#copyrights p{
	width: 984px;
	xheight: 100%;
	display: block;
	font-size: 60%;
	margin: 0 auto;
	padding: 5px 0 10px 0;
	color: #808080;
	overflow: hidden;
	xborder-bottom: 1px solid #c0c0c0;
}


