/*　ヘッダ　*/
#head{
	 width: 800px;
	 height: 100px;
	 background:url(../shared/header_bg_haramaki.jpg) no-repeat center top;
	 margin: 0 auto;
	 padding: 0;
	 }
	 
/*　ティッカー部分リンク　*/
#ticker a:link{ color: #333333; text-decoration: none;}
#ticker a:visited{ color: #333333; text-decoration: none;}
#ticker a:hover{ color: #fd8402; text-decoration: none;}
	 
.alert{
	 color:#FF0000;
	 font-size: 12px;
	 }