@charset "UTF-8";

#main{
background:url(images/bg.jpg) center left no-repeat;
background-size: cover;
}
#cts{
width: 760px;
margin: 80px auto;
text-align: left;
}
.ttl{
display: block;
margin-bottom:20px;
}
.profilePhoto,.profile,.spec{
display:inline-block;
vertical-align: top;
}
.profilePhoto{
margin-right: 20px;
}
.profile{
position: relative;
width: 440px;
height: 260px;
background: url(images/profile.png) left top no-repeat;
}
.profile p{
position: absolute;
top:35px;
text-align: justify;
font-size: 14px;
line-height: 1.6em;
color: #FFF;
}
.spec p{
top:35px;
text-align: justify;
font-size: 16px;
line-height: 1.6em;
color: #FFF;
}
.profile>p>a{
display: inline-block;
margin-top: 10px;
}
.profile>p>a:link,
.profile>p>a:hover,
.profile>p>a:visited{
color:#FFF;
}
.profileWrap{
margin-bottom:60px;
}
.comment{
display: block;
position: absolute;
width: 104px;
height: 50px;
background:url(../comment/images/comment.png) 0 0 no-repeat;
text-indent: -9999px;
margin-left: 340px;
}