@charset "utf-8";


/*--------------------------------------------------------------------------------------------------------------index.html----------*/

body{
background:url(../../img/bg_body.jpg) repeat left top;
}

#wrapper{
border-top:10px solid #ff6467;
margin:0 auto;
width:540px;
padding:0 60px;
font-size:1.2em;
line-height:2em;
}

#profile{
margin:25px 0;
}

#profile .pic{
float:left;
width:134px;
margin:0 20px 10px 0;
}

#profile a{
text-decoration:underline;
color:#333;
}

#profile a:hover{
text-decoration:none;
color:#333;
}

span.name{
display:block;
margin-top:10px;
font-weight:bold;
font-size:1.3em;
}

span.title{
display:block;
margin:20px 0 12px;
}

span.link{
display:block;
margin-top:20px;
}