body{
	margin : 0px;
	background-color: #FFFFFF;
	background-image : url("../image/background/backimage.gif");

	font-family : Arial,'‚l‚r ‚oƒSƒVƒbƒN',sans-serif ;
	text-align: center;
	width: 100%;
}

.container1{
	background-image : url("../image/background/backtable.gif");
	background-repeat : no-repeat;
	width : 1000px;
	height : 760px;

    text-align : left;
    margin : 0 auto; /* center on everything else */
}

.container2{
	padding-top : 20px;
	padding-left : 40px;
}


.left{
	float : left;
}

.right{
	float : right;
	width : 370px;
}

.right_inner{
	text-align : lrft;
	margin-right : 20px;
	margin-top : 10px;	
}

.menu{
	margin-bottom : 10px;
}

.content{
	border-style : solid;
	border-width : 2px;
	border-color : #000000;
	background-image : url("../image/background/maintable.gif");
	width : 560px;
	height : 610px;
	overflow : auto;
}

.content_inner{
	padding : 10px;
}

.comment{
	margin-top : 15px;
}

.footer{
	margin-top : 30px;
}

.description{
	font-weight : bold;
}
