@charset "utf-8";

@import url("/css/initialization.css");
@import url("/css/link.css");
@import url("/css/font.css");
@import url("/css/std_page.css");
@import url("/css/search/search_font.css");
@import url("/css/gold_plan/content_right.css");

/* BASE LYOUT
-----------------------------*/

h1
{
	display: inline;
	margin: 2px;
  	padding: 0;
  	color: #FFFFFF;
  	font-size: 12px;
  	font-weight: bold;
}

h2
{
	display: inline;
  	padding: 4px 0;
  	color: #000000;
  	font-size: 14px;
  	font-weight: bold;
}

h3
{
	display: block;
  	margin: 0;
  	padding: 0;
  	font-size: 1.3em;
  	font-weight: bold;
  	line-height: 1.4em;
}

h4
{
	display: block;
  	margin: 0;
  	padding: 0;
  	font-size: 1em;
  	font-weight: normal;
  	line-height: 1.4em;
}

.bg
{
	background-color: #FFFFCC;
  	background-image: url(/img_top/bg.gif);
  	background-repeat: repeat-x;
}

.point
{
	font-size: 12px;
  	font-weight: bold;
  	line-height: 1.4em;
}



/* BASE COMPOSITION
-----------------------------*/

div#wrapper {
  	margin: 0 auto;
  	padding: 0 3px;
  	width: 842px; /* 848px -6px(padding) */
  	height: auto;
  	background-color: #FF9933;
  	text-align: center;
}

div#header {
  	position:relative;
  	margin: 0;
  	padding: 0;
  	width: 842px; /* 842px */
  	height: 90px;
  	background-color: #FF9933;
  	border-bottom: 2px solid #000000;
}

div#pankuzu {
  	margin: 0;
  	padding: 10px 14px;
  	width: 812px; /* 842px -28px(padding) -2px(border) */
  	height: auto;
  	background-color: #FFFFE8;
  	border:1px #330000 solid;
  	border-top:none;
  	border-bottom:none;
  	font-size: 12px;
  	line-height: 1.2em;
}

div#page-tab {
  	margin: 0;
  	padding: 3px 14px;
  	width: 812px; /* 842px -28px(padding) -2px(border) */
  	height: auto;
  	background-color: #FFFFFF;
  	border:1px #330000 solid;
  	border-top:none;
  	border-bottom:none;
  	font-size: 12px;
  	line-height: 1.2em;
}

div#narrowing {
  	margin: 0;
  	padding: 0 14px;
	padding-bottom: 12px;
  	width: 812px; /* 842px -28px(padding) -2px(border) */
 	height: auto;
  	background-color: #FFFFE8;
  	border:1px #330000 solid;
  	border-top:none;
  	border-bottom:none;
}

div#content {
  	margin: 0;
  	padding: 0 14px;
  	width: 812px; /* 842px -28px(padding) -2px(border) */
  	height: auto;
  	background-color: #FFFFE8;
  	border:1px #330000 solid;
  	border-top:none;
  	border-bottom:none;
}

div#main-content {
  	float: left;
  	padding: 0;
  	width: 666px;
  	text-align: left;
}

/* index.php用 */
div#left-content {
  	float: left;
  	padding: 0;
  	width: 220px;
  	text-align: left;
}

div#right-content {
  	float: right;
  	padding: 0;
  	width: 146px;
  	text-align: center;
}

div#f-navi {
  	clear: both;
  	margin: 10px auto;
  	padding: 5px;  
  	width: 708px;
  	height: auto;
  	border-top: 1px dotted #000000;
  	border-bottom: 1px dotted #000000;
  	background-color: #FFFFE8;
  	font-size: 12px;
  	text-align: center;
	line-height: 1.4em;
}

div#footer {
  	clear: both;
  	width: 842px;
  	height: auto;
  	background-color: #FF9933;
  	text-align: center;
}

div#footer p {
  	margin: 0;
  	padding: 10px;
  	font-size: 10px;
}


/* #header
------------------------------*/

div#header div.nlogo {
  	position: absolute;
  	top: 0;
  	left: 0;
}
 
div#header div.page-navi,
div#header div.premium-banner {
  	position: absolute;
  	left: 368px;
}
 
div#header div.page-navi      { top: 2px; }
div#header div.premium-banner { top: 24px; }



/* #page-tab
------------------------------*/

div#page-tab {
	position: relative;
	padding-bottom: 10px; /* search_baseのみ */
	background-color: #FFFFEB;
	z-index: 100;
}

div#page-tab ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 12px;
	width: 788px; /* 812px -24px */
	height: auto;
	border-bottom: #C90308 4px solid;
	z-index: 300;
}

div#page-tab ul li {
	float: left;
	position: relative;
	display: inline;
	margin-right: 6px;
}

div#page-tab ul li span.tab_select,
div#page-tab ul li a.tab_link {
	display: block;
	width: 220px;
	height: 36px;
	text-align: center;
	line-height: 36px;
}

div#page-tab ul li span.tab_select {
	background-color: #C90308;
	background-image: url(/img/search/search_tab_shop.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #FFFFFF;
	z-index: 100;
}

div#page-tab ul li a.tab_link {
	background-color: #EEEEEE;
	background-image: url(/img/search/search_tab_girl.gif);
	background-repeat: no-repeat;
	background-position: 0 -36px;
	color: #660000;
}

div#page-tab ul li a:hover.tab_link {
	background-position: 0 -72px;
}

div#page-tab a.tab_button {
	display: block;
	position: absolute;
	top: 3px;
	left: 494px;
	margin: 0;
	padding: 0;
	width: 260px;
	height: 33px;
	line-height: 33px;
	z-index: 300;
}

div#page-tab div.tab_border {
	position: absolute;
	top: 38px;
	left: 14px;
	width: 812px;
	height: 1px;
	background-color: #660000;
	z-index: 200;
}


