/* ▼共通
---------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
	color: #CCCCCC;
	scrollbar-base-color: #EDE8E0;
    scrollbar-arrow-color: #BDAB8C;
}

td {
    font-size: 12px;
	line-height: 150%;
}

a, a:visited {
    color: #DA9A9A;
	text-decoration: none;
}

a:hover, a:active {
    color: #DA9A9A;
	text-decoration: underline;
}

.tx-normal {
    font-size: 12px;
	line-height: 150%;
	color: #CCCCCC;
}

.tx-normalB {
    font-size: 12px;
	line-height: 150%;
	color: #CCCCCC;
	font-weight: bold;
}


/* ▼レイアウト共通
---------------------------------------------------- */
#wrapper {
    width: 880px;
	text-align: left;
	margin: 0px auto 0px auto;
}

#wrapper a, a:visited {
    color: #DA9A9A;
	text-decoration: none;
}

#wrapper a:hover, a:active {
    color: #DA9A9A;
	text-decoration: underline;
}

table.main td.navi {
    background-image: url(../imgs/common/menu_bg.gif);
}

#footer {
    width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../imgs/common/fotter_bg.gif);
	background-repeat: repeat-x;
}

#footer a, a:visited {
    color: #DA9A9A;
	text-decoration: none;
}

#footer a:hover, a:active {
    color: #DA9A9A;
	text-decoration: underline;
}

table.ftr td.txt-menu {
    padding-top: 18px;
    padding-bottom: 5px;
	text-align: center;
	font-size: 11px;
}

table.ftr td.copyright {
    padding-top: 5px;
    padding-bottom: 18px;
	text-align: center;
	font-size: 11px;
}

table.pagetop {
    margin: 30px 0px 20px 0px;
}

table.pagetop td {
    font-size: 10px;
}

table.pagetop a, a:visited {
    color: #DA9A9A;
	text-decoration: none;
}

table.pagetop a:hover, a:active {
    color: #DA9A9A;
	text-decoration: underline;
}

#submenu {
    margin: 10px 0px 0px 32px;
}

#submenu td {
    padding-top: 3px;
	color: #DA9A9A;
}

#submenu a, a:visited {
    color: #FFFFFF;
	text-decoration: none;
}

#submenu a:hover, a:active {
    color: #FFFFFF;
	text-decoration: underline;
}


/* ▼レイアウトトップページ
---------------------------------------------------- */
table.information {
    margin: 40px 0px 40px 0px;
} 

table.banner {
    margin: 0px 0px 40px 0px;
} 


/* ▼レイアウト第2階層以下
---------------------------------------------------- */
table.title-bar {
    margin: 40px 0px 0px 0px;
}

table.contents {
    margin: 20px 0px 0px 0px;
} 

td.cake-image {
    padding-bottom: 10px;
}

td.cake-detail {
    padding-top: 5px;
	text-align: left
}

table.shop {
    margin: 40px 0px 0px 0px;
} 

td.shop-name {
    border-bottom: #402022;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #6A3539;
}

.close {
    margin-top: 8px;
	margin-right: 10px;
}