@charset "UTF-8"


/* 基本タグ -------------------- */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
}

html,body {
	height:100%;
}

body {
	margin:0;
	padding:0;
	/*background-image:url(../images/dot.gif);*/
}

img,table {
	border: none;
}

ol,ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}


/* firefox3でmargin指定 */
body,x:-moz-broken {
	margin-left:-1px;
}

/* IE7でpadding指定 */
*:first-child+html body {
	padding-left: 1px;
	margin-left:0;
}

/* IE6以下でpadding指定 */
*html body {
	padding-left: 1px;
}



/* 基本フォント -------------------- */

body {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #211600;
	font-size: 10px;
	_font-size:62.5%;
}

.small {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #211600;
	font-size: 10px;
	line-height: 1.5em;
}


h1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 2em;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
}

h3,h4,h5,h6 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
}

/* Opera 9 */
;;body{
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

/* Internet Explorer 7 */
*:first-child+html body{
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

/* Internet Explorer 6 or sooner */
* html body{
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}




/* --------------------------------------------------------------------------------------
 フォント
--------------------------------------------------------------------------------------- */

a {
	text-decoration: none;
}
a:link {
	color: #211600;
	text-decoration:underline;
}
a:visited {
	color: #211600;
	text-decoration:underline;
}
a:hover {
	color: #CC0000;
	text-decoration:none;
}
a:active {
	color: #211600;
}



/* --------------------------------------------------------------------------------------
layout
--------------------------------------------------------------------------------------- */

#container {
	width: 920px;
	height: 100%;
	min-height:100%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	text-align:left;
	background:#fff;
	font-size:1.2em;
	line-height: 1.7em;
}

body > #container{ 
    height:auto; 
}

/* --------------------------------------------------------------------------------------
  ヘッダー
--------------------------------------------------------------------------------------- */

#header {
	width:920px;
	height: 394px;
	padding-bottom:45px;
}

#header-l {
	width:126px;
	height:238px;
	padding:156px 0 0;
	float:left;
	background: url(../images/header_l.gif) 0 15px no-repeat;
}

#header-history {
	width:794px;
	height:394px;
	float:right;
}

#header-obi {
	width:794px;
	height:394px;
	float:right;
}

#header-works {
	width:794px;
	height:394px;
	float:right;
}

#header-corp {
	width:794px;
	height:394px;
	float:right;
}

#header-contact {
	width:794px;
	height:394px;
	float:right;
}

#title1 {
	width:139px;
	margin-top:15px;
	float:left;
}

#title2 {
	width:168px;
	margin:15px 176px 0 0;
	float:left;
	border-left:1px solid #211600;
}


/* Globalナビゲーション --------------------------------------*/
#globalNavi {
	width:170px;
	margin-top:10px;
	margin-right:20px;
	float:left;
}

#globalNavi li {
	width:20px;
	height:90px;
	margin-left:8px;
	float:right;
}

/* 丹波屋の歴史 */
#bt-history a {
	display: block;
	width: 20px;
	height: 90px;
	background: url(../images/bt_history_on.gif) 0 0 no-repeat;
	border-bottom:none;
}
#bt-history a:hover { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}
#bt-history a:hover img {
	visibility: hidden;
}

/* 帯について */
#bt-obi a {
	display: block;
	width: 20px;
	height: 76px;
	background: url(../images/bt_obi_on.gif) 0 0 no-repeat;
	border-bottom:none;
}
#bt-obi a:hover { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}
#bt-obi a:hover img {
	visibility: hidden;
}

/* 作品の紹介 */
#bt-works a {
	display: block;
	width: 20px;
	height: 90px;
	background: url(../images/bt_works_on.gif) 0 0 no-repeat;
	border-bottom:none;
}
#bt-works a:hover { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}
#bt-works a:hover img {
	visibility: hidden;
}

/* 会社案内 */
#bt-corp a {
	display: block;
	width: 20px;
	height: 66px;
	background: url(../images/bt_corp_on.gif) 0 0 no-repeat;
	border-bottom:none;
}
#bt-corp a:hover { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}
#bt-corp a:hover img {
	visibility: hidden;
}

/* お問い合せ */
#bt-contact a {
	display: block;
	width: 20px;
	height: 78px;
	background: url(../images/bt_contact_on.gif) 0 0 no-repeat;
	border-bottom:none;
}
#bt-contact a:hover { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}
#bt-contact a:hover img {
	visibility: hidden;
}

/* ショッピング */
#bt-shopping a {
	display: block;
	width: 20px;
	height: 88px;
	background: url(../images/bt_shopping_on.gif) 0 0 no-repeat;
	border-bottom:none;
}
#bt-shopping a:hover { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}
#bt-shopping a:hover img {
	visibility: hidden;
}


/*ロゴ*/
#header-logo {
	width:85px;
	float:left;
}


/* --------------------------------------------------------------------------------------
  メインボディ
--------------------------------------------------------------------------------------- */

#main-body {
	width: 780px;
	margin: 0 0 0 125px;
}



/* clearfix */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*￥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* --------------------------------------------------------------------------------------
  フッター
--------------------------------------------------------------------------------------- */
#footer {
	width: 760px;
	height:66px;
	margin: 50px 35px 0 126px;
	border-top: 1px solid #CCC;
	padding-top:15px;
	clear:both;
}

#copyright {
	float:left;
}

#pagetop a {
	display: block;
	width: 85px;
	height: 16px;
	float:right;
	background: url(../images/pagetop_on.gif) 0 0 no-repeat;
	border-bottom:none;
}

#pagetop a:hover { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}
#pagetop a:hover img {
	visibility: hidden;
}


/* --------------------------------------------------------------------------------------
  その他
--------------------------------------------------------------------------------------- */
.next a {
	width:75px;
	height:36px;
	display: block;
	background: url(../images/bt_next_on.gif) 0 0 no-repeat;
	border-bottom:none;
}
.next a:hover { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}
.next a:hover img {
	visibility: hidden;
}

#leftMenu {
	width:62px;
	margin-top:5px;
	float:left;
}

#leftMenu li {
	width:62px;
	height:16px;
	margin-bottom:12px;
}

.bt01 a {
	display: block;
	background: url(../images/bt01_on.gif) 0 0 no-repeat;
	border-bottom:none;
}
.bt01 a:hover { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}
.bt01 a:hover img {
	visibility: hidden;
}

.bt02 a {
	display: block;
	background: url(../images/bt02_on.gif) 0 0 no-repeat;
	border-bottom:none;
}
.bt02 a:hover { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}
.bt02 a:hover img {
	visibility: hidden;
}



/* --------------------------------------------------------------------------------------
  丹波屋の歴史
--------------------------------------------------------------------------------------- */
#history-block01 {
	width:760px;
}

.history-l {
	width:375px;
	float:left;
}

.history-r {
	width:350px;
	float:right;
}

#history-copy-en {
	width:122px;
	padding:62px 0 0 57px;
	float:left;
}

#history-copy {
	border-left:1px solid #CC0000;
	padding:0 5px 0 17px;
	margin-bottom:45px;
	float:right;
}

#go-obi a {
	display: block;
	width: 176px;
	height: 36px;
	background: url(../history/images/go_obi_on.gif) 0 0 no-repeat;
	border-bottom:none;
	margin-top:25px;
}

#go-obi a:hover { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}
#go-obi a:hover img {
	visibility: hidden;
}


/* --------------------------------------------------------------------------------------
  帯への想い
--------------------------------------------------------------------------------------- */
#obi-main {
	width:856px;
	margin-left:29px;
}

#obi-main-r {
	width:760px;
	float:right;
}

.obi-r-l {
	width:400px;
	margin-right:40px;
	float:left;
}

.obi-r-r {
	width:320px;
	float:left;
}

#obi-copy-en {
	width:124px;
	padding:112px 0 0 22px;
	float:left;
}

#obi2-copy-en {
	width:124px;
	padding:137px 0 0 22px;
	float:left;
}

#obi-copy01 {
	border-left:1px solid #CC0000;
	padding:0 4px 0 16px;
	margin-bottom:40px;
	float:right;
}

#obi-copy02 {
	border-left:1px solid #CC0000;
	padding:0 4px 0 16px;
	margin-bottom:60px;
	float:right;
}

#obi-movie {
	height:245px;
	clear:both;
}

#obi-next {
	width:75px;
	margin-top:35px;
}


/* 帯への想い2 */
#obi2-main {
	width:856px;
	margin-left:29px;
}

#obi2-main-r {
	width:760px;
	float:right;
}

.obi2-txt {
	width:760px;
	margin-bottom:35px;
	padding-top:20px;
	clear:both;
}

#obi2-footer {
	width:760px;
	height:36px;
}

#go-works a {
	width: 176px;
	height: 36px;
	display: block;
	background: url(../obi/images/go_works_on.gif) 0 0 no-repeat;
	border-bottom:none;
	float:left;
}
#go-works a:hover { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}
#go-works a:hover img {
	visibility: hidden;
}

#obi2-footer-comment {
	width:540px;
	float:right;
}


/* --------------------------------------------------------------------------------------
  作品のご紹介
--------------------------------------------------------------------------------------- */

#thum {
	width:780px;
}

#thum li {
	width:136px;
	height:190px;
	padding:0 20px 20px 0;
	float:left;
}

#thum li img {
	width:130px;
	height:184px;
	border:1px solid #CCC;
	padding:2px;
	float:left;
}

#works-topCopy {
	width:760px;
	height:78px;
	padding-bottom:30px;
}

#works-l {
	width:360px;
	height:78px;
	float:left;
}

#works-r {
	width:352px;
	height:78px;
	float:right;
}

#works-rt {
	height:60px;
}

#works-ru-l {
	height:18px;
	float:left;
}

#works-ru-l a {
	display: block;
	background: url(../works/images/go_contact_on.gif) 0 0 no-repeat;
	border-bottom:none;
}

#works-ru-l a:hover { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}
#works-ru-l a:hover img {
	visibility: hidden;
}

#works-ru-r {
	height:18px;
	float:left;
}



#works-comment {
	width:760px;
	height:56px;
	padding-top:20px;
	clear:both;
}

#works-comment-l {
	width:176px;
	height:36px;
	float:left;
}

#works-comment-l a {
	display: block;
	background: url(../works/images/go_contact2_on.gif) 0 0 no-repeat;
	border-bottom:none;
}

#works-comment-l a:hover { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}
#works-comment-l a:hover img {
	visibility: hidden;
}


#works-comment-r {
	width:540px;
	height:36px;
	margin-right:5px;
	float:right;
}



/* 作品詳細 -------------------------------------- */

#obi01,#obi02,#obi03,#obi04,#obi05,#obi06,#obi07,#obi08,#obi09,#obi10 {
	display:none;
	clear:both;
	width:770px;
}


/* 作品詳細　左カラム */

.sakuhin-l {
	width:510px;
	height:530px;
	float:left;
}

.sakuhin-title {
	height:34px;
	border-left:2px solid #CC0000;
	padding: 5px 0 0 13px;
	margin-bottom:16px;
}

.sakuhin-title p {
	line-height:34px; /* divと同じ高さを指定すると縦中央揃えになる */
	margin:0;
}

.obi-pic {
	width:504px;
	height:474px;
	border:1px solid #CCC;
	padding:2px;
	text-align:center;
}

.preloadImage {
	display:none; /* 切り替え画像を先読みして不可視状態にする */
}


/* 作品詳細　右カラム */

.sakuhin-r {
	width:236px;
	height:530px;
	float:right;
}

.bt-back a {
	display: block;
	width: 75px;
	height: 18px;
	background: url(../works/images/bt_back_on.gif) 0 0 no-repeat;
	border-bottom:none;
	margin:10px 14px 22px 145px;
}
.bt-back a:hover { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}
.bt-back a:hover img {
	visibility: hidden;
}

.obi-detail {
	width:220px;
	padding: 0 0 8px;
	border-bottom: 1px dotted #999;
	margin-bottom:8px;
}

.sakuhin-comment {
	width:220px;
	height:114px;
	margin-bottom:10px;
	border-bottom: 1px solid #CCC;
}

.th-exp {
	width:220px;
	height:46px;
	color: #666;
}

.sakuhin-thum {
	width:236px;
	height:270px;
}

.sakuhin-thum li {
	width:104px;
	height:124px;
	margin:14px 14px 0 0;
	float:left;
}

.sakuhin-thum li a {
	width:98px;
	height:118px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:2px;
	float:left;
}




/* --------------------------------------------------------------------------------------
  会社案内
--------------------------------------------------------------------------------------- */

#gaiyo {
	width:675px;
	height:250px;
	margin-bottom:45px;
}

.gaiyo-t {
	width: 520px;
	margin-top:-8px;
}
.gaiyo-t th {
	width: 80px;
	padding: 8px 0 6px 6px;
	border-bottom: 1px dotted #CCC;
	vertical-align: top;
	text-align:left;
}
.gaiyo-t td {
	padding: 8px 0 6px 6px;
	border-bottom: 1px dotted #CCC;
}

#access {
	width:675px;
	height:355px;
	clear:both;
}

.subtitle {
	border-left:1px solid #211600;
}

.corp-body-left {
	width:155px;
	float:left;
}

.corp-body-right {
	width:520px;
	float:left;
}

#map {
	height:330px;
	line-height: 1.2em;
}

#map2 {
	margin-top:5px;
}

