@charset "utf-8";



/* =ブラウザリセット
================================*/
* {
	margin: 0;
	padding: 0;
}


/* =clearfix
================================*/

.clearfix:after
{
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* CSS Document */
img{ border-style:none;}
a{ text-decoration:none; color: #696969 }

body
{
background-color: #ffffff;
color: #696969;
}

div.list
{

}

div.prof
{
    overflow: hidden;
    margin:5px;
    width: 150px;
    height: 200px;
    background-image: url(../img/prof_1.png);
    background-repeat: no-repeat;
    position:relative;
}

p.poto
{
    width: 90px;
    max-height: 120px;
    overflow: hidden;
    text-align: center;
    position:absolute; top:27px; left:5px;
    border: 2px #696969 solid;
}

p.name
{
    overflow: hidden;
    width: 45px;
    height: 15px;
    font-size: 12px;
    position:absolute; top:55px; left:100px;
}

p.age
{
    overflow: hidden;
    width: 45px;
    height: 15px;
    font-size: 12px;
    position:absolute; top:107px; left:100px;
}

p.msg
{
    overflow: hidden;
    width: 135px;
    height: 50px;
    padding-top: 1px;
    font-size: 12px;
    line-height:13px;
    position:absolute; top:168px; left:7px;
}

a:hover
{
color: #FF0000;
}

