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

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

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


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

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



h3{
	font-size:1.1em;
	margin-top:50px;
	margin-bottom:15px;
	margin-left:30px;
	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;
	text-align:left;
	margin-top:5px;
	margin-bottom:40px;
	margin-left:45px;
	margin-right:5px;
}


p.nopict{
	font-size:0.8em;
	line-height:1.5em;
	text-align:left;
	margin-top:5px;
	margin-bottom:40px;
	margin-left:90px;
	margin-right:5px;
}


img.pict{
	text-align:left;
	margin-top:0;
	margin-bottom:0;
	margin-left:90px;
	margin-right:20px;
	float:left;
}
