@charset "UTF-8";
/* CSS Document */

/* ヘッダー部全体構成 */
#hdr{
	width:850px;
	height:100px;
	margin:0px;
	display:block;
	background-image: url(../images/head_backimage.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

.h_left{width:580px; height:100px; float:left;}
.h_right{width:270px; height:100px; float:right;}


.tume{text-align:right;}


/* タイトルロゴ */
#hdr #titlelogo{
}
/* スポンサーテキスト */
#hdr #sponcer{
}
/* フォントサイズ大中小 */
#hdr #fontsize{
}
/* ユーザー登録 */
#hdr #register{
}
/* サブナビゲーション枠 */
#hdr #subnavigation{
}
/* サブナビゲーションListタグ */
#hdr #subnavigation ul{
}
#hdr #subnavigation li{
}
/* 検索項目 */
#hdr #search{
}
/* バナー部 */
#hdr #banner{
}
/* メインナビゲーション */
#hdr #mainnavi{
}
/* メインナビゲーションListタグ */
#hdr #mainnavi ul{
}
#hdr #mainnavi li{
}
/* トップ最上部 */
#hdr #topline{
}
