/* CSS Document */

/****** 色を変化させないリンク ******/
.mail_alert_area a:link{color: #b22222;}
.mail_alert_area a:visited{color: #b22222;}
.mail_alert_area a:hover{color: #db5d42;}
.mail_alert_area a:active{color: #b22222;}

#user_name_head{
	background-image:url('/user_home/img/name.gif');
	background-repeat:no-repeat;
	background-position:left center;
	font-size:11pt;
	text-align:left;
	padding:3px 0 3px 10px;
	border:1px #b8b8b8;
	border-style:dotted none;
	margin:0 0 10px 0;
}

#right_area{
	width:545px;
	padding-left:5px;
}

#myhome_menu{
	margin-bottom:10px;
}

#myhome_picture_area{
	background-image:url('/user_home/img/mypict_bg.gif');
	width:199px;
	height:210px;
	float:left;
}

#myhome_picture_inside{
	width:190px;
	height:210px;
	margin:0 auto;
}

#myhome_picture_inside2{
	width:190px;
	height:69px;
	margin:0 auto;
}

table#myhome_picture_inside td, table#myhome_picture_inside2 td{
	text-align:center;
	vertical-align:middle;
}

#profile_picture_area{
	background-image:url('/user_home/img/mypict_bg.gif');
	width:199px;
	height:210px;
}

#profile_picture_area2{
	background-image:url('/user_home/img/head_img_f.gif');
	width:199px;
	height:69px;
	margin-top:10px;
}


#community_area{
	float:left;
	margin:0 0 0 7px;
}

#community_area #community_inner{
	width:332px;
	border:1px #d6411d;
	border-style:none solid;
}

#community_table{
	border-collapse:collapse;
	margin:0;
}

#community_table td{
	text-align:center;
	vertical-align:top;
	border:1px dotted #dd6648;
	padding:2px;
	background-color:#ffffff;
	font-size:10pt;
}

#friend_header{
	width:541px;
	border:1px #d6411d;
	border-style:none solid;
	background-color:#febc9c;
	position:relative;
	height:24px;
}

#friend_header #edit_button{
	position:absolute;
	top:5px;
	right:10px;
}

#friend_header #applicate_button{
	position:absolute;
	top:5px;
	right:10px;
}

#friend_header #paging{
	position:absolute;
	top:3px;
	left:5px;
	width:420px;
	text-align:center;
}

#friend_inner{
	width:541px;
	border:1px #d6411d;
	border-style:none solid;
}

#friend_table{
	border-collapse:collapse;
	margin:0;
}

#friend_table td{
	width:107px;
	text-align:center;
	vertical-align:top;
	border:1px dotted #dd6648;
	padding:1px;
}

#friend_frame{
	width:543px;
	height:255px;
	margin-bottom:5px;
}

#diary_table, #community_table, #news_table, #column_table, .common_table{
	border-collapse:collapse;
	margin:0;
	width:100%;
	background-color:#febc9c;
}

#diary_table th, #community_table th, #news_table th, #column_table th, .common_table th{
	border:1px #dd6648;
	border-style:none none dotted none;
	color:#ffffff;
	font-size:10pt;
}

.common_table th{
	border:1px #dd6648;
	border-style:none dotted dotted dotted;
	color:#ffffff;
	font-size:10pt;
}

.common_table td{
	border:1px #dd6648;
	background-color:#ffffff;
	border-style:none dotted dotted dotted;
	color:#000000;
	font-size:10pt;
	text-align:left;
	padding:2px 4px;
}

#diary_table th, #community_table th, #news_table th, #column_table th{
	border:1px #dd6648;
	border-style:none none dotted none;
	color:#ffffff;
	font-size:10pt;
}

#diary_table td, #column_table td{
	border:1px #dd6648 dotted; 
	color:#000000;
	font-size:10pt;
	text-align:left;
	padding:2px;
	background-color:#ffffff;
}

#books_table{
	border-collapse:collapse;
	margin:0;
	width:100%;
}

#books_table td{
	text-align:center;
	vertical-align:top;
	border:1px dotted #dd6648;
	padding:1px;
	height:120px;
}

div.inner_box{
	width:541px;
	border:1px #d6411d;
	border-style:none solid;
	margin: 0 auto;
}

#profile_table{
	border-collapse:collapse;
	margin:0;
	width:100%;
}

#profile_table td{
	border:1px #dd6648;
	border-top-style:dotted;
	border-bottom-style:dotted;
	font-size:10pt;
	padding:5px;
}

#profile_table td.profile_field{
	border-style:dotted dotted dotted none;
	text-align:left;
	width:165px;
}

#profile_table td.profile_data{
	text-align:left;
}

#profile_confirm_area{
	float:left;
	margin-left:10px;
}

div#introduce_area{
	background-color:#fffeec;
	border:#afafaf 1px solid;
	padding:5px;
	width:530px;
	text-align:left;
}

#picture_head_area{
	background-image:url('/user_home/img/photo_history_head.gif');
	background-repeat:no-repeat;
	height:42px;
	position:relative;
	margin-left:1px;
}

.mail_alert_area{
	color:#b22222;
	font-weight:bold;
	margin:0px 0 5px 10px;
	text-align:left;
	font-size:10pt;
}

