@charset "utf-8";

/*　contents
------------------------------------------------------------ */

/* header */


h1{
	width: 480px;
	_width: 500px;
	font-size: 0.6em; 
	color: #CDE7E8;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	float: right;
}

.logoA{
	display: block;
	width: 240px;
	height: 150px;
	float: left;
}

#header h2,
#header2 h2 {
	text-indent: -9999em;
	clear: both;
}

#header h3,
#header2 h3 {
	text-indent: -9999em;
}

/* wrapper */

.jacket {
    width: 250px;
	height: 250px;
}

.jacket a:hover img {
    filter: alpha(opacity=70); 
	-moz-opacity:0.70;
	opacity:0.70;
}

.pagetop {
	width: 720px;
	text-align: right;
	font-size: 0.8em;
	clear: both;
}

.clear {
	clear: both;
}

/* txt */
.ora_b {
    color: #FF6600;
	font-weight: bold;
}

.tx_redb {
    color: #FF0000;
	font-weight: bold;
}

/* footer */	
address {
    color: #666;
}

#footer a:link,
#footer_ultra a:link {
   color: #666;
   text-decoration:none;
}
#footer a:visited,
#footer_ultra a:visited {
   color:#666;
   text-decoration:none;
}
#footer a:hover,
#footer_ultra a:hover {
   text-decoration:underline;
}
#footer a:active,
#footer_ultra a:active {
   color:#FF6600;
}