body {
	margin:0;
	padding: 0;
	background-color:#ffffff;
	color:#666666;
	font-size:10pt;
	min-width: 800px;

}

.container{
	width:800px ;
	border:solid 1px #666666;
	margin: 0 0 0 -400px;
	position: absolute;
	left: 50%;
}

.left-content{
	margin:15px;
	width:45%;
	float: left;
}

.right-content{
	margin:10px;
	width:45%;
	float: left;
}

.footer{
	margin:10px;
	text-align:center;
	clear: left;
}

.header{
	margin:0;
	padding: 5px;
	text-align:center;
	background-color:#1D262F;
	color:#ffffff;
}

h1{
	margin:0;
	padding: 0;
	font-size:12px;
}

table{
	margin:10px;
	font-size:10pt;
	border:0px;
}

img{
	margin:0;
	padding: 0;
	border: none;
}

a:link {
	color: #ff6699;
	text-decoration: none;
}

a:visited {
	color: #ff6699;
	text-decoration: none;
}

a:hover {
	color: #6666cc;
	text-decoration: none;
}

a:active {
	color: #6666cc;
	text-decoration: none;
}


.attention_top{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#ff0000;
}

.attention{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#ff0000;
}

.attention_s{
	text-align:center;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

.line{
	border:solid 1px #000080;
}

.text{
	font-weight:bold;
	text-align:center;
	font-size:14px;
}
.b{
	font-weight:bold;
	font-size:13px;
	text-align:left;
	padding:10px 0 5px 0;
}
.staff{
	background-image:url(./image/staff.jpg);
	background-repeat:no-repeat;
	width:250px;
	height:100px;
	padding-top:45px;
			font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, arial, verdana, sans-serif; 

}