﻿@charset "utf-8";



/*******************************************************************/
/*BASIS*/
/*******************************************************************/
* { margin: 0; padding: 0;}
a {
	background-attachment: scroll;
	background-color: transparent;
	text-decoration: none;
	color: #00A0E9;
}
a:hover { color: #F08200; text-decoration: underline;}
img { border: medium none;}
input,textarea,select {
	margin: 0 2px;
	padding: 1px;
	border: solid 1px #CCC;
	border-top: solid 1px #666;
	border-left: solid 1px #666;
	font-family: "ヒラギノ明朝 Pro W6", Osaka, "ＭＳ Ｐゴシック", "trebuchet MS", trebuchet, "verdana", arial, sans-serif;
}
hr { display: none; clear: both;}



/*******************************************************************/
/*CLASS*/
/*******************************************************************/
.attention { color: #C33; font-size: 1em;}
.floatL { float: left; padding-right: 10px;}
.floatR { float: right; padding-left: 10px; padding-bottom: 10px;}
.center { text-align: center;}
.right { text-align: right; line-height: 1;}
.clear { clear: both; line-height: 0;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	zoom: 1;
}
.mb5 { margin: 0 0 5px;}
div.line { clear: both; height:20px; margin-top:10px; border-top: solid 1px #8EC43E;}



/*******************************************************************/
/*LAYOUT*/
/*******************************************************************/
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 62.5%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.4;
	color: #898989;
}
div#conteiner {
	width: 650px;
	height: auto !important;
	margin: 0 auto;
	text-align: left;
	font-size: 1.2em;
}
div#wrapper {
	width: 780px;
	margin: 0 auto;
	padding: 0 5px;
	background: #FFF url(../images/back.gif) left top repeat-y;
}
div#header {
	position: relative;
	height: 47px;
	padding: 0 65px;
	text-align: left;
	background: #FFF url(../images/header.gif) left top repeat-x;
}
div#main {
	clear: both;
	padding: 30px 0;
	*padding: 15px 0;
	_padding: 15px 0;
}
div.push {
	height: 170px;
}
div#footernavi{
	width: 100%;
	height: 70px;
	padding:  13px 0 20px;
	overflow: hidden;
	background: #FFF url(../images/footernavi.gif) left top repeat-x;
	text-align: center;
}
div#footer{
	width: 100%;
	height: 90px;
	background: #8EC43E;
	color: #FFF;
	font-size: 1.2em;
	overflow: hidden;
}



/*******************************************************************/
/*HEADER*/
/*******************************************************************/
div#header div#logo a {
	display: block;
	width: 136px;
	height: 47px;
	background: url(../images/logo.gif) left center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div#header div#home a {
	position: absolute;
	display: block;
	top: 28px;
	right: 65px;
	width: 47px;
	height: 12px;
	background: url(../images/home.gif) left center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}



/*******************************************************************/
/*FOOTER*/
/*******************************************************************/
div#footernavi ul {
	width: 660px;
	margin: 0 auto;
	list-style: none;
}
div#footernavi ul.merchandise {	width: 430px;}
div#footernavi ul.flow { width: 566px;}
div#footernavi ul.support { width: 376px;}
div#footernavi li {
	float: left;
	padding: 0 2px;
}
div#footernavi li a { 
	display: block;
	width: 160px;
	height: 53px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div#footernavi li#merchandise a { background-image: url(../images/merchandise_btn.gif);}
div#footernavi li#quality a { background-image: url(../images/quality_btn.gif);}
div#footernavi li#organization a { background-image: url(../images/organization_btn.gif);}
div#footernavi li#policy a { background-image: url(../images/policy_btn.gif);}

div#footernavi li#health a { width: 211px; height: 54px; background-image: url(../images/health_btn.gif);}
div#footernavi li#daily a { width: 211px; height: 54px; background-image: url(../images/drink_btn.gif);}

div#footernavi li#principle a { width: 183px; background-image: url(../images/principle_btn.gif);}
div#footernavi li#sales a { width: 183px; background-image: url(../images/sales_btn.gif);}
div#footernavi li#follow a { width: 183px; background-image: url(../images/follow_btn.gif);}

div#footernavi li#contact a { width: 183px; background-image: url(../images/contact_btn.gif);}
div#footernavi li#faq a { width: 183px; background-image: url(../images/faq_btn.gif);}

div#footernavi li a:hover { 
	background-position: left bottom;
}

div#footernavi p {	
	color: #999;
}
div#footernavi p.at {
	margin-top: -6px;
}
div#footer div.contents {
	position: relative;
	width: 650px;
	margin: 0 auto;
	text-align: left;
}
div#footer div.contents ul {
	position: absolute;
	top: 20px;
	right: 10px;
	background: url(../images/vline.gif) right center no-repeat;
	list-style: none;
}
div#footer div.contents ul li {
	float: left;
	padding: 0 10px;
	background: url(../images/vline.gif) left center no-repeat;
}
div#footer div.contents ul li a {
	color: #D4E9B6;
}
div#footer div.contents ul li a:hover {
	color: #FFF;
}
div#footer div.contents address {
	display: block;
	width: 242px;
	height: 56px;
	background: url(../images/copyright.gif) left center no-repeat;
	text-indent: -9999px;
}

div.top {
	text-align:	right;
	padding:10px 0;
	background: #FFF;
}
div.top p {
	width: 650px;
	margin: 0 auto;
}
div.top a {
	color: #8EC43E;
}



/*******************************************************************/
/*NAVIGATION*/
/*******************************************************************/
div#menu h3 {
	display: none;
}
.nav {
	float: left;
	position:relative;
	z-index: 100;
}
dl#menu1 {
	width: 282px;
	height: 77px;
	margin-right: 8px;
	background: url(../images/menuback1.gif) left top no-repeat;
}
dl#menu2 {
	width: 211px;
	height: 77px;
	margin-right: 8px;
	background: url(../images/menuback2.gif) left top no-repeat;
}
dl#menu3 {
	width: 140px;
	height: 77px;
	background: url(../images/menuback3.gif) left top no-repeat;
}
dl#menu1.select { background: url(../images/menuback1.gif) left bottom no-repeat;}
dl#menu2.select { background: url(../images/menuback2.gif) left bottom no-repeat;}
dl#menu3.select { background: url(../images/menuback3.gif) left bottom no-repeat;}

.nav dt a {
	display: block;
	height: 38px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
dl#menu1 dt a {	width: 282px; background-image: url(../images/menu1.gif);}
dl#menu2 dt a { width: 211px; background-image: url(../images/menu2.gif);}
dl#menu3 dt a { width: 140px; background-image: url(../images/menu3.gif);}

.nav dd a {
	display: block;
	float: left;
	width: 69px;
	height: 39px;
	margin-right: 2px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 12px;
}
.nav dd#btn1 a { background-image: url(../images/menu1_1.gif);}
.nav dd#btn2 a { background-image: url(../images/menu1_2.gif);}
.nav dd#btn3 a { background-image: url(../images/menu1_3.gif);}
.nav dd#btn4 a { margin-right: -2px; background-image: url(../images/menu1_4.gif);}
.nav dd#btn5 a { background-image: url(../images/menu2_1.gif);}
.nav dd#btn6 a { background-image: url(../images/menu2_2.gif);}
.nav dd#btn7 a { margin-right: -2px; background-image: url(../images/menu2_3.gif);}
.nav dd#btn8 a { background-image: url(../images/menu3_1.gif);}
.nav dd#btn9 a { margin-right: -2px; background-image: url(../images/menu3_2.gif);}


.nav dt.select a {
	background-position: 0 -38px;
}
.nav dd a:hover,
.nav dd.select a {
	background-position: 0 -39px;
}
.nav dd.current a {
	background-position: 0 -78px;
}
.nav dd.current a:hover {
	background-position: 0 -78px;
}

.nav dd ul {
	position:absolute ;
	left: 0;
	top: 77px;
	text-align: center;
	background: #FFF;
	border: 1px solid #00A0E9;
	list-style: none;
}
.nav dd#btn1 ul { left: 0px; width: 200px;}
.nav dd#btn2 ul { left: 70px; width: 170px;}
.nav dd#btn3 ul { left: 142px; width: 305px;}
.nav dd#btn4 ul { left: 212px; width: 295px;}
.nav dd#btn5 ul { left: 0px; width: 260px;}
.nav dd#btn6 ul { left: 70px; width: 130px;}
.nav dd#btn7 ul { left: 100px; width: 190px;}

.nav dd ul li {
	float: left;
	padding: 2px 0 2px 10px;
}
.nav dd ul {
	z-index: 400;
}
.nav dd.current ul,
.nav dd.sfHover ul {
	z-index: 200;
}

.nav dd#btn1 ul li a,
.nav dd#btn2 ul li a,
.nav dd#btn3 ul li a,
.nav dd#btn4 ul li a,
.nav dd#btn5 ul li a,
.nav dd#btn6 ul li a,
.nav dd#btn7 ul li a {
	width: auto;
	height: auto;
	background-image: none;
	border-bottom: none;
	text-indent: 1px;
	color: #666;
}
.nav dd#btn1 ul li.select a, .nav dd#btn1 ul li a:hover,
.nav dd#btn2 ul li.select a, .nav dd#btn2 ul li a:hover,
.nav dd#btn3 ul li.select a, .nav dd#btn3 ul li a:hover,
.nav dd#btn4 ul li.select a, .nav dd#btn4 ul li a:hover,
.nav dd#btn5 ul li.select a, .nav dd#btn5 ul li a:hover,
.nav dd#btn6 ul li.select a, .nav dd#btn6 ul li a:hover,
.nav dd#btn7 ul li.select a, .nav dd#btn7 ul li a:hover {
	text-decoration: none;
	color: #00A0E9;
}



/*******************************************************************/
/*CONTENTS*/
/*******************************************************************/
div#main h1 {
	margin: 0 auto 20px;
	text-align: center;
}
div#main h1.title {
	text-align: left;
	font-size: 1.2em;
	color: #8EC43E;
}
div#main h2 {
	margin: 15px 0;
}
div#main h2.mx { margin-bottom: 0;}
div#main h3 {
	margin: 15px 0;
}
div#main h3.title {
	margin: 10px 0 0;
	text-align: left;
	font-size: 1em;
}
div#main h4 {
	margin: 30px 0 10px;
	text-align: center;
}
div#main p {
	padding: 5px 0;
}
div#main p.outline {
	margin: 0 auto 20px;
	width: 460px;
}



/*枠*/
div.box {
	padding: 30px;
	border: solid 1px #898989;
}
div.cmboard { padding: 0;}




/*contact*/
div#privacy a {
	display: block;
	width: 292px;
	height: 28px;
	background-position: left top;
	background-image: url(../images/contact_st3.gif);
	text-indent: -9999px;
}
div#privacy a:hover {
	background-position: left bottom;
}
form input#btn_send{
	background: #FFF url(../images/contact_submit.gif) left top no-repeat;
	width: 87px;
	height: 30px;
	border: none;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
	text-align: left;
	display: block;
}



/* Operaのみ適用 */
*+html:first-child body form input#btn_send {
	padding-left: 300px;
}



/*organization*/
.kitasato a {
	display: block;
	width: 182px; height: 19px;
	margin: 30px 0 0 120px;
	background-position: right top;
	background-image: url(../images/kitasato_btn.gif);
	text-indent: -9999px;
	overflow: hidden;
}
.kitasato a:hover {
	background-position: right bottom;
}



/*faq*/
div#faq {
	float: right;
	width: 450px;
}
div#faq dt {
	padding: 10px 0 10px 30px;
	background: url(../images/faq_q.gif) left center no-repeat;
	font-size: 1.4em;
	color: #46B035;
}
div#faq dd {
	padding: 0 0 30px 30px;
	background: url(../images/faq_a.gif) left top no-repeat;
}
div#faq p#site a {
	display: block;
	width: 348px;
	height: 57px;
	background-position: left top;
	background-image: url(../images/faq01.gif);
	text-indent: -9999px;
	overflow: hidden;
}
div#faq p#site a:hover {
	background-position: left bottom;
}


/*promise*/
div#promise {
	width: 414px;
	margin: 0 auto;
	background: url(../images/promise02.gif) left top repeat-y;
}
div#promise h2 {
	margin: 0 24px;
	font-size: 1.2em;
	color: #8EC43E;
}
div#promise p {
	margin: 0 24px 10px 24px;
}
div#promise table.poster {
	width: 370px;
}
div#promise table.poster th {
	width: 65px;
	padding: 5px 0;
	text-align: left;
	vertical-align: top;
}



/*backnumber*/
.backnumber { width: 440px; margin: 0 auto;}
.backnumber h2 { font-size: 123.1%;}
.backnumber dl { margin-top: 20px;}
.backnumber dt { float: left; display: inline; padding: 5px 0;}
.backnumber dd { padding: 5px 0 5px 80px; border-bottom: dotted 1px #CCC;}




/*company*/
ul#company,
ul#compliance,
ul#management {
	width: 380px;
	margin: 60px auto 20px;
	list-style: none;
}
ul#cm { width: 238px; margin: 40px auto 20px; list-style: none;}
ul#managementtop {
	width: 650px;
	height: 50px;
	margin: 10px 0 30px;
	background: url(../images/management_st2.gif) left bottom no-repeat;
	list-style: none;
}
ul#company li,
ul#compliance li,
ul#management li {
	float: left;
}
ul#company li a,
ul#compliance li a,
ul#management li a,
ul#managementtop li a,
ul#cm li a {
	display: block;
	width: 182px;
	height: 19px;
	margin: 4px 3px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
ul#company li.data a { background-image: url(../images/data_btn.gif);}
ul#company li.history a { background-image: url(../images/history_btn.gif);}
ul#company li.base a { background-image: url(../images/base_btn.gif);}
ul#company li.logomark a { background-image: url(../images/logomark_btn.gif);}
ul#company li.fukuri a { background-image: url(../images/fukuri_btn.gif);}
ul#company li.companyback a { background-image: url(../images/companyback_btn.gif);}
ul#company li.fukuriback a { margin-left: 90px; background-image: url(../images/fukuriback_btn.gif);}

ul#compliance li.promise a { background-image: url(../images/promise_btn.gif);}
ul#compliance li.education a { background-image: url(../images/education_btn.gif);}
ul#compliance li.backnumberbtn a { background-image: url(../images/backnumber_btn.gif);}
ul#compliance li.komon a { background-image: url(../images/komon_btn.gif);}
ul#compliance li.complianceback a { background-image: url(../images/complianceback_btn.gif);}

ul#management li.message a { background-image: url(../images/message_btn.gif);}
ul#managementtop li.message a { margin-left: 462px; background-image: url(../images/message_btn.gif);}
ul#management li.message02 a { background-image: url(../images/message_btn02.gif);}
ul#managementtop li.message02 a { margin-left: 462px; background-image: url(../images/message_btn02.gif);}
ul#management li.managementback a { background-image: url(../images/managementback_btn.gif);}

ul#cm li.tsuhan a { width: 238px; height: 38px; background-image: url(../images/tsuhan_btn.gif);}
ul#cm li.back a { width: 238px; height: 38px; background-image: url(../images/back_btn.gif);}

ul#company li a:hover,
ul#compliance li a:hover,
ul#management li a:hover,
ul#managementtop li a:hover,
ul#cm a:hover,
ul#company li a.select,
ul#compliance li a.select,
ul#management li a.select {
	background-position: left bottom;
}
p.travel {
	width: 350px;
	margin: 20px auto 0;
	text-align: right;
}
div#map{
	width:440px;
	height:300px;
	margin: 0 auto;
	border: solid 1px #999;
}



/*cm*/
.cmcontainer { width: 486px; margin: 0 auto; text-align: center;}
.cmcontainer h2, .cmcontainer h3 { text-align: left;}


/*shop*/
.shop { width: 580px; margin: 10px auto; padding-bottom: 10px; border: #898989 solid 1px; font-size: 1.2em;}
.shop h3 { margin: 0!important; padding: 10px 0; text-align: center; background: #8EC43E; color: #FFF;}
.shop h4 { width: 120px; margin: 10px 0 0 25px!important; padding: 10px 0; background: #F19EC2; color: #FFF;}
.shop table { width: 530px; margin: 20px auto;}
.shop th { width: 120px; padding: 10px 0; text-align: center; background: #8EC43E; color: #FFF;}
.shop td { padding: 10px 5px; background: #E6F1D2;}
.shop td a { color: #231815;}
.shop .arrow { margin: 0 10px 0 0; padding: 0!important; text-align: right;}
.shop .arrow a { padding-right: 16px; background: url(../images/arrow.gif) right center no-repeat; color: #8EC43E;}
.info { margin: 10px; padding: 10px; border: #E6F1D2 solid 3px;}
.info h3 { text-align: left; background: none; color: #231815;}
.info h3 img { vertical-align: middle;}
.info table { margin: 0 auto 10px; border-bottom: #E6F1D2 solid 2px;}
.info td { padding: 0 0 10px; background: none; vertical-align: bottom; color: #231815;}



/*health*/
div#to_drink a {
	display: block;
	width: 293px;
	height: 30px;
	background-position: right top;
	background-image: url(../images/health_st3.gif);
	text-indent: -9999px;
	overflow: hidden;
}
div#to_drink a:hover {
	background-position: right bottom;
}


/*Drink*/
div#tuhan a {
	display: block;
	width: 406px;
	height: 32px;
	background-position: right top;
	background-image: url(../images/drink_st3.gif);
	text-indent: -9999px;
	overflow: hidden;
}
div#tuhan a:hover {
	background-position: right bottom;
}
div#to_health a {
	display: block;
	width: 406px;
	height: 30px;
	background-position: right top;
	background-image: url(../images/drink_st4.gif);
	text-indent: -9999px;
	overflow: hidden;
}
div#to_health a:hover {
	background-position: right bottom;
}


/*table*/
table {
	width: 620px;
	margin: 10px auto;
}
th {
	width: 120px;
	padding: 5px 20px 5px 0;
	text-align: right;
	font-weight: normal;
}
td {
	padding: 5px;
	vertical-align: top;
}
td.mini {
	padding: 5px 16px;
}
td.bottomopen {
	padding: 5px 5px 30px;
}
table.item {
	margin: 0;
	width: 100%;
}
table.item td {
	padding: 0 2px;
	text-align: center;
	vertical-align: top;
	font-size: 0.8em;
}
table.item td.desc {
	padding: 5px 8px;
	text-align: left;
}
table.item td.left {
	text-align: left;
}
table.item td.price {
	padding: 2px;
	text-align: center;
	vertical-align: bottom;
}
table.item td.price span {
	font-size: 1.2em;
}
table.contact,
table.history {
	width: 460px;
	margin: 10px auto;
}
table.fukuri {
	width: 400px;
	margin: 10px auto;
}
table.travel {
	width: 550px;
	margin: 10px auto;
}


table.kigyou {
	width: 560px;
	margin: 10px auto;
}
table.kigyou th {
	text-align: right;
}




table.data {
	width: 650px;
	margin: 10px auto;
}
table.data td { vertical-align: middle;}
table.data td.vt { vertical-align: top!important;}
table.data td h3 { width: 520px; margin-bottom: 5px!important; padding: 2px!important; background: #5EB7E8; color: #FFF!important;}
table.data.line5 td {
	padding: 0;
	text-align: center;
	width: 20%;
}
table.data th {
	text-align: center;
	width: auto;
	padding: 2px 5px;
	color: #FFF;
}
table.data tr.st td { background: #EAEFF9; text-align: center;}
tr.l01 th { background: #718CC7;} tr.l01 td { background: #EAEFF9;}
tr.l02 th { background: #A8D182;} tr.l02 td { background: #F6FAED;}
tr.l03 th { background: #EF857D;} tr.l03 td { background: #FDEEED;}
tr.l04 th { background: #F08437;} tr.l04 td { background: #FDEDDB;}
tr.l05 th { background: #EA5532;} tr.l05 td { background: #FCE4D6;}
tr.l06 th { background: #5EB7EB;} tr.l06 td { background: #EAEFF9;}
tr.l07 th { background: #6C9BD2;} tr.l07 td { background: #E9EAF5;}
tr.l08 th { background: #187FC4;} tr.l08 td { background: #DFEAF8;}
tr.l09 th { background: #FAC03D;} tr.l09 td { background: #FFF6E9;}
tr.l10 th { background: #F39939;} tr.l10 td { background: #FEF0DD;}
tr.l11 th { background: #9B72B0;} tr.l11 td { background: #F3EBF4;}
tr.l12 th { background: #796BAF;} tr.l12 td { background: #E9E6F3;}
tr.l13 th { background: #EE87B4;} tr.l13 td { background: #FDEFF5;}
tr.l14 th { background: #F19CA6;} tr.l14 td { background: #FDEEED;}
tr.l15 th { background: #87CAAC;} tr.l15 td { background: #EBF5F0;}
tr.l16 th { background: #83CCD2;} tr.l16 td { background: #EBF6F7;}


div#base table {
	margin: 0 auto;
}
div#main table td h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #8EC43E;
}
table.data table.emp {
	width: 300px;
	margin: 0;
	background: #CCC;
}
table.data table.emp td {
	padding: 2px;
	background: #FFF;
}
table.sitemap td {
	padding: 0;
}
table.sitemap td a {
	background: #FFF;
	color: #898989;
}
table.sitemap td.line1 { width: 22px; background: url(../images/line1.gif) left top repeat-y;}
table.sitemap td.line2 { width: 22px; background: url(../images/line2.gif) left top no-repeat;}
table.sitemap td.line3 { background: url(../images/line3.gif) left top repeat-x;}
table.sitemap td.line3_2 { background: url(../images/line3.gif) left top no-repeat;}
table.sitemap td.line4 { width: 22px; background: url(../images/line4.gif) left top no-repeat;}
table.sitemap td a span {
	color: #8EC43E;
}
table.quality {
	margin: 0 auto;
	width: 500px;
}
table.base {
	width: 120px;
	margin: 2px 0;
}
table.base td {
	width: 120px;
	margin: 2px 0;
	padding: 0;
}
table.org {	width: 400px; margin: 0 0 20px; border: solid 1px #898989;}
table.org th { width: auto; padding: 2px 0 2px 30px; text-align: left;}
table.org td { padding: 2px;}
div.support table td {
	padding: 0 6px;
	width: 25%;
}
div.support table table {
	width: auto;
}
div.support table table td {
	padding: 0;
	width: auto;
}





/*******************************************************************/
/*TOP*/
/*******************************************************************/
div#main div.flash {
	position: relative;
	top: -28px;
	margin-bottom: 10px;
	z-index: 10;
}
div#main h2.news {
	width: 386px;
	height: 18px;
	margin: 0 0 5px;
	padding: 0;
	background: url(../images/news.gif) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div#main div.newslist {
	width: 384px;
	height: 100px;
	list-style: none;
}
div#main ul.topnavi {
	width: 200px;
	margin: 20px 0;
	list-style: none;
}
ul.topnavi li {
	padding-bottom: 6px;
}
ul.topnavi li.company a,
ul.topnavi li.compliance a,
ul.topnavi li.management a,
ul.topnavi li.system a {
	display: block;
	width: 176px;
	height: 28px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
ul.topnavi li.company a { background-image: url(../images/company_btn.gif);}
ul.topnavi li.compliance a { background-image: url(../images/compliance_btn.gif);}
ul.topnavi li.management a { background-image: url(../images/management_btn.gif);}
ul.topnavi li.system a { background-image: url(../images/system_btn.gif);}

div#main ul.site {
	clear: both;
	margin-left: 0; margin-top: 14px;
	list-style: none;
}
ul.site li {
	float: left;
	margin: 6px 4px 0 0;
}
ul.site li.shopping { margin-right: 0;}
ul.site li.hochouki { clear: left;}
ul.site li.recruit a,
ul.site li.apld a,
ul.site li.shopping a,
ul.site li.cm a,
ul.site li.hochouki a,
ul.site li.takayama a {
	display: block;
	width: 94px;
	height: 29px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
ul.site li.recruit a { background-image: url(../images/recruit_btn.gif);}
ul.site li.apld a { background-image: url(../images/apld_btn.gif);}
ul.site li.shopping a { background-image: url(../images/shopping_btn.gif);}
ul.site li.cm a { background-image: url(../images/cm_btn.gif);}
ul.site li.hochouki a { background-image: url(../images/hochouki_btn.gif);}
ul.site li.takayama a { background-image: url(../images/takayama_btn.gif);}

ul.topnavi li a:hover,
ul.site li a:hover {
	background-position: left bottom;
}


body#topics {
	margin: 0;
	padding: 0;
	text-align: left;
	background: none;
	font-size: 12px;
	color: #999;
}
body#topics dl dt {
	width: 80px;
	clear:left;
	float:left;
}
body#topics dl dd {
	margin-left: 80px;
}


body#company_data table a {
	color: #898989;
	text-decoration: underline;
}


