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

/* ヘッダー部全体構成 */
#hdr{
	margin: auto;
	width: 800px;
	height: 110px;
}
/* タイトルロゴ */
#hdr #titlelogo{
	height: 70px;
	width: 500px;
	background-image: url(../images/main_title.gif);
}
/* スポンサーテキスト */
#hdr #sponcer{
}
/* フォントサイズ大中小 */
#hdr #fontsize{
}
/* ユーザー登録 */
#hdr #register{
}
/* サブナビゲーション枠 */
#hdr #subnavigation{
	height: 25px;
	width: 250px;
}
/* サブナビゲーションListタグ */
#hdr #subnavigation ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 120px;
}
#hdr #subnavigation li{
	float: left;
	display: block;
	list-style-type: none;
	list-style-position: inside;
	padding-left: 7px;
	margin-top: 6px;
	margin-left: 10px;
	background-image: url(../images/arrow01.gif);
	background-repeat: no-repeat;
	height: 12px;
}
/* 検索項目 */
#hdr #search{
}
/* バナー部 */
#hdr #banner{
	height: 45px;
	width: 300px;
	font-size: 10px;
}
/* メインナビゲーション */
#hdr #mainnavi{
	height: 40px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
/* メインナビゲーションListタグ */
#hdr #mainnavi ul{
	margin: 0px;
	padding: 0px;
}
#hdr #mainnavi li{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/* トップ最上部 */
#hdr #topline{
	height: 7px;
}
