@charset "utf-8";
body { color: #444444; font-family: "Times New Roman", Times, serif; font-size: 13px; line-height: 1.6em; }
a { color: #444444; text-decoration: underline; font-weight: bold; } 
a:hover { text-decoration: none; }
th { text-align: left; }
td img {border: 2px solid #fff; }
td img:hover {border: 2px solid #cdd3d8;}
.background {
	background-image: url(../images/back.gif);
	background-position: center top;
	height: 100%;
	width: 100%;
/*	position: fixed;*/
	background-repeat: no-repeat;
	background-color: #cdd3d8;
	padding: 0px;
	margin: 0px;
}
.content {
	width: 970px;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
.contentbox1 {
	background-image: url(../images/back_box.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 850px;
	height: 515px;
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 30px;
	padding-left: 60px;
}
.contentbox2 {
	background-image: url(../images/back_box2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 850px;
	height: 130px;
	padding: 30px 60px;
}
.contentbox3 {
	background-image: url(../images/back_box3.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 850px;
	height: 90px;
	padding: 20px 60px;
}
.plaintext {	
	font-size: 13px;
	line-height: 19px;
	text-decoration: none;
}
/*
.style1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	font-variant: normal;
}
*/
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 23px;
	text-decoration: none;
	font-weight: bold;
}
