@charset "utf-8";
body {
	padding: 0;
	margin: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#container {
	width: 100%;
}

#header {
	width: 100%;	
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #666;
}

.headernavi{
		margin-left: 10px;
		margin-right: 10px;
		background-image: url('linkicon.gif');
		background-repeat: no-repeat;
		background-position: left;
		padding-left: 15px;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#contentleft {
	float: left;
	width: 376px;	
}

#adbox1 {
	margin: 20px;
}

#contentright {
	padding-left: 20px;
	width: 580px;
	float: left;
	border-left: 2px dashed #666;
}

#footer {
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	border-top: 2px solid #666;
	text-align: right;
}

h1 {
	color: #00AAFF;
	font-size: 16px;
}

h2 {
	color: #00AAFF;
	font-size: 14px;
}

h3 {
	color: #00AAFF;
	font-size: 14px;
}

h4 {
	color: #00AAFF;
	font-size: 14px;
}

h5 {
	color: #00AAFF;
	font-size: 14px;
}

h6 {
	color: #00AAFF;
	font-size: 14px;
}

p {
	margin-top: 5px;	
	margin-bottom: 15px;
	text-align: justify;
}


