@charset "utf-8";

body {
	font-size: small;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

form {
	margin: 0;
	padding: 0;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

hr {
	display: none;
}

.attention {
    color: #ff3333;
	font-size: x-small;
}

.syoukai {
    color: #D30052;
	font-weight: bold;
}

.infoOsusume {
    color: #E66A0F;
	font-weight: bold;
}

.infoEvent {
    color: #006BB5;
	font-weight: bold;
}

.ourShopBan {
    color: #E9538C;
}

.eventBan {
    color: #AE8349;
}

.floorBan {
    color: #0F5A9B;
}

.facilityBan {
    color: #2FA8E1;
}

.couponBan {
    color: #9DC81D;
}

.accessBan {
    color: #00A599;
}

.parkingAttention {
    font-size: small;
	font-weight: bold;
	color: #CC3333;
	margin-bottom: 30px;
}

a:link {
    font-size: x-small;
	text-decoration: none;
	color: #333333;
}

a:visited {
    font-size: x-small;
	text-decoration: none;
	color: #999999;
}

a:hover {
    font-size: x-small;
	text-decoration: none;
	color: #FF9933;
}

#container {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fffde5;
	overflow: hidden;
	padding: 0 20px;
}

#container p.goTop {
	width: 780px;
	height: 20px;
	margin: 15px 0 0 0;
	overflow: hidden;
	clear: left;
}

#container p.goTop a {
    background: url(../images/design/goTop.gif) no-repeat top right;
	display: block;
	height: 14px;
	width: 100px;
	float: right;
	text-indent: -10000em;
}

#contents {
    height: auto;
	overflow: hidden;
}


#contents ul.goContent {
    margin-top: 15px;

}

#contents ul.goContent {
	background: url(../../ourShop/images/goContentBg.gif) no-repeat top left;
	width: 760px;
	height: 52px;
	padding: 10px;
	margin-bottom: 25px;
}

#contents ul.goContent li {
    float: left;
	width: 178px;
	height: 56px;
	padding-right: 15px;
}

#contents ul.goContent li.last,
#facility #contents ul li.last {
    padding-right: 0;
}

h1 {
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
	padding-bottom: 15px;
	margin: 0;
	display: block;
	font-size: medium;
}

h3 {
    background-repeat: no-repeat;
}

/* header */

#header {
	height: 146px;
	width: 840px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

#header p.mainCopy {
	background-image: url(../images/design/mainCopy.png);
	width: 364px;
	height: 36px;
	left: 128px;
	top: 40px;
}

#header .mainLogo {
	width: 180px;
	height: 74px;
	position: absolute;
	top: 18px;
	right: 29px;
}

#header .mainLogo a {
	background-image: url(../images/design/logo.png);
	width: 180px;
	height: 74px;
	display: block;
	position: relative;
	cursor: pointer;
	z-index: 20;
}

*html #header p.mainCopy {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_common/images/design/mainCopy.png', sizingMethod='crop');
}

*html #top #header p.mainCopy {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_common/images/design/mainCopy.png', sizingMethod='crop');
}

*html #FloorShop #header p.mainCopy {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.dr-sc.com/combox/_common/images/design/mainCopy.png', sizingMethod='crop');
}

*html #header .mainLogo a {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_common/images/design/logo.png', sizingMethod='crop');
}

*html #top #header .mainLogo {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_common/images/design/logo.png', sizingMethod='crop');
}

*html #FloorShop #header .mainLogo {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.dr-sc.com/combox/_common/images/design/logo.png', sizingMethod='crop');
}


#header p {
    text-indent: -10000em;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	overflow: hidden;
}


p.topLogo {
	position: absolute;
	left: 25px;
	top: 70px;
	z-index: 250;
	width: 147px;
	height: 118px;
}

p.topLogo a {
	position: relative;
	display: block;
	width: 147px;
	height: 129px;
	cursor: pointer;
}

.mainMenuTitle {
	display: none;
}

#header ul#mainMenu {
	font-size: x-small;
	width: 810px;
	height: 42px;
	padding-bottom: 5px;
	padding-left: 29px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#header ul#mainMenu a {
	width: 130px;
	height: 42px;
	display: block;
}

#header ul#mainMenu a,
#header ul#mainMenu li {
	background: url(../images/design/mainMenu.gif) no-repeat;
}

#header ul#mainMenu li.ourShop a {
	background-position: -1px 0;
	text-indent: -10000em;
}

#header ul#mainMenu li.event a {
	background-position: -132px 0;
	text-indent: -10000em;
}

#header ul#mainMenu li.floor a {
	background-position: -263px 0;
	text-indent: -10000em;
}

#header ul#mainMenu li.coupon a {
	background-position: -394px 0;
	text-indent: -10000em;
}

#header ul#mainMenu li.access a {
	background-position: -525px 0;
	text-indent: -10000em;
}

#header ul#mainMenu li.facility a {
	background-position: -656px 0;
	text-indent: -10000em;
}

#header ul#mainMenu li.ourShop a:hover {
	background-position: -1px -46px;
	text-indent: -10000em;
}

#header ul#mainMenu li.event a:hover {
	background-position: -132px -46px;
	text-indent: -10000em;
}

#header ul#mainMenu li.floor a:hover {
	background-position: -263px -46px;
	text-indent: -10000em;
}

#header ul#mainMenu li.coupon a:hover  {
	background-position: -394px -46px;
	text-indent: -10000em;
}

#header ul#mainMenu li.access a:hover {
	background-position: -525px -46px;
	text-indent: -10000em;
}

#header ul#mainMenu li.facility a:hover {
	background-position: -656px -46px;
	text-indent: -10000em;
}

#header ul#mainMenu li.ourShop {
	background-position: -1px -46px;
	text-indent: -10000em;
}

#header ul#mainMenu li.event {
	background-position: -132px -46px;
	text-indent: -10000em;
}

#header ul#mainMenu li.floor {
	background-position: -263px -46px;
	text-indent: -10000em;
}

#header ul#mainMenu li.coupon  {
	background-position: -394px -46px;
	text-indent: -10000em;
}

#header ul#mainMenu li.access {
	background-position: -525px -46px;
	text-indent: -10000em;
}

#header ul#mainMenu li.facility {
	background-position: -656px -46px;
	text-indent: -10000em;
}

#header ul#mainMenu li {
	width: 127px;
	height: 42px;
	padding-right: 4px;
	float: left;
}

#header ul#mainMenu li a {
	width: 127px;
	height: 42px;
	display: block;
}

#contents p.contentsNavi {
    font-size: x-small;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

#rootAccess #contents p.contentsNavi {
    font-size: x-small;
	margin-bottom: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#contents p.contentsNavi a {
    text-decoration: underline;
}

#header .menuLast {
    padding: 0;
}

/* section */

.section {
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}

/* top */

#top #header {
    background-image: url(../images/design/headerBg.jpg);
}

#top #contents {
	padding: 0 0 5px 0;
	width: 850px;
}

#top #flash {
	width: 840px;
	height: 300px;
	position: relative;
	margin-left: 9px;
	margin-bottom: 10px;
}

#top #flash img {
    display: block;
}

#top p.topGoEvent {
	width: 135px;
	height: 181px;
	display: block;
	text-indent: -10000em;
	position: absolute;
	z-index: 20;
	left: 539px;
	bottom: 0;
}

#top p.topGoEvent a {
	width: 135px;
	height: 181px;
	display: block;
	background: url(../images/design/topGoEvent.png) no-repeat top left;
	position: relative;
	cursor: pointer;
}


#top p.topGoCoupon {
	width: 133px;
	height: 222px;
	display: block;
	text-indent: -10000em;
	position: absolute;
	z-index: 15;
	bottom: 0px;
	left: 658px;
}

#top p.topGoCoupon a {
	width: 133px;
	height: 222px;
	background: url(../images/design/topGoCoupon.png) no-repeat top left;
	display: block;
	position: relative;
	cursor: pointer;
}


#top .topNewsBox {
	height: auto;
	overflow: hidden;
	padding-bottom: 5px;
}

#top .topNews {
	background: url(../images/design/newsBgs.gif) no-repeat bottom left;
	width: 450px;
	height: 220px;
	position: relative;
	float: left;
	margin-left: 30px;
}

#top h3 {
	height: 49px;
	text-indent: -10000em;
	display: block;
}

#top .topNews h3 {
    background-image: url(../images/design/comboxNewsTi.jpg);
	width: 450px;
}

#top .topNews ul {
	width: 430px;
	height: 152px;
	overflow: auto;
	position: absolute;
	top: 43px;
	padding: 10px 15px 10px 0;
}

#top .topNews li {
	background: url(../images/design/newsIcon.gif) no-repeat top left;
	float: left;
	width: 400px;
	color: #009BDD;
	line-height: 15px;
	padding: 0 0 5px 20px;
	margin-left: 15px;
	letter-spacing: 1px;
	font-size: small;
}

#top .topNews li a {
	font-weight: normal;
}

#top .topNews li .newsTitle a {
	color: #009bdd;
	font-size: small;
}

#top .topShopNews {
	background: url(../images/design/shopNewsBgs.gif) no-repeat bottom left;
	width: 310px;
	height: 220px;
	position: relative;
	float: left;
	margin-left: 20px;
	overflow: hidden;
}

#top .topShopNews ul {
	width: 275px;
	height: 146px;
	top: 43px;
	left: 0px;
	overflow: auto;
	position: absolute;
	padding: 10px 15px 15px 15px;
}

#top .topShopNews li {
	width: 265px;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}

#top .topShopNews li img {
    float: left;
}

#top .topShopNews .shopNewsText {
    padding-left: 10px;
	height: auto;
	float: left;
	width: 189px;
}

#top .topShopNews .shopNews{
	font-weight: bold;
	letter-spacing: 0.5px;
}

#top .topShopNews h3 {
    background-image: url(../images/design/shopNewsTi.jpg);
	width: 310px;
}

#top .topShopNews .newsDay {
    color: #F8B625;
}

#top .newsDay {
    color: #E9473F;
}

#top .food .shopNews a {
    color: #ED6D20;
	font-size: small;
}

#top .topShopNews .food img {
    border: #ED6D20 solid 1px;
}

#top .clinic .shopNews a {
    color: #9270AF;
	font-size: small;
}

#top .topShopNews .clinic img {
    border: #9270AF solid 1px;
}

#top .fashion .shopNews a {
    color: #E85377;
	font-size: small;
}

#top .topShopNews .fashion img {
    border: #E85377 solid 1px;
}

#top .food .shopNews a {
    color: #ED6D20;
	font-size: small;
}

#top .topShopNews .food img {
    border: #ED6D20 solid 1px;
}

#top .beauty .shopNews a {
    color: #F39700;
	font-size: small;
}

#top .topShopNews .beauty img {
    border: #F39700 solid 1px;
}

#top .school .shopNews a {
    color: #00A599;
	font-size: small;
}

#top .topShopNews .school img {
    border: #00A599 solid 1px;
}

#top .sports .shopNews a {
    color: #9CCA54;
	font-size: small;
}

#top .topShopNews .sports img {
    border: #9CCA54 solid 1px;
}

#top .life .shopNews a {
    color: #419AD6;
	font-size: small;
}

#top .topShopNews .life img {
    border: #419AD6 solid 1px;
}

#top .amusement .shopNews a {
    color: #AE8349;
	font-size: small;
}

#top .topShopNews .amusement img {
    border: #AE8349 solid 1px;
}

#top .toDoBox h3 {
    background-image: url(../images/design/toDoTopTi.jpg);
	width: 450px;
}

#top .toDoBox p {
	position: absolute;
	left: 300px;
}

#top .toDoBox p a {
    position: relative;
	cursor: pointer;
}

#top .toDoBox p.ToDo01 {
	top: 45px;
	left: 5px;
	width: 149px;
	height: 130px;
}

#top .toDoBox p.ToDo02 {
	top: 45px;
	left: 159px;
	width: 140px;
	height:140px;
}

#top .toDoBox p.ToDo03 {
	top: 46px;
	width: 138px;
	height: 130px;
	right: 10px;
}

#top .toDoBox p.ToDo04 {
	top: 175px;
	width: 142px;
	height:143px;
	right: 10px;
}

#top .toDoBox p.ToDo05 {
	width: 142px;
	height:131px;
	right: 10px;
	bottom: 10px;
}

#top .toDoBox p.ToDo06 {
	left: 153px;
	width: 149px;
	height:143px;
	bottom: 10px;
}

#top .toDoBox p.ToDo07 {
	left: 15px;
	width: 149px;
	height:130px;
	bottom: 10px;
}

#top .toDoBox p.ToDo08 {
	width: 149px;
	height: 143px;
	left: 10px;
	top: 175px;
}

#top .toDoBox p a {
	background-repeat: no-repeat;
	display: block;
	text-indent: -10000em;
}

#top .toDoBox p.ToDo01 a {
    background-image: url(../images/design/toDo01.png);
	width: 149px;
	height: 130px;
}

#top .toDoBox p.ToDo02 a {
    background-image: url(../images/design/toDo02.png);
	width: 140px;
	height:140px;
}

#top .toDoBox p.ToDo03 a {
    background-image: url(../images/design/toDo03.png);
	width: 138px;
	height: 130px;
}

#top .toDoBox p.ToDo04 a {
    background-image: url(../images/design/toDo04.png);
	width: 142px;
	height:143px;
}

#top .toDoBox p.ToDo05 a {
	background-image: url(../images/design/toDo05.png);
	width: 142px;
	height:131px;
}

#top .toDoBox p.ToDo06 a {
    background-image: url(../images/design/toDo06.png);
	width: 149px;
	height:143px;
}

#top .toDoBox p.ToDo07 a {
    background-image: url(../images/design/toDo07.png);
	width: 149px;
	height:130px;
}

#top .toDoBox p.ToDo08 a {
    background-image: url(../images/design/toDo08.png);
	width: 149px;
	height: 143px;
}

*html #top .toDoBox p.ToDo01 a {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_common/images/design/toDo01.png', sizingMethod='crop');
}

*html #top .toDoBox p.ToDo02 a {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_common/images/design/toDo02.png', sizingMethod='crop');
}

*html #top .toDoBox p.ToDo03 a {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_common/images/design/toDo03.png', sizingMethod='crop');
}

*html #top .toDoBox p.ToDo04 a {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_common/images/design/toDo04.png', sizingMethod='crop');
}

*html #top .toDoBox p.ToDo05 a {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_common/images/design/toDo05.png', sizingMethod='crop');
}

*html #top .toDoBox p.ToDo06 a {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_common/images/design/toDo06.png', sizingMethod='crop');
}

*html #top .toDoBox p.ToDo07 a {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_common/images/design/toDo07.png', sizingMethod='crop');
}

*html #top .toDoBox p.ToDo08 a {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_common/images/design/toDo08.png', sizingMethod='crop');
}

#top .toDoBox {
    background: url(../images/design/toDoBg.gif) no-repeat top left;
	width: 450px;
	height: 460px;
	position: relative;
	float: left;
}

#top .categoryBox {
	background: url(../images/design/shopCGBgs.gif) no-repeat bottom left;
	width: 310px;
	height: auto;
	position: relative;
	float: right;
	padding-bottom: 10px;
}

#top .categoryBox h3 {
	background-image: url(../images/design/categoryTopTi.jpg);
	width: 310px;
}

#top #contents .categoryBox img.child {
	display: block;
	float: right;
	padding-bottom: 10px;
}

#top #contents .categoryBox ul li {
    padding-left: 7px;
	width: 141px;
}

#top #contents .banner h2 {
	background: url(../images/design/goCombox.jpg) no-repeat top left;
	width: 310px;
	height: 33px;
	display: block;
	font-size: small;
	text-indent: -10000em;
	margin-top: 5px;
}

#top #contents .shopIntroductionBox {
	width: 780px;
	height: auto;
	overflow: hidden;
	margin-left: 30px;
}

#top #contents .banner {
    width: 310px;
    float: left;
	margin-left: 15px;
}

#top #contents .banner img {
	padding-bottom: 5px;
	display: block;
}

#top .categoryBox ul {
	width: 300px;
	height: auto;
	padding: 6px 5px 0 5px;
	font-size: x-small;
}

#top p.goTop {
	margin-top: 20px;
	margin-left: 30px;
}

/* ourStore */

#ourStore #header,
#privacy #header,
#siteMapList #header {
    background-image: url(../../ourShop/images/headerBg.jpg);
}

#ourStore img { 
    margin-bottom: 15px;
}

#ourStore .section {
    width: 780px;
    position: relative;
	margin-bottom: 15px;
}

#ourStore #contents ul.goContent li img {
    margin: 0;
}

#ourStore img.conceptImg {
	position: absolute;
	right: 0px;
	top: 183px;
}

#ourStore h1 { 
    background-image: url(../../ourShop/images/titleOurShop.jpg);
}

#ourStore h3 { 
    background-image: url(../../ourShop/images/ourShopTitle.gif);
	width: 444px;
	height: 16px;
	display: block;
	text-indent: -10000em;
}

#ourStore .section p{
    width: 444px;
	height: auto;
	padding-top: 15px;
	letter-spacing: 1px;
	line-height: 1.5;
}

/* eventNews */

#eventNews #header {
    background-image: url(../../event/images/headerBg.jpg);
}

#eventNews h1 {
    background-image: url(../../event/images/titleEvent.jpg);
}

#eventNews .section {
    background: url(../../event/images/eventBg.gif) no-repeat bottom left;
	height: auto;
	overflow: hidden;
	width: 780px;
	margin-bottom: 15px;
}

#eventNews .section h2 {
	background-image: url(../../event/images/categoryBoxSTi.jpg);
	width: 780px;
	height: 49px;
	display: block;
	text-indent: -10000em;
}

#eventNews .section p.announce {
	margin: 5px 15px 25px 15px;
}

#eventNews .section dt {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: small;
	font-weight: bold;
}

#eventNews .section .fairNews dt {
    background: url(../../event/images/eventTiBgEs.gif) repeat-y;
}

#eventNews .section .eventSpaceNews dt {
    background: url(../../event/images/eventTiBgEv.gif);
}

#eventNews .section img {
    float: left;
}

#eventNews .section dl {
    float: left;
	width: 472px;
	height: auto;
	margin-left: 15px;
}

#eventNews .section dd {
    margin-top: 10px;
	position: relative;
}

#eventNews .section dd .note {
	font-size: x-small;
	line-height: 1.3;
}

#eventNews .section dd img {
    position: absolute;
	right: 0;
	top: 0;
}

#eventNews .section .eventNewsBox {
    margin: 5px 15px 25px 15px;
	width: 748px;
	height: auto;
	overflow: hidden;
}

#eventNews .section h3 {
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 733px;
	background-repeat: repeat-y;
	font-size: small;
	font-weight: bold;
}

#eventNews .section .eventNewsBox img.eventPhoto {
	margin-right: 15px;
	float: left;
}

#eventNews .section .eventNewsContents {
	padding-left: 15px;
	padding-right: 15px;
}

#eventNews .section .withPhoto .eventNewsContents {
	padding: 0;
	width: 473px;
	float: right;
}

#eventNews .section p.link {
	margin-top: 15px;
}

#eventNews .section .withPhoto p.link {
	position: relative;
	display: block;
	width: 473px;
}

#eventNews .section .withPhoto p.link img {
    position: absolute;
	right: 0;
	top: 0;
}

#eventNews .section .note {
	font-size: x-small;
	line-height: 1.3;
}

#eventNews .section .fairNews h3 {
    background-image: url(../../event/images/eventTiBgEs.gif);
}

#eventNews .section .eventSpaceNews h3 {
    background-image: url(../../event/images/eventTiBgEv.gif);
}

/* eventFloor */

#eventFloor .section {
	margin-top: 11px;
}

#eventFloor #header {
	background-image:url(../../eventFloor/images/headerBg.jpg);
}

#eventFloor h1 {
	background-image:url(../../eventFloor/images/titleEventfloor.jpg);
}

#eventFloor h2 {
	background-position: top left;
	background-repeat: no-repeat;
	font-size: small;
	padding-bottom: 15px;
}

#eventFloor .factsBox {
	width: 420px;
	float: left;
	margin-right: 25px;
	padding-top: 4px;
}

#eventFloor .factsBox h2 {
	background-image: url(../../eventFloor/images/squareLi.jpg);
	width: 250px;
	height: 19px;
	text-indent: -10000em;
	padding-bottom: 10px;
}

#eventFloor .factsBox h2.overview {
	border-bottom: dashed 1px #aaaaaa;
	padding-bottom: 6px;
	background-image: url(../../eventFloor/images/overviewLi.jpg);
}

#eventFloor .factsBox dl {
	margin-top: 9px;
	width: 256px;
	overflow: hidden;
	float: left;
	padding-right: 10px;
}

#eventFloor .factsBox dl dt,
#eventFloor .factsBox dl dd {
	margin-bottom: 5px;
	padding: 5px;
	float: left;
	background-color: #FFFFFF;
	line-height: 1.4;
}

#eventFloor .factsBox dl dt {
	width: 65px;
	color: #6A3A0D;
	padding-right: 10px;
}

#eventFloor .factsBox dl dd {
	width: 160px;
	color: #333333;
}

#eventFloor .factsBox dl .last {
	height: 60px;
}

#eventFloor .factsBox img {
	margin-bottom: 8px;
	display: block;
}

#eventFloor .section .factsBox p {
	font-size: x-small;
	margin-bottom: 16px;
	color: #333333;
}

#eventFloor .eventReport {
	width: 332px;
	background-image: url(../../eventFloor/images/eventContactBg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	padding: 49px 0 0 0;
	height: 511px;
	margin-bottom: 14px;
}

#eventFloor .eventReport h2 {
	background-image: url(../../eventFloor/images/eventReportTi.jpg);
	width: 332px;
	height: 49px;
	text-indent: -10000em;
	position: absolute;
	top: 0;
	left: 0;
}

#eventFloor .eventReport dt.fairNews {
	background-image: url(../../event/images/eventTiBgEs.gif);
}

#eventFloor .eventReport dt.eventSpaceNews {
    background-image: url(../../event/images/eventTiBgEv.gif);
}

#eventFloor .eventReport dl {
	border-bottom: 1px solid #e4eeaa;
	position: relative;
	width: 314px;
	height: 210px;
	overflow: hidden;
	margin: 0 10px 5px 10px;
	padding-top: 5px;
}

#eventFloor .eventReport dl.noPhoto {
	height: 155px;
}

#eventFloor .eventReport dl.noPhoto dt.eventSpaceNews {
	margin-bottom: 0;
}

#eventFloor .eventReport dl.noPhoto dl.conference {
	padding-left: 0px;
	width: 296px;
	height: auto;
	padding-bottom: 0px;
	border-bottom: 1px dashed #aaaaaa;
	margin-bottom: 10px;
}

#eventFloor .eventReport dl.noPhoto dl.conference dt {
	float: left;
	width: 60px;
	padding-right: 20px;
	border-top: 1px dashed #aaaaaa;
}


#eventFloor .eventReport dl.noPhoto dl.conference dd {
	width: 216px;
	float: left;
	border-top: 1px dashed #aaaaaa;
	border-bottom: none;
}

#eventFloor .eventReport dt {
	background-repeat:repeat-y;
	font-size: small;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 277px;
	font-size: medium;
	letter-spacing: 1px;
	padding: 4px 10px;
	height: 26px;
	line-height: 1.4;
}

#eventFloor .eventReport dd {
	padding-left: 5px;
	font-size: small;
	color: #333333;
	width: 290px;
}

#eventFloor .eventReport dl dd.reportImg {
	position: absolute;
	left: 5px;
	top: 42px;
	width: 123px;
	height: 105px;
	font-size: x-small;
	color: #966731;
	background-image: url(../../eventFloor/images/eventImgBg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 11px 8px;
}

#eventFloor .eventReport dl dd.reportImg .cap {
	position: absolute;
	left: 2px;
	top: 113px;
	width: 130px;
}

#eventFloor .eventReport dl.conference {
	width: 152px;
	height: 130px;
	padding-left: 150px;
	border-bottom: none;
	position: relative;
	padding-top: 0;
	margin: 0;
}

#eventFloor .eventReport dl.conference dt,
#eventFloor .eventReport dl.conference dd {
	width: 144px;
	padding: 0;
	margin: 0;
}

#eventFloor .eventReport dl.conference dt {
	color: #EA5810;
	padding-bottom: 5px;
	font-size: small;
	height: auto;
	letter-spacing: normal;
}

#eventFloor .eventReport dl.conference dd {
	padding-bottom: 5px;
	border-bottom: 1px dashed #aaaaaa;
	margin-bottom: 10px;
	font-size: x-small;
	letter-spacing: 1.3px;
}

#eventFloor a.goReportList {
	height: 47px;
	display: block;
	position: absolute;
	left: 63px;
	bottom: 14px;
}

#eventFloor .eventContact {
	width: 770px;
	height: 90px;
	background-image: url(../../eventFloor/images/eventFloorBg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	clear: left;
	position: relative;
	overflow: hidden;
	padding: 44px 0 15px 24px;
	margin-bottom: 5px;
}

#eventFloor .eventContact img {
	position: absolute;
	top: 10px;
	right: 17px;
	z-index: 10;
}

#eventFloor .eventContact h2 {
	background-image: url(../../eventFloor/images/eventContactTitle.jpg);
	width: 780px;
	height: 49px;
	text-indent: -10000em;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-bottom: 0px;
}

#eventFloor .eventContact p {
	font-size: x-small;
	width: 600px;
	padding: 0;
	margin: 0;
}

#eventFloor .eventContact .contactName {
	color: #47210D;
	font-size: small;
	font-weight: bold;
}

#eventFloor .eventContact .contactNo {
	color: #EA5550;
	font-size: medium;
	font-weight: bold;
}

#eventFloor .eventContact .contactTime {
	font-weight: bold;
	padding-top: 10px;
	line-height: 2;
	font-size: small;
	color: #333333;
}

#eventFloor .eventContact ul {
	width: 500px;
}

#eventFloor .eventContact ul dt {
	width: 500px;
}

#eventFloor .eventContact ul dd {
	width: 500px;
}

#eventFloor .section a {
	color: #2FA8E1;
	letter-spacing: 0.7px;
}

#eventFloor .section p {
	color: #6A3A0D;
}

#eventFloor .eventReport dl dl.conference dt.top,
#eventFloor .eventReport dl dl.conference dd.top {
	border-top: none;
}

#eventFloor .eventReport dl.noPhoto dl.conference dt,
#eventFloor .eventReport dl.noPhoto dl.conference dd {
	padding-top: 5px;
}

#eventFloor .eventReport dl.noPhoto dl.conference dd {
	padding-top: 8px;
	margin-bottom: 5px;
}

#eventFloor.reportBlog h1 {
	background-image: url(../../eventFloor/images/titleEventList.jpg);	
}

#eventFloor.reportBlog h2 {
	background-image: url(../../eventFloor/images/eventReportTib.jpg);
	width: 646px;
}

#eventFloor.reportBlog img.backEventFloor {
	bottom: 0px;
	position: absolute;
	left: 0px;
	margin-bottom: 0px;
}

#eventFloor.reportBlog .factsBox {
	width: 90px;
	height: 250px;
	background-image: url(../../eventFloor/images/eventListBg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 52px 15px 15px 15px;
	margin: 0;
	position: relative;
	float: left;
}

#eventFloor.reportBlog .factsBox h2 {
	background-image: url(../../eventFloor/images/listReportTi.jpg);
	width: 120px;
	height: 49px;
	position: absolute;
	top: 0;
	left: 0;
}

#eventFloor.reportBlog .factsBox ul,
#eventFloor.reportBlog .factsBox ul li {
	line-height: 1.5;
	list-style-image: inherit;
	list-style-type: circle;
	list-style-position: inside;
}

#eventFloor.reportBlog .factsBox ul li.backOverview a,
#eventFloor.reportBlog .factsBox ul li.backEventfloor a {
	font-size: x-small;
}


#eventFloor.reportBlog .factsBox ul a {
	font-size: small;
	text-decoration: underline;
}

#eventFloor.reportBlog .eventReport {
	width: 646px;
	height: auto;
	overflow: hidden;
	float: right;
	background-image: url(../../eventFloor/images/eventListBoxBg.gif);
	padding-top: 56px;
	padding-bottom: 20px;
}

#eventFloor.reportBlog .eventReport dl {
	width: 616px;
	height: auto;
	margin-left: 15px;
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 20px;
	padding-top: 0px;
}

#eventFloor.reportBlog .eventReport dt {
	width: 596px;
	margin-left: 0;
	margin-bottom: 10px;
}

#eventFloor.reportBlog .eventReport dl.conference {
	width: 460px;
	height: auto;
	margin-left: 0px;
	margin-bottom: 0px;
}

#eventFloor.reportBlog .eventReport dl.conference dt {
	float: left;
	width: 56px;
	padding-right: 10px;
	padding-top: 10px;
	line-height: normal;
	border-top: 1px dashed #AAAAAA;
	border-bottom: none;
}

#eventFloor.reportBlog .eventReport dl.noPhoto dl.conference dt {
	border-bottom: none;
	padding-top: 10px;
}

#eventFloor.reportBlog .eventReport dl.conference dd {
	float: left;
	margin-bottom: 0;
	padding-top: 10px;
	width: 394px;
	font-size: small;
	border-top: 1px dashed #AAAAAA;
	border-bottom: none;
	letter-spacing: normal;
}

#eventFloor.reportBlog .eventReport dl.conference dt.reportTextBox {
	display: none;
}

#eventFloor.reportBlog .eventReport dl.conference dd.reportText {
	padding-top: 15px;
	line-height: 1.4;
	font-size: small;
	width: 460px;
}

*HTML #eventFloor.reportBlog .eventReport dl.conference dd.reportText {
	padding-top: 15px;
	line-height: 1.4;
	font-size: small;
	width: 460px;
	float: none;
}

#eventFloor.reportBlog .eventReport dl.noPhoto {
	width: 616px;
}

#eventFloor.reportBlog .eventReport dl.conference .last {
	border-bottom: 1px dashed #AAAAAA;
}

#eventFloor.reportBlog .eventReport dl.conference .last{
	border-bottom: 1px dashed #AAAAAA;
}

#eventFloor.reportBlog .eventReport dl.noPhoto dl.conference {
	padding-left: 0px;
	width: 611px;
	height: auto;
	padding-bottom: 0px;
	border-bottom: none;
}

#eventFloor.reportBlog .eventReport dl.noPhoto dl.conference dd {
	width: 526px;
	padding-top: 10px;
}

#eventFloor.reportBlog .eventReport dl.noPhoto dl.conference dd.reportText {
	width: 607px;
}

#eventFloor.reportBlog .archive {
	background-image: url(../../eventFloor/images/eventarchiveBg.gif);
}

#eventFloor.reportBlog .archive h2 {
	background-image: url(../../eventFloor/images/titleArchive.jpg);
}

#eventFloor.reportBlog .archive p.reportDay {
	padding-left: 18px;
	font-size: medium;
}

/* couPonList */


#couPonList #header {
    background-image: url(../../coupon/images/headerBg.jpg);
}

#couPonList h1 {
    background-image: url(../../coupon/images/titleCoupon.jpg);
}

#couPonList .section {
    background-color: #E4EDB1;
	height: auto;
	overflow: hidden;
	width: 780px;
}

/* FloorMap */

#FloorMap #header,
#FloorCategory #header,
#FloorToDo #header,
#FloorShop #header {
    background-image: url(../../floor/images/design/headerBgMap.jpg);
}

#FloorMap #header ul#mainMenu li.floor a,
#FloorCategory #header ul#mainMenu li.floor a,
#FloorToDo #header ul#mainMenu li.floor a,
#FloorShop #header ul#mainMenu li.floor a {
    background-position:-263px -46px;
    text-indent:-10000em;
}

#FloorMap h1,
#FloorCategory h1,
#FloorToDo h1,
#FloorShop h1 {
    background-image: url(../../floor/images/design/titleMap.jpg);
	width: 780px;
	height: 24px;
}

#FloorMap h2.contentTi,
#FloorMap .floorMapBox h3,
#top .topNewsBox h2,
#top .topShopNewsBox h2,
#top .shopIntroductionBox h2,
#ourStore h2.contentTi {
    display: none;
}

#FloorMap .floorMapBox {
	width: 386px;
	height: 665px;
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
}

#FloorMap .floorMapBox img.floorMapimg {
	padding: 10px 0 0 11px;
}

#FloorMap .FMap01 {
	background: url(../../floor/images/design/bgFloorMap1.gif);
}

#FloorMap .FMap02 {
	background: url(../../floor/images/design/bgFloorMap2.gif);
	margin-right: 0;
}

#FloorMap .FMap01 ul {
	background: url(../../floor/images/design/bgFloorMap01Li.gif) no-repeat top left;
}

#FloorMap .FMap02 ul {
	background: url(../../floor/images/design/bgFloorMap02Li.gif) no-repeat top left;
}

#FloorMap .floorMapBox ul {
	width: 350px;
	height: 280px;
	margin: 8px;
	padding: 10px;
}

#FloorMap .floorMapBox a {
    font-size: small;
}

#FloorMap .floorMapBox li {
	float: left;
	width: 175px;
	margin-bottom: 5px;
	padding: 0;
	height: 20px;
}

#FloorMap .floorMapBox li img {
	margin-right: 0px;
}

#FloorMap .categoryBoxS,
#FloorToDo .categoryBoxS {
    background: url(../../floor/images/design/bgFloorSearchKG.gif) no-repeat top left;
	width: 312px;
	height: 190px;
	float: left;
}

#FloorMap h2,
#FloorCategory h2,
#FloorToDo h2 {
    background: url(../../floor/images/design/titleFloorSearch.jpg) no-repeat top left;
	width: 780px;
	height: 24px;
	text-indent: -10000em;
	display: block;
	clear: left;
}

#FloorMap .categoryBoxS h3,
#FloorToDo .categoryBoxS h3 {
    background: url(../../floor/images/design/categoryBoxSTi.jpg) no-repeat top left;
	width: 312px;
	height: 49px;
	display: block;
	text-indent: -10000em;
}

#FloorMap .categoryBoxS p,
#FloorToDo .categoryBoxS p {
    margin-left: 15px;
	padding-bottom: 5px;
}

#FloorMap .categoryBoxS ul,
#FloorToDo .categoryBoxS ul {
	width: 300px;
	height: auto;
	overflow: hidden;
	padding: 5px;
	font-size: x-small;
}

#FloorMap .categoryBoxS ul li,
#FloorToDo .categoryBoxS ul li,
#top .categoryBox ul li {
    padding-left: 10px;
    float: left;
	width: 136px;
	height: 25px;
	padding-bottom: 2px;
}

#FloorMap .toDoBoxS,
#FloorCategory .toDoBoxS {
	width: 450px;
	height: 190px;
	float: left;
	margin-left: 17px;
	background: url(../../floor/images/design/bgFloorSearchDN.gif) no-repeat top left;
	position: relative;
}

#FloorMap .toDoBoxS h3,
#FloorCategory .toDoBoxS h3 {
    width: 456px;
	height: 49px;
	display: block;
	background: url(../../floor/images/design/toDoBoxSTi.jpg) no-repeat top left;
	text-indent: -10000em;
}

#FloorMap .toDoBoxS p,
#FloorCategory .toDoBoxS p {
    width: 78px;
	height: 72px;
	text-indent: -10000em;
}

#FloorMap .toDoBoxS .ToDo01,
#FloorCategory .toDoBoxS .ToDo01 {
    position: absolute;
	top: 45px;
	left: 20px;
}

#FloorMap .toDoBoxS .ToDo02,
#FloorCategory .toDoBoxS .ToDo02 {
    position: absolute;
	top: 45px;
	left: 100px;
}

#FloorMap .toDoBoxS .ToDo03,
#FloorCategory .toDoBoxS .ToDo03 {
    position: absolute;
	top: 45px;
	right: 200px;
}

#FloorMap .toDoBoxS .ToDo04,
#FloorCategory .toDoBoxS .ToDo04 {
    position: absolute;
	top: 45px;
	right: 120px;
}

#FloorMap .toDoBoxS .ToDo05,
#FloorCategory .toDoBoxS .ToDo05 {
    position: absolute;
	left: 70px;
	bottom: 8px;
}

#FloorMap .toDoBoxS .ToDo06,
#FloorCategory .toDoBoxS .ToDo06 {
    position: absolute;
	left: 150px;
	bottom: 8px;
}

#FloorMap .toDoBoxS .ToDo07,
#FloorCategory .toDoBoxS .ToDo07 {
    position: absolute;
	right: 145px;
	bottom: 8px;
}

#FloorMap .toDoBoxS .ToDo08,
#FloorCategory .toDoBoxS .ToDo08 {
    position: absolute;
	bottom: 8px;
	right: 65px;
}

#FloorMap .toDoBoxS p a,
#FloorCategory .toDoBoxS a {
	width: 78px;
	height: 72px;
	display: block;
	cursor: pointer;
	position: relative;
}

#FloorMap .toDoBoxS p.ToDo01 a,
#FloorCategory .toDoBoxS .ToDo01 a {
    background: url(../../floor/images/design/toDo01s.png) no-repeat top left;
}

#FloorMap .toDoBoxS p.ToDo02 a,
#FloorCategory .toDoBoxS .ToDo02 a {
    background: url(../../floor/images/design/toDo02s.png) no-repeat top left;
}

#FloorMap .toDoBoxS p.ToDo03 a,
#FloorCategory .toDoBoxS .ToDo03 a {
    background: url(../../floor/images/design/toDo03s.png) no-repeat top left;
}

#FloorMap .toDoBoxS p.ToDo04 a,
#FloorCategory .toDoBoxS .ToDo04 a {
    background: url(../../floor/images/design/toDo04s.png) no-repeat top left;
}

#FloorMap .toDoBoxS p.ToDo05 a,
#FloorCategory .toDoBoxS .ToDo05 a {
    background: url(../../floor/images/design/toDo5s.png) no-repeat top left;
}

#FloorMap .toDoBoxS p.ToDo06 a,
#FloorCategory .toDoBoxS .ToDo06 a {
    background: url(../../floor/images/design/toDo06s.png) no-repeat top left;
}

#FloorMap .toDoBoxS p.ToDo07 a,
#FloorCategory .toDoBoxS .ToDo07 a {
    background: url(../../floor/images/design/toDo07s.png) no-repeat top left;
}

#FloorMap .toDoBoxS p.ToDo08 a,
#FloorCategory .toDoBoxS .ToDo08 a {
    background: url(../../floor/images/design/toDo08s.png) no-repeat top left;
}

*html #FloorMap .toDoBoxS .ToDo01 a,
*html #FloorCategory .toDoBoxS .ToDo01 a {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/toDo01s.png', sizingMethod='crop');
}

*html #FloorMap .toDoBoxS .ToDo02 a,
*html #FloorCategory .toDoBoxS .ToDo02 a  {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/toDo02s.png', sizingMethod='crop');
}

*html #FloorMap .toDoBoxS .ToDo03 a,
*html #FloorCategory .toDoBoxS .ToDo03 a  {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/toDo03s.png', sizingMethod='crop');
}

*html #FloorMap .toDoBoxS .ToDo04 a,
*html #FloorCategory .toDoBoxS .ToDo04 a  {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/toDo04s.png', sizingMethod='crop');
}

*html #FloorMap .toDoBoxS .ToDo05 a,
*html #FloorCategory .toDoBoxS .ToDo05 a  {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/toDo5s.png', sizingMethod='crop');
}

*html #FloorMap .toDoBoxS .ToDo06 a,
*html #FloorCategory .toDoBoxS .ToDo06 a  {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/toDo06s.png', sizingMethod='crop');
}

*html #FloorMap .toDoBoxS .ToDo07 a,
*html #FloorCategory .toDoBoxS .ToDo07 a  {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/toDo07s.png', sizingMethod='crop');
}

*html #FloorMap .toDoBoxS .ToDo08 a,
*html #FloorCategory .toDoBoxS .ToDo08 a  {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/toDo08s.png', sizingMethod='crop');
}

#FloorCategory .mapBoxS {
    float: left;
	width: 312px;
	height: 181px;
	margin-top: 9px;
	background: url(../../floor/images/design/bgFloorSearchMap.gif) no-repeat bottom left;
	position: relative;
}

#FloorCategory .mapBoxS h3 {
    background: url(../../floor/images/design/mapBoxSTi.jpg) no-repeat top left;
	width: 312px;
	height: 49px;
	display: block;
	text-indent: -10000em;
}

#FloorCategory .mapBoxS ul {
    margin-left: 15px;
}

#FloorCategory .mapBoxS li {
    float: left;
	padding-right: 5px;
}

#FloorCategory .mapBoxS p {
	position: absolute;
	top: 34px;
	left: 17px;
	font-size: x-small;
}

/* FloorCategory */

#FloorCategory .categoryLi h2 {
    background: url(../../floor/images/design/categoryBoxTi.jpg) no-repeat top left;
	width: 780px;
	height: 49px;
	text-indent: -10000em;
	display: block;
}

#FloorCategory .section .categoryLi {
    margin-top: 0;
    background: url(../../floor/images/design/titleFloorCG.gif) bottom left no-repeat;
	margin-bottom: 15px;
}

#FloorCategory .section .categoryLi dl {
    width: 730px;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-bottom: 20px;
}

#FloorCategory .section .categoryLi dt,
#FloorCategory .section .categoryLi dt a {
    width: 190px;
	float: left;
	font-size: small;
}

#FloorCategory .section .categoryLi dd{
	float: left;
	margin-right: 1px;
}

#FloorCategory .section .categoryLi dd,
#FloorCategory .section .categoryLi dt {
    padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: dashed 1px #999999;
	height: 30px;
	margin-right: 2px;
}

#FloorCategory .section .categoryLi dd.floorName {
    width: 40px;
}

#FloorCategory .section .categoryLi dd.floor1f {
    background: url(../../floor/images/design/category1F.gif) no-repeat center left;
	text-indent: -10000em;
}

#FloorCategory .section .categoryLi dd.floor2f {
    background: url(../../floor/images/design/category2F.gif) no-repeat center left;
	text-indent: -10000em;
}

#FloorCategory .section .categoryLi dd.floor12f {
    background: url(../../floor/images/design/category12F.gif) no-repeat center left;
	text-indent: -10000em;
}

#FloorCategory .section .categoryLi dd.services {
    width: 180px;
	padding-right: 10px;
}

#FloorCategory .section .categoryLi dd.time {
    width: 210px;
}

#FloorCategory .section .categoryLi dd.goShop {
    width: 60px;
}

#FloorCategory .section .categoryLi dd.item {
    color: #845A00;
	font-weight: bold;
}

#FloorCategory .section .categoryLi dl.fashion dt.categoryTitle,
#FloorCategory .section .categoryLi dl.life dt.categoryTitle,
#FloorCategory .section .categoryLi dl.clinic dt.categoryTitle,
#FloorCategory .section .categoryLi dl.food dt.categoryTitle,
#FloorCategory .section .categoryLi dl.beauty dt.categoryTitle,
#FloorCategory .section .categoryLi dl.school dt.categoryTitle,
#FloorCategory .section .categoryLi dl.sports dt.categoryTitle,
#FloorCategory .section .categoryLi dl.amusement dt.categoryTitle {
    background-repeat: no-repeat;
	text-indent: -10000em;
	width: 194px;
	float: left;
	background-position: center left;
}

#FloorCategory .section .categoryLi dl.fashion dt.categoryTitle {
    background-image: url(../../floor/images/design/category01Li.gif);
	height: 30px;
}

#FloorCategory .section .categoryLi dl.life dt.categoryTitle {
    background-image: url(../../floor/images/design/category02Li.gif);
	height: 30px;
}

#FloorCategory .section .categoryLi dl.clinic dt.categoryTitle {
    background-image: url(../../floor/images/design/category03Li.gif);
	height: 30px;
}

#FloorCategory .section .categoryLi dl.food dt.categoryTitle {
    background-image: url(../../floor/images/design/category04Li.gif);
	height: 30px;
}

#FloorCategory .section .categoryLi dl.beauty dt.categoryTitle {
    background-image: url(../../floor/images/design/category05Li.gif);
	height: 30px;
}

#FloorCategory .section .categoryLi dl.school dt.categoryTitle {
    background-image: url(../../floor/images/design/category06Li.gif);
	height: 30px;
}

#FloorCategory .section .categoryLi dl.sports dt.categoryTitle {
    background-image: url(../../floor/images/design/category07Li.gif);
	height: 30px;
}

#FloorCategory .section .categoryLi dl.amusement dt.categoryTitle {
    background-image: url(../../floor/images/design/category08Li.gif);
	height: 30px;
}

#FloorCategory .section .categoryLi dl.fashion dt,
#FloorCategory .section .categoryLi dl.fashion dt a:link ,
#FloorCategory .section .categoryLi dl.fashion dt a:visited {
    color: #E85377;
	font-weight: bold;
}

#FloorCategory .section .categoryLi dl.life dt,
#FloorCategory .section .categoryLi dl.life dt a:link ,
#FloorCategory .section .categoryLi dl.life dt a:visited {
    color: #419AD6;
	font-weight: bold;
}

#FloorCategory .section .categoryLi dl.clinic dt,
#FloorCategory .section .categoryLi dl.clinic dt a:link,
#FloorCategory .section .categoryLi dl.clinic dt a:visited   {
    color: #9270AF;
	font-weight: bold;
}

#FloorCategory .section .categoryLi dl.food dt,
#FloorCategory .section .categoryLi dl.food dt a:link,
#FloorCategory .section .categoryLi dl.food dt a:visited  {
    color: #ED6D20;
	font-weight: bold;
}

#FloorCategory .section .categoryLi dl.beauty dt,
#FloorCategory .section .categoryLi dl.beauty dt a:link,
#FloorCategory .section .categoryLi dl.beauty dt a:visited   {
    color: #F39700;
	font-weight: bold;
}

#FloorCategory .section .categoryLi dl.school dt,
#FloorCategory .section .categoryLi dl.school dt a:link,
#FloorCategory .section .categoryLi dl.school dt a:visited {
    color: #00A599;
	font-weight: bold;
}

#FloorCategory .section .categoryLi dl.sports dt,
#FloorCategory .section .categoryLi dl.sports dt a:link,
#FloorCategory .section .categoryLi dl.sports dt a:visited {
    color: #9CCA54;
	font-weight: bold;
}

#FloorCategory .section .categoryLi dl.amusement dt,
#FloorCategory .section .categoryLi dl.amusement dt a:link,
#FloorCategory .section .categoryLi dl.amusement dt a:visited  {
    color: #AE8349;
	font-weight: bold;
}

#FloorCategory .section .categoryLi dl dt a:hover {
    text-decoration: underline;
}

/* FloorToDo */

#FloorToDo #contents .toDoLi {
    background: url(../../floor/images/design/titleFloorDN.jpg) no-repeat bottom left;
	width: 780px;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}

#FloorToDo #contents .toDoLi h2 {
    background: url(../../floor/images/design/toDoBoxTi.jpg) no-repeat top left;
	width: 780px;
	height: 49px;
	text-indent: -10000em;
	display: block;
	margin-bottom: 15px;
}

#FloorToDo #contents .toDoLi img {
    float: left;
	padding-left: 20px;
}

#FloorToDo #contents .toDoLi dl {
    background-position: top left;
    background-repeat: no-repeat;
    width: 370px;
	height: 134px;
	margin-left: 15px;
	float: left;
	padding-right: 95px;
	padding-top: 10px;
	padding-left: 15px;
}

#FloorToDo #contents .toDoLi dl dt {
    padding-bottom: 5px;
	font-size: small;
	font-weight: bold;
}

#FloorToDo #contents .toDoLi dl dd {
    font-size: x-small;
	letter-spacing: 2px;
	line-height: 1.4;
}

#FloorToDo #contents .toDoLi dl dd a:link,
#FloorToDo #contents .toDoLi dl dd a:visited {
    color: #00AAD9;
	text-decoration: underline;
}

#FloorToDo #contents .toDoLi dl dd a:hover {
    color: #FF9933;
}

#FloorToDo #contents .toDoLi dl.toDo01TxtBox {
    background-image: url(../../floor/images/design/toDoImg01bg.gif);
}

#FloorToDo #contents .toDoLi dl.toDo02TxtBox {
    background-image: url(../../floor/images/design/toDoImg02bg.gif);
}

#FloorToDo #contents .toDoLi dl.toDo03TxtBox {
    background-image: url(../../floor/images/design/toDoImg03bg.gif);
}

#FloorToDo #contents .toDoLi dl.toDo04TxtBox {
    background-image: url(../../floor/images/design/toDoImg04bg.gif);
}

#FloorToDo #contents .toDoLi dl.toDo05TxtBox {
    background-image: url(../../floor/images/design/toDoImg05bg.gif);
}

#FloorToDo #contents .toDoLi dl.toDo06TxtBox {
    background-image: url(../../floor/images/design/toDoImg06bg.gif);
}

#FloorToDo #contents .toDoLi dl.toDo07TxtBox {
    background-image: url(../../floor/images/design/toDoImg07bg.gif);
}

#FloorToDo #contents .toDoLi dl.toDo08TxtBox {
    background-image: url(../../floor/images/design/toDoImg08bg.gif);
}

#FloorToDo #contents .mapBoxS {
    background: url(../../floor/images/design/bgFloorSearchMapL.gif) no-repeat bottom left;
	width: 450px;
	height: 180px;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	position: relative;
}

#FloorToDo #contents .mapBoxS h3 {
    background: url(../../floor/images/design/mapBoxSTi02.jpg) no-repeat top left;
	width: 456px;
	height: 49px;
	display: block;
	text-indent: -10000em;
}

#FloorToDo #contents .mapBoxS ul {
    margin-top: 4px;
	padding-left: 5px;
	position: absolute;
	top: 40px;
	left: 0;
}

#FloorToDo #contents .mapBoxS li {
    width: 122px;
	height: 108px;
	float: left;
	padding-left: 15px;
}

#FloorToDo #contents .mapBoxS li img {
	padding-left: 0;
	clear: left;
}

#FloorToDo #contents .mapBoxS img.goMapHukidashi {
	position: absolute;
	left: 305px;
	top: 43px;
}

/* FloorShop */

#FloorShop #contents h2 {
	color: #00A599;
	font-size: small;
	left: 395px;
	top: 130px;
	clear: left;
	padding-top: 10px;
	border-bottom: dashed #999999 1px;
	width: 234px;
}

#FloorShop #contents .ShopInfo {
    width: 780px;
	height: auto;
	overflow: hidden;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 20px;
}

#FloorShop #contents .shopInfo .guide dl.shopProfile {
    width: 234px;
	height: auto;
	overflow: hidden;
	background-color: #FFFFFF;
	border-bottom: none;
	padding-bottom: 0;
	margin-top: 10px;
	margin-bottom: 5px;
}

#FloorShop #contents .ShopInfo dl{
    width: 234px;
	height: auto;
	overflow: hidden;
}

#FloorShop #contents .shopInfoBox h3 {
    background: url(../../floor/images/shopTitleInfo.jpg) no-repeat top left;
	width: 250px;
	height: 18px;
	display: block;
	text-indent: -10000em;
	margin-bottom: 7px;
}

#FloorShop #contents .shopTxtBox {
	background: url(../../floor/images/shopInfoBg.gif) no-repeat top left;
	width: 730px;
	height: auto;
	margin-bottom: 20px;
	padding: 25px;
	position: relative;
	overflow: hidden;
}

#FloorShop #contents .shopTxtBox img {
	margin-right: 8px;
	float: left;
	display: block;
}

#FloorShop #contents .plusPhoto dl {
    width: 385px;
	float: right;
}

#FloorShop #contents .plusOnePhoto dl {
    width: 559px;
	float: right;
}

#contents .shopInfoBox .shopTxtBox dl {
   width: 734px;
   height: auto;
}

#contents .shopInfoBox .fewLines dl {
   width: 730px;
   height: auto;
}

#contents .shopInfoBox dd.photoGuidance {
   padding-top: 5px;
   font-size: x-small;
   color: #666;
}

#contents .shopInfoBox .fewLines dd.photoGuidance {
   display: none;
}


#FloorShop #contents .schoolBox .shopInfoBox .shopTxtBox {
    background: url(../../floor/images/shopInfoBgBottomSC.gif) no-repeat bottom left;
}

#FloorShop #contents .schoolBox .shopInfoBox .fewLines {
    background: url(../../floor/images/shopInfoBgBottomSCs.gif) no-repeat bottom left;
}

#FloorShop #contents .fashionBox .shopInfoBox .shopTxtBox {
    background: url(../../floor/images/shopInfoBgBottomFS.gif) no-repeat bottom left;
}

#FloorShop #contents .fashionBox .shopInfoBox .fewLines {
    background: url(../../floor/images/shopInfoBgBottomFSs.gif) no-repeat bottom left;
}

#FloorShop #contents .lifeBox .shopInfoBox .shopTxtBox {
    background: url(../../floor/images/shopInfoBgBottomLF.gif) no-repeat bottom left;
}

#FloorShop #contents .lifeBox .shopInfoBox .fewLines {
    background: url(../../floor/images/shopInfoBgBottomLFs.gif) no-repeat bottom left;
}

#FloorShop #contents .clinicBox .shopInfoBox .shopTxtBox {
    background: url(../../floor/images/shopInfoBgBottomCN.gif) no-repeat bottom left;
}

#FloorShop #contents .clinicBox .shopInfoBox .fewLines  {
    background: url(../../floor/images/shopInfoBgBottomCNs.gif) no-repeat bottom left;
}

#FloorShop #contents .foodBox .shopInfoBox .shopTxtBox {
    background: url(../../floor/images/shopInfoBgBottomFD.gif) no-repeat bottom left;
}

#FloorShop #contents .foodBox .shopInfoBox .fewLines {
    background: url(../../floor/images/shopInfoBgBottomFDs.gif) no-repeat bottom left;
}

#FloorShop #contents .beautyBox .shopInfoBox .shopTxtBox {
    background: url(../../floor/images/shopInfoBgBottomBT.gif) no-repeat bottom left;
}

#FloorShop #contents .beautyBox .shopInfoBox .fewLines {
    background: url(../../floor/images/shopInfoBgBottomBTs.gif) no-repeat bottom left;
}

#FloorShop #contents .sportsBox .shopInfoBox .shopTxtBox {
    background: url(../../floor/images/shopInfoBgBottomSP.gif) no-repeat bottom left;
}

#FloorShop #contents .sportsBox .shopInfoBox .fewLines {
    background: url(../../floor/images/shopInfoBgBottomSPs.gif) no-repeat bottom left;
}

#FloorShop #contents .amusementBox .shopInfoBox .shopTxtBox {
    background: url(../../floor/images/shopInfoBgBottomAM.gif) no-repeat bottom left;
}

#FloorShop #contents .amusementBox .shopInfoBox .fewLines {
    background: url(../../floor/images/shopInfoBgBottomAMs.gif) no-repeat bottom left;
}

#FloorShop #contents .shopInfoBox .shopInfoBoxtop {
    background: url(../../floor/images/shopInfoBgTop.gif) no-repeat top left;
	width: 780px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
}


#FloorShop #contents .shopInfoBox .shopTxtBox dt {
    padding-bottom: 5px;
}

#FloorShop #contents .shopInfoBox .shopTxtBox dd {
    margin-bottom: 6px;
	line-height: 1.2;
}

#FloorShop #contents .shopInfoBox .shopTextBox dd.btnFlyer {
	margin-left: -3px;
}

#FloorShop #contents .shopInfo {
    width: 780px;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

#FloorShop #contents .shopInfo .guide img.floorNameIndex {
    float: none;
}

#FloorShop #contents .shopInfo .ProfileBox {
	width: 410px;
	height: auto;
	overflow: hidden;
}

#FloorShop #contents .shopInfo img,
#FloorShop #contents .shopInfo img.floorNameIndex {
	float: left;
	border: #666666 1px solid;
}

#FloorShop #contents .shopInfo .guide {
    margin-left: 15px;
	width: 410px;
	height: auto;
	overflow: hidden;
	float: left;
	position: relative;
}

#FloorShop #contents .shopInfo .guide img {
    float: right;
	border: none;
}

#FloorShop #contents .shopInfo .guide dl {
	width: 234px;
	margin-top: 10px;
	float: left;
	border-bottom: dashed 1px #999999;
	padding-bottom: 5px;
}

#FloorShop #contents .shopInfo .guide dd {
    font-size: small;
}

#FloorShop #contents .shopInfo .guide dl.shopProfile dt,
#FloorShop #contents .shopInfo .guide dl.shopProfile dd {
	padding: 7px 7px 0 7px;
	height: auto;
	margin-bottom: 5px;
	float: left;
	border-top: solid 5px #FFFDE5;
}

#FloorShop #contents .shopInfo .guide dl.shopProfile .last {
    margin-bottom: 0;
}

#FloorShop #contents .shopInfo .guide dl.shopProfile dt {
    color: #00A599;
	width: 55px;
	clear: left;
}

#FloorShop #contents .shopInfo .guide dl.shopProfile dd {
	width: 150px;
}

#FloorShop #contents .shopInfo .guide dl.shopProfile dd a {
    font-size: small;
}

#FloorShop #contents .shopInfo .guide dl.shopProfile .longTxt {
    height: auto;
    word-break: break-all;
}

#FloorShop #contents .schoolBox .shopInfo .guide dl dt.categoryName {
    background-image: url(../../floor/images/shopcategorySc.gif);
}

#FloorShop #contents .fashionBox .shopInfo .guide dl dt.categoryName {
    background-image: url(../../floor/images/shopcategoryFa.gif);
}

#FloorShop #contents .lifeBox .shopInfo .guide dl dt.categoryName {
    background-image: url(../../floor/images/shopcategoryLIfe.gif);
}

#FloorShop #contents .clinicBox .shopInfo .guide dl dt.categoryName {
    background-image: url(../../floor/images/shopcategoryClinic.gif);
}

#FloorShop #contents .foodBox .shopInfo .guide dl dt.categoryName {
    background-image: url(../../floor/images/shopcategoryFood.gif);
}

#FloorShop #contents .sportsBox .shopInfo .guide dl dt.categoryName {
    background-image: url(../../floor/images/shopcategorySp.gif);
}

#FloorShop #contents .amusementBox .shopInfo .guide dl dt.categoryName {
    background-image: url(../../floor/images/shopcategoryAmuse.gif);
}

#FloorShop #contents .beautyBox .shopInfo .guide dl dt.categoryName {
    background-image: url(../../floor/images/shopcategoryBeau.gif);
}


#contents .shopInfo .guide dl dt.categoryName {
    background-position: top left;
	background-repeat: no-repeat;
	height: 22px;
	text-indent: -10000em;
	margin-bottom: 10px;
}

#FloorShop #contents .shopInfo .guide .ProfileBox {
    margin-left: 15px;
	width: 410px;
	height: auto;
	overflow: hidden;
	float: left;
	position: relative;
}

#FloorShop #contents .shopInfo img.shopLogo {
	position: absolute;
	top: 0px;
	left: 261px;
	float: none;
}

#FloorShop #contents .shopInfo .guide img.couponImg {
	position: absolute;
	top: 220px;
	right: 0px;
}

#FloorShop #contents .shopInfo .guide img.shopMapS {
	position: absolute;
	right: 0px;
	top: 65px;
}

/* couPonList */

#couPonList .couponBox {
	width: 193px;
	height: 210px;
	background-color: #E4EDB1;
	border: dashed 1px #666666;
	text-align: center;
	position: relative;
	float: left;
	overflow: hidden;
}

#couPonList .couponBox p {
    margin-left: 10px;
	margin-right: 10px;
	font-size: x-small;
}

#couPonList .couponBox p.couponPoint,
#couPonList .couponBox .placemark {
    display: none;
}

#couPonList .couponBox p.couponShopName {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: small;
	width: 170px;
}

#couPonList .couponBox p.couponDay {
	color: #377E39;
	font-size: small;
	width: 170px;
}

#couPonList .couponBox p.couponTel {
	font-size: x-small;
	text-align: left;
	margin-left: 0;
	letter-spacing: 1px;
	border-top: none;
	width: 175px;
	margin: 0;
}

#couPonList .couponBox p.gain {
	padding: 5px;
	background-color: #377E39;
	height: auto;
	color: #FFFFFF;
	line-height: 1.2;
	margin-bottom: 5px;
	font-size: small;
	width: 165px;
}

#couPonList .supplement {
    font-size: x-small;
	color: #FFFFFF;
}

#couPonList .couponBox img {
	margin-bottom: 5px;
}

#couPonList .couponNote {
	position: absolute;
	bottom: 0;
	padding-bottom: 10px;
	width: 170px;
	left: 10px;
}

#couPonList .couponNote p {
	margin-left: 0;
	text-align: left;
	border-top: 1px dashed #666666;
	padding-top: 5px;
	width: 175px;
}

/* rootAccess */

#rootAccess #contents {
	width: 840px;
	padding: 0;
}

#rootAccess #header {
    background-image: url(../../access/images/headerBg.jpg);
}


#rootAccess .section {
	width: 840px;
	padding: 0;
}

#rootAccess h1 {
    background-image: url(../../access/images/titleAccess.jpg);
	width: 780px;
	height: 24px;
	display: block;
	text-indent: -10000em;
}

#rootAccess h2.contentTi {
    background-image: url(../../access/images/AccessTitleInfo.jpg);
	width: 250px;
	height: 19px;
	display: block;
	text-indent: -10000em;
}

#rootAccess .priceBox h2{
    background-image: url(../../access/images/titleParking.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 24px;
	display: block;
	text-indent: -10000em;
	margin-bottom: 10px;
}

#rootAccess h3 {
	background-image: url(../../access/images/AccessTitlePrice.jpg);
	width: 111px;
	height: 19px;
	display: block;
	text-indent: -10000em;
	margin-top: 35px;
	float: left;
}

#rootAccess .rootBox {
	position: relative;
	width: 810px;
	height: auto;
	overflow: hidden;
	padding-left: 30px;
	margin-bottom: 15px;
}

#rootAccess .rootBox p.walk {
	font-weight: bold;
	color: #FF3333;
	position: absolute;
	left: 392px;
	top: 63px;
}

#rootAccess .rootBox h2 {
	position: absolute;
	left: 392px;
	background-repeat: no-repeat;
	top: 40px;
}

#rootAccess .rootBox #map {
	border: solid 1px #666666;
	width: 350px;
	height: 320px;
}

#rootAccess .rootBox img.mapS {
	border: solid 1px #666666;
	position: absolute;
	bottom: 15px;
	right: 30px;
}

#rootAccess .priceBox {
    margin-left: 30px;
	width: 780px;
	position: relative;
}


#rootAccess .priceBox p.priceAttention {
	font-size: x-small;
	position: absolute;
	top: 38px;
	left: 240px;
	letter-spacing: 1px;
	line-height: 1.6;
	font-weight: bold;
}

#rootAccess .priceBox p.parkingTime {
	width: 500px;
	height: auto;
	float: left;
	margin-top: 38px;
	padding-left: 10px;
}

#rootAccess ul.goContent,
#rootAccess p.goTop {
   margin-left: 30px;
}

/* contents */

#contents {
	width: 780px;
	height: auto;
	overflow: hidden;
	padding: 0 29px 0 29px;
}

#contents .contentTxt01 {
	color: #F7E3B5;
	position: absolute;
}

/* facility */

#facility #header {
    background-image: url(../../facility/images/headerBg.jpg);
}

#facility h1{
    background-image: url(../../facility/images/titlefacility.jpg);
}

#facility h3.facilityPint01 {
    background-image: url(../../facility/images/friendlyLi.jpg);
}

#facility h3.facilityPint02 {
    background-image: url(../../facility/images/babyRoomLi.jpg);
}

#facility h3.facilityPint03 {
    background-image: url(../../facility/images/BenchLi.jpg);
}

#facility h3 {
	width: 250px;
	height: 19px;
	text-indent: -10000em;
	margin-bottom: 10px;
}

#facility h2 {
    background-image: url(../../facility/images/titlefacility02.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 24px;
	display: block;
	text-indent: -10000em;
	margin-bottom: 10px;
    
}

#facility ul.facilityImgBox {
    width: 780px;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}

#facility ul.facilityImgBox li {
    float: left;
	width: 250px;
	height: auto;
	padding-right: 15px;
}

#facility ul.facilityMapBox {
    width: 780px;
	height:auto;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 15px;
}

#facility ul.facilityMapBox li {
    float: left;
	padding-right: 5px;
	height: auto;
	overflow: hidden;
}

#facility img.facilityMapImg {
    float: left;
}

/* contactList */

#contactList #header {
    background-image: url(../../contact/images/headerBg.jpg);
}

#contactList h1 {
    background-image: url(../../contact/images/titleContact.jpg);
}

#contactList h2 {
	background-image: url(../../contact/images/contactLi.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 29px;
	display: block;
	text-indent: -10000em;
}

#contactList h3 {
    background-image: url(../../contact/images/contactBoxTi.jpg);
	width: 780px;
	height: 49px;
	display: block;
	text-indent: -10000em;
}

#contactList #contents .contactListBox h4 {
	width: 739px;
	height: 28px;
	display: block;
	text-indent: -10000em;
	margin-bottom: 15px;
}

#contactList #contents .contactListBox h4.list01 {
    background: url(../../contact/images/1FLi.gif)  no-repeat top left;
}

#contactList #contents .contactListBox h4.list02 {
    background: url(../../contact/images/2FLi.gif)  no-repeat top left;
}

#contactList .contactListBox {
	background: url(../../contact/images/contctBG.gif) no-repeat bottom left;
	width: 740px;
	height: auto;
	overflow: hidden;
	padding: 0 20px;
}

#contactList .contactListBox dl {
    height: auto;
	overflow: hidden;
	width: 740px;
}

#contactList .contactListBox dt {
    width:26px;
	padding-left: 6px;
	padding-right: 6px;
	clear: left;
	
}

#contactList .contactListBox dt img {
	display: block;
	
}

#contactList .contactListBox dt,
#contactList .contactListBox dd {
	float: left;
	height: auto;
	padding-bottom: 13px;
	line-height: 1.5;
}

#contactList .contactListBox .shopName {
	width: 225px;
}

#contactList .contactListBox .shopTel {
    width: 167px;
}

#contactList .contactListBox .shopTime {
	width: 310px;
}

#contactList .comboxName {
    font-size: small;
	font-weight: bold;
	color: #006BB5;
}

#contactList .comboxTel {
    padding-bottom: 10px;
}

/* staffList */

#staffList #header {
    background-image: url(../../staff/images/headerBg.jpg);
}

#staffList h1 {
    background-image: url(../../staff/images/titleStaff.jpg);
}

#staffList h1 {
    background-image: url(../../staff/images/titleStaff.jpg);
}

#staffList .staffTxtBox {
	width: 780px;
	height: auto;
	overflow: hidden;
	background:url(../../staff/images/staffBgTop.gif) no-repeat top left;
	position: relative;
	padding-top: 15px;
}

#staffList .staffTxtBox dl {
	width: 590px;
	height: auto;
	overflow: hidden;
	background: url(../../staff/images/staffBgBottom.gif) bottom left;
	padding-left: 190px;
	padding-bottom: 15px;
	margin-top: 0px;
}

#staffList .staffTxtBox dt,
#staffList .staffTxtBox dd {
	float: left;
	border-top: dashed #999999 1px;
	padding-bottom: 5px;
	padding-top: 5px;
	height: auto;
	line-height: 15px;
}

#staffList .staffTxtBox .listLast {
	border-bottom: dashed #999999 1px;
}

#staffList .staffTxtBox .listTop {
	border-top: none;
}

#staffList .staffTxtBox dt  {
    width: 100px;
}

#staffList .staffTxtBox dd  {
    width: 476px;
}

#staffList .staffShopImgBox {
	position: absolute;
	width: 160px;
	height: 170px;
	top: 15px;
	left: 15px;
}

#staffList .staffShopImgBox img {
   margin-bottom: 10px;
}

#staffList p.shopName {
	background: url(../../staff/images/point.jpg) no-repeat top left;
	width: 780px;
	height: auto;
	padding-left: 25px;
	color:#419AD6;
	font-weight:bold;
	margin-top: 15px;
	margin-bottom: 10px;
}




/* privacy */

#privacy h1 {
    background-image: url(../../privacy/images/titlePP.jpg);
}

#privacy ol {
    margin-top: 15px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:decimal;
	margin-left:25px;
}

#privacy ol li {
	list-style: decimal;
	line-height: 1.6;
}

#privacy .section p {
    margin-bottom:1em;
}

#privacy .section dt {
	background-image: url(../../staff/images/point.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	margin-bottom: 0.7em;
	padding-left: 30px;
	color: #996633;
}

#privacy .section dd {
    margin-bottom: 1.5em;
}

#privacy .section dd ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 25px;
    margin-top: 1em;
}

#privacy .section dd li {
    list-style: disc;
	line-height: 1.5em;
}

#privacy .section dd {
    margin-bottom: 1.5em;
	line-height: 1.5em;
}

/* siteMapList */

#siteMapList h1 {
    background-image: url(../../siteMap/titleSiteMap.jpg);
}

#siteMapList .section dl {
    width: 780px;
	height:auto;
	overflow: hidden;
}

#siteMapList .section dt {
	background:url(../../staff/images/point.jpg) no-repeat left top;
	font-size: small;
	padding-left: 30px;
	margin-bottom: 10px;
}

#siteMapList .section dt a {
    font-size: small;
	color:#996600;
	text-decoration: underline;
	font-weight: bold;
}

#siteMapList .section dd {
    margin-bottom: 15px;
	padding-left: 30px;
}

#siteMapList .section ul {
    height: auto;
	overflow: hidden;
}

#siteMapList .section li {
    line-height: 1.4em;
}


/* footer */

#footer {
	height: 70px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}

#footer dl {
	width: 880px;
	height: 32px;
	background-color: #5B4A3F;
}

#footer dl dt {
    display: none;
}

#footer ul {
    padding-left: 30px;
}

#footer li {
	height: 24px;
	background: url(../images/design/subMenuPint.gif) no-repeat center left;
	padding-left: 18px;
	padding-top: 7px;
	margin-right: 10px;
	letter-spacing: 1px;
	font-size: small;
}

#footer li a:link {
    color: #FFFFFF;
}

#footer li a:hover {
    color: #FFFF66;
}

#footer li a:visited {
    color: #CCCCCC;
}

#footer li {
    float: left;
}

#footer p {
	text-align: right;
	padding-right: 50px;
	color: #5B4A3F;
	padding-top: 5px;
	margin-bottom: 20px;
}


/* privacy policy and disclaimer */



/* CLEAR FIX */

.clearfix:after,
#menu #contents .boxMenuCnt .boxMenuRecommend dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix,
#menu #contents .boxMenuCnt .boxMenuRecommend dl {
	display: inline-block;
}

/* Hides from IE-mac \*/
*html .clearfix,
*html #menu #contents .boxMenuCnt .boxMenuRecommend dl {
	height: 1%;
}

.clearfix,
#menu #contents .boxMenuCnt .boxMenuRecommend dl {
	display: block;
}
