@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.8;
	color: #333333;
	background-color: #FBFBFB;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
img {
	border: none;
	vertical-align: top;
}
a {
	color: #CD0136;
	text-decoration: underline;
}

.style1 {
	color: #666666;
	margin-left: 10px;
	line-height: 2.5;
	text-align: left;
	float: left;
}

.style2 {
	color: #333333;
	margin-left: 10px;
	line-height: 2.5;
	font-weight: bold;
}
.style3 {
	color: #FFFFFF;
	margin-left: 10px;
	line-height: 2.7;
	font-weight: bold;
}
.link {
	color: #FFFFFF;
	line-height: 2.7;
	font-weight: bold;
	background-image: url(../guide/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	width: 100px;
	padding-left: 20px;
}
#pagetop {
	text-align: right;
	width: 100px;
	right: 400px;
	float: right;
}

#voice-bun {
	width: 715px;
	height: 100%;
	float: left;
}


.style-sitemap1 {
	color: #333333;
	line-height: 15px;
	font-weight: normal;
	background-image: url(../sitemap/images/sikaku.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: none;
	padding-left: 20px;
	height: 15px;
}
.style-sitemap2 {
	color: #333333;
	line-height: 15px;
	font-weight: normal;
	background-image: url(../sitemap/images/tree_line2.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 15px;
	width: 100%;
	float: right;
	padding-left: 35px;
}

.style-sitemap-line {
	color: #333333;
	line-height: 10px;
	font-weight: normal;
	background-image: url(../sitemap/images/tree_line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	float: left;
}
table {
	border-collapse:collapse;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	float: left;
}
#container {
	width: 900px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FBFBFB;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
}
#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 118px;
}
#content-privacy {
	width: 700px;
	text-align: center;
	height: 100%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	margin-top: 30px;
}

#content-pribacy-hajime {
	width: 700px;
	margin-bottom: 25px;
	height: 100%;
	text-align: left;
}

#header-jyoubu {
	position: relative;
	height: 72px;
	width: 800px;
	margin-bottom: 0px;
	margin-top: 0px;
}




/* ロゴとナビゲーション
---------------------------------------------*/
#logo {
	position: absolute;
	top: 17px;
	height: 48px;
	width: 208px;
	left: 25px;
}
#header-tel {
	position: absolute;
	left: 576px;
	top: 37px;
}

#header-btmline {
	width: 100%;
	height: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FF3334;
	margin: 0px;
}
#catch {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	text-align: center;
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #FF3334;
}
#catch h2 {
	text-align: center;
	width: 800px;
}


#header-miniNav {
	height: 15px;
	width: 142px;
	position: absolute;
	left: 633px;
	top: 7px;
}
#about_class {
	height: 72px;
	width: 752px;
	margin-top: 22px;
	margin-left: 22px;
	float: left;
}

#header-miniNav li {
	float: left;
	width: 71px;
}
#header-miniNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:15px;
	padding-top: 15px;
	background-image: url(../images/hd_sitemap.gif);
	color: #FFFFFF;
}

/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav001 a { background-position:  0    0; }
	#nav002 a { background-position: -71px 0; }

	
	/* オンマウス */
	#nav001 a:hover { background-position:  0    -15px; }
	#nav002 a:hover { background-position: -71px -15px; }





#globalNav {
	width: 799px;
	height: 35px;
	list-style-type: none;
	background-color: #FFFFFF;
	margin-left: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#globalNav li {
	float: left;
	width: 114px;
}
#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:35px;
	padding-top: 35px;
	background-image: url(../images/global_nav_bg.gif);
	color: #FFFFFF;
}

/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -114px 0; }
	#nav03 a { background-position: -228px 0; }
	#nav04 a { background-position: -342px 0; }
	#nav05 a { background-position: -456px 0; }
	#nav06 a { background-position: -570px 0; }
	#nav07 a { background-position: -684px 0; }
	
	/* オンマウス */
	#nav01 a:hover { background-position:  0     -35px; }
	#nav02 a:hover { background-position: -114px -35px; }
	#nav03 a:hover { background-position: -228px -35px; }
	#nav04 a:hover { background-position: -342px -35px; }
	#nav05 a:hover { background-position: -456px -35px; }
	#nav06 a:hover { background-position: -570px -35px; }
	#nav07 a:hover { background-position: -684px -35px; }
#henkin-bk {
	background-image: url(../images/henkin_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-left: 2px;
	height: 110px;
	width: 798px;
	position: relative;
}
#content {
	width: 800px;
	text-align: left;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

#about {
	width: 558px;
	margin-top: 27px;
	margin-left: 15px;
	float: left;
	margin-bottom: 20px;
}
#about-syohin-title {
	margin-top: 20px;
	margin-bottom: 20px;
	clear: left;
	text-align: left;
}
#about-syosai-btn {
	float: right;
	height: 36px;
	width: 175px;
	margin-left: 159px;
	margin-bottom: 12px;
	clear: both;
}
#about-syosai-bottom {
	text-align: right;
	float: left;
	clear: left;
	width: 500px;
}

#about-syosai-btn a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:36px;
	padding-top: 36px;
	background-image: url(../images/about_nav01.gif);
	color: #FFFFFF;
	background-position: left top;
}
#about-syosai-btn a:hover {
	background-image: url(../images/about_nav01.gif);
	background-position: right top;
}
#about-syohin-buy {
	float: left;
	height: 45px;
	width: 169px;
	margin-right: 13px;
	margin-left: 2px;
	margin-bottom: 30px;
}
#about-syohin-buy a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:45px;
	padding-top: 45px;
	background-image: url(../images/about_buy_nav01.gif);
	color: #FFFFFF;
	background-position: left top;
}
#about-syohin-buy a:hover {
	background-image: url(../images/about_buy_nav01.gif);
	background-position: right top;
}


#about-syohin {
	float: left;
	margin-right: 13px;
	margin-left: 2px;
}
#about-other-buy-btn {
	height: 36px;
	width: 224px;
	margin-left: 82px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}
#about-other-buy-btn a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:36px;
	padding-top: 36px;
	background-image: url(../images/about_nav02.gif);
	color: #FFFFFF;
	background-position: left top;
}
#about-other-buy-btn a:hover {
	background-image: url(../images/about_nav02.gif);
	background-position: right top;
}
#about h3 {
	margin-bottom: 6px;
	float: left;
	text-align: left;
}
#about h4 {
	margin-top: 13px;
	float: left;
	text-align: left;
}
#about-honbun       {
	width: 350px;
	height: 113px;
	float: left;
}
#about  p   {
	float: left;
	height: 100%;
	width: 341px;
	text-align: left;
}
#order-memo {
	width: 191px;
	margin-top: 4px;
	background-image: url(../images/others_waku_top_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#order-memo-bun {
	width: 169px;
	height: 100%;
	padding-top: 38px;
	padding-left: 13px;
}

#order-memo-bun2 {
	width: 169px;
	margin-top: 20px;
	margin-left: 11px;
}
#order-memo-bottom {
	background-image: url(../images/others_waku_bottom.gif);
	height: 67px;
	width: 191px;
}
#okyaku-memo-photo {
	text-align: center;
	margin-top: 10px;
}
#order-syosai-btn {
	height: 36px;
	width: 109px;
	margin-top: 10px;
	margin-left: 69px;
}



#order-syosai-btn a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:36px;
	padding-top: 36px;
	background-image: url(../images/others_nav01.gif);
	color: #FFFFFF;
	background-position: left top;
}
#order-syosai-btn a:hover {
	background-image: url(../images/others_nav01.gif);
	background-position: right top;
}
#about-photo {
	height: 112px;
	width: 152px;
	margin-right: 8px;
	margin-left: 2px;
	float: left;
	margin-bottom: 17px;
	text-align: left;
}

#others {
	width: 191px;
	height: 100%;
	float: right;
	margin-top: 20px;
	margin-right: 15px;
}

#henkin-miniNav {
	position: absolute;
	height: 85px;
	width: 214px;
	left: 359px;
	top: 17px;
	background-color: #FFFFFF;
}
#henkin-miniNav a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:85px;
	padding-top: 85px;
	background-image: url(../images/henkin_btn_big.gif);
	color: #FFFFFF;
	background-position: left top;
}
#henkin-miniNav a:hover {
	background-image: url(../images/henkin_btn_big.gif);
	background-position: right top;
}	
#footer {
	height: 55px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AFAFAF;
	margin-top: 0px;
	clear: both;
}
#order-okyaku-memo {
	background-image: url(../images/others_waku_top_2.gif);
	width: 191px;
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: left top;
}
#footer-bottom {
	height: 32px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/body_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}
#footer-nav1 {
	height: 14px;
	width: 129px;
	float: left;
	margin: 9px 0px;
}
#footer-nav1 a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:14px;
	padding-top: 14px;
	background-image: url(../images/footer_nav01.gif);
	color: #FFFFFF;
	background-position: left top;
}
#footer-nav1 a:hover {
	background: url(../images/footer_nav01.gif) right top;
}

#footer_wrap {
	width: 740px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
#footer-nav2 {
	height: 14px;
	width: 76px;
	float: left;
	margin: 9px auto;
}
#footer-nav2 a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:14px;
	padding-top: 14px;
	background-image: url(../images/footer_nav02.gif);
	color: #FFFFFF;
	background-position: left top;
}
#footer-nav2 a:hover {
	background-image: url(../images/footer_nav02.gif);
	background-position: right top;
}
#footer-nav3 {
	height: 14px;
	width: 90px;
	float: left;
	margin: 9px 0px;
}
#footer-nav3 a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:14px;
	padding-top: 14px;
	background-image: url(../images/footer_nav03.gif);
	color: #FFFFFF;
	background-position: left top;
}
#footer-nav3 a:hover {
	background-image: url(../images/footer_nav03.gif);
	background-position: right top;
}
#oishisa-himitsu {
	margin-top: 23px;
	margin-left: 15px;
	text-align: left;
}
#subtitles {
	height: 31px;
	width: 756px;
	margin-top: 30px;
	margin-left: 15px;
	float: left;
}
#content2 {
	position: relative;
	width: 800px;
	margin-bottom: 10px;
	text-align: left;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
#oishisa-content {
	margin-top: 22px;
	margin-left: 15px;
	width: 740px;
	margin-bottom: 30px;
	text-align: left;
	float: left;
}
#oishisa-left {
	height: 195px;
	width: 371px;
	float: left;
	margin-right: 21px;
	margin-left: 10px;
}
#oishisa-left p {
}
#oishisa-right {
	width: 260px;
	float: left;
}
#ichiran-content {
	margin-top: 35px;
	width: 780px;
	height: 300px;
	margin-left: 22px;
	float: left;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#ichiran-content2 {
	margin-top: 35px;
	width: 780px;
	height: 400px;
	margin-left: 22px;
	float: left;
	padding-bottom: 30px;
	margin-bottom: 30px;
}*html #ichiran-content2 {
	margin-top: 35px;
	width: 780px;
	height: 300px;
	margin-left: 22px;
	float: left;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#ichiran-left {
	height: 284px;
	width: 467px;
	float: left;
	margin-right: 22px;
	text-align: left;
}
#ichiran-right-title {
	text-align: left;
	height: 51px;
	width: 262px;
}
#ichiran-right p {
}

#ichiran-right {
	width: 260px;
	float: left;
	height: 100%;
}
#ichiran-right-btn {
	height: 36px;
	width: 176px;
	margin-top: 10px;
	float: left;
}
#ichiran-right-btn a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:36px;
	padding-top: 36px;
	background-image: url(../ichiran/images/ichiran_buy_nav01.gif);
	color: #FFFFFF;
	background-position: left top;
}
#ichiran-right-btn a:hover {
	background-image: url(../ichiran/images/ichiran_buy_nav01.gif);
	background-position: right top;
}
#price {
	font-size: 120%;
	font-weight: bold;
}
#content-tokutei {
	width: 700px;
	text-align: center;
	height: 540px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	margin-top: 30px;
}
#content-sitemap {
	width: 800px;
	text-align: left;
	height: 480px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 30px;
	background-image: url(../sitemap/images/site_map_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 0px;
}
#content-voice2 {
	width: 700px;
	text-align: center;
	height: 100%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	margin-top: 20px;
}
#content-voice-hajime {
	width: 700px;
	height: 40px;
	text-align: left;
}
#content-voice {
	position: relative;
	width: 800px;
	margin-bottom: 10px;
	text-align: left;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
}
#content-voice-header {
	width: 715px;
	background-image: url(../voice/images/voice_minititle_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	margin-top: 15px;
}
#content-guide {
	width: 700px;
	text-align: left;
	height: 100%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	margin-top: 30px;
}
#guide-header {
	color: #630A07;
	height: 23px;
	width: 700px;
	margin-bottom: 8px;
	font-weight: bold;
	background-color: #F4D2E0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-left: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;
	margin-top: 14px;
}
.chart {
	line-height: 1.3;
	height: 300px;
	border: 1px solid #4F1511;
}
.chart-space {
	background-color: #FEDADA;
	padding-left: 15px;
	text-align: left;
}
.chart-space2 {
	background-color: #FFF0AA;
	padding-left: 5px;
	text-align: left;
}
#content-company {
	width: 700px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	margin-top: 30px;
	height: 380px;
}
#company-chart {
	margin-left: 15px;
	height: 320px;
}
.company-chart-space2 {
	background-color: #FFFFFF;
	padding-left: 10px;
	text-align: left;
}
.company-chart-space {
	background-color: #DDF7C4;
	padding-left: 10px;
	text-align: left;
}
#guide-table {
	width: 700px;
	height: 320px;
	text-align: left;
	margin-bottom: 10px;
}
#about-syosai-btn2 {
	height: 36px;
	width: 224px;
	margin-bottom: 12px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#about-syosai-btn2 a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:36px;
	padding-top: 36px;
	background-image: url(../images/about_nav02.gif);
	color: #FFFFFF;
	background-position: left top;
}
#about-syosai-btn2 a:hover {
	background-image: url(../images/about_nav02.gif);
	background-position: right top;
}
#about-syosai-bottom2 {
	text-align: center;
	float: left;
	clear: left;
	width: 558px;
}


/* メールフォーム */

div.text {
	font-size: 12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	padding: 10px 20px;
}

div.text p span.style1 {
	float: none;
	color: #333333;
	margin-left: 0px;
	text-align: left;
}

div.text p strong {
	color: #ee3333;
	margin-left: 0px;
}

div.text table#form {
	border-collapse: collapse;
	border:1px solid #aaaaee;
	width: 550px;
	margin: 20px;
}

div.text table#form th {
	border: 1px solid #aaaaee;
	background: #bbeec0;
	padding: 10px 10px 6px;
	font-weight: normal;
	width: 150px;
}

div.text table#form th span.kome {
	color: #ee4444;
	padding-left: 5px;
	font-weight: bold;
}

div.text table#form th img {
	margin: -4px 5px 0px 0px;
}

div.text table#form td {
	border: 1px solid #aaaaee;
	padding: 10px 10px 6px;
	font-weight: normal;
	line-height: 25px;
}

div.text table#form td div {
	text-indent: 27px;
}

div.text table#form td input.size20 {
	width: 200px;
}

div.text table#form td input.size30 {
	width: 300px;
}

div.text table#form td input.size10 {
	width: 100px;
}

div.text table#form textarea {
	width: 320px;
	height: 80px;
}

div.text table#form td hr {
	height: 1px;
}



/* 20090417追加kim */

#footer-nav4 {
	height: 14px;
	width: 176px;
	float: left;
	margin: 9px 0px 0px;
}
#footer-nav4 a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:14px;
	padding-top: 14px;
	background-image: url(../images/footer_nav04.gif);
	color: #FFFFFF;
	background-position: left top;
}
#footer-nav4 a:hover {
	background: url(../images/footer_nav04.gif) right top;
}


#footer-nav5 {
	height: 14px;
	width: 76px;
	float: left;
	margin: 9px auto 0px;
}
#footer-nav5 a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:14px;
	padding-top: 14px;
	background-image: url(../images/footer_nav05.gif);
	color: #FFFFFF;
	background-position: left top;
}
#footer-nav5 a:hover {
	background-image: url(../images/footer_nav05.gif);
	background-position: right top;
}

#footer-nav6 {
	height: 14px;
	width: 107px;
	float: left;
	margin: 9px auto 0px;
}
#footer-nav6 a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:14px;
	padding-top: 14px;
	background-image: url(../images/footer_nav06.gif);
	color: #FFFFFF;
	background-position: left top;
}
#footer-nav6 a:hover {
	background-image: url(../images/footer_nav06.gif);
	background-position: right top;
}


#footer-nav7 {
	height: 14px;
	width: 76px;
	float: left;
	margin: 9px auto 0px;
}
#footer-nav7 a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:14px;
	padding-top: 14px;
	background-image: url(../images/footer_nav07.gif);
	color: #FFFFFF;
	background-position: left top;
}
#footer-nav7 a:hover {
	background-image: url(../images/footer_nav07.gif);
	background-position: right top;
}


#footer-nav8 {
	height: 14px;
	width: 128px;
	float: left;
	margin: 9px 0px 0px;
}
#footer-nav8 a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:14px;
	padding-top: 14px;
	background-image: url(../images/footer_nav08.gif);
	color: #FFFFFF;
	background-position: left top;
}
#footer-nav8 a:hover {
	background: url(../images/footer_nav08.gif) right top;
}

#footer-nav9 {
	height: 14px;
	width: 76px;
	float: left;
	margin: 9px auto 0px;
}
#footer-nav9 a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:14px;
	padding-top: 14px;
	background-image: url(../images/footer_nav09.gif);
	color: #FFFFFF;
	background-position: left top;
}
#footer-nav9 a:hover {
	background-image: url(../images/footer_nav09.gif);
	background-position: right top;
}


#footer-nav10 {
	height: 14px;
	width: 90px;
	float: left;
	margin: 9px auto 0px;
}
#footer-nav10 a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:14px;
	padding-top: 14px;
	background-image: url(../images/footer_nav10.gif);
	color: #FFFFFF;
	background-position: left top;
}
#footer-nav10 a:hover {
	background-image: url(../images/footer_nav10.gif);
	background-position: right top;
}


#footer-nav11 {
	height: 14px;
	width: 69px;
	float: left;
	margin: 9px 0px;
}
#footer-nav11 a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:14px;
	padding-top: 14px;
	background-image: url(../images/footer_nav11.gif);
	color: #FFFFFF;
	background-position: left top;
}
#footer-nav11 a:hover {
	background-image: url(../images/footer_nav11.gif);
	background-position: right top;
}


#footer-nav-box{
	margin: 0px auto;
	width: 390px;
}

