@charset "utf-8";
/* CSS Document */


/* ヌキなびデフォルト
-------------------------*/

 @import "/css/font.css";
 @import "/css/link.css";
 @import "/css/shop.css";
 @import "/css/initialization.css";
 @import "/css/pcshop/shop_font.css";  /* 店舗専用 */

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

 body
 {
 	margin: 0;
  	padding: 0;
  	line-height: 1.2em;
 }

 div#wrapper { font-size:1.2em; }


/* コンポジション設定 (width:660px)
--------------------------------------*/

div#wrapper {
 	margin: 0 auto;
  	padding: 0;
  	width: 660px; /* 660px */
}
 
div#girl-header {
 	margin: 0;
	margin-bottom: 12px;
  	padding: 4px 10px;
  	width: 640px; /* 660px - 20px(padding) */
  	border-bottom: 2px #FF3300 solid;
  	background: url(/img/shop/libs/nukinavi/girl/bg_t.gif) top left repeat;
}

dl#girl-menu {
 	display: block;
 	margin: 0 20px;
	margin-bottom: 12px;
	padding: 0;
 	width: 620px; /* 660px -40px(margin) */
	height: 30px;
/*	background: url(/img/shop/girl/bgimg_menu.gif) no-repeat; */
	border-bottom: 5px #FF3300 solid;
}
 
div#girl-contents {
 	margin: 0 20px;
	margin-bottom: 20px;
 	padding: 0;
 	width: 620px; /* 660px -40px(margin) */
	height: auto;
} 

div#girl-footer {
 	margin: 0;
	margin-bottom: 20px;
  	padding: 0;
  	width: 660px; /* 660px */
}

div#footer {
 	margin: 0;
 	padding: 0 20px;
 	width: 620px; /* 660px -40px(padding) */
	height: auto;
 }




