@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:  url(images/bg.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	background-color: #C0B0D7;
}
body, td, th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #833fab;
}
/* img */
img {
	border:none
}
/* font size */
.style2 {
	color: #333333
}
.style3 {
	font-size: 13px;
	font-weight: bold;
}
/* font color */
.copright {
	color: #ebe4f6;
	font-size: 11px;
}
.style1 {
	color: #FF0000
}
/* line height */
.lineheight13 {
	line-height:1.3;
}
.lineheight16 {
	line-height:1.6;
}
.lineheight18 {
	line-height:1.8;
}
/* link */
a:link {
	color: #833fab;
	text-decoration: none;
}
a:visited {
	color: #833fab;
	text-decoration: none;
}
a:hover {
	color: #b26eda;
	text-decoration: underline;
}
a:active {
	color: #833fab;
	text-decoration: none;
}
a.designed:link {
	font-size: 11px;
	color:#ebe4f6;
	text-decoration:none
}
a.designed:visited {
	font-size: 11px;
	color:#ebe4f6;
	text-decoration:none
}
a.designed:hover {
	font-size: 11px;
	color:#8957a1;
	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 #ad9ac8;
}
.image_boder {
	border: 3px solid #CCCCCC;
}

