@charset "utf-8";
/*\*/
@import "reset.css";
@import "common.css";


/*現在のコンテンツメニュー設定
============================*/
#top ul li.profile a {
background-position:-131px -60px;
}
/*==========================*/

#profile {
width:700px;
margin-left:50px;
text-align:left;
}

#profile:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

#profile .photo {
float:left;
}

#profile .detail {
float:right;
width:350px;
}

#profile .detail h3 {
width:190px;
height:35px;
background: url(../img/profile/name.gif) no-repeat;
text-indent:-9999px;
}

#profile h2.ja{
color:#666;
font-weight:bold;
font-size:110%;
}

#profile dl{
margin:15px 0;
border-bottom: 1px solid #666;
background-color:#333333;
}

#profile dt{
color:#ccc;
margin: 0;
margin-right: -10em;
padding: 15px 0;
border-top: 1px solid #666;
float: left;
clear: both;
display: inline;
width: 10em;
text-indent: 10px;
}

#profile dd{
margin-left:10em;
padding: 15px 10px;
border-top: 1px solid #666;
background-color: #000;
}

#profile dl{
/*\*/
min-height: 1px;
_height: 1%;
/* */

/*\*//*/
overflow: hidden;
/**/
}

.detail p {
line-height:150%;
}
