body {
	background-color: white;
	margin: 0;
	padding: 0;
}

#left {
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 320px;
	height: 100%;
	_position: absolute;
	background-repeat: no-repeat;
	background-position: center 200px;
	text-align: left;
}

#contents {
	background-color: white;
	margin: 0 0 0 320px;
	top: 50px;
	position:absolute;
	padding: 0;
	width: 380px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: large;
}

#right {
	background-color: #CCC;
	margin: 0 0 0 770px;
	top: 0;
	position:absolute;
	padding: 0;
	position: fixed;
	background-repeat: repeat-y;
	/*	right:0px;	*/
	height: 100%;
	background-image: url(../images/main/ri_mark.jpg);
	width: auto;
}



#main_honbun {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	margin-left: 30px;
	line-height: 20px;
}

#chuuou {
	text-align: left
}

ul { list-style:none; margin:0; padding:0 }
li { display:inline }

#contents_honbun {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#contents table tr td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
}
#contents #main_honbun {
	font-size: 12px;
}
