/*
**********************************************************************

 横浜国立大学教育人間科学部附属横浜中学校同窓会ホームページ
 interview_top.css
 インタビュートップページからの参照
 作成:49th太田実<minoru.ohta@gmail.com>

**********************************************************************
*/


/* 
cssファイル変更時にはbackup_cssフォルダにバックアップを保存すること
その際は「〜.css.060705old」の様に拡張子の後に「.日付+old」をつける
 */

/*
更新履歴
060710	49th太田実	○○を変更
060712	49th太田実	完成
060706	49th太田実	新規作成
*/


div.face{
	width:400px;
	margin-top:30px;
	margin-bottom:35px;
	margin-left:45px;
	margin-right:40px;
	float:left;
}

div.profile1{
	width:250px;
	margin-top:30px;;
	margin-bottom:auto;
	margin-left:20px;
	margin-right:40px;
	float:left;
}


div.intro{
	width:650px;
	background-color:#ffefff;
	margin-top:auto;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	clear:left;
}

div.intro p{
	font-size:0.85em;
}


div.profile2{
	width:650px;
	color:#330066;
	background-color:#ffffe9;
	border:dotted 2px #ddddff;
	margin-top:50px;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}


p{
	text-align:left;
	line-height:1.5em;
	margin-top:15px;
	margin-bottom:0;
}
