a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #669900;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

#main {
	width: 750px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}

#main #navi {
	width:180px;
	background-attachment: fixed;
	background-image: url(../index_img/menu_bg.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: 5px;
	float: left;
	text-align: left;
}

#main #navi ul {
	margin-top:7px;
	margin-left:15px;
	margin-bottom:10px;
	padding:0;
	list-style:none;
}

#main #navi li {
	margin-bottom:3px;
	color: #FFFFFF;
	line-height: 13px;	
}

#main #navi ul li li {
	margin-top:0px;
	padding:0;
	list-style:none;
	font-size: 12px;
}

#main #navi a {
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
}

#main #navi a:hover {
	color: #E6E6E6;
} 

#main #navi #banner a, #main #navi #banner a:hover{
	text-align: left;
}
#main #navi #banner img {
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 5px;
	text-decoration: none;
}

#main #contents1 {
	float: right;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 550px;
	font-size: 12px;
	height: auto;
}

#main #contents1 li{
	line-height: 18px;
}


#main #contents1 #breadcrumbs {
	font-size: xx-small;
	color: #666666;
}
#main #contents1 h2 {
	font-size: 15px;
	color: #555555;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	background-image: url(../img/title.gif);
	text-indent: 10px;
	background-position: left center;
	line-height: 20px;
	background-repeat: no-repeat;
}

#main #contents1 h3 {
	font-size: 13px;
	color: #525252;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-indent: 5px;
	border-left-width: thick;
	border-left-style: groove;
	border-left-color: #CCCCCC;
}
#main #contents1 #txt {
	margin-left: 15px;
}

#main #contents1 .photo_center  {
	text-indent: 0px;
	text-align: center;
}

#main #contents1 h4 {
	font-size: 13px;
	text-indent: 10px;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 3px;
	color: #666666;
}
#main #contents1 h4 img {
	margin-right: 5px;
}


#type1 {
	font-size: small;
	background: #fff;
	text-align: left;
}

#type1 th {
	font-size: small;
	font-weight: normal;
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
	background-color: #EEEEEE;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#type1 td
{
	border-bottom: 1px solid #ccc;
	padding: 2px;
	text-align: center;
}
#type1 tbody tr:hover td
{
	color: #669900;
}

#type2
{
	font-size: small;
	text-align: left;
}
#type2 th
{
	font-size: small;
	font-weight: normal;
	padding: 3px;
	color: #333333;
}
#type2 td
{
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.oce-first
{
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #EEEEEE;
}

#type3
{
	font-size: small;
	border: 1px solid #999999;
}
#type3 th
{
	font-weight: bold;
	font-size: small;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
#type3 td
{
	color: #333333;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding: 2px;
}

.left {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	clear: right;
}

.right {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	clear: left;
}

.clear{
clear: both;
height: 0px;
line-height: 0px;
font-size: 0px;
clear: left;
margin: 0px;
padding: 0px;
}

.sfont {
	font-size: smaller;
}

