BODY{
  font-family: "MS UI Gothic";
  color : #663300;
  background-color: #ffffff;
  scrollbar-base-color: #ff8470;
  scrollbar-3dlight-color: #fed2b6;
  scrollbar-arrow-color: #ffffff;
border-style:solid;border-color:#ff3300;border-width:2px;
}
A{
  color: #ff0000;
  text-decoration: none;
}
A:VISITED{
  color: #cc6666;
  text-decoration: none;
}
A:HOVER{
  color : #FF69B4;
  text-decoration: underline;
}
A:ACTIVE{
  color: #660099;
  text-decoration: none;
}
H1      {
  font-size:17px;
  /* 文字サイズ：17P囲み大見出し(１) */
        color:#ffffff;
  /* 文字色：青色 */
        font-weight:bold;
  /* 文字太さ：太字 */
        text-align:center;
  /* 中央揃え */
        margin-left:0px;
  /* 左マージン（枠の外）：1px */
        margin-right:0px;
  /* 右マージン（枠の外）：1px */
        padding : 6px 6px;
  padding-bottom : 6px;
  padding-left : 6px;
  /* パディング（内容と枠の間）：4px */
        background-color : #fd7446;
  /* 背景色 */
        border-style:solid;
  /* 傍線種類：枠を線 */
        border-top-color : #fed2b6;
  border-right-color : #d54500;
  border-bottom-color : #d54500;
  border-left-color : #fed2b6;
  /* 傍線色：黒色 */
	border-width : 2px 4px;
  border-bottom-width : 2px;
  border-left-width : 2px;
  border-bottom-width : 2px;
  border-left-width : 2px;
  /* 傍線太さ：上・右・下・左 */
        
  margin-top : auto;
  margin-bottom : auto;
}
H2	{
  font-size:18px;
  /* 文字サイズ：17P囲み大見出し(２) */
	
  /* 文字色：赤 */
	font-weight:bold;
  /* 文字太さ：太字 */
	padding : 3px;
  padding-bottom : 1px;
  /* パディング：2px */
	border-style:solid;
  /* 傍線種類：直線 */
	border-top-color : #ce0031;
  border-right-color : #ce0031;
  border-bottom-color : #ce0031;
  border-left-color : #ce0031;
  /* 傍線色 */
	border-width : 0px 0px 1px 20px;
  /* 傍線太さ：上・右・下・左 */
	
  color : #ce0031;
  text-indent : 4px;
}
H3	{
  font-size:16px;
  /* 文字サイズ：12P囲み大見出し(２) */
	color:#3366ff;
  /* 文字色：赤 */
	font-weight:bold;
  /* 文字太さ：太字 */
	margin-left:5px;
  /* 左マージン：1px */
	margin-right:300px;
  /* 右マージン：1px */
	padding:4px;
  /* パディング：4px */
	border-width:6 1 6 1;
  /* 傍線太さ：上・右・下・左 */
	border-style:solid;
  /* 傍線種類：直線 */
	border-color:#330000;
/* 傍線色：青緑 */

	}
H4	{
  font-size:16px;
  /* 文字サイズ：11P囲み大見出し(３) */
	color:black;
  /* 文字色：青 */
	font-weight:bold;
  /* 文字太さ：太字 */
	padding:2px;
  /* パディング：4px */
	border-width:0px 0px 0px 12px;
  /* 傍線太さ：上・右・下・左 */
	border-style:solid;
  /* 傍線種類：直線 */
	border-color : #ff6600 #ff6600 #ff6600;
  border-left-color : #ff6600;
/* 傍線色：青緑 */
	}
P
	{
  margin-top:5px;
  /* 上マージン */
	margin-left:30px;
  /* 左マージン */
	margin-right:30px		/* 右マージン */
	;
}
UL
        {
  list-style-type:disc;
  /* 行頭のタイプ：小さい丸 */
        font-size:15px;
  /* 文字サイズ：11ポイント */
        color:#000000;
  /* 文字色：黒 */
        line-height:130%;
  /* 行間：130% */
        font-weight:400;
/* 文字太さ：普通 */
        }
OL
        {
  font-size:15px;
  /* 文字サイズ：11ポイント */
        color:#000000;
  /* 文字色：黒 */
        line-height:130%;
  /* 行間：130% */
        font-weight:400;
/* 文字太さ：普通 */
        }
.large {
  font-size: 12pt;
  line-height: 14pt ;
}
.regular {
  font-size: 8pt;
  line-height: 10pt ;
}
.small{
  font-size: 7pt;
  line-height: 8pt ;
}


