@charset "euc-jp";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size : 100%;
}

body {
	font-size:12px;
	color: #003366;
}

html, body {
    scrollbar-base-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #3366CC;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-arrow-color: #3366CC;
}

a:link {
	color: #339999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

.all{
	width:650px;
	margin-top:10px;
	margin-left:100px;
	margin-bottom:10px;
}
.top-r{
	width:150px;
	height:600px;
	float:left;
}
.top-l{
	width:500px;
	height:600px;
	float:left;
}
.clear{
	clear:left;
}

.top01{
	width:490px;
	margin:5px 5px 5px 5px;
}
.top-f{
	width:490px;
	margin:4px 4px 5px 5px;
	border-bottom:#3366CC 1px dotted;
	border-right:#3366CC 1px dotted;
}
.top-u{
	width:490px;
	margin:15px 5px 5px 5px;
}

ul { 
	padding:0;
	margin:0;
	list-style-type:none;
} 

li{
	float:left;
	width:80px;
	padding-left:13px;
	margin-left:3px;
	background:url(../img/m01.gif) no-repeat fixed left;
} 