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

/* ヘッダー部全体構成 */
#hdr{
	padding: 0px 0px 0px;
	width:760px;
	height:83px;
	text-align: left;
	margin-bottom: 0px;
	background-image:url("../images/new_headder_r1_c3.gif");
	background-color: #000000;
	background-repeat: no-repeat;
	}

.hdr_left {
	float:left;
	width:465px;
	height:83px;
	margin-left:25px;
	margin-right:15px;
	display: inline;
	
}
.hdr_right {
	float:right;
	width:215px;
	height:23px;
	padding-top:60px;
	margin-right:25px;
	text-align:right;
	display: inline;
	
} 

.printimg{
	display:none;
	}



/* タイトルロゴ */
#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{
}
