@charset "utf-8";

/*--

	__Reset

----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*-- default --*/
body {
	margin :0;
	padding: 0;
	color:#333;
	font-size: 12px;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background:#fff8ff;
	overflow: visible;
}


/* for IE7 */
*+html body {
	font-family: "メイリオ","Meiryo";
	font-size: 75%;

}

/* for IE6 */
* html body {
	font-size: 75%;
	behavior:url("/common/css/csshover3.htc");
}


/* share CSS*/

div#page{

	width:1000px;
	margin:0 auto;

}

/*--

	__header

----------------------------------------------------------- */

div#header{

	width:900px;
	height:100%;
	background:url(../img/header_bg.gif) no-repeat;
	margin-left:50px;
	padding-top:8px;

}

div#header div#title{

	width:508px;
	float:left;

}

div#header h1{

	float:none;

}


div#header div#title h1{

	float:left;

}

div#header div#title p#address{

	float:right;

}

ul#realStoreList{

	float:right;
	width:441px;
	margin-top:20px;

}

ul#realStoreList li{

	float:left;
	display:inline;

}

ul#realStoreList li a{

	width:142px;
	height:42px;
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}

ul#realStoreList li#storeNanba a{

	background:url(../img/topStoreLink_nanba.jpg) no-repeat;
	margin-right:5px;

}

ul#realStoreList li#storeNanba a:hover{

	background:url(../img/topStoreLink_nanbaOver.jpg) no-repeat;
}

ul#realStoreList li#storeDoutonbori a{

	background:url(../img/topStoreLink_doutonbori.jpg) no-repeat;
	margin-right:5px;

}

ul#realStoreList li#storeDoutonbori a:hover{

	background:url(../img/topStoreLink_doutonboriOver.jpg) no-repeat;
}

ul#realStoreList li#storeKyoubashi a{

	background:url(../img/topStoreLink_kyoubashi.jpg) no-repeat;

}

ul#realStoreList li#storeKyoubashi a:hover{

	background:url(../img/topStoreLink_kyoubashiOver.jpg) no-repeat;
}

/*--

	__storeNavi

----------------------------------------------------------- */


.dropdown {
}
.dropdown dt {
	width:128px;
	height:31px;
	cursor:pointer;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:128px;
	display:none;
	z-index:200;
	opacity:0;
}
.dropdown ul {
	width:128px;
	margin:0;
}
.dropdown li {
	display:inline;
	text-align:center;

}
.dropdown a,
.dropdown a:active,
.dropdown a:visited
{
	display:block;
	color:#333;
	text-decoration:none;
	width:128px;
	background:#f1f1f1;
	padding:8px 0;
}
.dropdown a:hover {
	background:#ccc;
	color:#000;
}
.dropdown .underline {
}


/*--

	__globalNavi

----------------------------------------------------------- */

ul#gNavi{

	width:900px;
	height:31px;
	margin:0 0 0 50px;
	display:inline;
	float:left;

}

ul#gNavi li{

	float:left;
	display:inline;

}

ul#gNavi li a.gMenu{

	width:128px;
	height:31px;
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	padding:0;
}

ul#gNavi li.gNavi_top a.gMenu{
	width:129px;
	background:url(../img/gNavi_top.gif) no-repeat;
}
ul#gNavi li.gNavi_top a.gMenu:hover{
	background:url(../img/gNavi_top_over.gif) no-repeat;
}

ul#gNavi li.gNavi_girl a.gMenu{
	background:url(../img/gNavi_girl.gif) no-repeat;
}
ul#gNavi li.gNavi_girl a.gMenu:hover{
	background:url(../img/gNavi_girl_over.gif) no-repeat;
}
ul#gNavi li.gNavi_system a.gMenu{
	width:129px;
	background:url(../img/gNavi_system.gif) no-repeat;
}
ul#gNavi li.gNavi_system a.gMenu:hover{
	background:url(../img/gNavi_system_over.gif) no-repeat;
}
ul#gNavi li.gNavi_blog a.gMenu{
	background:url(../img/gNavi_blog.gif) no-repeat;
}
ul#gNavi li.gNavi_blog a.gMenu:hover{
	background:url(../img/gNavi_blog_over.gif) no-repeat;
}
ul#gNavi li.gNavi_access a.gMenu{
	width:129px;
	background:url(../img/gNavi_access.gif) no-repeat;
}
ul#gNavi li.gNavi_access a.gMenu:hover{
	background:url(../img/gNavi_access_over.gif) no-repeat;
}
ul#gNavi li.gNavi_mail a.gMenu{
	background:url(../img/gNavi_mail.gif) no-repeat;
}
ul#gNavi li.gNavi_mail a.gMenu:hover{
	background:url(../img/gNavi_mail_over.gif) no-repeat;
}

ul#gNavi li.gNavi_recruit a.gMenu{
	width:129px;
	background:url(../img/gNavi_recruit.gif) no-repeat;
}
ul#gNavi li.gNavi_recruit a.gMenu:hover{
	background:url(../img/gNavi_recruit_over.gif) no-repeat;
}

ul#gNavi li.gNavi_system .dropdown dt {
	width:129px;
	cursor:pointer;
}



/*--

	__contents

----------------------------------------------------------- */

div#contents{

	width:900px;
	height:100%;
	margin-left:50px;
	clear:left;
}

/*--

	__footer

----------------------------------------------------------- */



div#footer{

	width:100%;
	height:100%;
	border-top:1px solid #222;
	font-size:11px;
	margin-top:50px;
	float:left;
	clear:both;
	background:#111;
}

div#footerContents{

	width:900px;
	height:199px;
	margin:0 auto;
	color:#ccc;
	background:url(../img/footer_bg.jpg) no-repeat bottom right;

}

div#footer a{

	color:#ccc;
	text-decoration:none;

}

div#footer a:hover{

	text-decoration:underline;

}

#siteMap {
	width: 900px;
	float: left;
	margin-bottom: 20px;
	font-family: "ＭＳ Ｐゴシック", "Osaka－等幅";
}


#siteMap li{
	margin: 10px 0 0 10px;
	float: left;
	font-size: 11px;
	display: inline;
}

div#footer p#storeInfo{

	width:300px;
	line-height:150%;
	float:left;
	margin:45px 0 0 8px;
	display:inline;
	clear:left;

}

div#footer p#footerText{
	float:right;
	font-size:12px;
	line-height:1.5;
	margin-top:110px;
	text-align:right;
	width:500px;
}

p#pagetop{

	bottom:0;
	left:0;
	margin:0;
	position:fixed;
	text-align:right;
	width:100%;

}

p.pagesend {
	font-size:10px;
	margin:10px 0pt 0pt;
	text-align:center;
	width:900px;
}

/*--

	__clearfix

----------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}
