/*****************************************************************************
 CSS初期化
 *****************************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding-right: 0;
	padding-left: 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after { content:''; }
abbr,acronym { border:0; }
img {
	vertical-align:top;
}


/*****************************************************************************
 サイドバー表示
 *****************************************************************************/
html
  {
	overflow-y:scroll;
	height:100%;
}
/*****************************************************************************
 基本背景
 *****************************************************************************/
#container {
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 40px;
	background-image: url(../img/upper_bg.jpg);
}

/*****************************************************************************
 ワイヤー
 *****************************************************************************/
.wrapper {
	width:810px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#side-area {
	float: left;
	width: 160px;
}
#main-area {
	float: right;
	width: 630px;
}
/*****************************************************************************
 クリア関連
 *****************************************************************************/
.clearfix:after{content:" ";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-table;zoom: 100%;} /* Hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{
	display:block;
	clear: both;
} /* End hide from IE-mac */
.cb {
	clear:both;
}


/*****************************************************************************
 基本
 *****************************************************************************/
body {
	font-size:100%;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	padding-bottom: 0px;
	height: 100%;
	text-align: center;
	background-color: #F4F1E1;
	background-image: url(../img/base_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #0F59A9;
}
a:hover {
	
}
strong { font-weight:bold; }

/*****************************************************************************
 ヘッダー
 *****************************************************************************/
#header #logo {
	padding-top: 15px;
	width: 250px;
	float: left;
}


/*****************************************************************************
 グローバルナビ
 *****************************************************************************/

#header #gnv {
	float: right;
	width: 550px;
	background-image: url(../img/gnv.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	margin-top: 47px;
}
/*
#gnv ul {
}
#gnv ul li {
	display: block;
	float: left;
	font-size: 80%;
	height: 25px;
}
#gnv a {
	text-indent: -9999px;
	display: block;
	height: 100%;
	width: 100%;
}
#gnv #seihin {
	width: 90px;
}
#gnv #fuctory {
	width: 135px;
}
#gnv #company {
	width: 91px;
}
#gnv #contact {
	width: 110px;
}
#gnv #seihin a:hover {
	background-image: url(../img/gnv.gif);
	background-position: left -25px;
}
#gnv #fuctory a:hover {
	background-image: url(../img/gnv.gif);
	background-position: -90px -25px;
}
#gnv #company a:hover {
	background-image: url(../img/gnv.gif);
	background-position: -225px -25px;
}
#gnv #contact a:hover {
	background-image: url(../img/gnv.gif);
	background-position: -316px -25px;
}
*/
/*****************************************************************************
 ぱんくずナビ
 *****************************************************************************/
#pankuzu {
	margin-right: 1px;
	margin-left: 1px;
	font-size: 75%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 19px;
	padding-left: 19px;
}
/*****************************************************************************
 コピーライト
 *****************************************************************************/
#copyright {
	text-align: center;
	clear: both;
	font-size: 70%;
	font-weight: lighter;
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 5px;
	color: #666666;
}

/*****************************************************************************
 フッター
 *****************************************************************************/
#ftnv {
	text-align: center;
	clear: both;
	font-size: 75%;
	padding-top: 35px;
	padding-bottom: 10px;
}
#footer .copyright {
	font-size: 90%;
	margin-top: 5px;
}

/*****************************************************************************
 本文へ移動
 *****************************************************************************/
#to-main a {
	font-size: 10%;
}
#to-main {
	height: 10px;
	text-indent: -9999px;
}
/*****************************************************************************
 コンテンツタイトル
 *****************************************************************************/
#contents-title {
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	background-image: url(../img/contents_title_bg.jpg);
}
#contents-title h2 {
	width: 160px;
	background-repeat: no-repeat;
	background-position: center 3px;
	text-indent: -9999px;
	height: 280px;
}
#contents-title #t-company {
	background-image: url(../img/c_title_company.gif);
}
#contents-title #t-contact {
	background-image: url(../img/c_title_contact.gif);
}
#contents-title #t-products {
	background-image: url(../img/c_title_products.gif);
}
#contents-title #t-faq {
	background-image: url(../img/c_title_faq.gif);
}
#contents-title #t-fuctory {
	background-image: url(../img/c_title_fuctory.gif);
}

/*****************************************************************************
 サイドのサブメニュー
 *****************************************************************************/

#side-area .sub-menu ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-size: 80%;
	padding-top: 1px;
	padding-bottom: 1px;
}
#side-area .sub-menu ul {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
#side-area .sub-menu a {
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: url(../img/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#side-area .sub-menu a:hover {
	color: #000000;
	background-color: #F9F0F1;
	background-image: url(../img/arrow1.gif);
}

/*****************************************************************************
 サイドのバナーエリア
 *****************************************************************************/
#side-area #banner-area {
	background-image: url(../img/sidearea_border1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	margin-top: 15px;
}
#side-area #banner-area li {
	margin-bottom: 5px;
}

#contents {
}
#fuctory-line {
	margin-bottom: 20px;
}
#company-profile {
}
#t-import {
	background-image: url(../img/c_title_import.gif);
}
.spec .pro-num {
	font-size: 90%;
	color: #FFFFFF;
	background-color: #B12727;
	width: 4em;
	text-align: center;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	float: left;
	margin-right: 5px;
	display: block;
}
.spec .sanchi {
	font-size: 9px;
	color: #000000;
	text-align: center;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	float: left;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
}
.products .photo img {
	background-color: #FFFFFF;
	padding: 5px;
}
#contents-title #t-azuki {
	background-image: url(../img/c_title_azuki.gif);
}
.to-pagetop {
	text-align: right;
	margin-bottom: 15px;
	clear: both;
}
#top-side a {
	margin-bottom: 8px;
	display: block;
}
#footer #footer-btm {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AAAAAA;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B12727;
	clear: both;
	padding-top: 15px;
}
.btm-navi {
	float: right;
	width: 40%;
	font-size: 70%;
	text-align: right;
}
#footer .footer-navi {
	font-size: 75%;
	padding-bottom: 5px;
	width: 380px;
	float: left;
	line-height: 180%;
}
#container-margin {
	height: 50px;
}
#top-main #topix {
	background-color: #FFFBEE;
	padding: 15px;
	margin-top: 10px;
	border: 1px solid #E1DCCE;
}
#history-images .story {
	margin-bottom: 15px;
	clear: both;
}
#history-images .story img {
	margin-bottom: 5px;
}
#history-tbl img {
	margin-left: 10px;
}
img.float-right {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
}
#footer-contact {
	float: right;
	width: 370px;
	margin-bottom: 10px;
}
.to-submenu {
	text-align: right;
	font-size: 75%;
	clear: both;
	margin-top: 10px;
}
#side-area .banner {
	margin-top: 10px;
}
#gnv #soudan {
	width: 119px;
}
.adobe dt {
	float: left;
}
.adobe dd {
	float: right;
	width: 310px;
	font-size: 70%;
	line-height: 130%;
}
#footer-contact .phone {
	width: 240px;
	float: left;
}
#footer-contact .footer-soudan {
	float: right;
	width: 121px;
	padding-top: 20px;
}
#footer-contact .phone ul {
	font-size: 70%;
	line-height: 120%;
}
#footer-contact .phone h3 {
	font-size: 90%;
	font-weight: bold;
	color: #B12727;
	margin-bottom: 3px;
}
#footer-contact .phone .phone-num {
	font-weight: bold;
	color: #B12727;
	font-size: 140%;
}
#footer-contact .phone .place {
	font-weight: bold;
	color: #422C0D;
	font-size: 110%;
	float: left;
	width: 6em;
	padding-top: 0.25em;
}
#footer-contact .phone ul span {
	line-height: 110%;
}
#contact-body .notice {
	font-size: 70%;
	margin-top: 10px;
}
.topix dt {
	float: left;
	width: 110px;
	color: #AD5959;
	font-weight: bold;
}
.topix {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E1D2;
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 15px;
	margin-left: 15px;
}
.topix dd {
	float: left;
	width: 480px;
	line-height: 150%;
}
.topix .date {
	display: block;
	background-color: #CFCCBE;
	padding-right: 3px;
	padding-left: 3px;
}
#top-info h3 {
	font-size: 90%;
	font-weight: bold;
	color: #942020;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #F4F1E1;
	margin-bottom: 5px;
	background-image: url(../img/title_style1.jpg);
	background-position: left top;
}
#p-policy h2 {
	font-size: 90%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}
#body {
	background-image: url(../img/base_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#top-side h3 {
	font-weight: bold;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D0BD;
	padding-bottom: 2px;
}
#profile {
	background-image: url(../img/company_profile.jpg);
	background-repeat: no-repeat;
	height: 220px;
}
#linkpage li {
	font-size: 80%;
	background-image: url(../img/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 17px;
}
#side-area p.banner {
	margin-top: 10px;
}
.photo p.eo img {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.products tr .photo .eo {
	text-align: right;
}
.basic-p {
	font-size: 80%;
	line-height: 130%;
}
.margin-top10px {
	margin-top: 10px;
}
.midashi-01 {
	font-size: 90%;
	font-weight: bold;
}
