@charset "UTF-8";
/*////////////////////////////////////////////
	Title: admin_mem.css
	Description: メンバー専用マイページCSS
	URL : http://idol.comu.in/	
	Author: Yusuke Watanabe (http://www.omokan.jp)
	Date : 2007.05.01
	COPYRIGHT(C)2007 COMU Co.,Ltd. All Rights Reserved.
////////////////////////////////////////////*/


/*-----------------------------------------------------------
 Main Content [
-----------------------------------------------------------*/
#main_content h3 {	
	font-weight:bold;	
	text-indent:10px;
	color:#FFF;	
}
/*
 Main Content *Member Admin Page [
----------------------------------------------------------- */
#mem_page {}
#mem_page h3 {
	background:#444;
}
#mem_page p {
	margin:5px;
}
#mem_page table {
	border:1px solid #DDD;
}
#mem_page table th {
	padding:5px;
	border-right:3px solid #DDD;
	border-bottom:1px dashed #DDD;	
}
#mem_page table th span {
	color: #FF3366;
}
#mem_page table td {
	padding:5px;
	border-bottom:1px dashed #DDD;
}
/*
 Member Account [
----------------------------------------------------------- */
#account {
	width:95%;
	margin:10px auto 10px;
}
#account th {
	background:#E8F5FF;
}
#account td {

}
/*
 Member Service Check [
----------------------------------------------------------- */
#service {
	width:95%;
	margin:10px auto 10px;
}
#service th {
	background:#FFF9EE;
}
#service td {

}
/*
 Member Login Form [
----------------------------------------------------------- */
#mem_reg {
	width:240px;
	margin:10px;
	float:left;
}
#mem_reg a {
	display:block;
	width:200px;
	height:40px;
	margin:20px;	
}
#login {
	width:300px;
	float:right;
}
#login dl {
	padding:10px;
}
#login_form {
	width:280px;
	margin:10px auto 10px;
}
#login_form th.title {
	background:#777;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
#login_form th {
	background:#F6F6F6;
}
#login_form td {

}
#login_form td #loginid,
#login_form td #loginpass {
	width:150px;
}