/* 
    Document   : index
    Created on : 2009-6-11, 12:01:10
    Author     : IBM USER
    Description:
        Purpose of the stylesheet follows.
*/
td.error {
    margin:0px;
    padding:0px;
    text-align:center;
    font-size:13px;
    color:red;
    height:18px;
}
/*  */
div.content1 {
    margin:3px auto;
}
/*  */
table.content1 {
    margin:0px auto;
    padding:0px;
}
/*  */
td.logo {
    width:530px;
    text-align: center;
}
/*  */
td.side {
    width:250px;
}
/*  */
div.menu {
    margin:0px auto 10px auto;
    padding:3px;
    height:120px;
    border-style:solid;
    border-width:2px;
    border-color:silver;
    background-color: #ededf6;
    text-align:center;
}
/*  */
table.menu {
    margin:0px auto;
    padding:0px;
    height:65px;
    width:210px;
    border-collapse:collapse;
}
table.menu td {
}
td.title {
    width:80px;
    font-size:15px;
}
td.item {
    width:130px;
}
td.welcome {
    font-size:24px;
    text-align:center;
    font-family: 'ＭＳ Ｐゴシック';
    color: #330099;
}
/*  */
input.textbox {
    width:120px;
}
/*  */
input.button {
    margin-top:5px;
    width:75px;
    height:25px;
}
/*  */
p.button {
    text-align:center;
    margin:0px auto;
    padding:0px;
}
/*  */
table.news {
    border-style:solid;
    border-width:2px;
    border-color:silver;
    background-color: #ccccff;
}
/*  */
table.news td {
    width:250px;
    height:88px;
    vertical-align: top;
}
font.news_title {
    color: #666666;
    font-family: 'ＭＳ Ｐゴシック';
    font-weight: bold;
}

/******************************************************************/

div.content2 {
    width:787px;
    margin:10px auto;
    padding:0px;
    text-align:center;
    overflow: auto;
    background-color: #ffffcc;
}
div.bar {
    width:787px;
    height:15px;
    margin:0px auto;
    padding:0px;
    background-color:silver;
}
div.welcome {
    width:480px;
    margin:0px auto;
    padding:0px;
    text-align:center;
    float:left;
}
p.welcome_content {
    width:460px;
    margin:0px auto;
    padding:5px;
    font-size:14px;
    font-family: 'Gothic';
    text-align:left;
    color:gray;
    line-height:18px;
}
div.ideology {
    width:290px;;
    margin:0px auto;
    padding:0px;
    float:right;
    text-align:right;
    line-height:35px;
}
span.ideology {
    width:280px;
    padding:10px;
    text-align:right;
    font-style: italic;
    font-size:24px;
    color:#0033cc;
    font-family: 'ＭＳ Ｐゴシック';
}