﻿@charset "utf-8";

/* ヘッダ部分CSS */

body {
	background: url(/image/hdrmenu_back.png) 0px 87px repeat-x;
}

/* ハイパーリンク */

a:link {
	color:#933;
}

a:visited {
	color:#066;
}

a:hover {
	color: #f33;
}

a img {
	border: none;
}

div#header {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	padding-top: 120px;
	background-color: transparent;
	}

/* ヘッダメニュー */
ul#headermenu {
	position: absolute;
	top: 87px;
	left: 45px;
	width: 1024px;
	height: 33px;
	margin: 0px auto;
	padding: 0;
	}

ul#headermenu li {
	width: 130px;
	height: 33px;
	margin: 0;
	padding: 0px;
	float: left;
	list-style-type: none;
	font-size: 14px;
	}

ul#headermenu li a {
	display: block;
	width: 130px;
	height: 33px;
	padding: 0px;
	margin: 0px;
	}

ul#headermenu li#hm-home a {
	background: url(/image/hdrmenu_btn_home_on.png) 0 0 no-repeat;
	}

ul#headermenu li#hm-shop a {
	background: url(/image/hdrmenu_btn_shop_on.png) 0 0 no-repeat;
	}

ul#headermenu li#hm-starter a {
	background: url(/image/hdrmenu_btn_starter_on.png) 0 0 no-repeat;
	}

ul#headermenu li#hm-guide a {
	background: url(/image/hdrmenu_btn_guide_on.png) 0 0 no-repeat;
	}

ul#headermenu li#hm-juku a {
	background: url(/image/hdrmenu_btn_juku_on.png) 0 0 no-repeat;
	}

ul#headermenu li#hm-nayami a {
	background: url(/image/hdrmenu_btn_nayami_on.png) 0 0 no-repeat;
	}

ul#headermenu li#hm-counsel a {
	background: url(/image/hdrmenu_btn_counsel_on.png) 0 0 no-repeat;
	}

ul#headermenu li a:hover img {
	visibility: hidden;
	}

/* サッポーロゴ＆標語 */
div#pagetop {
	position: absolute;
	width: 480px;
	top: 9px;
	left: 36px;
	margin: 0;
	padding: 0;
	}

div#pagetop img {
	margin-right: 1em;
	float: left;
	}

div#pagetop p {
	margin-top: 18px;
	float: left;
	font-size: 12px;
	line-height: 180%;
	}

/* 会社表示 */
ul#hdr-company {
	position: absolute;
	width: 168px;
	height: 60px;
	top: 17px;
	left: 392px;
	background: url(/image/hdr_kugiri.png) 0 0px no-repeat;
	margin: 0;
	padding: 0;
	}

ul#hdr-company li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	}

ul#hdr-company li#hdr-co-tel {
	margin-top: 2px;
	margin-left: 16px;
	}

ul#hdr-company li#hdr-co-open {
	margin-top: 3px;
	margin-left: 16px;
	}

ul#hdr-company li#hdr-co-name {
	margin-top: 3px;
	margin-left: 44px;
	}

/* 会社案内＆お問い合わせへのリンク */
ul#hdr-submenu {
	position: absolute;
	width: 145px;
	top: 17px;
	left: 592px;
	height: 60px;
	background: url(/image/hdr_kugiri.png) 0px 0px no-repeat;
	margin: 0;
	padding: 0;
	}

ul#hdr-submenu li {
	margin: 8px 0px 0px 16px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	line-height: 0;
	background: url(/image/hdr_submenu_mark.png) top left no-repeat;
	}

ul#hdr-submenu li a {
	display: block;
	width: auto;
	height: 12px;
	padding: 0px 0px 0px 20px;
	}

/* 買い物カゴの確認ボタン */
div#hdr-cart {
	position: absolute;
	width: 172px;
	top: 17px;
	left: 758px;
	height: 43px;
	background: url(/image/hdr_kugiri.png) 0 0px no-repeat;
	padding: 9px 0px 0px 27px;
	}

div#hdr-topics {
	width: 1000px;
	padding: 10px 0px;
	}

div#hdr-topics dl {
	margin: 0px 0px 0px 80px;
	}

div#hdr-topics dl dt,
div#hdr-topics dl dd {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-size: 12px;
	display: inline;
	}

div#hdr-topics dl dt {
	font-weight: bold;
	padding: 0px 4px;
	color: white;
	background-color: orange;
	}

/* フッター */

div#footer {
	clear: both;
	position: relative;
	width: auto;
	margin: 0px;
	}

div#footer address {
	width: 1000px;
	margin: 8px auto 0px;
	padding-bottom: 16px;
	text-align: center;
	font-family: 'Century';
	background-color: transparent;
}

div#footer address a {
	color: #333;
}

div#footer address a:hover {
	color: #f33;
}
