@charset "UTF-8";

@import "reset.css";
@import "base.css";

body {
	background: url(../images/bg.gif) repeat;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #444444;
}

#header-inner, #contents, #footer-inner {
	margin: 0 auto;
	padding: 0 20px;
	width: 960px;
}

/* =====================================================================
 * header
 * =================================================================== */
header {
	margin-bottom: 12px;
	background: url(../images/header_bg.png) repeat-x bottom;
}
#header-inner {
	position: relative;
}
h1 a {
	display: block;
	float: left;
	margin-top: 20px;
	padding: 0;
	width: 241px;
	height: 56px;
	background: url(../images/logo.gif) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.gohome {
	float: right;
}

/* =====================================================================
 * header-menu
 * =================================================================== */
#header-menu {
	overflow: hidden;
	float: right;
	margin-top: 19px;
	width: 690px;
	height: 23px;
}
p.btn_os {
	float: left;
	margin-right: 14px;
}
ul#s-navi {
	position: absolute;
	right: 315px;
	margin-top: 4px;
	height: 15px;
	background: url(../images/dotline_vertical.gif) repeat-y right;
}
ul#s-navi li {
	float: left;
	margin: 1px 12px 0 0;
}
#header-menu dt, #header-menu dd {
	float: left;
}
#header-menu dl {
	position: absolute;
	right: 176px;
	margin-top: 2px;
}
#header-menu dt {
	margin: 3px 6px 0 0;
}
#header-menu dd li {
	float: left;
	margin-right: 2px;
	height: 19px;
	cursor: pointer;
}

/* =====================================================================
 * search
 * =================================================================== */
#search {
	float: right;
	width: 146px;
	background: url(../images/search_mark.gif) no-repeat;
}
#search input {
    height: 19px;
	border: solid 1px #999999;
}
#search input.textarea {
	position: absolute;
	width: 122px;
}
#search input.searchbtn {
	position: absolute;
	width: 23px;
	height: 23px;
	border: none;
	cursor: pointer;
	right: 20px;
}

/* =====================================================================
 * globalnavi
 * =================================================================== */
ul#g-navi {
	clear: both;
	padding: 24px 0 20px 0;
	width: 960px;
	height: 32px;
}
ul#g-navi li {
	float: left;
	overflow: hidden;
}
ul#g-navi li a {
	display: block;
	width: 192px;
	height: 32px;
	background: url(../images/navi.gif) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/*知る・学ぶ・楽しむ*/
ul#g-navi #gn-entertainment a {
	background-position: 0px 0px;
}
#entertainment ul#g-navi #gn-entertainment a,
ul#g-navi #gn-entertainment a:hover {
	background-position: 0px -32px;
}
/*商品情報*/
ul#g-navi #gn-products a {
	background-position: -192px 0px;
}
#products ul#g-navi #gn-products a,
ul#g-navi #gn-products a:hover {
	background-position: -192px -32px;
}
/*レシピ*/
ul#g-navi #gn-recipe a {
	background-position: -384px 0px;
}
#recipe ul#g-navi #gn-recipe a,
ul#g-navi #gn-recipe a:hover {
	background-position: -384px -32px;
}
/*にっこくについて*/
ul#g-navi #gn-about a {
	background-position: -576px 0px;
}
#about ul#g-navi #gn-about a,
ul#g-navi #gn-about a:hover {
	background-position: -576px -32px;
}
/*お客様相談室*/
ul#g-navi #gn-customer a {
	background-position: -768px 0px;
}
#customer ul#g-navi #gn-customer a,
ul#g-navi #gn-customer a:hover {
	background-position: -768px -32px;
}

/* =====================================================================
 * contents
 * =================================================================== */
#contents {
	margin-bottom: 30px;
}

/*topicpath*/
#topicpath ul {
	float: left;
	margin-bottom: 14px;
	line-height: 1;
}
#topicpath li {
	display: inline;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
	font-size: 77%;
}

/* =====================================================================
 * main
 * =================================================================== */
#main {
	float: left;
	overflow: hidden;
	margin-bottom: 40px;
	padding: 30px;
	width: 678px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}
#main section {
	overflow: hidden;
}
h2 {
	margin-bottom: 30px;
}
ul#social {
/* 	clear: both; */
	padding: 15px 0 8px;
/* 	width: 932px; */
	background: #ffffff;
	border: solid 1px #cccccc;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	text-align: center;
}
ul#social li {
	display: inline-block;
	margin-right: 10px;
	line-height: 20px;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}
#inquiry {
	clear: both;
	margin-bottom: 20px;
	padding: 15px 19px 15px 170px;
	min-height: 74px;
	background: url(../images/contact_image.jpg) no-repeat #ffffff;	
	border: solid 1px #cccccc;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}
#inquiry dl {
	float: left;
	margin-right: 16px;
	padding: 7px 16px 0 0;
	width: 280px;
	min-height: 74px;
	background: url(../images/dotline_vertical.gif) repeat-y right;
}
#inquiry dt {
	margin-bottom: 12px;
	line-height: 1;
}
#inquiry dd {
	line-height: 1.6;
	font-size: 93%;
}
dl#tel {
	margin-right: 0;
	padding-right: 0;
	width: 250px;
	background: none;
}
dl#tel dt {
	margin-bottom: 9px;
	font-size: 108%;
}
#inquiry ul {
	float: right;
	margin-top: 6px;
}
#inquiry li {
	margin-bottom: 6px;
}

/* =====================================================================
 * side
 * =================================================================== */
#side {
	float: right;
	overflow: hidden;
	padding-bottom: 30px;
	width: 200px;
}
ul#banner li {
	margin-bottom: 12px;
	background: #ffffff;
}

/* =====================================================================
 * menu
 * =================================================================== */
#side section {
	margin-bottom: 18px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}
/*
#side section h4 {
	position: relative;
	top: -1px;
	left: -1px;
	height: 46px;
}
*/
#side section h4 img {
	border-radius: 5px 5px 0 0;        /* CSS3草案 */  
    -webkit-border-radius: 5px 5px 0 0;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px 5px 0 0;   /* Firefox用 */ 
}
ul#menu {
	padding-bottom: 17px;
	font-size: 85%;
}
ul#menu li, .pagehere {
	line-height: 1.6;
	background: url(../images/arrow.gif) no-repeat 15px 15px;
}
ul#menu li a {
	display: block;
	margin: 0 10px;
	padding: 10px 10px 9px 18px;
	color: #444444;
	background: url(../images/dotline.gif) repeat-x bottom;
}
ul#menu li a:hover, ul#menu .pagehere a {
	color: #ff5050;
}
ul#menu li.pagehere, .pagehere {
	display: block;
	background-color: #fff6f6;
}
ul#menu li ul li {
	background: url(../images/arrow.gif) no-repeat 25px 15px;
}
ul#menu li ul li a {
	padding-left: 28px;
}
ul#menu a       { text-decoration: none; }
ul#menu a:hover { text-decoration: underline; }

/* =====================================================================
 * footer
 * =================================================================== */
footer {
	clear: both;
	padding-bottom: 80px;
	background-color: #ffffff;
	background: url(../images/footer_bg.png) repeat-x top;
}
#footer-inner {
	position: relative;
	overflow: hidden;
	padding-top: 35px;
}
ul#f-navi {
	height: 16px;
	margin-bottom: 31px;
	background: url(../images/dotline_vertical.gif) repeat-y left;
}
ul#f-navi li {
	float: left;
	padding: 2px 15px 0 15px;
	height: 16px;
	background: url(../images/dotline_vertical.gif) repeat-y right;
}
#pagetop {
	position: absolute;
	right: 20px;
	top: 32px;
}
.address {
	position: absolute;
	top: 88px;
	left: 220px;
}
footer small {
	float: right;
	margin-top: 7px;
}