/* CSS Document */

* { box-sizing : border-box}
* { -moz-box-sizing : border-box}
* { margin:0; padding:0; }

.space{
margin-top:5px;
margin-bottom:5px;
}

.line{
	border-bottom: 1px solid #CCCCCC;
	width:100%;
	margin:5px;
	
}

.b{
font-weight:bold;
}


#author_main{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:15px;
}

/**************************************
　　　　見出し
***************************************/
#author_main h1{
	height:35px;
	text-align:left;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:10px;
}

#author_main h1 p{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	line-height: 37px;
	height: 37px;
	padding-left: 35px;
	background-repeat: no-repeat;
	letter-spacing: 0.2em;
	border-bottom-color: #666666;
}

#title1{
	background-image: url(../img/author_icon.png);
}

#title2{
	background-image: url(../img/title_icon.png);
}

#author_data{
	text-align:left;
	}
	
#author_img{
	float:left;
	width: 90px;
	height: 90px;
	margin-left:15px;
}

#author_text{
	background-color: #EDEDED;
	text-align:left;
	padding:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width:530px;
}


#prof{
	margin-left:115px;
	width:700px;
}

#prof span{
width:6em;
display:block;
float:left;
}

#prof p{
margin-bottom:0.5em;
}


#text{
	width:530px;
	padding-left:10px;
}
#text_head{
	height:12px;
	width:530px;
	background-image: url(../img/title_textback.png);
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	background-color: #EDEDED;
}

#text_foot{
	height:12px;
	width:530px;
	background-image: url(../img/title_textback2.png);
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	background-color: white;
}



.thum_link{
width:180px;
float:left;
margin:15px;
}

#footer{
	margin:15px;
	color: #666666;
}