@charset "UTF-8";

*{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	border: none;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 100%;
}
img {
	vertical-align: top;
}

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	color: #333333;
	padding-top: 30px;
}
#header_right {
	float: right;
	text-align: right;
}

#header h1 {
	padding-bottom: 15px;
	float: left;
}
#header h2 {
	font-size: 75%;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 10px;
}
#header p {
	font-size: 65%;
	padding-bottom: 15px;
}
#main_image {
	clear: both;
	background-image: url(../images/home/main_image.jpg);
	background-repeat: no-repeat;
	height: 499px;
	width: 950px;
}
ul#navi {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 80px;
	width: 950px;
}
ul#navi li {
	display: inline;
	float: left;
}
#cont_left {
	float: left;
	width: 230px;
	margin-bottom: 20px;
}
#cont_right {
	float: right;
	width: 690px;
	margin-bottom: 15px;
}
ul.ul_dotline {
	margin-bottom: 10px;
	list-style-type: none;
	font-size: 75%;
	line-height: 150%;
	color: #333333;
}
ul.ul_dotline li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#footer {
	text-align: right;
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5D5D5D;
}
