/*===================基本部分===================*/
body {
	background-repeat: repeat-x;
	background-image: url(images/bodyback.jpg);
	background-position: top;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 90%;
	line-height: 1.2em;
	margin-top: 0px;
	background-attachment: fixed;
}

td {
	vertical-align: top;
}

th {
	font-size: 90%;
}

/*===================全体部分===================*/

div#mainback {
	background-image: url(images/totalback.gif);
	background-repeat: repeat-y;
	border: 1px solid #CC6699;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/*=================ヘッダー部分=================*/

div#header {
	background-image: url(images/header.jpg);
	height: 125px;
	width: 800px;
}

div#topbutton {
	height: 27px;
	width: 466px;
	top: 85px;
	position: relative;
	margin-right: 0px;
	float: right;
}

/*temp.dwtのみ*/
.hitbox {
	width: 300px;
	height: 125px;
	float: left;
}

/*=================センター部分=================*/

div#middle {
	background-image: url(images/menuback.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*メニュー部分*/
div#menugroup {
	width: 173px;
	background-image: url(images/menuback.gif);
	background-repeat: no-repeat;
	float: left;
	text-align: center;
}

.menubuttonsmall {
	width: 125px;
	background-image: url(images/menu_botun_sml.gif);
	height: 20px;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
	font-size: 14px;
	padding-top: 3px;
}

.fontmargin {

	margin-top: 1px;
	margin-left: 6px;
}

.underbutton {
	padding-bottom: 5px;
}

/*真中の部分*/
div#maincontents {
	background-image: url(images/contentsbacck.gif);
	background-repeat: no-repeat;
	width: 627px;
	float: right;
	text-align: center;
}

/*temptop.dwt用のアキ調整*/
div#contentstop {
	width: 570px;
	text-align: left;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

/*temp.dwt用のアキ調整*/
div#cont01 {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 30px;
}

/*============下の部分（フッター）============*/

div#footer {
	clear: both;
	height: 20px;
	background-image: url(images/fotter.gif);
	background-repeat: no-repeat;
}
