/* ----------------------------------- */
/* 共通設定 */
/* ----------------------------------- */

/* BODY */
body{
	margin: 0px;
	color: #CCCCCC;
	background-image: url('../image/bg_back.gif');
	/* background-repeat: repeat; */
	/* text-align: center; */
	/* padding: 50px; */
	background-color: #FFFFFF;

}

/* リンク：通常リンク */
a:link{
    color: #CCCCCC;
    /* font-weight: bold; */
    text-decoration: none;
}

/* リンク：読み込み済みリンク */
a:visited {
    color: #999999;
    /* font-weight: bold; */
    text-decoration: none;
}

/* リンク：クリック時 */
a:active {
    color: #CCCCCC;
    /* font-weight: bold; */
    text-decoration: none;
}

/* リンク：カーソルON */
a:hover  {
    color: #CCCCCC;
    /* font-weight: bold; */
    text-decoration: none;
}

/* セル */
td,th {
	color: #CCCCCC;
	font-size: x-small;
	vertical-align: top;
}


/* ----------------------------------- */
/* 個別設定（基本指定） */
/* ----------------------------------- */

/* セル：ヘッダ */
td.header {
	vertical-align:bottom;
}

/* セル：タイトル */
td.title {
	vertical-align:middle;
}

/* セル：ページ見出しテキスト */
td.page_heading {
	color: #8EB955;
	font-size: small;
	font-weight: bold;
}

/* セル：項目見出しテキスト */
td.item_heading {
	font-size: small;
	font-weight: bold;
}

/* レコード：表１見出し行 */
td.table1_heading {
	color: #622333;
	font-size: small;
	font-weight: bold;
	vertical-align:middle;
}

/* レコード：表１見出し行区切り */
td.table1_heading_partition {
	color: #471D28;
}


/* ----------------------------------- */
/* 個別設定（個別指定） */
/* ----------------------------------- */

/* 電話番号 */
.tel {
	color: #CC3333;
	font-size: small;
	font-weight: bold;
}

/* Copyright */
.copyright {
	font-size: xx-small;
}

/* 商品名 */
.product {
	color: #CC3333;
	font-size:small;
	font-weight: bold;
}

/* 地図 - 店舗情報 */
.map_shopinfo {
	color: #000000;
}

/* 地図 - 店舗名 */
.map_shopname {
	color: #000000;
	font-size:small;
	font-weight: bold;
}
