/* Base */

/* basic elements */

body {
	color: #333333;
	font-family: verdana, 'trebuchet ms', sans-serif;
	text-decoration: none;
	font-size:10px;
	line-height:16px;
	border:none;
	border:0px;
	border-collapse:collapse;
	background: #EDE8DD;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

a img { border: 0px; }

a{text-decoration: none;}
a:link {color: #5588bb;text-decoration: none;border-bottom:0px;}
a:visited {color: #5588bb;text-decoration: none;border-bottom:0px;}
a:hover {color: #003366;text-decoration: none;border-bottom:0px;}

a.lined{text-decoration: none;}
a:link.lined {color: #5588bb;text-decoration: none;border-bottom:0px;}
a:visited.lined {color: #5588bb;text-decoration: none;border-bottom:0px;}
a:hover.lined {color: #003366;text-decoration: none;background: #DBE5FE;border-bottom:1px #003366 dotted;position:relative; top:-1px;}
a:active.lined{color: #003366;text-decoration: none;background: #DBE5FE;border-bottom::1px #003366 dotted;position:relative; top:-1px;}


h1, h2, h3, h4, h5, h6 { 
	font-weight: bold;
}

/*--クリア--*/

.clears{
	clear:both;
}

/*--非表示--*/

.hide{
	display:none;
}

#headder{
	margin:16px auto 0px auto;
	width:800px;
	height:70px;
}
#container{
	width:800px;
	margin:20px auto 0px auto;
}
#footer{
	margin:20px auto 10px auto;
	width:800px;
	height:114px;
}

.top2{
	background: #ffffff;
	background:url("images/top2.gif");
	background-repeat: no-repeat;
}

.top2-2{
	background: #ffffff;
	background:url("images/top2.jpg");
	background-repeat: no-repeat;
}

.top3{
	background: #ffffff;
	background:url("images/top3.gif");
	background-repeat: no-repeat;
}

.top4{
	background: #ffffff;
	background:url("images/top4.gif");
	background-repeat: no-repeat;
}

.top5{
	background: #ffffff;
	background:url("images/top5.gif");
	background-repeat: no-repeat;
}

.top6-1{
	background: #ffffff;
	background:url("images/top6-1.gif");
	background-repeat: no-repeat;
}
.top6-2{
	background: #ffffff;
	background:url("images/top6-2.gif");
	background-repeat: no-repeat;
}