BODY {
text-align : left;
color : balck;
background-color : white;
font-family : "ＭＳ Ｐゴシック",中ゴシック,sans-serif
}
H1 {
font-size : x-large;
border-style : none none ridge ridge;
border-width : thin 30px; 
border-color : brown;
font-weight : bold;
font-family : MS UI Gothic,sans-serif;
}
H2 {
font-size : large;
border-style : none none ridge ridge;
border-width : thin 30px; 
border-color : brown;
font-weight : bold;
color : black;
font-family : MS UI Gothic,sans-serif;
}

A:link {
color : blue;
}
A:visited {
color : purple;
}
A:hover {
color : red;
text-decoration : underline;
font-size : small;
}
A {
text-decoration : none;
font-size : small;
color : blue;
}
UL {
list-style-type : disc;
}
TD,TH{
text-align : center;
border-right-style : groove;
border-bottom-style : groove;
}
FORM {
background-color : blue;
color : white;
padding : 20px 20px 20px 20px
}
DIV.FAQ H3{
background-color : orange;
color : white;
}
DIV.gaiyo{
font-weight : bold;
}
div.box{
border-left-style : outset;
border-right-style : outset;
border-left-width : 20px;
border-right-width : medium;
border-left-color : blue;
border-right-color : red;
width : 440;
}
