@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html,body {
	font: 12px/170% Arial, Helvetica, sans-serif;
	color: #666666;
	background: url(../img/bg.jpg) repeat-x;
	height: 100%;
}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: none;
}

#wrap {
	width: 850px;
	border: 1px solid #3E4449;
	background: url(../img/bg_snavi.png) repeat-y;
	margin: 15px auto -40px;

}
#main {
	height: auto;
	width: 850px;
	float: left;
	background: url(../img/bg_snavi.png) repeat-y;
	}
#leftbox {
	height: auto;
	width: 643px;
	float: left;
}

#title {
	height: 85px;
	width: 643px;
}
#topimg {
	width: 643px;
}
#contents {
	width: 603px;
	padding: 20px;
	height: auto;
}
#contents h2 {
	padding-bottom: 3px;
	border-bottom: 1px solid #494F54;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}
#contents td {
	padding: 5px 3px;
	border-bottom: 1px solid #EAEAEA;
}

#navi {
	width: 207px;
	float: left;
	height: auto;
	clear: right;
}
#foot {
	background: #3D4449 repeat-x;
	width: auto;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	line-height: 140%;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #999999;
	border: 1px solid #DBDBDB;
	margin-right: auto;
	margin-left: auto;
}
#foot a:link {
	color: #999999;
}
#foot a:hover {
	color: #006699;
	text-decoration: underline;
}
#foot a:visited {
	color: #666666;
	text-decoration: none;
}
.margin_l5 {
	padding-left: 10px;
}

