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



/* font color */
.copright {
	font-size: 11px;
	color: #e5303e;
}
.style1 {
	color: #FF0000
}
.style2 {
	color: #FFFFFF;
	font-size:20px;
	font-weight:bold;
}
/* line height */
.lineheight13 {
	line-height:1.3;
}
.lineheight16 {
	line-height:1.6;
}
.lineheight18 {
	line-height:1.8;
}
/* link */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a.designed:link {
	font-size: 11px;
	color:#e5303e;
	text-decoration:none
}
a.designed:visited {
	font-size: 11px;
	color:#e5303e;
	text-decoration:none
}
a.designed:hover {
	font-size: 11px;
	color:#ffffff;
	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 #999999;
}
.image_boder {
	border: 3px solid #CCCCCC;
}
