/*壁紙*/
div.wall_paper {
    background-image:url("images/bg032_03.gif");
}
/*ページタイトル*/
div.h1_page_title {
    height:60px;
    width:760px;
    color: #ffffff;
    letter-spacing: 0.5em;
    text-align: center;
    border-color: #999999;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color:#fe8c45;
    background-image:url("images/bg032_02.gif");
    padding-top: 0.1%;
    padding-bottom: 1%;
    margin:0 auto;
    text-shadow: black 5px 1px 0px, #ffb600 -1px 1px 0px, black 1px -1px 0px, #ffb600 -1px -1px 0px;
}

/*トップメニュー*/
div.top_menu {
    width:760px;
    text-align: center;
    font-size: 18pt;
    border-style: solid;
    border-color: #999999;
    border-width: 0px 0px 0px;
    padding: 1em;
    margin:0 auto;
}

/*メイン*/
div.main {
    width:760px;
    margin:0 auto;
}
/*左側メニュー*/
div.leftside_menu {
    width:200px;
    float:left;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/*左側メニュー外枠線*/
div.leftside_menu_outline {
    width:200px;
    float:left;
    background-image:url("images/bg024_10.gif");
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/*左側メニュー画像設定*/
p.leftside_menu_picture_set img {
    height:25px;
    width:164px;
    border-top-left-radius: 03px;
    border-top-right-radius: 03px;
    margin-left: 1.2em;
}

/*左側メニュー表題*/
#leftside_title {
    text-align: center;
    color: #ffffff;
    width:200px;
    float:left;
    background-image:url("images/bg024_10.gif");
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/*左側メニュー底*/
#leftside_menu_bottom {
    text-align: center;
    width:200px;
    float:left;
    font-size: 3pt;
    background-image:url("images/bg024_10.gif");
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/*左側メニューブランク*/
#leftside_menu_blanck {
    text-align: center;
    width:200px;
    float:left;
}

/*メインコンテンツ*/
div.main_contents {
    width:530px;
    float:left;
    padding-left: 2%;
}

/*メインコンテンツタイトル*/
#main_contents_title{
    text-align: center;
    border: solid 05px #fe8c45;
    background-image:url("images/bg032_05.gif");
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    letter-spacing: 0.5em;
    text-shadow: #999999 5px 5px 5px ;
}

/*小見出し*/
#main_news_subheading{
    background-image:url("images/bg051_06.gif");
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/*ニュースリストの設定*/
#main_news_list{
    padding-left: 15px;
    margin-bottom: 15px;
    height: 140px;	/*高さ*/
    overflow: auto;	/*高さの設定を超えるとスクロールが自動で出る設定。全部表示させていたいならこの行と上の行を削除。*/
}

/*変更履歴リストの設定*/
#main_history_list{
    padding-left: 15px;
    margin-bottom: 15px;
    height: 550px;	/*高さ*/
    overflow: auto;	/*高さの設定を超えるとスクロールが自動で出る設定。全部表示させていたいならこの行と上の行を削除。*/
}

/*フッター*/
div.footer {
    text-align: center;
    width:760px;
    clear:both;
    background-color:#CCCC99;
}
