*{
	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;
}



hr {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: dotted; /* 線種 */
   border-color: #666666; /* 線色 */
   height: 1px; /* 高さ */
}

h1 {
	font-size: 15px;
	color:#CCCC66;
}

h3 {
	width:650px;
	text-align:left;
	font-weight:800;
	font-size:15px;
	color:#000;
	border-left:solid 15px #F60;
	border-bottom:dotted 1px #666;
	padding:0 0 0 0;
	margin:0 0 0 0;
}


.title {
	width:675px;
	text-align:right;
	font-weight:800;
	font-size:17px;
	color:#333333;
	border-bottom:dotted 1px #999999;
	padding:5px 10px 3px 20px;
}

#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;
}




