@charset "utf-8";
/* CSS Document */
table {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.header_line{
	background-image: url(../images/head_bg.png);
	background-repeat: repeat-x;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.attention{
	font-size: 12px;
	color: #F90;
	text-align: center;
}
.attention h1{
	font-size: 18px;
	color: #F00;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.attention h2{
	font-size: 15px;
	font-weight: normal;
	margin: 10px;
}
.attention a{
	color: #3cc;
}
#tab-header{
    line-height: 1.6em;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: relative;
    width: 950px;	}