BODY
{
    background-color: #FFFFCC;
    color: #996633;
    font-size: 12px;
    margin: 30px;
    text-align: center;
}

/* リンク装飾 */
A:link
{
    color: #0000CC;
}
A:visited
{
    color: #800080;
}
A:hover
{
    color: #33CC33;
    font-size: xx-large;
    font-weight: bolder;
    font-style: italic;
}
A:active
{
    color: #FFFF00;
}
/* 見出し */
H1.Title
{
    font-family: 'ＭＳ Ｐゴシック' , Arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    color: #FF0000;
    text-decoration: underline overline;
}

H1.Intro
{
    color: #0033FF;
    font-size: x-large;
    margin: 3px 0px;
    padding: 3px 10px;
    border: 1px solid #0033FF;
    border-width: 0px 0px 1px;
}

/* Div */
div.test
{
    padding: 30px;
    margin: 10px;
    position: relative;
    border-right: 10px solid #3366FF;
    border-top: 10px solid #CC33FF;
    border-left: 10px solid #FFFF66;
    border-bottom: 10px solid #00FF00;

    left: 14px;
    top: 35px;
    text-align: center;
    }

div.test2
{
    margin: 10px 10px 10px 28px;
    padding: 10px;
    border: 10px dashed #00CC00;
    width: 641px;
    height: 122px;
 
}
p.test1
{
 
    float: right;
}