@charset "utf-8";

/*-----------------------------------------------------------------------------
	BASE
=============================================================================*/
* {
	margin: 0px;
	padding: 0px;
	}
html,
body { width: 100%; }
body {
	color: #666666;
	font-size: 12px;
	line-height: 130%;
	font-family: "ＭＳ Ｐゴシック", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
	}

a {
	color: #3D9DA5;
	text-decoration: underline;
	}
a:visited { color: #2F7980; }
a:hover { color: #48C6D0; }

h1,h2,h3,h4 { font-size: medium; }
.f10 {
	font-size: 10px;
	line-height: 130%;
	}
.f12 { font-size: 12px; }
.f14 { font-size: 14px; }

.txtL { text-align: left; }
.txtR { text-align: right; }
.txtC { text-align: center; }

.orange { color: #FF6600; }
.black { color: #333333; }
.red { color: #D90000; }
.p5 { padding: 5px; }
.p10 { padding: 10px; }
.p15 { padding: 15px 17px; }
.lh130 { line-height: 130%; }
.lh150 { line-height: 150%; }

img { border: 0px; }

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mb10 { margin-bottom: 10px; }
.pt5 { padding-top: 5px; }

.note{
	padding-left: 1em;
	text-indent: -1em;
	}
.paragraph {
	padding-left: -1em;
	text-indent: 1em;
	}
.centralBox,
.box {
	margin-left: auto;
	margin-right: auto;
	}

.mainBody,
#menu ul,
.topicPath  {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	}

.arrow {
	padding-left: 17px;
	padding-bottom: 1px;
	background: url(../common/icon_arrow.png) 0px 0px no-repeat;
	}
*html .arrow { background-position: 16px 0px; }
.exlink {
	margin-right: 8px;
	padding-right: 15px;
	background: url(../common/icon_exlink.gif) right 1px no-repeat;
	}

.listHover { cursor:pointer; }
.listHover a { color: #48C6D0; }
.noneHover {}

.clear { overflow: hidden; }
.clear:after{ 
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
} 
/*\*/
* html .clear {
	height: 0px;
	overflow: visible;
}
/**/

* html .arrow,
* html #topHeader h1,
* html #topHeader h3.copy,
* html #topHeader .logoS h1,
* html #topHeader .logoS h3.copy,
* html #topHeader .logoS h3.banner,
* html #topHeader .headMenu img,
* html #topHeader .headMenu ul,
* html #menu .recommend,
* html #menu .recommendOn,
* html #menu .event,
* html #menu .eventOn,
* html #menu .floorguide,
* html #menu .floorguideOn,
* html #menu .facilities,
* html #menu .facilitiesOn,
* html #menu .access,
* html #menu .accessOn,
* html #side .catArea li,
* html .pageUp a,
* html .pageUpBot a,
* html .anchor li { behavior: url(http://www.praliva.com/js/iepngfix.htc) }

* html body { behavior: url(http://www.praliva.com/js/csshover3.htc); }


/*-----------------------------------------------------------------------------
	TOPPAGE ONLY
=============================================================================*/
#topHeader h1,
#topHeader h3.copy { text-indent: -9999px; }

#topBody .title { font-size: 14px; }
#topBody .text {
	font-size: 10px;
	line-height: 130%;
	}
#topBody .title,
#topBody .date,
#topBody .columnList dt,
#topBody .biyoriList dt { color: #333333; }

/* ------------ */
#topHeader {
	width: 100%;
	min-width: 860px;
	height: 497px;
	margin-bottom: 28px;
	padding-top: 10px;
	background: url(../img/visual_01.jpg) #E1E1E1 top center no-repeat;
	}
#topHeader .mainBody { background: none; }
#topHeader .logo,
#topHeader h1,
#topHeader h3.copy,
#topHeader .logoS,
#topHeader .logoS h3.copy,
#topHeader .logoS h3.banner { width: 290px; }
#topHeader h1 { background: url(../img/logo.png) 0px no-repeat; }
#topHeader h1 a {
	height: 155px;
	display: block;
	}
#topHeader h3.copy {
	height:135px;
	background: url(../img/copy.png) 0px no-repeat;
	}
#topHeader .logo,
#topHeader .logoS {
	float: left;
	display: inline;
	}
#topHeader .logo { padding-bottom: 153px; }
#topHeader .logoS { padding-bottom: 3px; }
#topHeader .logoS h1 { background: url(../img/logo_s.png) 0px no-repeat; }
#topHeader .logoS h1 a {
	height: 112px;
	display: block;
	}
#topHeader .logoS h3.copy {
	height:108px;
	background: url(../img/copy_s.png) 0px no-repeat;
	}
#topHeader .logoS h3.banner {
	height: 205px;
	padding: 5px 0px;
	margin-top: 5px;
	text-align: center;
	background: url(../img/banner_bg.png) 0px 0px no-repeat;
	}

.headMenu {
	float: right;
	color: #999999;
	}
#topHeader .headMenu {
	width: 280px;
	display: inline;
	}
#topHeader .headMenu ul {
	padding: 2px 5px 2px 0px;
	list-style: none;
	text-align: center;
	background: url(../img/head_bg_cen.png) left repeat-y;
	}
* html #topHeader .headMenu ul { padding: 2px 0px; }
.headMenu li {
	display: inline;
	padding-left: 5px;
	}
#topHeader a,
#topHeader a:visited { text-decoration: none; }
#topHeader a:hover { text-decoration: underline; }
#topHeader a,
#topHeader a:visited { color: #333333; }
#topHeader a:hover { color: #666666; }

#topHeader #menu { background: url(../common/menu_bg.gif) bottom repeat-x; }

.pt30 { padding-top: 30px; }

#topBody { height: 100%; }
#topBody img { vertical-align: top; }
#topBody.mainBody { background: url(../img/side_bg.gif) right repeat-y; }

#topBody .newArea {
	width: 675px;
	float: left;
	}
#topBody .recomList,
#topBody .eventList {
	width: 320px;
	float: left;
	padding-bottom: 18px;
	}
#topBody .recomList {
	margin-right: 25px;
	margin-left: 5px;
	}
#topBody .title,
#topBody .date { padding-top: 12px; }
#topBody .text { padding-top: 3px; }
#topBody .title,
#topBody .text {
	width: 210px;
	float: right;
	}
#topBody .title a,
#topBody .columnList dt a,
#topBody .biyoriList dt a {
	color: #333333;
	text-decoration: none;
	}
#topBody .title a:visited,
#topBody .columnList dt a:visited,
#topBody .biyoriList dt a:visited {
	color: #2F7980;
	text-decoration: underline;
	}
#topBody .title a:hover,
#topBody .columnList dt a:hover,
#topBody .biyoriList dt a:hover {
	color: #3D9DA5;
	text-decoration: underline;
	}
#topBody .photo {
	width: 45px;
	float: left;
	padding: 10px 0px 0px 2px;
	}
#topBody .date {
	width: 62px;
	margin-left: 47px;
	text-align: center;
	}
*html #topBody .date { width: 52px; }
#topBody .pageLink {
	clear: right;
	padding: 5px 5px 10px;
	border-bottom: 1px solid #D9D9D9;
	}
*html #topBody .pageLink .arrow { background-position: 16px 3px; }

#topBody .listPage { padding: 6px 5px 0px; }

#topBody .pdfArea {
	margin-bottom: 18px;
	padding: 5px 0px 5px 5px;
	list-style: none;
	background-color: #F0F0F0;
	}
#topBody .pdfArea li {
	float: left;
	padding-right: 5px;
	}
#topBody .pdfArea img,
#topBody .columnList img { vertical-align: top; }

#topBody .columnCont,
#topBody .biyoriCont {
	width: 320px;
	float: left;
	border: 5px solid #D9D9D9;
	}
*html #topBody .columnCont .arrow,
*html #topBody .biyoriCont .arrow { background-position: 16px 3px; }
#topBody .columnCont { margin-right: 15px; }
#topBody .columnCont .title,
#topBody .biyoriCont .title {
	width: auto;
	height: 56px;
	padding: 13px 17px 7px;
	float: none;
	}
#topBody .columnCont .title { background: url(../img/column_bg.gif) center top no-repeat; }
#topBody .biyoriCont .title { background: url(../img/biyori_bg.gif) center top no-repeat; }
#topBody .number {
	margin-left: 8px;
	padding: 1px 12px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma, sans-serif;
	}
#topBody .columnCont .number { background-color: #FF7F00; }
#topBody .biyoriCont .number { background-color: #FFB900; }
#topBody .columnList,
#topBody .biyoriList {
	width: 290px;
	margin: 0px auto;
	padding: 18px 0px;
	}
#topBody .columnList dt,
#topBody .biyoriList dt {
	float: right;
	width: 140px;
	font-size: 14px;
	line-height: 130%;
	padding: 0px 0px 10px 0px;
	}
#topBody .columnList .photo,
#topBody .biyoriList .photo {
	float: left;
	width: 140px;
	padding: 0px 10px 0px 0px;
	}
#topBody .columnList .text,
#topBody .biyoriList .text {
	float: right;
	width: 140px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	}
#topBody .columnCont .listPage,
#topBody .biyoriCont .listPage {
	background-color: #F2F2F2;
	padding: 6px 10px 4px;
	}

#topBody .bannerArea {
	float: right;
	width: 160px;
	background-color: #F0F0F0;
	}
#topBody .bannerArea ul {
	width: 150px;
	margin: 0px auto;
	padding: 10px 0px 7px;
	list-style: none;
	border-top: 1px solid #FFFFFF;
	}
#topBody .bannerArea li { margin-bottom: 3px; }
#topBody .store {
	padding-top: 10px;
	border-top: none;
	}
#topBody .store li,
#topBody .rooftop { margin-bottom: 10px; }
#topBody .livecam { margin-bottom: 0px; }


/*-----------------------------------------------------------------------------
	HEADER
=============================================================================*/
#head h1,
#head h3.hours { text-indent: -9999px; }

/* ------------ */
#head {
	width: 100%;
	min-width: 860px;
	background: url(../common/menu_bg.gif) bottom repeat-x;
	}
#head .mainBody {
	padding: 10px 0px 15px;
	background: none;
	}
#head h1,
#head h3.hours { float: left; }
#head h1 a {
	width: 210px;
	height: 60px;
	display: block;
	background: url(../common/logo.gif) 0px no-repeat;
	}
#head h3.hours {
	width: 330px;
	height: 50px;
	margin: 10px 0px 0px 20px;
	background: url(../common/hours.gif)
	}
#head .headMenu { list-style: none; }
#head .headMenu li {}
#head a,
#head a:visited { text-decoration: none; }
#head a:hover { text-decoration: underline; }
#head a,
#head a:visited { color: #666666; }
#head a:hover { color: #888888; }


/*-----------------------------------------------------------------------------
	MENU
=============================================================================*/
#menu li { text-indent: -9999px; }

/* ------------ */
#menu {
	width: 100%;
	min-width: 860px;
	}
#menu ul { list-style: none;}
#menu ul li {
	width: 160px;
	float: left;
	display: inline;
	margin-right: 15px;
	position:static; 
	}
#menu ul li h2 a,
#menu ul li h3 a {
	height: 55px;
	display: block;
	}

#menu .access,
#menu .accessOn { margin-right: 0px; }

#menu .recommend { background: url(../common/menu_recom.png) 0px 0px no-repeat; }
#menu .event { background: url(../common/menu_event.png) 0px 0px no-repeat; }
#menu .floorguide { background: url(../common/menu_floorguide.png) 0px 0px no-repeat; }
#menu .facilities { background: url(../common/menu_facilities.png) 0px 0px no-repeat; }
#menu .access { background: url(../common/menu_access.png) 0px 0px no-repeat; }

#menu li:hover.recommend  { background: url(../common/menu_recom.png) 0px -155px no-repeat; }
#menu li:hover.event { background: url(../common/menu_event.png) 0px -155px no-repeat; }
#menu li:hover.floorguide { background: url(../common/menu_floorguide.png) 0px -155px no-repeat; }
#menu li:hover.facilities { background: url(../common/menu_facilities.png) 0px -155px no-repeat; }
#menu li:hover.access { background: url(../common/menu_access.png) 0px -155px no-repeat; }

#menu .recommendOn { background: url(../common/menu_recom.png) 0px -310px no-repeat; }
#menu .eventOn { background: url(../common/menu_event.png) 0px -310px no-repeat; }
#menu .floorguideOn { background: url(../common/menu_floorguide.png) 0px -310px no-repeat; }
#menu .facilitiesOn { background: url(../common/menu_facilities.png) 0px -310px no-repeat; }
#menu .accessOn { background: url(../common/menu_access.png) 0px -310px no-repeat; }


/*-----------------------------------------------------------------------------
	FOOTER
=============================================================================*/
#foot {
	width: 100%;
	min-width: 860px;
	margin-top: 20px;
	padding-bottom: 20px;
	border-top: 3px solid #333333;
	}
#foot .mainBody {
	padding: 5px 0px;
	background: none;
	}
#foot .copyright {
	font-family: Arial, Helvetica, sans-serif;
	}
#foot ul {
	float: right;
	padding: 2px 5px 0px 0px;
	list-style: none;
	color: #999999;
	}
#foot li {
	float: left;
	padding-left: 5px;
	}

#foot a,
#foot a:visited { text-decoration: none; }
#foot a:hover { text-decoration: underline; }
#foot a,
#foot a:visited { color: #666666; }
#foot a:hover { color: #888888; }


/*-----------------------------------------------------------------------------
	COMMON
=============================================================================*/
.topicPath {
	width: 850px;
	padding: 6px 5px 4px;
	font-size: 10px;
	color: #999999;
	}
.topicPath a,
.topicPath a:visited { text-decoration: none; }
.topicPath a:hover { text-decoration: underline; }
.topicPath a,
.topicPath a:visited { color: #666666; }
.topicPath a:hover { color: #888888; }

.mainBody,
.pageUpBot { background: url(../common/side_bg.gif) right repeat-y; }

.entryArea,
.mainCont {
	width: 650px;
	float: left;
	padding-top: 15px;
	}
.mainCont { padding-bottom: 10px; }
#side {
	width: 180px;
	float: right;
	background-color: #F0F0F0;
	}
#side .bannerArea { padding: 4px 0px 5px; }
#side .bannerArea ul,
#side .bannerArea li,
#side .catArea ul { margin: 0px auto; }
#side .bannerArea ul,
#side .catArea ul { list-style: none; }
#side .bannerArea ul {
	width: 160px;
	padding: 10px 0px 7px;
	border-top: 1px solid #FFFFFF;
	}
#side .bannerArea li {
	width: 150px;
	margin-bottom: 3px;
	}
#side .partition { border-top: 10px solid #FFFFFF; }
#side ul.noBorder { border-top: none; }
#side .catArea {
	padding: 0px 8px;
	border: 3px solid #E7E7E7;
	background-color: #FFFFFF;
	}
#side .catArea ul {
	width: 150px;
	padding: 8px 0px 10px;
	}
#side .catArea li {
	padding: 0px 0px 1px 16px;
	margin-bottom: 4px;
	background: url(../common/icon_arrow.png) 0px 1px no-repeat;
	}
#side .icon { margin: 7px 0px 0px; }

.pageUp,
.pageUpBot { text-align: right; }
.pageUp {}
.pageUpBot {
	width: 650px;
	margin: 0px auto;
	padding: 10px 210px 2px 0px;
	}
.pageUp a,
.pageUpBot a { background: url(../common/icon_arrow.png) 0px -250px no-repeat; }
.pageUp a,
.pageUp a:visited,
.pageUp a:hover,
.pageUpBot a,
.pageUpBot a:visited,
.pageUpBot a:hover {
	color: #999999;
	padding: 3px 0px 2px 18px;
	}
.pageUp a,
.pageUp a:visited,
.pageUpBot a,
.pageUpBot a:visited { text-decoration: none; }
.pageUp a:hover,
.pageUpBot a:hover { text-decoration: underline; }
*html .pageUp a,
*html .pageUpBot a { background-position: 17px -250px; }

h2.title { margin-bottom: 15px; }

.entry,
.box {
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	}
.text { line-height: 150%; }

.anchor {
	width: 610px;
	margin: 0px auto;
	padding: 12px 15px 8px 10px;
	border: 1px solid #F0F0F0;
	background-color: #F9F9F9;
	list-style: none;
	}
.anchor li {
	float: left;
	padding: 0px 12px 5px 20px;
	background: url(../common/icon_arrow.png) 3px -118px no-repeat;
	*white-space:nowrap;
	}
*html .anchor li { background-position: 23px -118px; }

.subTitle {
	width: 627px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 4px;
	background: url(../common/subtitle_line.gif) bottom left repeat-x;
	}
.subTitle h3 {
	padding: 2px 0px 2px 13px;
	font-size: 16px;
	color: #333333;
	background: url(../common/icon_rect.gif) 0px 0px no-repeat;
	}


/* ------------ */
.kijiPost p { color: #333333; }
.kijiPost dt a { color: #333333; }
.kijiPost dt a:visited { color: #2F7980; }
.kijiPost dt a:hover { color: #3D9DA5; }

*html .shopInfo dd.arrow { background-position: 0px 0px; }
.shopInfo dd.tel,
.shopInfo dd.hours { background-position: 1px 2px; }

