/*--------------------------------------------------------------------------------------------------
																							common
---------------------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: url(../image/body_bg.jpg) left top no-repeat;
}
p,ul,li {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
ul,li {
	list-style: none;
}
address {
	color: white;
	margin-left: 5px;
	font-style: normal;
}
address a {
	color: white;
	text-decoration: none;
}
a {
	outline: none;
}
form {
	font-size: 14px;
}




/*--------------------------------------------------------------------------------------------------
																							id
---------------------------------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 200px;
}
#contents {
	width: 850px;
	border-right: 1px solid black;
}
#footer {
	width: 100%;
	height: 100px;
	background: url(../image/footer_bg.jpg) right no-repeat;
}












/*--------------------------------------------------------------------------------------------------
																							class
---------------------------------------------------------------------------------------------------*/
.content_box {
	padding: 15px 25px;
}
.content_box2 {
	padding: 15px 25px;
}










/*--------------------------------------------------------------------------------------------------
																						  classŠÖ˜A
---------------------------------------------------------------------------------------------------*/
.content_box p {
	font-size: 14px;
	text-align: justify;
	text-justify: auto;
	letter-spacing: 1.5px;
	line-height: 25px;
}
.content_box2 p {
	font-size: 13px;
	text-align: justify;
	text-justify: auto;
	line-height: 25px;
}
.content_box2 h3 {
	padding: 10px 0;
}








/*--------------------------------------------------------------------------------------------------
																								h
---------------------------------------------------------------------------------------------------*/
h1 {
	margin: 0 0 10px 0;
}
h2,h3 {
	clear: both;
	margin: 0 0 10px 0;
}









/*--------------------------------------------------------------------------------------------------
																								p
---------------------------------------------------------------------------------------------------*/
p.img_r {
	float: right;
	margin-left: 10px;
}
p.img_l {
	float: left;
	margin-right: 10px;
}
p.last {
	text-align: right;
	margin-top: 10px;
}
p.text1 {
	color: #C80000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0;
}
p.btn1 a {
	display: block;
	width: 410px;
	height: 60px;
	margin: 30px 0 100px 70px;
	text-indent: -9999px;
	background: url(../image/btn1.jpg) no-repeat;
}
p.btn1 a:hover {
	background: url(../image/btn2.jpg) no-repeat;
}
p.btn2 a {
	display: block;
	width: 350px;
	height: 82px;
	margin: 20px 0;
	text-indent: -9999px;
	background: url(../image/btn3.jpg) no-repeat;
}
p.btn2 a:hover {
	background: url(../image/btn4.jpg) no-repeat;
}
p.foot {
	font-size: 13px;
	padding-top: 12px;
	margin-left: 5px;
	color: white;
}
p.foot a {
	color: white;
	text-decoration: none;
}






/*--------------------------------------------------------------------------------------------------
																							ul,li
---------------------------------------------------------------------------------------------------*/
ul {
	margin: 10px;
}
li {
	font-size: 14px;
	letter-spacing: 1.5px;
	line-height: 22px;
	font-weight: bold;
	color: blue;
}









/*--------------------------------------------------------------------------------------------------
																							  span
---------------------------------------------------------------------------------------------------*/
.red {
	color: #C80000;
	font-weight: bold;
	font-size: 1.2em;
}
.red2 {
	color: #C80000;
	font-size: 12px;
}
.blue {
	color: #0000C8;
	font-weight: bold;
	font-size: 1.2em;
}
.big {
	font-size: 2em;
	font-weight: bold;
}
.green {
	color: #CC6600;
	font-weight: bold;
	font-size: 1.5em;
	font-family: 'arial black';
}
.border {
	border-bottom: 1px solid #FFCC00;
}