*{
    margin:0;
    padding:0;
    border:none;
}

body{
	background-color:#D4EAE8;
	background-image : url(../img_2013/bg_line.jpg);
	background-position: left -150px; 
	background-repeat: repeat-x;
	background-attachment: scroll;
	font-family: Arial, Helvetica, sans-serif,"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	}
	
a {color:#000;}

p {padding-bottom:10px;
line-height: 130%;}

.bordered tr:hover {
    background: #fefefe;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}   

.profilebox{
    width: 100%;
    overflow:hidden;
    padding: 20px;
    box-sizing: border-box;
}
.profilebox .profilebox_text{
    float: left;
    width: 410px;
}
.profilebox .text{
    margin-bottom: 25px;
}
.profilebox .img{
    float: right;
    width: 300px;
}
.profilebox .img img{
    width: 100%;
}
.biography_link a{
    padding: 5px 15px;
    display: inline-block;
    border: solid 1px #cccccc;
    margin-top: 20px;
    background: #D4EAE8;
}
.biography_link a:hover{
    background: #A4D1E7;
}

