@charset "UTF-8";

/* CSS Document */


/*-------------------- body --------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.jpg);
}

div#main{
	padding:10px;
	float:left;
	width:819px;
}

table.a {
width: 819px;
table-layout: fixed;
background-color: #ffefc7;
}

td.a, th.a {
padding: 5px 5px;
}


/*-------------------- header --------------------*/

/*ロゴ画像*/


#logo {
	position: relative;
	float: left;
	height: 130px;
	width: 850px;
	padding: 0px;
	margin: 0px;
	z-index: 600;
	display: inline;
	background: url(../images/header.jpg) no-repeat;
}

/*ロゴtxt非表示*/
h1 {
	text-indent: -9999px;
}



/*-------------------- text --------------------*/


.text_white{
	color: #FFFFFF
}
.subt_white{
	background-color: #F8EAC0;
}
.subt_bl{
	background-color: #FFEFC7;
}
