#container { /* widthが変わるので横幅のpadding,border指定は禁止 */
	width: 900px;
	margin: 0 auto 0 auto;
	background-image: url(../images/mybook/side-back-line.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#AllHeader {
	width: 900px;
	margin: 0 auto 0 auto;
	font-size: 0.8em;
	margin-bottom: 10px; /* メインコンテンツとの間の空白指定 */
	background-image: url(../images/common/spacer-white.gif);
	
}


#MainHeader {

}

#MainHeader img {
	vertical-align: bottom; /* ieの画像下に隙間できる問題の対処 */
}

#Side { /* widthが変わるので横幅のpadding,border指定は禁止 */
	width: 200px;
		height: 1000px;
	float: left;
	display: inline;
		/*background-color: #D0FEFF;*/

}

#Side p {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#Side ol,ul {
	margin-bottom: 20px;
	margin-left: 20px;
}

#Side li {
	font-size: 0.9em;
	line-height: 1.7em;
}

#Main {
	width: 700px;
	float: left;
	display: inline;
	background-image: url(../images/mybook/main-back-line.gif);
	background-position: right;
	background-repeat: repeat-y;
	font-size: 0.9em;
	padding-bottom: 15px;
}

#Footer { /* widthが変わるので横幅のpadding,border指定は禁止 */
	width: 900px;
	height: 50px;
	clear: both;
	font-size: 0.8em;
	text-align: right;
	vertical-align: bottom;
	background-image: url(../images/mybook/footer-back-line.gif);
	background-repeat: no-repeat;
}

#FooterText {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 5px;
}