@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

html, body {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	font-weight:bold;
	font-style:normal;
	line-height:normal;
	text-align:left;
}

h1 {
	font-size:25px;
	font-weight:normal;
	color:#000;
}

h2 {
	font-size:16px;
	font-weight:normal;
	color:#999;
}

h3 {
	font-size:10px;
	color:#000;
}

p {
	margin-bottom:10px;
	line-height:140%;
}

ol {
	list-style-position:outside;
	margin-bottom:10px;
}

li {
	margin-left:20px;
	margin-bottom:5px;
}

#wrapper {
	width:840px;
	padding:0px 20px 20px 20px;
	float:left;
}

#header {
	width:100%;
	border-bottom-width:4px;
	border-bottom-style:solid;
	border-bottom-color:#999;
	float:left;
}

#content {
	width:620px;
	margin-top:20px;
	margin-right:20px;
	float:left;
}

#content_wide {
	width:100%;
	margin-top:20px;
	float:left;
}

#copy {
	width:200px;
	margin-top:20px;
	float:left;
}

h2.3rdNavi {
	padding: 0px 20px 0px 20px;
	text-align: right;
}

.visualcopy {
	color:#000;
	font-weight:100;
	width:auto;
}

