/*ページのレイアウト用css*/


#main h3{
      font-size:120%;
	  border-left: 8px solid #000066;
          border-bottom:dotted 1px #cccccc;/*文字の下に線を入れる設定*/
          width:600px;
	line-height: 27px;
	  padding-left: 5px;
	  color:#333333;	  
	  margin-top: 1.0em;
	  margin-bottom: 0px;
}




