﻿body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 95%;
	color: #323232;
	background: white;
}
p,h1,h2,h3,h4,h5,ul,li {
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
	border: none;
}
address {
	margin-right: 5px;
	font-style: normal;
	font-size: 12px;
	height: 25px;
	color: white;
	text-align: center;
	line-height: 25px;
}
strong {
	color: #C80000;
	font-size: 18px;
}
form {
	width: 80%;
	margin: 0 auto;
}




/*-------id--------*/

#container {
	width: 920px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: url(../img/bg.jpg) repeat-y;
}




/*-------class------*/

.header {
	width: 900px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
	background: white;
}
.contents {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: white;
}
.footer {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	background: url(../img/footbg.jpg) repeat-x;
}
.right_box {
	width: 300px;
	height: 300px;
	float: right;
	margin-top: 10px;
	margin-right: 60px;
}
.left_box {
	width: 450px;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
}





/*------p-------*/

p.text1 {
	font-size: 13px;
	text-indent: 10px;
	padding: 3px 0;
	border-bottom: 1px dotted #C80000;
}
p.text2 {
	font-size: 13px;
	font-weight: bold;
	text-indent: 5px;
	padding: 8px 0 0 0;
	color: #C80000;
}
p.text3 {
	text-align: center;
	line-height: 25px;
}
p.text4 {
	color: #C80000;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
p.foot {
	font-size: 13px;
	text-align: center;
	padding-top: 20px;
	color: white;
}
p.foot a {
	color: white;
	text-decoration: none;
}
p.foot a:hover {
	border-bottom: 1px solid #C80000;
}
p.left {
	font-size: 13px;
	margin-left: 40px;
	clear: both;
}
p.left a {
	text-decoration: underline;
}
p.left a:hover {
	text-decoration: none;
	border-bottom: 1px solid #C80000;
}
p.image {
	text-align: center;
	margin-top: 20px;
}
p.button a {
	display: block;
	width: 505px;
	height: 65px;
	margin: 10px auto;
	text-indent: -9999px;
	outline: none;
	background: url(../img/button.jpg) no-repeat;
}
p.button a:hover {
	background-position: 2px 2px;
}




/*-------h-------*/

h1.h1 {
	font-size: 13px;
	background: black;
	color: white;
}
h2.h2 {
	margin-left: 10px;
}
h3.h3 {
	font-size: 15px;
}



/*-----table-----*/

table {
	width: 80%;
	margin: 10px auto;
}
th {
	width: 20%;
	border: 1px solid black;
}
td {
	width: 80%;
	text-indent: 5px;
	border: 1px solid black;
}
