body {
	width:100%;
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

/* 3段組レイアウト */

#header{
	width: 100%;
	height:100px;
	background-image: url(../images/header_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#toparea {
	width:100%;
	height: 45px;
	margin: 0px 0px;
	padding: 0px;
	background-image: url(../images/toparea_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper {
 width:100%;
 float:left;
 margin-right:-220px;
}

#leftarea {float:right; width:210px; }
#rightarea {float:left; width:220px; }
#contents { width:100%; float:right; margin-left:-210px;}

#leftmenu{}
#rightmenu{}
#main{ margin-right:220px; margin-left:210px;}

#footer{width:100%;clear:left;background-color:#DBDEDF;border-top:10px #b8baba solid;text-align:left; margin:0;}

#contentssize {position:absolute; top:100px; right:0px; width:220px; height:45px; background:#DBDEDF; vertical-align:middle; text-align:center;}
#sizechange {padding:7px; font-size:90%;}


/* minwidth 950 */
.container {
	width: 100%;
	min-width: 950px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
* html .minwidth {
	margin-left: 950px ;
}
* html .box {
	margin-left: -950px;
	position: relative;
}
/*\*/
* html .container, * html .minwidth, * html .box {
	height: 1px;
}
/**/

