html {
	margin: 0px;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}
body {
	margin: 0;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	position: relative;
}
div#header {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	background-image: url(bg_headerarea.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 53px;
}
div.hd_title {
	margin-top: 8px;
	margin-left: 20px;
	float: left;
}
hr.hrstyle {
	border: 0;
	border-bottom: 1px dotted #ccc;
	background: #fff;
}
#content {
	margin: 20px;
}
.dvlang {
	margin: 20px 10px 20px 10px;
}
h3 {
	font-size: 20px;
	color: #666666;
	margin-bottom: 5px;
}
/*====clearfix====*/

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
	position: relative; /*for preview*/
}
