@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/bgbg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #090300;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#555555;
}
/* img */
img {
	border:none
}
/* font size */


/* font color */
.copright {
	color: #fd9361;
	font-size: 10px;
}
a.designed:link {
	font-size: 10px;
	color:#fd9361;
	text-decoration:none
}
a.designed:visited {
	font-size: 10px;
	color:#fd9361;
	text-decoration:none
}
a.designed:hover {
	font-size: 10px;
	color:#8957a1;
	text-decoration: none
}
.style1 {
	color: #FF0000
}
.style2 {
	color: #8b3913;
	font-weight: bold;
}
.style3 {
	font-size: 15px;
	color: #632003;
	font-weight: bold;
}
/* line height */
.lineheight13 {
	line-height:1.3;
}
.lineheight16 {
	line-height:1.6;
}
.lineheight18 {
	line-height:1.8;
}
/* link */
a:link {
	color: #310c0b;
	text-decoration: none;
}
a:visited {
	color: #310c0b;
	text-decoration: none;
}
a:hover {
	color: #af4818;
	text-decoration: underline;
}
a:active {
	color: #310c0b;
	text-decoration: none;
}
a.submenu:link {
	font-size: 15px;
	color:#310c0b;
	text-decoration:none
}
a.submenu:visited {
	font-size: 15px;
	color:#310c0b;
	text-decoration:none
}
a.submenu:hover {
	font-size: 15px;
	color:#af4818;
	text-decoration: none
}
a.pdt:link {
	font-size: 12px;
	color:#000000;
	text-decoration:none
}
a.pdt:visited {
	font-size: 12px;
	color:#000000;
	text-decoration:none
}
a.pdt:hover {
	font-size: 12px;
	color:#df0224;
	text-decoration: none
}
/* table */
.table_line_a {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.table_line_b {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
}
/* box */
.box {
	background-color: #ffffff;
	border: 1px solid #9f5a0d;
}
.image_boder {
	border: 3px solid #ffd991;
}
