@charset "UTF-8";
/* CSS Document */

#wrapper {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	padding-bottom: 40px;
}
#main_contents {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#header_top {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: #999999;
	background-color: #000000;
	font-family: Arial,Verdana;
	font-size: 10px;
	line-height: 14px;
}
#header_foto {
}
.main_title {
	margin-bottom: 10px;
	text-align: left;
	width: 730px;
}
.clear_both {
	clear: both;
}
.box_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.box_left {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
.text_box {
	font-family: Verdana,Arial;
	font-size: 1em;
	line-height: 1.4em;
	padding: 10px;
	margin-bottom: 20px;
}
