* {
	margin: 0px;
	padding: 0px;
}

*:first-child+html body {
	padding-left: 1px;
}
*html body {
	padding-left: 1px;
}

body {
	color: #333;
    font-size: 10.5pt;
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
a {
	color: #00C;
	font-weight: bold;
}
a:hover {
/*
	color: #F00;
	background-color: #FEC;
*/
	color: #66F;
}
strong {
	font-weight: bold;
}
.container {
	position: relative;
	width: 800px;
	margin: 0 auto;
	clear: both;
}
h1 {
	position: relative;
	width: 280px;
	height: 57px;
	top: 20px;
	left: 0px;
	z-index: 99;
}
h1 a:hover {
	background-color: transparent;
}
h3 {
	background-color: #FF3;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border: solid 2px #009;
	height: 32px;
	color: #009;
	padding-left: 30px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 32px;
	margin-bottom: 30px;
}
input,textarea,select {
	padding: 2px 6px;
}
#header {
	background-color: #FF3;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 130px;
	width: 900px;
	margin: 0 auto;
}
#header .container {
	position: relative;
}
#header .container h1 img {
	border-width: 0px;
}
#header .container form {
	position: absolute;
	top: 40px;
	right: 0px;
}
#header .container form input {
	border: solid 1px #999;
}
#header .container ul {
	top: 90px;
	width: 800px;
	position: absolute;
	background-image: url(../images/bg_menu.png);
	padding-left: 1px;
}
#header .container ul li {
	float: left;
	height: 40px;
	width: 133px;
	list-style-type: none;
	overflow: hidden;
	text-indent: -9999px;
}
#header .container ul li a {
	display: block;
	height: 40px;
	width: 120px;
	margin-left: 6px;
	margin-right: 7px;
	background-image: url(../images/fg_menu.png);
	background-repeat: no-repeat;
}
#menu-top a {
	background-position: 0px 0px;
}
#menu-top a:hover, #menu-top a.current {
	background-position: 0px -40px;
}
#menu-company a {
	background-position: -120px 0px;
}
#menu-company a:hover, #menu-company a.current {
	background-position: -120px -40px;
}
#menu-info a {
	background-position: -240px 0px;
}
#menu-info a:hover, #menu-info a.current {
	background-position: -240px -40px;
}
#menu-business a {
	background-position: -360px 0px;
}
#menu-business a:hover, #menu-business a.current {
	background-position: -360px -40px;
}
#menu-location a {
	background-position: -480px 0px;
}
#menu-location a:hover, #menu-location a.current {
	background-position: -480px -40px;
}
#menu-inquiry a {
	background-position: -600px 0px;
}
#menu-inquiry a:hover, #menu-inquiry a.current {
	background-position: -600px -40px;
}
#contents {
	padding-top: 10px;
	background-color: #FFF;
	min-height: 600px;
	overflow: hidden;
}
#contents .container {
	padding: 10px 0px;
/*	overflow: hidden;*/
}
#contents .right {
	width: 560px;
	padding: 20px 0px;
	margin-left: 240px;
}
#path {
	font-size: 12px;
	margin-top: -8px;
	margin-bottom: 8px;
	background-image: url(../images/li_subj.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px;
}
#navigate {
	position: absolute;
	left: 0px;
	width: 196px;
	min-height: 600px;
	padding: 1px;
	background-image: url(../images/bg_navigate.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#navigate li {
	list-style-type: none;
	line-height: 50px;
	margin: 1px;
}
#navigate li a {
	display: block;
	height: 50px;
	width: 182px;
	background-image: url(../images/bg_submenu2.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	font-size: 14px;
	background-position: 0px 0px;
	color: #666;
	text-decoration: none;
}
#navigate li a:hover, #navigate li a.current {
	background-position: 0px -50px;
	color: #00C;
}
#footer {
	background-image: url(../images/shadow_bottom.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FF3;
	margin: 2em auto 0 auto;
	width: 900px;
	height: 80px;
	overflow: hidden;
	position: relative;
	clear: both;
}
#footer-logo {
	position: absolute;
	top: 11px;
	left: 0px;
	height: 31px;
	width: 151px;
}
#footer-logo:hover {
	background-color: transparent;
}
#footer-logo img {
	border-width: 0px;
}
#footer .container {
	position: relative;
}
#footer .container ul {
	position: absolute;
	top: 8px;
	right: 0px;
}
#footer .container ul li {
	float: left;
	font-size: 12px;
	list-style-image: url(../images/li_subj.gif);
	margin-left: 10px;
	list-style-position: inside;
}
#copyright {
	font-size: 10px;
	color: #666;
	top: 30px;
	right: 0px;
	position: absolute;
}
.block {
	background-image: url(../images/bg_block.gif);
	background-repeat: repeat;
	border: 1px solid #CCC;
	padding: 8px;
	margin-bottom: 2em;
}
.narrow {
	letter-spacing: -1px;
}

/* トップページ */
.top h3 {
	background-image: url(../images/bg_top_h3.png);
	height: 32px;
	border-width: 0px;
	color: #EEE;
	margin-bottom: 0px;
	padding-left: 10px;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 32px;
}
.top .container .left {
	width: 500px;
	float: left;
}
.top .container .right {
	float: right;
	width: 272px !important;
	padding-top: 0px !important;
	margin-left: 0px !important;
}
.top p.strong {
	margin-bottom: 10px;
}
.top #tohoku {
	margin-bottom: 20px;
}
.top .philosophy {
	background-image: url(../images/pic_022.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 260px;
	position: relative;
	margin-top: 10px;
}
.top .philosophy h4 {
	position: absolute;
	height: 40px;
	width: 450px;
	top: 20px;
	right: 0px;
}
.top .philosophy p {
	position: absolute;
	width: 450px;
	top: 75px;
	right: 0px;
	height: 150px;
}
.top .slogan {
	margin-bottom: 20px;
}
.top dl.topics, .top ul.link {
	margin-bottom: 20px;
	border-left: solid 1px #006;
	border-right: solid 1px #006;
	border-bottom: solid 1px #006;
	padding: 10px;
}
.top dl.topics dt {
	font-weight: bold;
	color: #009;
	background-image: url(../images/li_subj.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
	margin-bottom: 5px;
}
.top dl.topics dd {
	padding-left: 24px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #009;
	padding-bottom: 15px;
}
.top ul.link li {
	list-style-image: url(../images/li_subj.gif);
	margin-bottom: 0.6em;
	padding-left: 0px;
	list-style-position: inside;
}
.top div.link {
	float: left;
	width: 155px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.top div.link a img {
	border: solid 1px #66F;
}
.top .np h4 {
	height: 25px;
	margin-bottom: 10px;
}
.top .np ul {
	padding: 8px;
}
.top .np ul li {
	list-style-image: url(../images/li_subj.gif);
	margin-left: 10px;
	margin-bottom: 0.6em;
}
.top .np ul li div {
	margin-top: 5px;
	margin-left: -10px;
	text-align: center;
}
.top .np ul li div a img {
	border: solid 1px #66F;
}


/* 会社概要 */
.company .imagegroup {
	margin-top: -10px;
	margin-left: -10px;
	margin-bottom: 20px;
}
.company .imagegroup img {
	margin-left: 10px !important;
	margin-right: 0px;
	float: none !important;
}
.message h4 {
	background-image: url(../images/bg_message_h4.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: dotted 1px #009;
	padding-top: 10px;
	margin-top: 30px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 30px;
}
.message h4.kokoroe {
	background-position: 0px 0px;
}
.message h4.message {
	background-position: 0px -40px;
}
.message img {
	float: right;
	margin: 10px;
}
.message .kokoroe {
	text-align: center;
/*
	margin-bottom: 1em;
*/
}
.message .kokoroe img {
	float: none;
}
.message p.strong {
	height: 100px;
	width: 800px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}
#president-message {
	font-size: 120%;
	line-height: 1.8em;
	letter-spacing: 1px;
}
.history .right img {
	float: right;
	margin-left: 5px;
}
.history .right dl dt {
	float: left;
	background-image: url(../images/li_subj.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px;
	width: 8em;
	font-weight: bold;
	color: #009;
}
.history .right dl dd {
	margin-left: 8.5em;
	margin-bottom: 10px;
	border-left: dotted 1px #009;
	padding-left: 10px;
}
.about .right img {
	float: right;
	margin-left: 5px;
}
.about .right dl dt {
	float: left;
	background-image: url(../images/li_subj.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px;
	width: 6em;
	font-weight: bold;
	color: #009;
}
.about .right dl dd {
	margin-left: 6.5em;
	margin-bottom: 10px;
	border-left: dotted 1px #009;
	padding-left: 10px;
}
.about .right dl dd.executive span {
	display: block;
	width: 12em;
	float: left;
}

/* 事業内容 */
.business h4 {
	background-image: url(../images/bg_h4.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: dotted 1px #009;
	height: 30px;
	padding-top: 10px;
	padding-left: 24px;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}
.business h4.content01 {
	background-position: 0px 0px;
}
.business h4.content02 {
	background-position: 0px -40px;
}
.business h4.content03 {
	background-position: 0px -80px;
}
.business h4.content04 {
	background-position: 0px -120px;
}
.business h4.content05 {
	background-position: 0px -160px;
}
.business h4.content06 {
	background-position: 0px -200px;
}
.business h4.content07 {
	background-position: 0px -240px;
}
.business h4.content08 {
	background-position: 0px -280px;
}
.business h4.content09 {
	background-position: 0px -320px;
}
.business .right p {
/*	font-size: 90%;*/
	line-height: 1.8em;
	margin-bottom: 2em;
}
.business .right p.strong {
	text-align: center;
	margin-bottom: 1.5em;
}
.business .right img {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.business .right .imagegroup {
	margin-top: -10px;
	margin-left: -10px;
	margin-bottom: 20px;
}
.business .right .imagegroup div {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.business .right .imagegroup img {
	margin-left: 10px !important;
	margin-right: 0px;
	float: none !important;
}
.business .right span.caption {
	margin-top: -5px;
	margin-left: 10px;
	display: block;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}
.business .right .images {
	float: right;
}
.business .right .images img {
	float: none !important;
}
.business .right .forceleft {
	width: 200px;
	margin-left: -240px;
	text-align: center;
	float: left;
}
.business .right .forceleft img {
	margin-left: 0px;
	margin-right: 0px;
	float: none;
}
.business .right .forceright {
	width: 200px;
	text-align: center;
	float: right;
}
.business .right .forceright img {
	margin-left: 0px;
	margin-right: 0px;
	float: none;
}
.business .right .product-link {
	background-image: url(../images/li_subj.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 120%;
	padding-left: 20px;
	margin: 25px;
	letter-spacing: 1px;
}
.wholesale h4 {
	background-image: url(../images/bg_wholesale_h4.png) !important;
	text-indent: -9999px !important;
	overflow: hidden !important;
	clear: none !important;
}
.wholesale .right p.strong {
	height: 80px;
}
.wholesale .right .beta {
	height: 60px;
	margin: 2em 0px;
	clear: both;
}
.wholesale .right ul {
	padding-left: 40px;
}
.wholesale .right ul li {
	list-style-image: url(../images/li_subj.gif);
	margin-bottom: 0.5em;
}
.cash-carry #navigate {
	min-height: 400px !important;
}
.cash-carry h4 {
	background-image: url(../images/bg_cash-carry_h4.png) !important;
	text-indent: -9999px !important;
	overflow: hidden !important;
}
.cash-carry .right p {
	font-size: 115%;
}
.cash-carry .right dl {
	margin-bottom: 2em;
}
.cash-carry .right dl dt {
	float: left;
	background-image: url(../images/li_subj.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px;
	width: 7em;
	font-weight: bold;
	color: #009;
}
.cash-carry .right dl dd {
	margin-left: 7.5em;
	margin-bottom: 10px;
	border-left: dotted 1px #009;
	padding-left: 10px;
}
.cash-carry .right ul {
	padding-left: 20px;
}
.cash-carry .right ul li {
	list-style-image: url(../images/li_subj.gif);
}
.cash-carry .block h4 {
	background-image: url(../images/bg_cash-carry_media.gif);
	background-position: center top;
	text-indent: -9999px;
	overflow: hidden;
	height: 25px;
}
.cash-carry .block .video {
	 float: left;
	 width: 270px;
}
.cash-carry .block .video p {
	margin: 0px;
	font-size: 90%;
}
.drink-oem h4 {
	background-image: url(../images/bg_drink-oem_h4.png) !important;
	text-indent: -9999px !important;
	overflow: hidden !important;
	clear: none !important;
}
.drink-oem .right p.strong {
	height: 40px;
	text-align: center;
}
.drink-oem .right div.kodawari {
	height: 240px;
	background-color: #BC9;
	border: solid 1px #CCC;
}
.drink-oem .right dl {
	margin-bottom: 20px;
}
.drink-oem .right dl dt {
	font-size: 120%;
	font-weight: bold;
	color: #009;
	background-image: url(../images/li_subj.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
	margin-bottom: 5px;
}
.drink-oem .right dl dd {
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 110%;
}
.drink-oem .right .beta {
	text-align: center;
	background-color: #333;
	color: #FF3;
	border: solid 1px #000;
	margin-top: 1em;
	margin-bottom: 2em;
	height: 40px;
	margin: 2em 0px;
	clear: both;
}
.private-brand #navigate {
	min-height: 400px !important;
}
.private-brand h4 {
	background-image: url(../images/bg_private-brand_h4.png) !important;
	text-indent: -9999px !important;
	overflow: hidden !important;
	clear: none !important;
}
.private-brand .right p.strong {
	height: 80px;
}


/* 所在地 */
.location h4 {
	background-image: url(../images/bg_h4.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: dotted 1px #009;
	height: 30px;
	padding-top: 10px;
	padding-left: 24px;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	clear: both;
}
.location .right ul {
	padding-left: 50px;
}
.location .right ul li {
	margin-bottom: 0.5em;
	list-style-image: url(../images/li_subj.gif);
}
.location .right img {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.location .right dl {
	margin-right: 200px;
	padding: 15px 0px;
}
.location .right dl dt {
	float: left;
	background-image: url(../images/li_subj.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px;
	width: 8em;
	font-weight: bold;
	color: #009;
}
.location .right dl dd {
	margin-left: 8.5em;
	margin-bottom: 10px;
	border-left: dotted 1px #009;
	padding-left: 10px;
}

/* 採用情報 */
.recruit .right {
    padding: 0 !important;
}
.recruit .right p.kanban {
	height: 320px;
	margin-bottom: 30px;
}
.inquiry h4 {
	background-image: url(../images/bg_h4.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: dotted 1px #009;
	height: 30px;
	padding-top: 10px;
	padding-left: 24px;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	clear: both;
}
.recruit .right p.strong {
	height: 100px;
}
.recruit .right dl {
	margin-top: 2em;
}
.recruit .right dl dt {
	float: left;
	background-image: url(../images/li_subj.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px;
	width: 8em;
	font-weight: bold;
	color: #009;
}
.recruit .right dl dd {
	margin-left: 8.5em;
	margin-bottom: 10px;
	border-left: dotted 1px #009;
	padding-left: 10px;
}
.recruit .right dl dt.expand {
	float: none;
	margin-top: 1.5em;
	margin-bottom: 5px;
}
.recruit .right dl dd.expand {
	margin-left: 10px;
	padding-left: 0px;
	border-width: 0px;
}
.recruit .right form .button {
	text-align: center;
}
.recruit .right form .button input {
	padding: 2px 16px;
}
.recruit .right img {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.faq .right p {
	margin-left: 30px;
	margin-bottom: 2em;
	font-size: 90%;
}
.form .right dl dt {
	float: left;
	background-image: url(../images/li_subj.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px;
	width: 9em;
	font-weight: bold;
	color: #009;
}
.form .right form {
	margin-top: 20px;
}
.form .right form .notice {
	text-align: right;
	font-size: 80%;
}
.form .right form span {
	color: #F00;
	font-size: 10px;
}
.form .right dl dd {
	margin-left: 10em;
	margin-bottom: 10px;
	border-left: dotted 1px #009;
	padding-left: 10px;
}
.form .right form .button {
	text-align: center;
}
.form .right form .button input {
	padding: 2px 16px;
}
.form .right img {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.form .right p {
	margin-left: 30px;
	margin-bottom: 2em;
	font-size: 90%;
}

/* サイトマップ */
.sitemap h4 {
	background-image: url(../images/bg_h4.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: dotted 1px #009;
	height: 30px;
	padding-top: 10px;
	padding-left: 24px;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}
.sitemap .container .left {
	float: left;
	width: 380px;
	margin-bottom: 40px;
}
.sitemap .container .right {
	float: right !important;
	width: 380px !important;
	margin: 0px !important;
	padding: 0px !important;
}
.sitemap ul {
	padding-left: 50px;
}
.sitemap ul li {
	margin-bottom: 0.5em;
	list-style-image: url(../images/li_subj.gif);
}

/* オウムの太郎 */
.mascot h4 {
	background-image: url(../images/bg_h4.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: dotted 1px #009;
	height: 30px;
	padding-top: 10px;
	padding-left: 24px;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	clear: both;
}
.mascot p.strong {
	font-size: 140%;
	font-weight: bold;
	color: #F30;
	line-height: 1.8em;
	letter-spacing: 1px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 1em 0px;
}
.taro .genki {
	position: absolute;
	top: 320px;
	left: 0px;
	width: 240px;
	height: 40px;
}
.taro dl {
	background-color: #F0F8E0;
	padding: 10px;
	margin: 10px;
}
.taro dl dt {
	font-weight: bold;
	font-size: 110%;
	color: #600;
/*
	background-image: url(../images/li_subj.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
*/
	margin-bottom: 5px;
}
.taro dl dd {
	padding-left: 36px;
	margin-bottom: 15px;
}
.taro .imagegroup {
	text-align: center;
	padding: 6px 0px;
}
.taro .imagegroup img {
	border: solid 1px #999;
	padding: 4px;
	margin: 0px 6px;
}
