/* CSS Document */

/* common */

html {
	margin: 0;
	padding: 0;
}

body {
	color: #666;
	font-family: sans-serif,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W6" ;
	font-size: 12px;
	line-height:18px;
	margin: 0px;
	padding: 0px;
}

th,td,div {
	font-size: 12px;
	line-height:18px;
}

a {
	color: #4c4c4c;
	text-decoration: underline;
}

a:hover {
	color: #4c4c4c;
	text-decoration: underline;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}


/* CONTENTS */

div#container {
	width: 800px;
	margin: 20px auto;
}

td.sideL {
	width: 180px;
}

td.tdSpacer {
	width: 20px;
}

td.mainContents {
	width: 600px;
}

.f10 {
	font-size: 11px;
	line-height:14px;
}

.f12 {
	font-size: 12px;
	line-height:16px;
}

.f12r {
	color: #9A2D43;
	font-size: 12px;
	line-height:16px;
}



/* HEADER */

table.header {
	width: 750px;
	background: url("../common/img_header/sora.gif") no-repeat top left;
	margin-bottom: 14px;
}

td.logo {
	padding-left: 25px;
	width: 470px;
	vertical-align: bottom;
}

td.header_menu {
	width: 280px;
	padding: 11px 25px 5px 0px;
}

table.menu {
	width: 750px;
	margin-bottom: 15px;
}

td.menu_l {
	background: url("../common/img_header/menu_side_bg.gif") repeat-x bottom left;
	width: 44px;
}

td.menu_r {
	background: url("../common/img_header/menu_side_bg.gif") repeat-x bottom left;
	width: 44px;
}

td.menu1 {
	width: 111px;
}

td.menu2 {
	width: 107px;
}

div.nav-bread { 
	font-size:90%;
	margin: 10px 0 10px 40px;
}

/* 味わい別・産地別メニュー */

.sideMenu ul{
 padding:5px 0;
 list-style-type:none;
}

.sideMenu li{
 font-size:12px;
 line-height:18px;
 padding:0 0 0 15px;
 background:url('images/ya_yns.gif') no-repeat left center;
}

.sideMenu li a{
 color:#dd2d82;
}

.sideMenu li.detailMenu{
 padding:0 0 0 22px;
 background:url('images/ya_s.gif') no-repeat left center;
}


/* CONTENTS */

/* end of stylesheet */