/* CSS Document */
@import url("reset.css");
/* センタリング
================================================== */
body {
text-align: center;
font-size: 12px;
line-height: 1.5;
color: #666;
font-family: sans-serif;
background-image: url(../common/c_back.gif);
background-repeat: repeat-y;
background-position: center;
}
body div {
text-align: left;
margin: 0 auto;
}
object {
vertical-align: middle; /* or bottom */
}
.lefttxt {
float: left;
}
.righttxt {
float: right;
}
/* リンク設定
================================================== */
a:link {
color: #000;
text-decoration: underline;
}
a:visited {
color: #000;
text-decoration: underline;
}
a:hover {
color: #000;
text-decoration: none;
}
a:hover img{
filter: alpha(opacity=60);
-moz-opacity:0.60;
opacity:0.60;
}
/* clearfix
================================================== */
.clearfix:after {
content: "."; /* 新しい要素を作る */
display: block; /* ブロックレベル要素に */
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
position:relative
}
* html .clearfix {
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}
.clear_both {
clear: both;
}
/* ページ
================================================== */
div#wrapper {
width: 880px;
margin-right: auto;
margin-left: auto;
}
div.pagetop {
clear: both;
text-align: right;
margin-bottom: 60px;
font-size: 10px;
}
/* 見出し
================================================== */
h1 {
padding-left: 19px;
padding-bottom: 23px;
}
h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 46px;
color: #000;
line-height: 1;
margin-bottom: 40px;
}
h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 46px;
color: #000;
line-height: 1;
margin-bottom: 75px;
}
h4 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
color: #000;
margin-bottom: 45px;
}
/* サイドメニュー
================================================== */
div#side {
float: left;
width: 201px;
padding-left: 1px;
position: fixed;
padding-top: 75px;
padding-right: 9px;
}
ul#sidemenu {
padding-bottom: 35px;
}
ul#sidemenu li {
text-align: right;
margin-bottom: 15px;
font-family: Arial, Helvetica, sans-serif;
}
ul#sidemenu li a {
display: block;
text-decoration: none;
padding-right: 23px;
zoom: 1;
}
ul#sidemenu li a:hover {
background-image: url(../common/b_circle.gif);
background-repeat: no-repeat;
background-position: right center;
color: #FF0000;
}
ul#sidemenu li a.active {
background-image: url(../common/b_circle.gif);
background-repeat: no-repeat;
background-position: right center;
}
ul#sidemenu li ul {
padding-bottom: 0px;
margin-top: 15px;
}
ul#sidemenu li ul li a {
display: block;
text-decoration: none;
color: #666;
font-size: 11px;
background-image: url(../common/b_yajirushi.gif);
background-repeat: no-repeat;
background-position: right center;
}
ul#sidemenu li ul li a:hover {
background-image: url(../common/b_yajirushi.gif);
color: #FF0000;
}
ul#sidemenu li ul li.liLast {
margin-bottom: 0px;
}
.copyright {
font-family: Arial, Helvetica, sans-serif;
color: #AFAFAF;
font-size: 9px;
text-align: center;
padding-right: 3px;
}
/* コンテンツ
================================================== */
div#contents {
float: right;
width: 620px;
}
div.conBox {
margin-bottom: 30px;
font-size: 11px;
}
.moreinfo a:link {
background-image: url(../common/b_yajirushi1.gif);
background-repeat: no-repeat;
background-position: left center;
border: 1px solid #000000;
padding-top: 2px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 15px;
text-decoration: none;
line-height: 1;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
.moreinfo a:visited {
text-decoration: none;
}
.moreinfo a:hover {
border: 1px solid #999999;
}
/* 言語選択
================================================== */
ul#selectLang {
font-family: Arial, Helvetica, sans-serif;
padding-top: 30px;
padding-bottom: 30px;
}
ul#selectLang li {
float: right;
margin-left: 10px;
color: #000;
}
ul#selectLang li a:link {
color: #999;
text-decoration: none;
}
ul#selectLang li a:visited {
color: #999;
text-decoration: none;
}
ul#selectLang li a:hover {
color: #000;
text-decoration: underline;
}
/* Index
================================================== */
ul#indexBrand {
margin-bottom: 70px;
}
ul#indexBrand li {
float: left;
}
div#topics {
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #CCC;
padding-top: 20px;
}
div.newsBox {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCC;
font-size: 11px;
color: #E0DFE3;
}
.newsData {
font-family: Arial, Helvetica, sans-serif;
color: #000;
background-image: url(../common/g_newsmark.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 12px;
margin-bottom: 5px;
line-height: 1;
}
.newsTittle {
color: #000;
font-size: 14px;
font-weight: bold;
margin-bottom: 10px;
}
.newsTittle a:link {
text-decoration: none;
}
.newsTittle a:visited {
text-decoration: none;
}
.newsTittle a:hover {
text-decoration: underline;
}
/* Brand
================================================== */
div.brandBox {
margin-bottom: 30px;
font-size: 11px;
}
div.brandBox img {
margin-bottom: 30px;
}
.brandConcept {
color: #999;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
margin-bottom: 5px;
}
div.catalogBtn {
font-family: Arial, Helvetica, sans-serif;
color: #000;
margin-top: 30px;
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #CCC;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCC;
line-height: 1;
}
div.boxm30 {
margin-bottom: 30px;
}
div.catalogBtn a {
text-decoration: none;
background-image: url(../brand/img/g_catalog1.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 28px;
padding-top: 10px;
padding-bottom: 10px;
display: block;
}
div.catalogBtn a:visited {
text-decoration: none;
}
div.catalogBtn a:hover {
color: #FFF;
background-color: #000;
background-image: url(../brand/img/g_catalog2.gif);
background-repeat: no-repeat;
background-position: left center;
}
ul.catalogThm {
margin-top: 10px;
margin-bottom: 10px;
}
ul.catalogThm li {
float: left;
width: 114px;
padding-right: 5px;
padding-left: 5px;
padding-bottom: 5px;
}
ul.catalogThm li img {
margin-bottom: 0px;
}
/* ショップリスト・テーブル
================================================== */
table.shoplist {
border-collapse: separate;
border-spacing: 1px;
font-size: 11px;
line-height: 1;
width: 620px;
}
table.shoplist th,
table.shoplist td {
padding: 10px;
vertical-align: top;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCC;
color: #333;
}
table.shoplist th {
color: #666;
font-family: Arial, Helvetica, sans-serif;
}
table.shoplist col.tenmei {
width: 220px;
}
table.shoplist col.jyusho {
}
table.shoplist col.tel {
width: 100px;
}
.td_txt_center {
text-align: center;
} 