body {
	margin-top: 0px;
	background-color: #1A0B08;
}
td {
	font-size: 12px;
	font-style: normal;
	line-height: 120%;
	color: #FFFFFF;
}
a.style:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.style:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.style:hover {
	color: #FF6600;
	text-decoration: underline;
}
a.style:active {
	color: #FFCC00;
	text-decoration: none;
}
a:link {
	color: #3366CC;
	text-decoration: underline;
}
a:visited {
	color: #3366CC;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}
/*ブルー線*/
.border01 {
	border: 1px solid #BDA73C;
}
/*ブルー下破線*/
.border01_2 {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #BDA73C;
}
/*ブルー下線*/
.border01_3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDA73C;
}
/*ブルー2線*/
.border_blue_mawari {
	border: 1px solid #135EA0;
}
/*ブルー2下破線*/
.border_dot_blue {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #135EA0;
}
/*グレー線*/
.border02 {
	border: 1px solid #666666;
}
/*グレー下破線*/
.border02_2 {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #666666;
}
/*グレー下線*/
.border02_3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
/*グレー右線*/
.border02_right {
	border-right-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-left-style: none;
	border-right-color: #666666;
}
/*薄いブルー線*/
.border03 {
	border: 1px solid #3C69A4;
}
/*濃いグレー線*/
.border04 {
	border: 1px solid #999999;
}
/*濃いグレー破線*/
.border04_dot {
	border: 1px dotted #999999;
}
/*オレンジ線*/
.border_orange {
	border: 1px solid #f79400
}
/*オレンジ下線*/
.border_orange_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f79400;
}
/*オレンジ左右線*/
.border_blue_left_right{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #135EA0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #135EA0;
}
.text10 {
	font-size: 10px
}
.text12_b {
	font-size: 12px;
	font-weight:bold
}
.text14 {
	font-size: 14px;
}
.text14_b {
	font-size: 14px;
	font-weight:bold
}
.text18 {
	font-size: 18px;
	line-height: 120%;
}
.text20 {
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
}
.text24 {
	font-size: 24px;
	line-height: 120%;
}
.text_white10 {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.text_white10_n {
	font-size: 10px;
	color: #FFFFFF;
}
.text_white {
	color: #FFFFFF
}
.text_white_bold {
	color: #FFFFFF;
	font-weight:bold
}
.text_white14 {
	font-size: 14px;
	line-height: 120%;
	color: #FFFFFF;
}
.text_green {
	color: #ABDE5F;
}
.text_green02 {
	font-size: 12px;
	color: #004F00;
}
.text_gray {
	font-size: 12px;
	color: #666666;
}
.text_red {color: #CC0000
}
.text14_red{
	font-size: 14px;
	color:#CC0000
}
.text_blue {
	color: #3C69A4;
}
.text_blue2 {
	color: #D5E8FB;
}
.text_orange {
	color: #FF9933;
}
.text_pink {
	color: #FF9999;
}
.text_brown {
	color: #663300;
}
.text_lightblue {
	color: #33CCCC;
}
