@charset "utf-8";

/* ここではエントリー内容のスタイルを指定します */

#contents p {
	margin-bottom: 10px;
	}


#contents h2 {/* ページタイトルとして使用 */ 
font-size: 140%; 
color: #4F4F4F; 
text-align: left;
border-left: 5px solid #4F4F4F; 
border-bottom: 1px dotted #4F4F4F; 
font-weight: bold; 
background-color: #ffffff; 
margin-bottom: 10px; 
padding: 9px; }


#contents h3 {
	font-size: 130%;
        color: #000000;	
        text-align: left;
	font-weight: bold;
        background-color:#FFFFFF;
        background-image:url(http://www.toshoku.ac.jp/image/456456.jpg);
        background-repeat:no-repeat;
        background-position: left center;
        border-bottom: 1px dotted #4F4F4F;
        padding : 9px 9px 6px 27px ;
        margin-bottom: 10px;
	}

#contents h4 {
	font-size: 120%;
        color: #ff80c0;	
        text-align: left;
	font-weight: bold;
        background-color:#FFFFFF;
        background-image:url(http://www.toshoku.ac.jp/image/sozai.gif);
        background-repeat:no-repeat;
        background-position: left center;
        border-bottom: 2px solid #ff80c0;
        padding : 6px 7px 4px 23px ;
        margin-bottom: 12px;
	}

#contents blockquote {
	}
