BODY
{
 font-size : medium;
 font-family : ＭＳ ゴシック;
 font-weight : normal;
 font-style : normal;
 color : #555555;
 margin-top : 10px;
 margin-left : 10px;
 margin-right: 10px;
 margin-bottom: 10px;
 text-align: left;
}

P
{
 font-size : medium;
 font-family : ＭＳ ゴシック;
 font-weight : normal;
 font-style : normal;
 color : #555555;
 margin-top : 10px;
 margin-left : 10px;
 margin-right: 10px;
 margin-bottom: 10px;
 text-align: left;
}

/*本文・インデントあり*/

.main1
{
 font-size : small;
 font-family : ＭＳ ゴシック;
 font-weight : normal;
 font-style : normal;
 line-height:150%; 
 color : #555555;
 margin : 1em 1em 1em 1em;
 padding : 1em 1em 1em 1em;
 text-align: left;
}

H1
{
 font-size : small;
 font-family : ＭＳ ゴシック;
 font-weight : normal;
 font-style : normal;
 line-height:150%; 
 color : #555555;
 margin : 1em 1em 1em 1em;
 padding : 1em 1em 1em 1em;
 text-align: left;
}

/*本文・特殊*/

.main2
{
 font-size : small;
 font-family : ＭＳ ゴシック;
 font-weight : normal;
 font-style : normal;
 line-height:120%; 
 color : #555555;
 margin : 1em 1em 1em 1em;
 padding : 1em 1em 1em 1em;
}

H2
{
 font-size : small;
 font-family : ＭＳ ゴシック;
 font-weight : normal;
 font-style : normal;
 line-height:120%; 
 color : #555555;
 margin : 1em 1em 1em 1em;
 padding : 1em 1em 1em 1em;
 text-align: left;
}



/*リンク説明・詰めた文字*/

.main3
{
 font-size : small;
 font-family : ＭＳ ゴシック;
 font-weight : normal;
 font-style : normal;
 line-height:105%;
 color : #555555;
 margin : 0.1em 0.1em 0.1em 0.1em;
 padding : 0.1em 0.1em 0.1em 0.1em;
 text-align: left;
}


H3
{
 font-size : small;
 font-family : ＭＳ ゴシック;
 font-weight : normal;
 font-style : normal;
 line-height:105%;
 color : #555555;
 margin : 0.1em 0.1em 0.1em 0.1em;
 padding : 0.1em 0.1em 0.1em 0.1em;
 text-align: left;
}

/*メール引用など*/

.main4
{
 font-size : small;
 font-family : ＭＳ 丸ゴシック;
 font-weight : normal;
 font-style : normal;
 line-height:150%; 
 color : #777777;
 margin : 1em 5em 1em 5em;
 padding : 1em 1em 1em 1em;
 text-align: left;
}


H4
{
 font-size : small;
 font-family : ＭＳ 丸ゴシック;
 font-weight : normal;
 font-style : normal;
 line-height:150%; 
 color : #777777;
 margin : 1em 5em 1em 5em;
 padding : 1em 1em 1em 1em;
 text-align: left;
}


/*リンク部分の色*/
a:link
{
    color: #5555FF;
    TEXT-DECORATION: none
;}
a:visited
{
    color: #FF5555;
    TEXT-DECORATION: none
;}
a:hover
{
    color: #55FF55;
    TEXT-DECORATION: underline
;}
