@charset "UTF-8";
/* CSS Document */

html,body {
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	text-aligh:center;	
	background:#8b7171 url(images/bg2.jpg) repeat-x;
	font-size:10px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:0.05em;
}

body table table {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

	

h1{
	margin:0;
	padding:0;
}

h1,h2{
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0;
}

p{
	margin:0;
	padding:0;
	font-size:14px;
}

img { 
	border:0;
}

body table table td.menu {
	vertical-align:top;
	background:url(images/paper_back.jpg);
	height:40px;
	padding-bottom:30px;
	
}



body table table td.contents {
	vertical-align:top;
	background:url(images/paper_back.jpg);

}

/*ビジネスエクスプレス対策　topページ */
.prof{
	background:url(images/top_bt.png);
	background-repeat:no-repeat;
	width:900px;
	height:24px;
	padding-top:10px;
}
	
	
.prof a:link{
	color:#dcceab;
	text-decoration:none;

}

.prof a:visited{
	color:#dcceab;
	text-decoration:none;

}

.prof a:hover{
	color:#E1E1E1;
	text-decoration:none;

}
	
.under_text{
	padding-left:17px;
	font-size:10px;
	color:#dcceab;
	float:left;
	width:400px;
}

.under_text a{
	padding-right:5px;
	padding-left:5px;
}

.copy{
	font-size:10px;
	color:#dcceab;
	float:right;
	width:400px;
	text-align:right;
	padding-right:19px;
}