@import "basic.css";

#profile {
	width: 760px;
	padding: 40px 20px;
}

#profile h3{
	width: 360px;
	padding: 0 0 10px 0;
	font-size: 150%;
	background: url(../images/common_files/border_dot_x.gif) 0px 100% repeat-x;
}

#profile h3 .en {
	display: block;
	font-size: 50%;
	font-weight: normal;
}

#profile table {
	width: 360px;
	border-collapse: collapse;
}

#profile table th {
	width: 100px;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	background: url(../images/common_files/border_dot_x.gif) 0px 100% repeat-x;
}

#profile table td {
	width: 260px;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	background: url(../images/common_files/border_dot_x.gif) 0px 100% repeat-x;
}

#profile table td img {
	display: none;
}

#profile ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#profile ul li.msn {
	margin: 0;
	padding: 5px 0 5px 30px;
	font-size: 85%;
	background: url(../images/profile/icon_msn.gif) 5px 5px no-repeat;
}

#profile ul li.skype {
	margin: 0;
	padding: 5px 0 5px 30px;
	font-size: 85%;
	background: url(../images/profile/icon_skype.gif) 5px 5px no-repeat;
}

#profile ul li.gtalk {
	margin: 0;
	padding: 5px 0 5px 30px;
	font-size: 85%;
	background: url(../images/profile/icon_gtalk.gif) 5px 5px no-repeat;
}

#profile ul li.mixi {
	margin: 0;
	padding: 5px 0 5px 30px;
	font-size: 85%;
	background: url(../images/profile/icon_mixi.gif) 5px 5px no-repeat;
}


#profile ul li.flickr {
	margin: 0;
	padding: 5px 0 5px 30px;
	font-size: 85%;
	background: url(../images/profile/icon_flickr.gif) 5px 5px no-repeat;
}

#profile ul li.hatebu {
	margin: 0;
	padding: 5px 0 5px 30px;
	font-size: 85%;
	background: url(../images/profile/icon_hatebu.gif) 5px 5px no-repeat;
}

#profile #ryoken {
	float: left;
	width: 360px;
	margin: 0 40px 0 0;
}

#profile #mannen {
	float: left;
	width: 360px;
}

#profile .account {
	font-size: 85%;
}



