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

/*タグの再設定*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,img,input,p,blockquote{
	margin:0;
	padding:0;
}

img {
	border: 0px;
}

img a {
	border: 0px;
}

address,caption,cite,code,dfn,em,th,var,h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

ol,ul {
	list-style:none;
}

a {
	text-decoration: none;
}

/*全体のレイアウト*/

body {
	width: 100%;
	height: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	text-align: center;
}

#wrapper2 {
	width: 860px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#wrapper3 {
	width: 100%;
	height: 250px;
	background-image: url(../images/bottom_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

/*ヘッダー*/

#header {
	width: 860px;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/header_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
}

#logo {
	position: absolute;
	top: 7px;
	left: 52px;
}

h1 {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 300px;
	height: 30px;
	background-image: url(../images/h1_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	top: 7px;
	left: 179px;
}

#sub_navi {
	width: 380px;
	height: 31px;
	position: absolute;
	top: 50px;
	left: 430px;
}

#sub_navi ul li {
	display: inline;
	float: left;
}

#sub_navi ul li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 95px;
	height: 31px;
}

#sub_navi1 {
	background-image: url(../images/sub_navi1.jpg);
	background-repeat: no-repeat;
}

#sub_navi1:hover {
	background-image: url(../images/sub_navi1-r.jpg);
	background-repeat: no-repeat;
}

#sub_navi2 {
	background-image: url(../images/sub_navi2.jpg);
	background-repeat: no-repeat;
}

#sub_navi2:hover {
	background-image: url(../images/sub_navi2-r.jpg);
	background-repeat: no-repeat;
}

#sub_navi3 {
	background-image: url(../images/sub_navi3.jpg);
	background-repeat: no-repeat;
}

#sub_navi3:hover {
	background-image: url(../images/sub_navi3-r.jpg);
	background-repeat: no-repeat;
}

#sub_navi4 {
	background-image: url(../images/sub_navi4.jpg);
	background-repeat: no-repeat;
}

#sub_navi4:hover {
	background-image: url(../images/sub_navi4-r.jpg);
	background-repeat: no-repeat;
}

/*ナビゲーション*/

#navi {
	width: 860px;
	height: 54px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/navi_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
}

#navi ul {
	width: 756px;
	height: 54px;
	padding-left: 52px;
	padding-right: 52px;
}

#navi ul li {
	display: inline;
	float: left;
}

#navi ul li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 126px;
	height: 54px;
}

#navi1 {
	background-image: url(../images/navi1.jpg);
	background-repeat: no-repeat;
}

#navi1:hover {
	background-image: url(../images/navi1-r.jpg);
	background-repeat: no-repeat;
}

#navi2 {
	background-image: url(../images/navi2.jpg);
	background-repeat: no-repeat;
}

#navi2:hover {
	background-image: url(../images/navi2-r.jpg);
	background-repeat: no-repeat;
}

#navi3 {
	background-image: url(../images/navi3.jpg);
	background-repeat: no-repeat;
}

#navi3:hover {
	background-image: url(../images/navi3-r.jpg);
	background-repeat: no-repeat;
}

#navi4 {
	background-image: url(../images/navi4.jpg);
	background-repeat: no-repeat;
}

#navi4:hover {
	background-image: url(../images/navi4-r.jpg);
	background-repeat: no-repeat;
}

#navi5 {
	background-image: url(../images/navi5.jpg);
	background-repeat: no-repeat;
}

#navi5:hover {
	background-image: url(../images/navi5-r.jpg);
	background-repeat: no-repeat;
}

#navi6 {
	background-image: url(../images/navi6.jpg);
	background-repeat: no-repeat;
}

#navi6:hover {
	background-image: url(../images/navi6-r.jpg);
	background-repeat: no-repeat;
}

/*サイト内検索*/

#search {
	width: 270px;
	height: 30px;
	position: absolute;
	top: 20px;
	text-align: right;
	right: 55px;
}



/*メインエリアのレイアウト*/

#middle {
	width: 760px;
	height: auto;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 5px;
}

#left {
	width: 160px;
	height: auto;
	float: left;
}

#contents {
	width: 580px;
	height: auto;
	float: right;
	text-align: left;
}


#middle_bottom {
	clear: both;
	width: 740px;
	height: 5px;
}

/*左カラム*/

#gototop {
	width: 160px;
	height: 27px;
	background-image: url(../images/gototop.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#gototop a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 160px;
	height: 27px;
	background-image: url(../images/gototop.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#gototop a:hover {
	background-image: url(../images/gototop-r.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#new {
	width: 160px;
	height: 210px;
	background-image: url(../images/pickup_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#new h2 {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 160px;
	height: 26px;
	background-image: url(../images/new_title.jpg);
	background-repeat: no-repeat;
}

#pickup {
	width: 160px;
	height: 440px;
	background-image: url(../images/new_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#pickup h2 {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 160px;
	height: 26px;
	background-image: url(../images/pickup_title.jpg);
	background-repeat: no-repeat;
}

.seihin {
	width: 160px;
	height: 174px;
	padding-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}

.seihin img {
	margin-bottom: 5px;
}

.seihin dl dt {
	font-size: 11px;
	font-weight: bold;
	line-height: 150%;
}

.seihin dl dd {
	font-size: 10px;
	line-height: 150%;
}

.seihin_profile {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 102px;
	height: 28px;
	position: absolute;
	right: 2px;
	bottom: 4px;
	background-image: url(../images/profile.jpg);
	background-repeat: no-repeat;
}

.seihin_profile:hover {
	background-image: url(../images/profile-r.jpg);
	background-repeat: no-repeat;
}

/*右カラム*/

#contact {
	width: 160px;
	height: 210px;
	background-image: url(../images/contact_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#contact h2 {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 160px;
	height: 132px;
	background-image: url(../images/contact_title.jpg);
	background-repeat: no-repeat;
}

#contact p {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 160px;
	height: 44px;
	background-image: url(../images/contact_tel.jpg);
	background-repeat: no-repeat;
}

#contact a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 160px;
	height: 28px;
	background-image: url(../images/contact_form.jpg);
	background-repeat: no-repeat;
}

#contact a:hover {
	background-image: url(../images/contact_form-r.jpg);
	background-repeat: no-repeat;
}

#side_navi {
	width: 160px;
	height: 210px;
	background-image: url(../images/side_navi_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#side_navi ul {
	width: 160px;
	height: 215px;
}

#side_navi ul li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 160px;
	height: 38px;
	margin-bottom: 5px;
}

#side_navi1 {
	background-image: url(../images/side_navi1.jpg);
	background-repeat: no-repeat;
}

#side_navi1:hover {
	background-image: url(../images/side_navi1-r.jpg);
	background-repeat: no-repeat;
}

#side_navi2 {
	background-image: url(../images/side_navi2.jpg);
	background-repeat: no-repeat;
}

#side_navi2:hover {
	background-image: url(../images/side_navi2-r.jpg);
	background-repeat: no-repeat;
}

#side_navi3 {
	background-image: url(../images/side_navi3.jpg);
	background-repeat: no-repeat;
}

#side_navi3:hover {
	background-image: url(../images/side_navi3-r.jpg);
	background-repeat: no-repeat;
}

#side_navi4 {
	background-image: url(../images/side_navi4.jpg);
	background-repeat: no-repeat;
}

#side_navi4:hover {
	background-image: url(../images/side_navi4-r.jpg);
	background-repeat: no-repeat;
}

#side_navi5 {
	background-image: url(../images/side_navi5.jpg);
	background-repeat: no-repeat;
}

#side_navi5:hover {
	background-image: url(../images/side_navi5-r.jpg);
	background-repeat: no-repeat;
}

/*フッター*/

#footer {
	text-indent: -9999px;
	overflow: hidden;
	width: 860px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/footer_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

