@charset "utf-8";
/* CSS Document */

.body {

}
.con {
	width: 780px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.con .header {

}
.con .sta {
}
.con .sta .sta_left {
	float: left;
	width: 47%;
}
.con .sta .sta_right {
	float: right;
	width: 47%;
}
.clearfloat{clear:both;}
.con .header .logo {
	float: left;
	height: 100px;
	width: 200px;
}
.con .header .title {
	width: 570px;
	float: left;
}
.con .sta .contents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 10px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(img/bg_contents.jpg);
	padding-left: 10px;
}
.con .header .title .title_1 {
	height: 30px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
	font-weight: bold;
	padding-left: 30px;
}
.con .header .title .title_2 {
	height: 100px;
	font-size: 28px;
	font-family: "MS UI Gothic";
	text-align: center;
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 210px;
	font-weight: normal;
}
.con .sta .sta_left .link_left {
	font-size: 10px;
	color: #333333;
	margin-bottom: 10px;
}
.con .sta .sta_right .link_right {
	font-size: 10px;
	color: #333333;
	margin-bottom: 10px;
}.con .sta {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style1 {font-size: 10px}

