/* 全体の設定*/
body   { color: #000; font-size: small; font-style: normal; font-weight: normal; line-height: 1.5em; text-decoration: none; background-color: #ffffff }

img{/* 画像表示のデザイン設定*/
	border:0px;
}

/*リンク関係*/
a:link  { color: #ff4100; font-style: normal; text-decoration: none }
a:visited  { color: #963; text-decoration: none }
a:hover {/*カーソルを合わせたときの色*/
    color:#ff0000;/*文字の色：赤*/
    font-style:normal;
    text-decoration:underline;/* 下線 */
}
a:active {/*クリック中の色*/
    text-decoration:none;/* なし */
}

h3   { color: #c00; margin-right: 10px; margin-left: 10px; padding-top: 2px; padding-bottom: 2px; padding-left: 10px; border-bottom: 1px dotted #c00; border-left: 5px solid #c00 }
h4   { color: #c00; margin-right: 10px; margin-left: 10px; padding-top: 2px; padding-bottom: 2px; padding-left: 10px; border-top: none; border-right: none; border-bottom: 1px dotted #c00; border-left: 5px solid #c00 }

p { font-size: small; margin-right: 1em; margin-left: 1em }
ul  { font-size: small; list-style: square; margin-left: 1em; padding-left: 1em }

