/*@import url("tag.css");
@import url("fream.css");
@import url("header.css");
@import url("side.css");
@import url("menu.css");
@import url("contents.css");
@import url("footer.css");
*/

/* --------------------------------------------------------------------------- */
/* tag redefine */
/* --------------------------------------------------------------------------- */

body {
	font-family: "ＭＳ Ｐゴシック", "Osaka",Verdana,Chicago,sans-serif;
	color: #666;
}
div, ul {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}
h1, h2, h3, h4, h5, h6, p, li, th, td, pre, div{
	font-family: "ＭＳ Ｐゴシック", "Osaka",Verdana,Chicago,sans-serif;
	font-size: 12px;
	line-height: 1.1;
	text-align: left;
	word-break: break-all;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0;
	margin: 0 0 0.5em 0;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 10px;
}

strong, b {
	font-weight: bold;
}
p, li, pre{
	margin: 0 0 0.5em 0;
	padding: 0;
	line-height: 140%;
}
a{
	text-decoration: underline;
}
a:link {
	color: #06C;
}
a:visited, a:hover, a:active  {
	color: #909;
}
a.girl:link {
	color: #F06;
}
a.girl:visited, a.girl:hover, a.girl:active  {
	color: #F60;
}
a.girl_new:link {
	color: #F06;
	background: url(../../img/icon_up.gif) 0 1px no-repeat;
	padding-left: 30px;
}
a.girl_new:visited, a.girl_new:hover, a.girl_new:active  {
	color: #F60;
	background: url(../../img/icon_up.gif) 0 1px no-repeat;
	padding-left: 30px;
}
a.girl_fresh:link {
	color: #F06;
	background: url(../../img/icon_fresh.gif) 0 1px no-repeat;
	padding-left: 30px;
}
a.girl_fresh:visited, a.girl_fresh:hover, a.girl_fresh:active  {
	color: #F60;
	background: url(../../img/icon_fresh.gif) 0 1px no-repeat;
	padding-left: 30px;
}
a.new:link {
	background: url(../../img/icon_up.gif) 0 1px no-repeat;
	padding-left: 30px;
}
a.new:visited, a.new:hover, a.new:active  {
	background: url(../../img/icon_up.gif) 0 1px no-repeat;
	padding-left: 30px;
}

a.official {
	font-size: 10px;
}

img { display: block; border: 0; }
p img { display: inline; margin: 5px;}
.hide, .alt, address { display: none; }

.color_light_gray{
	color: #999;
}
.color_red{
	color: #F00;
}
.color_pink{
	color: #F09;
}
.color_blue{
	color: #36f;
}
.color_light_blue{
	color: #69f;
}
.color_green{
	color: #3c0;
}
.color_write{
	color: #FFF;
}
.tab5{
	margin-left: 5px;
}
.tab10{
	margin-left: 10px;
}
.tab15{
	margin-left: 15px;
}
.tab20{
	margin-left: 20px;
}
.clear{
	clear: both;
}
.txt_right {
	float: right;
}

/* --------------------------------------------------------------------------- */
/* form tab */
form {
	margin: 0;
	padding: 0;
}

input ,textarea, select{
  font-size: 12px;
	font-family: Verdana,Chicago,sans-serif;
	color: #333;
}

input.text, select.text, textarea.text{
	border: 1px solid #666;
	padding: 2px 3px 1px 3px;
	margin: 1px 2px 1px 0;
	background-color: #fff;
/*	height: 1.5em;*/
	line-height: 100%;
}

input.button ,button.button{
	font-weight: bold;
	padding: 0.4em 1em 0.2em 1em;
	background-color: #222;
	color: #FC0;
	border-width: 0 2px 2px 0;
	border-style: solid;
	border-color: #999;
}

.button_area{
	text-align: center;
	padding: 5px;
}

/* --------------------------------------------------------------------------- */
/* fram */
/* --------------------------------------------------------------------------- */

/* body */
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #fff url(../../img/bg.jpg) top center repeat-y;
}

.noscript_comment {
	background-color: #FFFFCC;
	color: #333;
	border-bottom: 1px solid #666;
	padding: 5px 0 0 0;
	text-align: center;
}
.noscript_comment p {
	width: 838px;
	margin: 0 auto 5px auto;
	text-align: left;
}

/* Back Fream */
#back_fream {
	text-align: center;
	background: url(../../img/bg_header.jpg) top center no-repeat;
	height: 496px;
}

/* Header */
#header {
	clear: both;
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 838px;
	height: 109px;
}
html>body #header {
	height: 115px;
}

/* main */
#main {
	clear: both;
	text-align: left;
	margin: 0px auto 30px auto;
	padding: 0;
	width: 840px;
}

	/* left */
	#left {
		clear: both;
		float: left;
		text-align: left;
		margin: 0 0 30px 0;
		width: 200px;
	}
	html>body #left {
		margin-top: -6px;
	}
	
	/* center */
	#center {
		float: left;
		text-align: left;
		margin: 0 0 30px 0;
		width: 639px;
	}
	html>body #center {
		margin-top: -6px;
	}

/* Footer */
#footer {
	clear: both;
	text-align: left;
	width: 840px;
	margin: 0px auto 30px auto;
	padding: 0;
}

/* --------------------------------------------------------------------------- */
/* header */
/* --------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------- */
#header {
	background: url(../../img/bg_header.png) top center no-repeat;
}
#header .line1 {
	clear: both;
	padding: 6px 10px 0 10px;
	margin-right: -10px;
	height: 78px;
}
html>body #header .line1 {
	height: 72px;
}
#header .line2 {
	clear: both;
	height: 30px;
	padding: 3px 8px 0 5px;
}
#logo_erogle {
	width: 190px;
	height: 68px;
	float: left;
/*	background: url(../../img/logo_main_old.png) 0 0 no-repeat;*/
	background: url(../../img/logo_main.png) 0 0 no-repeat;
}

#header .line1 .banner {
	float: left;
	width: 468px;
	padding-top: 5px;
}
#header .line1 .banner_mobile {
	float: left;
	width: 141px;
	padding: 5px 0 0 14px;
	text-align: right;
}
html>body #header .line1 .banner_mobile {
	padding: 5px 0 0 8px;
	width: 149px;
}
#header .line1 .banner_mobile img {
	margin: 0 0 0 auto;
}
#header .title{
	font-size: 12px;
	margin: 0 0 0 5px;
	line-height: 21px;
}


#header .menu {
	float: right;
}
#header .menu a{
	display: block;
	padding: 0;
	line-height: 21px;
}
#header .menu li{
	margin: 0 8px 0 0;
	padding: 0;
	float: left;
	list-style-type:none;
}

/* mh_myp_regist */
#mh_myp_regist a { width: 88px; height: 21px; background: url(../../img/m_myp_regist.png) 0 0 no-repeat; }
#mh_myp_regist a:hover{ background: url(../../img/m_myp_regist_o.png) no-repeat; }

/* mh_myp_login */
#mh_myp_login a { width: 70px; height: 21px; background: url(../../img/m_myp_login.png) 0 0 no-repeat; }
#mh_myp_login a:hover{ background: url(../../img/m_myp_login_o.png) no-repeat; }

/* mh_myp_disp */
#mh_myp_disp a { width: 82px; height: 21px; background: url(../../img/m_myp_disp.png) 0 0 no-repeat; }
#mh_myp_disp a:hover{ background: url(../../img/m_myp_disp_o.png) no-repeat; }

/* mh_myp_logout */
#mh_myp_logout a { width: 73px; height: 21px; background: url(../../img/m_myp_logout.png) 0 0 no-repeat; }
#mh_myp_logout a:hover{ background: url(../../img/m_myp_logout_o.png) no-repeat; }

/* mh_rss_list */
#mh_rss_list { background: url(../../img/icon_rss.png) 0 center no-repeat; }
#mh_rss_list a { margin: 0 30px 0 12px; }

#myp_user_name {
	margin: 0;
	padding: 0 0 0 22px;
	line-height: 21px;
	background: url(../../img/icon_myp_name.png) 10px center no-repeat;
}


/* --------------------------------------------------------------------------- */
/* side menu */
/* --------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------- */
#search_word {
	width: 191px;
	margin: 0 0 9px 9px;
	background: url(../../img/fream_side191_m.png) top center repeat-y;
}
	#search_word .contents{
		background: url(../../img/fream_title_side_search.png) top center no-repeat;
		padding: 45px 5px 0 5px;
	}
	#search_word .footer{
		clear: both;
		height: 4px;
		background: url(../../img/fream_side191_f.png) bottom center no-repeat;
	}
#button_search {
	width: 54px;
	height: 23px;
	margin: 2px 0 0 0;
	background: #FFF url(../../img/button_search.png) 0 1px no-repeat;
	border: none;
}

/* --------------------------------------------------------------------------- */
#search_area1 {
	width: 191px;
	margin: 0 0 9px 9px;
	background: url(../../img/fream_side191_m.png) top center repeat-y;
}
	#search_area1 .contents{
		background: url(../../img/fream_title_side_area1.png) top center no-repeat;
		padding: 45px 15px 0 15px;
		list-style-type: none;
	}
	#search_area1 .footer{
		clear: both;
		height: 4px;
		background: url(../../img/fream_side191_f.png) bottom center no-repeat;
	}

#search_area1 ul {
	list-style-type: none;
}
#search_area1 li {
	margin: 0 0 0px 0;
}
html>body #search_area1 li {
	margin: 0 0 4px 0;
}
#search_area1 a {
	display: block;
}
#search_area1 .c1 {
	color: #FC0;
	padding: 0 0px 0 20px;
	margin: 0 0 4px 0;
	height: 18px;
	line-height: 18px;
	background: url(../../img/bg_title_area1.png) 0px 0 no-repeat;
}
html>body #search_area1 .c1 {
	margin: 0 0 4px 0;
}
#search_area1 .c1 a {
	color: #FC0;
	text-decoration: none;
}

#search_area1 .c2_list {
	margin: 0 0 15px 0;
}
#search_area1 .c2 {
	padding: 0 0 0 40px;
	margin: 0;
	line-height: 1;
	background: url(../../img/eye_dir_1.png) 18px 3px no-repeat;
}
html>body #search_area1 .c2 {
	background: url(../../img/eye_dir_1.png) 18px 0px no-repeat;
}
#search_area1 .c2e {
	padding: 0 0 0 40px;
	margin: 0;
	line-height: 1;
	background: url(../../img/eye_dir_2.png) 18px 3px no-repeat;
}
html>body #search_area1 .c2e {
	background: url(../../img/eye_dir_2.png) 18px 0px no-repeat;
}

#search_area1 ul.c2_list {
	display: none;
}

/* --------------------------------------------------------------------------- */
#search_area2 {
	width: 191px;
	margin: 0 0 9px 9px;
	background: url(../../img/fream_side191_m.png) top center repeat-y;
}
	#search_area2 .contents{
		background: url(../../img/fream_title_side_area.png) top center no-repeat;
		padding: 25px 5px 10px 5px;
		list-style-type: none;
	}
	#search_area2 .footer{
		clear: both;
		height: 4px;
		background: url(../../img/fream_side191_f.png) bottom center no-repeat;
	}

#search_area2 ul {
	list-style-type: none;
}
#search_area2 li {
	margin: 0 0 3px 0;
}
html>body #search_area2 li {
	margin: 0 0 4px 0;
}
#search_area2 a {
	display: block;
	font-size: 11px;
}
#search_area2 .c1 {
	color: #FC0;
	padding: 0 0px 0 10px;
	margin: 0 0 0 0;
	height: 21px;
	line-height: 21px;
	background: url(../../img/bg_title_area2.png) 0px 0 no-repeat;
}
#search_area2 .c2 {
	padding: 0 0 0 20px;
	margin: 0;
	line-height: 1.2;
	background: url(../../img/eye_dir_1.png) 0px 3px no-repeat;
}
html>body #search_area2 .c2 {
	background: url(../../img/eye_dir_1.png) 0px 0px no-repeat;
}
#search_area2 .c2e {
	padding: 0 0 0 20px;
	margin: 0;
	line-height: 1.2;
	background: url(../../img/eye_dir_2.png) 0px 3px no-repeat;
}
html>body #search_area2 .c2e {
	background: url(../../img/eye_dir_2.png) 0px 0px no-repeat;
}
a.yellow {
	color: #FFCC00;
}
a.yellow:visited, a.yellow:hover, a.yellow:active  {
	color: #FFCC00;
}

/* --------------------------------------------------------------------------- */
#rifarar_ranking {
	width: 191px;
	margin: 0 0 9px 9px;
	background: url(../../img/fream_side191_m.png) top center repeat-y;
}
	#rifarar_ranking .contents{
		background: url(../../img/fream_title_side_rifarar.png) top center no-repeat;
		padding: 45px 15px 0 15px;
		list-style-type: none;
	}
	#rifarar_ranking .footer{
		clear: both;
		height: 4px;
		background: url(../../img/fream_side191_f.png) bottom center no-repeat;
	}

#rifarar_ranking ol{
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
}
#rifarar_ranking ol li {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}
#left .banner_area {
	margin: 20px 0 20px 10px;
}

/* --------------------------------------------------------------------------- */
/* menu */
/* --------------------------------------------------------------------------- */

#menu {
	width: 620px;
	height: 43px;
	background: url(../../img/bg_menu.png) no-repeat 0 0;
	padding: 0;
	margin: 0 0 6px 9px;
}
#menu a{
	display: block;
	margin: 0;
	padding: 0;
}
#menu li{
	margin: 0;
	padding: 0;
	float: left;
	list-style-type:none;
}
/* top */
#m_top a { width: 89px; height: 40px; background: url(../../img/m_top.png) no-repeat; margin-left: 6px; }
#m_top a:hover{ background: url(../../img/m_top_o.png) no-repeat; }

/* girl_search 
#m_girl_search a { width: 99px; height: 40px; background: url(../../img/m_girl_search.png) no-repeat; }
#m_girl_search a:hover{ background: url(../../img/m_girl_search_o.png) no-repeat; }
一旦非表示に 2010/01/21
*/
#m_girl_search {display: none; }

/* wari */
#m_wari a { width: 108px; height: 40px; background: url(../../img/m_wari.png) no-repeat; }
#m_wari a:hover{ background: url(../../img/m_wari_o.png) no-repeat; }

/* gravure */
#m_gravure a { width: 97px; height: 40px; background: url(../../img/m_gravure.png) no-repeat; }
#m_gravure a:hover{ background: url(../../img/m_gravure_o.png) no-repeat; }

/* blog */
#m_blog a { width: 114px; height: 40px; background: url(../../img/m_blog.png) no-repeat; }
#m_blog a:hover{ background: url(../../img/m_blog_o.png) no-repeat; }

/* link */
#m_link a { width: 97px; height: 40px; background: url(../../img/m_link.png) no-repeat; }
#m_link a:hover{ background: url(../../img/m_link_o.png) no-repeat; }

/* --------------------------------------------------------------------------- */
/* contents common */
/* --------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------- */
/* common */
.shop_area{
	line-height: 1;
	font-size: 10px;
	color: #999;
}

/* --------------------------------------------------------------------------- */
.ticker {
	margin: 0 0 0 10px;
}

/* --------------------------------------------------------------------------- */
.girl_thumb_120 {
	float: left;
	width: 135px;
	height: 14em;
	margin: 0 20px 10px 0;
}
.girl_thumb_120 .photo_fream{
	width: 135px;
	height: 105px;
	background: url(../../img/fream_photo_135x105.png) 0 0 no-repeat;
	text-align: center;
	padding-top: 7px;
	margin: 0 0 2px 0;
}
html>body .girl_thumb_120 .photo_fream{
	height: 98px;
}
.girl_thumb_120 .photo_fream img {
	margin: 0 auto;
}
.girl_thumb_120 .shop_area{
	margin: 0 0 4px 3px;
}
.girl_thumb_120 .shop_name{
	margin: 0 0 4px 3px;
	line-height: 1;
}

/* --------------------------------------------------------------------------- */
/* Page Navi */
.pagenavi_head, .pagenavi_foot {
	clear: both;
	height: 1.5em;
	width: 613px;
	margin-left: 9px;
	padding: 0 5px;
}
.pagenavi_head p, .pagenavi_foot p {
	margin: 0;
	padding: 0;
}
.pagenavi_head p.info, .pagenavi_foot p.info {
	float: left;
}
.pagenavi_head p.page_no, .pagenavi_foot p.page_no{
	float: right;
}
.pagenavi_head p.next, .pagenavi_foot p.next {
	float: right;
	width: 5em;
	text-align: right;
}
.pagenavi_head p.prev, .pagenavi_foot p.prev{
	float: right;
	width: 5em;
}
.pagenavi_head ul, .pagenavi_foot ul {
	float: right;
	list-style-type: none;
	margin: 0.1em 10px 0 0;
	padding: 0;
}
.pagenavi_head ul.info, .pagenavi_foot ul.info {
	float: left;
}
.pagenavi_head li , .pagenavi_foot li{
	float: left;
	margin: 0 0 0 3px;
}
.pagenavi_head a , .pagenavi_foot a {
	display: block;
	padding: 0 5px;
}
.pagenavi_head li strong , .pagenavi_foot li strong {
	padding: 0 4px;
}
.pagenavi_head {
	margin: 8px 0 0 0;
}
.pagenavi_foot {
	margin: 0 0 15px 0;
}

/* ------------------------------------------------------------------------- */
/* Warning Area */
.warning {
	clear: both;
	width: 440px;
	color: #f00;
	background-color: #ffc;
	margin: 10px;
	padding: 8px;
	border: solid 1px #f00;
}
.warning h3{
	margin: 0 0 8px 0;
}
.warning ul{
	padding: 0 0 0 0.5em;
	margin: 0 0 0 2em;
	list-style-position: outside;
	list-style-type: decimal;
}
.warning ul li{
	margin: 0 0 2px 0;
}

/* ------------------------------------------------------------------------- */
.edit {

}
.edit th, .edit td{
	padding: 4px 10px 3px 10px;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
}
.edit .title_form{
	background-color: #F0F0F0;
	padding-left: 24px;
	vertical-align: middle;
}
.edit .necessary .title_form{
	background: #F0F0F0 url(../../img/icon_necessary.png) 5px center no-repeat;
}
.edit p.notice {
	margin: 0 0 2px 7px;
}
.edit .necessary_mark {
	display: block;
	width: 18px;
	height: 1.4em;
	float: left;
	margin-right: 4px;
	background: url(../../img/icon_necessary.png) center center no-repeat;
}
.edit p.comment {
	font-size: 10px;
	line-height: 1.2;
}

/* --------------------------------------------------------------------------- */
#contents .fream_580 {
	width: 580px;
	margin: 0px 0 10px 15px;
	background: url(../../img/fream_580_m.png) top center repeat-y;
}
	#contents .fream_580 .contents{
		background: url(../../img/fream_580_h.png) top center no-repeat;
		padding: 15px 15px;
		list-style-type: none;
	}
	#contents .fream_580 .footer{
		clear: both;
		height: 5px;
		background: url(../../img/fream_580_f.png) bottom center no-repeat;
	}
#contents .fream_580 .title {
	border-bottom: 1px dashed #999;
	padding: 0 4px 3px 20px;
	background: url(../../img/eye_yellow.png) 5px 7px no-repeat;
}

#contents .banner .float_200 {
	width: 200px;
	margin-right: 8px;
	float: left;
}

/* --------------------------------------------------------------------------- */
/* footer */
/* --------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------- */
#menu_footer {
/*	width: 840px;
	height: 42px;
	background: url(../../img/bg_footer.png) repeat-x;*/
	height: 4em;
	background-color: #777;
	border-bottom: 3px solid #666;
	padding: 4px 15px;
	margin: 0 0 10px 0;
}
#menu_footer ul {
	clear: both;
	padding: 0;
	margin: 0;
}
#menu_footer li a{
	display: block;
	margin: 0;
	padding: 0;
	color: #FFF;
	line-height: 2;
}
#menu_footer li{
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
	list-style-type:none;
	white-space: nowrap;
}

#footer .keyword {
	margin: 0 10px 5px 10px;
}

/* --------------------------------------------------------------------------- */
#copyright{
	display: block;
	text-align: right;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	font-style: normal;
	margin: 0 10px 0 0;
}


