@charset "utf-8";
body {
	margin:0;
	padding:0;
	background-color:#1d1d1d;
	background-image: url(img/bg_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
body, td, th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size:12px;
	line-height:15px;
	color:#FFFFFF;
}
a:link {
	color: #3399FF;
}

a:visited {
	color: #3399FF;
}

a:hover {
	color: #33CCFF;
}

a:active {
	color: #3399FF;
}


#content {
	width:800px;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#column1, #column2, #column3 {
	float:left;
	padding-bottom:32768px;
	margin-bottom:-32768px;
}
#column1 {
	width:270px;
	background-image: url(img/column1_bgline.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#column2 {
	width:299px;
	background-image: url(img/column2_w_bgline.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#column3 {
	width:231px;
	margin-right:0;
	background-image: url(img/column3_bgline.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#content #column1 .contents1 {
	width: 261px;
	background-image: url(img/column1_bgline.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#content #column2 .contents2 {
	width: 290px;
	background-image: url(img/column2_bgline.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#content #column2 .contents2_w {
	width: 290px;
	background-image: url(img/column2_w_bgline.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#content #column3 .contents3 {
	width: 231px;
	background-image: url(img/column3_bgline.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.title {
	padding-bottom: 10px;
}
.txt {
	padding-left: 10px;
	padding-right: 5px;
}
.txt_w {
	padding-left: 10px;
	color: #000000;
}
.header {
	width: 800px;
	padding-bottom: 15px;
}
.space {
	height: 15px;
	background-color: #1d1d1d;
}
.footer {
	width: 800px;
	background-color: #000000;
}
#content #column1 .contents1 .txt .yeloow {
	font-size: 16px;
	color: #FFFF00;
	font-weight: bold;
	line-height: 20px;
}
#content #column1 .contents1 .txt .yeloow_2 {
	color: #FFFF00;
	font-weight: bold;
}
#content #column1 .contents1 .txt .red {
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
	line-height: 20px;
}
#content #column1 .contents1 .txt .orange {
	font-size: 16px;
	color: #FF6600;
	font-weight: bold;
	line-height: 20px;
}
.note {
	padding-left:1em;
	text-indent:-1em;
}
.txt_title {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #1A9EEE;
}
.space2 {
	height: 99px;
}

