@charset "UTF-8";
/* CSS Document */

/* 全体構造
---------------------------------------------------- */
html, body {
    height: 100%;
}
body {
	font: 13px/1.231 Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-size: small;
    *font: x-small;
	line-height: 1.7;
	color: #6D5541;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px;
}
table {
    font-size:inherit;
    font:100%;
}
p {
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover, a:active {
	color: #CC0000;
	text-decoration: underline;
}
a:focus {
	-moz-outline-style: none;
}
* html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
#wrapper {
	min-height: 100%;
	padding: 0px;
	width: 950px;
	height: auto !important;
	height: 100%;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B1A191;
	border-left-color: #B1A191;
	text-align: left;
}
#main {
	width: 950px;
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
}

/* メニュー
---------------------------------------------------- */
#menu {
	float: left;
	width: 204px;
	background-image: url(../images/bg_02.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 620px;
}
#logomark {
	height: 45px;
	width: 149px;
	margin-top: 102px;
	margin-bottom: 58px;
	margin-left: 25px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	margin: 0px;
	padding: 0px;
}
#menu li ul {
	display: none;
}
#menu li ul li {
	width: 185px;
	height: 25px;
	margin: 0;
	position: relative;
	left: 172px;
	top: 0px;
	font-size: 93%;
}
#menu li ul li a {
	color: #6D5541;
	text-decoration: none;
	display: block;
	width: 185px;
	height: 25px;
	text-align: left;
	background-color: #FFFAEA;
	background-image: none;
	border: 1px solid #F0A099;
	line-height: 26px;
	padding-left: 10px;
}
#menu li ul li a:hover {
	color: #FFFFFF;
	background: #F0A099;
}
#menu li:hover ul {
	display: block;
	position: absolute;
	z-index: 100;
	top: 0px;
}
#menu li ul { /* IE6 対策 */
	behavior: url("csshover.htc");
}
.indent-9999 {
	text-indent: -9999px;
}
#concept a {
	background-image: url(../images/menu_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 172px;
	display: block;
	position: absolute;
	left: 16px;
	top: 205px;
}
#news a {
	background-image: url(../images/menu_02.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 172px;
	display: block;
	position: absolute;
	left: 16px;
	top: 280px;
}
#products a {
	background-image: url(../images/menu_03.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 172px;
	display: block;
	position: absolute;
	left: 16px;
	top: 355px;
}
#company a {
	background-image: url(../images/menu_04.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 172px;
	display: block;
	position: absolute;
	left: 16px;
	top: 430px;
}
#guide a {
	background-image: url(../images/menu_05.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 172px;
	display: block;
	position: absolute;
	left: 16px;
	top: 505px;
}
#concept a:hover {
	background-image: url(../images/menu_01.gif);
	background-repeat: no-repeat;
	background-position: -172px 0px;
}
#news a:hover {
	background-image: url(../images/menu_02.gif);
	background-repeat: no-repeat;
	background-position: -172px 0px;
}
#products a:hover {
	background-image: url(../images/menu_03.gif);
	background-repeat: no-repeat;
	background-position: -172px 0px;
}
#company a:hover {
	background-image: url(../images/menu_04.gif);
	background-repeat: no-repeat;
	background-position: -172px 0px;
}
#guide a:hover {
	background-image: url(../images/menu_05.gif);
	background-repeat: no-repeat;
	background-position: -172px 0px;
}
#concept a.here {
	background-image: url(../images/menu_01.gif);
	background-repeat: no-repeat;
	background-position: -172px 0px;
}
#news a.here {
	background-image: url(../images/menu_02.gif);
	background-repeat: no-repeat;
	background-position: -172px 0px;
}
#products a.here {
	background-image: url(../images/menu_03.gif);
	background-repeat: no-repeat;
	background-position: -172px 0px;
}
#company a.here {
	background-image: url(../images/menu_04.gif);
	background-repeat: no-repeat;
	background-position: -172px 0px;
}
#guide a.here {
	background-image: url(../images/menu_05.gif);
	background-repeat: no-repeat;
	background-position: -172px 0px;
}

/* コンテンツ
---------------------------------------------------- */
#contents {
	margin: 0px;
	float: right;
	width: 746px;
	position: relative;
	padding: 0px;
}
#flash {
	height: 530px;
	width: 746px;
}
#topics {
	width: 706px;
	margin-top: 7px;
	margin-left: 40px;
}
#topics dl {
	width: 706px;
	padding: 0px;
	margin: 0px;
}
#topics dt {
	width: 90px;
	padding-top: 7px;
	float: left;
	margin: 0px;
}
#topics dd {
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px;
}
#subtitle {
	width: 230px;
	margin-top: 50px;
	margin-bottom: 40px;
}
#contentsbody {
	width: 546px;
	margin-right: 100px;
	margin-left: 100px;
	position: relative;
}
.newstitle {
	background-image: url(../images/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	width: 533px;
	padding-left: 13px;
	font-size: 108%;
}
.newsbox {
	width: 546px;
	margin-top: 5px;
	margin-bottom: 20px;
}
.newstext {
	width: 504px;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBA999;
	border-left-color: #BBA999;
	background-color: #FFFFFF;
	font-size: 93%;
}
#productscopy {
	width: 660px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
}
#voice {
	width: 546px;
	margin-top: 35px;
}
#voicetext {
	width: 492px;
	padding-right: 20px;
	padding-left: 30px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FBCCD0;
	border-left-color: #FBCCD0;
	font-size: 93%;
}
#voicetext ul, li {
	margin: 0px;
	padding: 0px;
}
#shopping {
	width: 546px;
	overflow: hidden;
	margin-top: 50px;
}
#shopping-photo {
	float: left;
	width: 168px;
}
#shopping-text {
	float: right;
	width: 360px;
}
.cartbutton {
	text-align: right;
	margin-bottom: 15px;
}
.htstitle1 {
	margin-top: 60px;
	margin-bottom: 10px;
}
.htstitle2 {
	margin-top: 30px;
	margin-bottom: 10px;
}
#contentsbody dl {
	width: 546px;
	padding: 0px;
	margin: 0px;
}
#contentsbody dt {
	width: 100px;
	padding-top: 7px;
	float: left;
	margin: 0px;
}
#contentsbody dd {
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px;
}
.freedial {
	height: 14px;
	width: 152px;
	margin-bottom: 60px;
	margin-left: 100px;
}
.al-center {
	text-align: center;
}
.float-right {
	float: right;
}
.mg-t10 {
	margin-top: 10px;
}
.mg-t30 {
	margin-top: 30px;
}
.mg-b10 {
	margin-bottom: 10px;
}
.text-10 {
	font-size: 77%;
	line-height: 1.4;
}
.text-red {
	color: #E50000;
}

/* フッタ
---------------------------------------------------- */
#footer {
	height: 40px;
	width: 291px;
	position: absolute;
	left: 629px;
	bottom: 20px;
}

