*{
	font-size: 13px;
	line-height:18px;
	color:#333333;
}

body {
	width:100%;
	font-size: 13px;
	line-height:18px;
	color:#333333;
}


a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: underline;
	color: #000099;
}
a:link{
	text-decoration: underline;
	color: #0000FF;
}
a:visited{
	text-decoration: underline;
	color: #000099;
}
a{
	text-decoration: underline;
	color: #0000FF;
}



ul {
	font-size: 10px;
	list-style:none;
}

li {
	text-align:right;
	text-decoration:none;
	list-style: none;
	display:block;
}

.title {
	width:670px;
	text-align:right;
	font-weight:800;
	font-size:17px;
	color:#333333;
	border-bottom:dotted 1px #999999;
	padding:5px 10px 3px 20px;
}


.title_sub {
	width:670px;
	text-align:right;
	font-weight:800;
	font-size:17px;
	color:#FF6600;
	border-bottom:dotted 1px #999999;
	padding:5px 10px 3px 20px;
}


h1 {
	font-size: 15px;
	color:#CCCC66;
}

#main_block {
	font-size: 14px;
	color:#000000;
}

#main_block a:hover {
	font-size: 15px;
	color:#FF0000;
}


ul,li{
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
}

li{
	display:inline;
}

li a,li a:link,li a:visited{
	font-size:12px;
	text-decoration:none;
	color:#666666;
	display: block;
	width:auto;
	height:auto;
	padding:0.5em 1em;
	border-right:5px solid #003366;
	border-bottom:1px dotted #666666;
}

li a:hover{
	font-size:12px;
	color:#333333;
	text-align:left;
	background-color:#FFFFCC;
	border-right:5px solid #FF0000;
	border-bottom:1px solid #666666;
}


