@charset "utf-8";
#tabsbox{
	margin:0 0 10px 1px;
}

#tabsbox h1{
	padding:0 3px 18px;
	font-size:100%;
}

#tabsbox .links{
	margin-bottom:18px;
	text-align:right;
	font-size:75%;
}
/*タブのヘッダー*/
#tabhead{
	padding:4px 12px 0;
	border:1px solid #E2D6E2;
	border-bottom:none;
	background-image:url(../img/back5.png);
}
/*プロフィール、写メ日記ボタンの背面(非表示時)*/
#tabhead li{
	float:left;
	position:relative;
	width:90px;
	padding:6px 13px 4px;
	list-style:none;
	text-align:center;
	border:1px solid #CEB9CE;
	background-color:#EEE;
}
/*プロフィール、写メ日記ボタンの背面(表示時)*/
#tabhead .on{
	padding:5px 12px 4px;
	border:1px solid #CEB9CE;
	border-bottom:none;
	background-color:#fff;
	
}


#tabhead li a{
	display: block;
	text-decoration:none;
}

#tabhead .on a:link,
#tabhead .on a:visited,
#tabhead .on a:hover{
	font-weight:bold;
	color:#FF0066;
}
/*タブのボディ*/
#tabbody{
	padding:5px;
	padding-top:0;
	border:1px solid #ccc;
	border-top:none;
	background-image:url(../img/back5.png);
		
}
/*メインボディの背面*/
#tabbody dt{
	display:none;
	margin-top:-1px;
	padding:17px 10px 15px;
	border:1px solid #ccc;
	/*background-color:#000;*/
	/*background-image: url(../img/back4.png);
	background-repeat: no-repeat;
	background-position: top left;*/
	
}

#tabbody .current{
	display:block;
}

#tabbody h2{
	display:none;
	margin-bottom:6px;
	font-size:100%;
}

#tabbody ul{
	margin-bottom:-6px;
}

#tabbody li{
	margin-bottom:6px;
	list-style-position:inside;
}

/*float clear*/
#tabhead{
	overflow:hidden;
	zoom:1;
}

#tabhead:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}

/*\*/
* html #tabhead:{
	height:1em;
	overflow:visible;
}
/**/


/*プロフィール*/

#prof_table{
	color:#604040;
}

#prof_table th{
	padding:5px;
	background-color:#9F7A3A;
	color: #fff;
}

#prof_table .prof_td{
	padding:5px;
	border-bottom:dotted 1px #432C23;
}

