/*-----------------------------------------------------------------------BODY全て共通*/
body
{
	font-family: "ＭＳ ゴシック" , Osaka, "ヒラギノ角ゴ Pro";
	text-align: center;
}
ul li
{
	margin:0;
	padding:0;
	list-style:none;
}








/*-----------------------------------------------------------------------PC_Default.aspx*/
#D_body-box
{
	width: 800px;
	margin-top:3px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/*--------------------一番上の部分*/
h1 
{ 
	margin: 0;
	font-size: 10px;
	text-align: center;
}
/*--------------------TopFlash*/
#top_flash
{
	width: 800px;
	margin-bottom:5px;
}
/*--------------------------------------------左側*/
#left_box
{
	text-align:left;
	float: left;
}
/*--------------------------------------------中央掲示板部分*/
#center_box
{
	width: 466px;
	height:770px;
	float: left;
}
/*--------------------NewsFlash*/
#center_flash
{
	margin-bottom:10px;
}
/*--------------------全国写メ掲示板全体*/
#bbs
{
	margin-bottom:15px;
}
/*--------------------全国女性テーブル*/
#TableW
{
	font-size:x-small;
	border:#dd4d99 thin solid;
	padding:2px;
}
/*--------------------全国男性テーブル*/
#TableM
{
	font-size:x-small;
	border:#4d7cdd thin solid;
	padding:2px;
}
/*--------------------お試し検索ボタン背景画像等*/
#free_bbs
{
	margin-bottom:0px;
}
/*--dropdownタイトル*/
#title_erea,#title_sex
{
	font-size:10px;
	letter-spacing:1px;
	font-weight:bold;
	padding:4px;
	color:#ffffff;
	background:#e50011;
	text-align:center;
	margin-left:15px;
	float:left;
}
/*--dropdown*/
#DropDownListArea,#DropDownListSex
{
	margin-left:6px;
	float:left;	
}
/*--お試し結果全体*/
#DataGridBBSAll
{
	font-size:xx-small;
	margin-bottom:30px;
}
	

/*--------------------------------------------右側*/
#right_box
{
	width:150px;
	float:right;
	margin-left:3px;
	text-align:right;
}
/*--プレゼントボタン*/
#present
{
	width:140px;
	height:110px;
	margin-bottom:7px;
	border:2px solid #dd4d99;
	display:block;
	text-align:center;
}
#present_man a
{
	width:68px;
	height:110px;
	background:url(../../img/img2/pc_top/present_man.gif) no-repeat;
	float:left;
}
#present_man a:hover
{

	background:url(../../img/img2/pc_top/roll/present_man.gif) no-repeat;
	
}
#present_wo a
{
	width:68px;
	height:110px;
	background:url(../../img/img2/pc_top/present_wo.gif) no-repeat;
	float:left;
}
#present_wo a:hover
{

	background:url(../../img/img2/pc_top/roll/present_wo.gif) no-repeat;
	
}
/*--love写メボタン*/
#love a
{
	width:140px;
	height:44px;
	margin-bottom:7px;
	border:2px solid #dd4d99;
	background:url(../../img/img2/pc_top/love.gif) no-repeat;
	display:block;
}
#love a:hover
{
	background:url(../../img/img2/pc_top/roll/love.gif) no-repeat;
}
/*--体験談ボタン*/
#experience a
{
	width:140px;
	height:44px;
	margin-bottom:7px;
	border:2px solid #dd4d99;
	background:url(../../img/img2/pc_top/experience.gif) no-repeat;
	display:block;
}
#experience a:hover
{
	background:url(../../img/img2/pc_top/roll/experience.gif) no-repeat;
}
/*--Q&Aボタン*/
#qa a
{
	width:140px;
	height:74px;
	margin-bottom:7px;
	border:2px solid #dd4d99;
	background:url(../../img/img2/pc_top/q_a.gif) no-repeat;
	display:block;
}
#qa a:hover
{
	background:url(../../img/img2/pc_top/roll/q_a.gif) no-repeat;
}
/*--友人紹介アフィリエイトボタン*/
#friend a
{
	width:140px;
	height:98px;
	margin-bottom:7px;
	border:2px solid #dd4d99;
	background:url(../../img/img2/pc_top/friend.gif) no-repeat;
	display:block;
}
#friend a:hover
{
	background:url(../../img/img2/pc_top/roll/friend.gif) no-repeat;
}
/*--写メオーディションボタン*/
#audition a
{
	width:140px;
	height:44px;
	margin-bottom:15px;
	border:2px solid #dd4d99;
	background:url(../../img/img2/pc_top/audition.gif) no-repeat;
	display:block;
}
#audition a:hover
{
	background:url(../../img/img2/pc_top/roll/audition.gif) no-repeat;
}
/*--キャリアマークQR*/
#career
{
	width:127px;
	height:139px;
	margin-bottom:15px;
	background:url(../../img/img2/pc_top/career.gif) no-repeat;
}

/*--------------------バナー部分*/
#banner-space
{
	margin-top: 15px;	
	clear: both;
}
.banner
{
	margin:0 auto -20px auto;
	text-align: center;
	clear: both;
}
















/*-----------------------------------------------------------------------PC_RegiMenu.aspx*/
#RM_body-box
{
	text-align: left;
	width: 156px;
	margin-left: 15px;
}
/*--------------------エントリーボタン*/
#entry_box
{
	width: 133px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding:3px;
	border:2px solid #dd4d99;
}
#entry a
{
	width: 130px;
	height:136px;
	margin-right: auto;
	margin-left: auto;
	background:url(../../img/img2/pc_top/entry.gif) no-repeat;
	display:block;
}
#entry a:hover
{
	background:url(../../img/img2/pc_top/roll/entry.gif) no-repeat;
}
/*--------------------ログイン枠*/
#login_box
{
	width: 134px;
	_width:140px;/*winIE6.0*/
	*width:140px;/*winIE7.0*/
	padding:6px 3px 6px 3px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:2px solid #dd4d99;
	font-size:11px;
	margin-bottom:10px;
}
#login_title
{
	width: 116px;
	height:36px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:8px;
	text-align:center;
	background:url(../../img/img2/pc_top/login.gif) no-repeat;
}
#login_txt
{
	text-align:left;
}
/*--テキストボックス textbox*/
#TextBoxPassword,#TextBoxLogin
{
	width:100%;
}
/*
#enter_button a:hover
{
	background:url(../../img/img2/pc_top/roll/enter.gif) no-repeat;
}
*/
/*--パスワードを忘れた方*/

/*--------------------トップページへ戻るボタン*/
#Toppage_button a
{
	width:136px;
	height:35px;
	background:url(../../img/img2/pc_top/top.gif) no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	display:block;
}
#Toppage_button a:hover
{
	background:url(../../img/img2/pc_top/roll/top.gif) no-repeat;
}
/*--------------------コーナー説明などリンク枠*/
#RM_menu
{
	width:140px;
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:15px;
}
#RM_menu li a
{
	padding:5px 0 5px 14px;
	height:30px;
	_height:23px;/*winIE6.0*/
	*height:23px;/*winIE7.0*/
	width:140px;
	font-size:11px;
	border-bottom:none;
	_border-bottom:dotted #333333 1px;/*winIE6.0*/
	*border-bottom:dotted #333333 1px;/*winIE7.0*/
	background:url(../../img/img2/pc_top/icon.gif) no-repeat 0 0.6em;
	_background:url(../../img/img2/pc_top/icon.gif) no-repeat 0 0.3em;/*winIE6.0*/
	*background:url(../../img/img2/pc_top/icon.gif) no-repeat 0 0.3em;/*winIE7.0*/
	text-decoration:none;
	color:#000000;
}
#RM_menu li a:hover
{
	text-decoration:none;
	color:#dd4d99;
}
/*--------------------クレジットカード画像*/
#credit
{
	width:136px;
	height:92px;
	background:url(../../img/img2/pc_top/credit.gif) no-repeat;
	margin-bottom:15px;
}
/*--------------------QuickTimeバナー*/
#quicktime
{
	font-size:9px;
}
#quicktime a
{
	width:136px;
	height:38px;
	background:url(../../img/img2/pc_top/quicktime.gif) no-repeat;
	margin-bottom:2px;
	display:block;
}








/*-----------------------------------------------------------------------PC_FrameBottom.aspx*/
/*-------------------------------------------footer部分*/
#footer
{
	width: 800px;
	height:5px;
	background:#000000;
	list-style:none;
	clear: both;
}
#copyright
{
	width:500px;
	height:20px;
	color:#ffffff;
	font-size:12px;
	text-align:right;
	line-height: 20px;
	float:left;
}
#policy
{
	color:#ffffff;
	font-size:10px;
	line-height: 20px;
	margin-left:10px;
	float:right;
}

