@charset "utf-8";

/* ---------- 基本情報 ---------- */
/* http://developer.yahoo.com/yui/reset/ */
/* Mod by Takeya Kimura 2008*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	/*font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";*/
	/*font-family: Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Pゴシック",sans-serif;*/
	font-family: "ＭＳ Ｐゴシック",sans-serif, Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka";
}
* html body, * html div, * html dl, * html dt, * html dd, * html ul, * html ol, * html li, * html h1, * html h2, * html h3, * html h4, * html h5, * html h6,
* html pre, * html form, * html fieldset, * html input, * html textarea, * html p, * html blockquote, * html th, * html td {
	/*font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", Osaka;*/
	font-family: "ＭＳ Ｐゴシック",sans-serif, Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content:"";
}
abbr,acronym {
	border:0;
}
img {
	vertical-align: bottom;
}
a {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* ---------- レイアウト(全体共通) ---------- */

/* Bodyタグ */
body {
	font-size: 0.7em;
	background-color: #FFFFFF;
	background-image: url(../images/common/bg.gif);
	background-repeat: repeat;
}

/* wrapper */
div#wrapper {
	width: 900px;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0 auto;
}

/* サイト説明 */
p#site_description {
	height: 1.2em;
	font-size: 0.7em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}

/* サブナビゲーション */
ul#subnavi {
	width: 900px;
	height: 18px;
	background-color: #EEEEDD;
	background-image: url(../images/common/bg_subnav.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
ul#subnavi:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
ul#subnavi li {
	height: 18px;
	float: left;
}
ul#subnavi li a {
	height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
ul#subnavi li#sub_home {
	width: 138px;
	/*padding: 0 379px 0 0;*/
	/*padding: 0 466px 0 0;*/
	padding: 0 525px 0 0; 
	/*padding: 0 603px 0 0;*/
}
ul#subnavi li#sub_faq {
	width: 78px;
}
ul#subnavi li#sub_guide {
	width: 87px;
}
ul#subnavi li#sub_recruit {
	width: 79px;
}
ul#subnavi li#sub_links {
	width: 59px;
}
ul#subnavi li#sub_sitemap {
	width: 80px;
}

ul#subnavi li#sub_home a {
	width: 138px;
	background-image: url(../images/common/subnav_01.gif);
}
ul#subnavi li#sub_faq a {
	width: 78px;
	background-image: url(../images/common/subnav_02.gif);
}
ul#subnavi li#sub_guide a {
	width: 87px;
	background-image: url(../images/common/subnav_03.gif);
}
ul#subnavi li#sub_recruit a {
	width: 79px;
	background-image: url(../images/common/subnav_04.gif);
}
ul#subnavi li#sub_links a {
	width: 59px;
	background-image: url(../images/common/subnav_05.gif);
}
ul#subnavi li#sub_sitemap a {
	width: 80px;
	background-image: url(../images/common/subnav_06.gif);
}
ul#subnavi li a:hover {
	background-position: 0 -19px;
}

/* ヘッダー(SiteID & CardBanner) */
/*div#mainHeader {
	width: 900px;
	height: 56px;
	position: relative;
}*/
div#mainHeader {
	width: 900px;
	height: 56px;
	margin: 7px 0;
	position: relative;
}
div#mainHeader h1 a {
	width: 380px;
	height: 56px;
	background: url(../images/common/siteid.jpg) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
div#mainHeader p {
	width: 380px;
	height: 48px;
	position: absolute;
	top: 4px;
	left: 556px;
}
div#mainHeader p a {
	width: 338px;
	height: 48px;
	background: url(../images/common/latovcard.gif) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

/* グローバルナビゲーター */
div#globalnavi {
	width: 900px;
	height: 46px;
	background: url(../images/common/bg_gnav.gif) repeat-x 0 0;
	padding: 0 0 12px;
	overflow: hidden;
}
div#globalnavi ul {
	width: 888px;
	height: 37px;
	padding: 9px 0 0;
	margin: 0 auto;
}
div#globalnavi ul:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
div#globalnavi ul li {
	width: 127px;
	height: 37px;
	float: left;
}
div#globalnavi ul li#gl_access {
	width: 126px;
}
div#globalnavi ul li a {
	width: 127px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
div#globalnavi ul li#gl_event a {
	background-image: url(../images/common/gnav_01.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#globalnavi ul li#gl_topics a {
	background-image: url(../images/common/gnav_02.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#globalnavi ul li#gl_floor a {
	background-image: url(../images/common/gnav_03.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#globalnavi ul li#gl_shop a {
	background-image: url(../images/common/gnav_04.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#globalnavi ul li#gl_gourmet a {
	background-image: url(../images/common/gnav_05.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#globalnavi ul li#gl_faci a {
	background-image: url(../images/common/gnav_06.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#globalnavi ul li#gl_access a {
	width: 126px;
	background-image: url(../images/common/gnav_07.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#globalnavi ul li#gl_event a:hover,
div#globalnavi ul li#gl_topics a:hover,
div#globalnavi ul li#gl_floor a:hover,
div#globalnavi ul li#gl_shop a:hover,
div#globalnavi ul li#gl_gourmet a:hover,
div#globalnavi ul li#gl_faci a:hover,
div#globalnavi ul li#gl_access a:hover {
	background-position: 0 -37px;
}

/* フッター */
div#footer {
	width: 900px;
	height: auto;
	background: url(../images/common/bg_footer.gif) repeat-x 0 0;
	padding: 5px 0;
	clear: both;
}
div#footer ul {
	width: 900px;
	height: auto;
}
div#footer ul:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
div#footer ul li {
	height: 20px;
	float: left;
}
div#footer ul li#footcorp { width: 138px; }
div#footer ul li#footlinks { width: 60px; }
div#footer ul li#footprivacy { width: 117px; }
div#footer ul li#footabout { width: 73px; }
div#footer ul li#footcompany { width: 60px; }
div#footer ul li a {
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
}
div#footer ul li#footcorp a { width: 138px; background-image:url(../images/common/footernav_01.gif); }
div#footer ul li#footlinks a { width: 60px; background-image:url(../images/common/footernav_02.gif); }
div#footer ul li#footprivacy a { width: 117px; background-image:url(../images/common/footernav_03.gif); }
div#footer ul li#footabout a { width: 73px; background-image:url(../images/common/footernav_04.gif); }
div#footer ul li#footcompany a { width: 60px; background-image:url(../images/common/footernav_06.gif); }
div#footer ul li#footcorp a:hover, div#footer ul li#footlinks a:hover,
div#footer ul li#footprivacy a:hover, div#footer ul li#footabout a:hover, div#footer ul li#footcompany a:hover {
	background-position: 0 -20px;
}
p#footerlogo {
	width: 64px;
	height: 20px;
	margin: -20px 0 0 836px;
}
p#footerlogo a {
	width: 64px;
	height: 20px;
	text-indent: -9999px;
	background: url(../images/common/footernav_05.gif) no-repeat 0 0;
	overflow: hidden;
	display: block;
}
p#footerlogo a:hover {
	background-position: 0 -20px;
}
address {
	text-align: center;
	padding: 12px 0 20px;
}


.pagetop {
	height: 17px;
	margin: 0 6px 6px auto;
	background: url(../images/common/pagetoplink.gif) no-repeat right -17px;
	overflow: hidden;
}
.pagetop a {
	width: 114px;
	height: 17px;
	background: url(../images/common/pagetoplink.gif) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
	margin: 0 0 0 auto;
}
.pagetop a:hover {background: url(../images/common/pagetoplink.gif) no-repeat 0 -17px;}

.clear {clear: both;}
.bol {font-weight: bold;}
