/* 
    Document   : index
    Created on : 2009-6-11, 12:01:10
    Author     : IBM USER
    Description:
        Purpose of the stylesheet follows.
*/
/*  */
div.content1 {
    margin:3px auto;
    width:600px;
    text-align:left;
}
div.register_descript {
    margin:30px auto;
    width:800px;
    text-align:center;
}
p.title {
    margin:30px 0px 5px 0px;
    width:600px;
    text-align:center;
    font-size: 18px;
    font-family: Arial,Helvetica,sans-serif;
}
p.sub_title {
    width:600px;
    text-align:right;
    font-size: 15px;
}
p.descript_title {
    margin:20px 0px 5px 0px;
    width:600px;
    text-align:center;
    font-size: 35px;
    font-family: Arial,Helvetica,sans-serif;
}
p.descript_sub_title {
    width:600px;
    text-align:right;
    font-size: 20px;
}
/*  */
table.register_type {
    margin:10px;
    padding:5px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
table.register_type td {
    padding:15px;
}
td.message {
    padding:5px;
}
input.button {
    width:200px;
    height:50px;
    font-size:24px;
}
textarea.descript {
    padding:20px;
    font-family:'MS Pゴシック';
    font-size:18px;
    background-color: #ddddfc;
}
