/* 全体構造 */
body {
	font-size: smaller;
	background-color: #f5e8d0;
	background-image: url(../unionimages/bg.gif);
	background-repeat: repeat;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	line-height: 1.2em;
}

/* メインメニュー共通CSS */
.main_menu ul {
	margin: 0px;
	padding: 0px;
  height: 23px;
}
.main_menu li {
	display: block;
  position: absolute;
	margin: 0px;
	padding: 0px;
  height: 23px;
	text-align: left;
}
.main_menu li a {
  display: block;
  height: 100%;
  width: 100%;
	background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.main_menu li#go_home {
  width: 81px;
}
.main_menu li#go_home a {
	background-image: url(../unionimages/s_m_01_o.gif);
}
.main_menu li#go_guide {
  width: 133px;
}
.main_menu li#go_guide a {
	background-image: url(../unionimages/s_m_02_o.gif);
}
.main_menu li#go_qa {
  width: 116px;
}
.main_menu li#go_qa a {
	background-image: url(../unionimages/s_m_03_o.gif);
}
.main_menu li#go_cart {
  width: 102px;
}
.main_menu li#go_cart a {
	background-image: url(../unionimages/s_m_04_o.gif);
}
.main_menu li#go_mailform {
  width: 115px;
}
.main_menu li#go_mailform a {
	background-image: url(../unionimages/s_m_05_o.gif);
}
.main_menu li#go_point {
  width: 125px;
}
.main_menu li a:hover {
  background-color: transparent;
}
.main_menu li img {
  background-color: transparent;
}
.main_menu li a:hover img {
  position: relative;
  top: -23px;
}
.main_menu li#go_point a:hover img {
  position: relative;
  top: 1px;
  left: 1px;
}
/*トップ詳細*/
.mat_popup {
  display: none;
}

/*左島*/
.left_island {
	font-size: smaller;
  position: relative;
	float: right;
	width: 215px;
	margin-right: 5px;
}
.con {
  padding-left: 20px;
  padding-right: 15px;
	background-image: url(../images/left_island_bg.gif);
	background-repeat: repeat-y;
}
.left_island h2,
.left_island h3 {
	font-weight: normal;
}
/*検索エリア*/
.search {
  position: relative;
  top: -10px;
  width: 180px;
	height: 180px;
  border: none;
	background-image: url(../images/search_bg.gif);
	background-repeat: no-repeat;
}
.search img {
  position: relative;
  top: -10px;
}
.search p {
  pdding-top: 15px;
  margin-left: 10px;
}
.search form{
  width: 150px;
  text-align: right;
  margin-left: 10px;
  margin-bottom: 5px;
}
.search .search_textbox {
  width: 150px;
}
/*カテゴリ一覧*/
.left_island dl.category_list {
  font-size: small;
}
dl.category_list dt.large_title {
  padding: 7px 0px 7px;
  border-bottom: dotted 2px #ccc;
}
dl.category_list dt.large_title div {
  padding: 7px 0px 7px 30px;
  font-weight: bold;
  background-image: url(../images/category_list_mark_l.png);
	background-repeat: no-repeat;
}
dl.category_list dt.normal div {
  color: #3d2710;
  background-color: #fff;
	background-position: 7px -78px;
}
dl.category_list dt.active div {
  color: #fd6734;
  background-color: #efd7c1;
	background-position: 7px 7px;
  cursor: pointer;
}
dl.category_list dt a.large_a {
  display: block;
  padding: 7px 0px 7px 30px;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../images/category_list_mark_l.png);
	background-repeat: no-repeat;
  color: #3d2710;
  background-color: #fff;
	background-position: 7px -78px;
}
dl.category_list dt a.large_a:hover {
  color: #fd6734;
  background-color: #efd7c1;
	background-position: 7px 7px;
}
dl.category_list dd.middle_class {
  margin: 0px;
  display: none;
}
dd.middle_class dt.middle_title {
  background-color: #eaeaea;
  border-bottom: dotted 2px #ccc;
}
dd.middle_class dt.active {
  background-color: #d2d2d2;
}
dd.middle_class dt a {
  padding: 7px 0px 7px 20px;
  display: block;
  text-decoration: none;
}
dd.middle_class dd.small_class {
  position: absolute;
  left: 120px;
  width: 215px;
  display: none;
}
dd.small_class ul{
  position: relative;
  top: -40px;
  z-index: 100;
}
dd.small_class li{
  line-height: 25px;
  padding-left: 37px;
  padding-right: 8px;
  background-image: url(../images/category_list_subbg.png);
	background-repeat: repeat-y;
}
dd.small_class li.sec_first{
  padding-top: 10px;
  background-image: url(../images/category_list_subtop.png);
	background-repeat: no-repeat;
}
dd.small_class li.sec_last{
  height: 35px;
  background-image: url(../images/category_list_subbtm.png);
	background-repeat: no-repeat;
}
dd.small_class li a {
  display: block;
  padding-left: 20px;
  line-height: 25px;
	text-decoration: none;
  background-color: #fff;
  background-image: url(../images/category_list_mark_s.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}
dd.small_class li a:hover {
  background-color: #ffdcba;
  background-image: url(../images/category_list_mark_s.png);
	background-repeat: no-repeat;
	background-position: 5px -53px;
}
/*コンテンツのタイトルイメージ*/
img.con_title {
  position: relative;
  left: -16px;
  margin-top: 20px;
}
/*Twitterニュース*/
div.twitter_news ul.twitter_list {
  margin: 0px;
  width: 183px;
  background-image: url(../images/twitternews_bg2.gif);
	background-repeat: repeat-y;
  position: relative;
  left: -3px;
  z-index: 10;
}
div.twitter_news li.tweet_list {
  height: 300px;
  overflow: hidden;
}
div.twitter_news li.tweet_list ul {
  width: 165px;
}
div.twitter_news li.tweet_li {
  clear: left;
  margin-left: 5px;
  padding: 5px 0px 0px 5px;
  border-top: dotted 2px #ccc;
}
div.twitter_news li.tweet_li a {
  display: block;
}
div.twitter_news li.twitter_bottom {
  margin: 0px;
  padding: 5px;
  border: none;
  color: #fff;
  text-align: right;
  background-image: url(../images/twitternews_bottom2.gif);
	background-repeat: no-repeat;
  background-position: bottom;
}
div.twitter_news p.twitpic_img {
  float: left;
  width: 40px;
}
div.twitter_news p.tweet_p {
  float: left;
  width: 115px;
  padding-left: 2px;
}
/*営業日カレンダー*/
div.calender img.con_title {
  margin-bottom: 10px;
  z-index: 10;
}
div.calender p {
  margin-top: 7px;
}
.cal {
	font-size: 12px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #FFFFFF;
	text-align: center;
  margin-left: 10px;
}
.cal th {
	background-color: #CCCCCC;
	padding: 4px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.cal td {
	text-align: right;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 4px;
}
#sun {
	background-color: #FFCCCC;
	color: #FF6666;
}
.hide {
	color: #999999;
}
.d_sun {
	background-color: #FFCCCC;
	color: #FF3333;
}
td.today {
	background-color: #9fd1ff;
	color: #0900b7;
}
/* ゲルボア支店リンク */
.gb_branch {
  width: 176px;
  padding-top: 25px;
  margin-top: 15px;
  background-image: url(../unionimages/gb_branch_top.gif);
	background-repeat: no-repeat;
  background-position: top;
}
.gb_branch dl {
  padding-left: 10px;
  padding-bottom: 30px;
  background-image: url(../unionimages/gb_branch_bottom.gif);
	background-repeat: no-repeat;
  background-position: bottom;
}
.gb_branch dt {
  margin-top: 5px;
  font-size: 15px;
  color: #DF714C;
}
.gb_branch dt a {
  color: #DF714C;
  text-decoration: none;
}
.gb_branch dd {
  margin: 0px;
}
/* サイトマップへのリンク */
p.site_map {
	font-size: small;
  text-align: right;
  margin-top: 1.2em;
}

/* ページ下部ご利用について */
.navi {
	float: left;
	margin-top: 10px;
	word-spacing: 0.3px;
	line-height: 1.2em;
}
.navi_table {
	margin-left: 30px;
	background-color: #FFFFFF;
	width: 700px;
	font-size: 100%;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
}
.navi_table td {
	vertical-align: top;
	padding: 5px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.navi_table h3 {
	background-color: #EDE8DA;
	width: 330px;
	font-size: 95%;
	color: #336600;
	padding: 2px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 5px solid #D89740;
}
.navi_table h2 {
	font-weight: bold;
	color: #336600;
	display: inline;
	margin-right: 30px;
	font-size: small;
	border: none;
	background-color: #DFDFBC;
}
.navi_table th {
	background-color: #DFDFBC;
	font-weight: normal;
	padding: 2px;
	border-top: 1px solid #CCCCCC;
}
.navi_table ul {
	margin: 0px 0px 0px 20px;
}
.navi_table ol {
	margin: 0px 0px 0px 20px;
}
.navi_table li {
	margin-bottom: 8px;
}
.navi caption {
	text-align: center;
}

/*店舗情報*/
.shop {
	text-align: center;
	margin-top: 10px;
}
address {
	font-weight: normal;
	font-style: normal;
	text-align: left;
	padding: 3px 3px 10px;
}

/* フッター */
.foot {
	clear: left;
	text-align: center;
	font-family: "Arial Black";
	font-size: 85%;
	font-weight: normal;
	color: #996633;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px 20px;
	width: 720px;
}

/* その他 */
p, ul, ol, dl, form, div {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
table {
	margin: 0px;
	padding: 0px;
	border: none;
}
input.number,
input.number2 {
  ime-mode: disabled; 
  width: 40px;
}
a:link {
	color: #17375F;
}
a:visited {
	color: #17375F;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #FF3300;
	text-decoration: underline;
}
.text_center {
	text-align: center;
}
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.small {
  font-size: smaller;
}
.clear {
    clear: both;
}
.right {
	float: right;
}
.cen {
	text-align: center;
}
.ver-middle {
  vertical-align: middle;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.c-both {
  clear: both;
}
.bold {
  font-weight: bold;
}
.red {
	color: #CC4D30;
}
.yellow {
	color: #B49400;
}
.orange {
  color: #FF6600;
}
.pink {
    color: #CC9999;
}
.pink02 {
  color: #FF6666;
}
.grey {
    color: #808080;
}
.brown {
    color: #680000;
}
.brown02 {
  color: #b07b00;
}
.brown03 {
  color: #990000;
}
.green {
  color: #0f6d00;
}
.blue {
  color: #2000D0;
}

/* クリアフィックス */
.clearfix:after {  
    content: ".";   
    display: block;   
    height: 0;   
    clear: both;   
    visibility: hidden;  
    font-size: 0.1em;  
    line-height: 0;  
}  
.clearfix {  
    display: inline-block;  
    min-height: 1%;  
}  
/* Hides from IE-mac \*/  
* html .clearfix {  
    height: 1%;  
}  
.clearfix {  
    display: block;  
}

