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

 横浜国立大学教育人間科学部附属横浜中学校同窓会ホームページ
 intro_design.css
 introduce.htmlからの参照
 作成:49th太田実<minoru.ohta@gmail.com>

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


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

/*
更新履歴
060606	49th太田実	完成
060710	49th太田実	○○を変更
060710	49th太田実	○○を変更
*/



div.interview{
	width:380px;
	text-align:left;
	margin-top:0;
	margin-left:10px;
	margin-right:25px;
	float:left;
}

div.shops{
	width:360px;
	text-align:left;
	margin-top:0;
	margin-left:40px;
	margin-right:15px;
	float:left;
}


h3{
	font-size:1.1em;
	margin-top:40px;
	margin-bottom:0px;
	padding-left:5px;
	padding-bottom:0px;
	color:#330066;
	border-bottom:dotted 1px #ff4500;
	text-align:left;
}


h4{
	font-size:0.95em;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:25px;
}


p{
	font-size:0.8em;
	line-height:1.5em;
	margin-top:5px;
	margin-bottom:40px;
	margin-left:45px;
	margin-right:5px;
}

