body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	background-color: #F5E9F3;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.header {
	background-image: url(../_img/header_bar.jpg);
	background-repeat: no-repeat;
	height: 26px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.footer1 {
	background-image: url(../_img/footer1.jpg);
	background-repeat: no-repeat;
	height: 26px;
}
.footer2 {
	background-image: url(../_img/footer2.jpg);
	background-repeat: repeat-x;
	height: 45px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	background-position: left top;
}
.top_banner {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
a:link, a:visited, a:active {
	color: #333333;
	text-decoration: underline;
}
.txt_purple {
	color: #9966CC;
}
.txt12 {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}
.txt14 {
	font-size: 14px;
	line-height: 140%;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.txt_b {
	font-weight: bold;
}

.news {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 500px;
}

.news ul {
	margin:0 10px;
	padding:0;
}

.news li {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0 0 15px 12px;
	font-size:12px;
}
.news a {
	color:#666666;
	text-decoration: none;	
}

.news a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.marquee {
	background-image: url(../_img/header_bar.jpg);
	background-repeat: no-repeat;
	height: 26px;
	text-align: left;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.marquee a:hover {
	color:#666;
	text-decoration:none;
}

.black {
	color:#000000;
}

#sub-menu {
	font-size:12px;
	line-height:140%;
	width:200px;
	margin-bottom:5px;	
	padding:10px;
}

#sub-menu ul {
	margin:0;
	padding:0;
}

#sub-menu li {
	margin:0;
	padding:0 0 0 10px;
	list-style-type:none;
	text-align:left;
	background-image:url(../_img/arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#sub-menu a {
	color:#666666;
	text-decoration: underline;	
}

#sub-menu a:hover {
	color: #FF6600;
	text-decoration: none;
}


.op8 a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}