@charset "UTF-8";

/* 汎用
----------------------------------------- */
body {
	text-align:center;
	font-size:88%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	min-width:960px;
}

/* リンク色 */
a:link { 
	color:#0033CC;
	text-decoration:none;
}
a:visited {
	color:#000099;
	text-decoration:none;
}
a:hover {
	color: #FF0000;
	text-decoration:underline;
}
a:active {
	color: #0099FF;
}
/* クリアフィックス */
.clearfix {
	zoom:1;
}
.clearfix:after {
    content:""; 
    display:block; 
    clear:both;
}

/* 透過 */
a:hover .opacity{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}


/* ナビ
----------------------------- */
#navi{
	height:30px;
	background:url(../img/navi/navi_bg.jpg) no-repeat center top;
}
	#navi ul{
		width:940px;
		margin:0 auto;
	}
		#navi ul li{
			display:block;
			float:left;
			padding:0 15px 0 15px;
			line-height:0;
			font-size:0;
		}

/* news
----------------------------- */
#ticker {
    height: 32px;
    overflow: hidden;
    width: 560px;
}	
	#news{}
		#news li{
			font-size:11px;
			height:32px;
			line-height:1em;
			padding:0.5em 0 0 0;
		}
			#news li span{
				margin:0 12px 0 0;
				color:#666;
				font-weight:bold;
			}
				#news li a{
					color:#003366;
					text-decoration:underline;
				}
		
/* フッター
----------------------------- */
#footer{
	width:100%;
	clear:both;
	height:30px;
	line-height:30px;
	text-align:right;
	font-size:11px;
	background:url(../img/common/footer_bg.jpg) no-repeat top center;
}	
	#footer_area{
		width:960px;
		margin:0 auto;
		color:#999999;
	}	

.web_rsv a img{
	border-radius: 2px;
	background: #e2041b;
}