﻿*
{
    margin: 0px;
    padding: 0px;
}

/* レベル1コンテナ */
form#aspnetForm
{
    width: 902px;
    margin: 1px auto;
    background: url('img/container_back.png') repeat-y;
}
/* レベル2コンテナ */
div#wrapper
{
    margin: 0 50px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    background: url('img/wrapper_back.png') repeat-y;
}
div#wrapper:after
{
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: visible;
}
div#footer
{
    width: 800px;
    height: 15px;
    background-color: #110000;
    color: #ffffff;
    padding: 13px 0;
}
div#footer address
{
    font-style: normal;
    font-size: 11px;
    text-align: center;
}
/*\*/
* html #wrapper
{
    height: 1px;
    overflow: visible;
}
div#wrapper
{
    display: block;
}
/* レベル3コンテナ */
div#header
{
    width: 800px;
    background-color: #ffffff;
}

div#header h1
{
    float: left;
    margin: 7px 0 3px 3px;
}

div#header h2
{
    width: 800px;
    height: 154px;
    font-size: 13px;
    font-weight: normal;
    background: url('img/topimage.jpg') no-repeat;
    border: none;
    padding: 0;
    margin: 0;
}
div#header ul.top_menu
{
    list-style-type: none;
    width: 400px;
    float: right;
    margin: 25px 20px 0 0;
    border-right: #110000 1px solid;
    background-color: #ffffff;
}
div#header ul.top_menu:hover
{
    list-style-type: none;
    float: right;
    margin: 25px 20px 0px 0px;
    border-right: #110000 1px solid;
    background-color: #ffffff;
}
div#header ul.top_menu li
{
    border-left: #110000 1px solid;
    width: 100px;
    text-align: center;
    float: right;
}
div#header ul.top_menu a
{
    display: block;
    text-decoration: none;
    padding-top: 3px;
    color: #996600;
}
div#header ul.top_menu a:hover, #header ul.top_menu a.now
{
    display: block;
    color: #110000;
}
p.clearfix
{
    clear: both;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    margin: -1px 0 0 0;
    padding: 0;
}

/* メニュー */
div#sitemap_path
{
    padding: 5px;
    border-bottom: #dedede 1px dotted;
    background-color: #ffffff;
    clear: both;
}

div#menu
{
    clear: both;
    width: 100%;
    background-color: #ffffff;
}

div#header div#menu ul li
{
    width: 160px;
    height: 45px;
    float: left;
}
div#header div#menu ul
{
    list-style-type: none;
    padding: 0px;
}
div#header div#menu a.menu
{
    width: 160px;
    height: 45px;
    text-indent: -9999px;
    display: block;
}
div#header div#menu a.sel_default
{
    background: url(img/menu_home.png) no-repeat;
}
div#header div#menu a.sel_portal
{
    background: url(img/menu_portal.png) no-repeat;
}
div#header div#menu a.sel_production
{
    background: url(img/menu_production.png) no-repeat;
}
div#header div#menu a.sel_support
{
    background: url(img/menu_support.png) no-repeat;
}
div#header div#menu a.sel_news
{
    background: url(img/menu_news.png) no-repeat;
}
div#header div#menu a.sel_default:hover
{
    background: url(img/menu_home_on.png) no-repeat;
}
div#header div#menu a.sel_portal:hover
{
    background: url(img/menu_portal_on.png) no-repeat;
}
div#header div#menu a.sel_production:hover
{
    background: url(img/menu_production_on.png) no-repeat;
}
div#header div#menu a.sel_support:hover
{
    background: url(img/menu_support_on.png) no-repeat;
}
div#header div#menu a.sel_news:hover
{
    background: url(img/menu_news_on.png) no-repeat;
}
div#header div#menu a.act_default
{
    background: url(img/menu_home_ac.png) no-repeat;
}
div#header div#menu a.act_portal
{
    background: url(img/menu_portal_ac.png) no-repeat;
}
div#header div#menu a.act_production
{
    background: url(img/menu_production_ac.png) no-repeat;
}
div#header div#menu a.act_support
{
    background: url(img/menu_support_ac.png) no-repeat;
}
div#header div#menu a.act_news
{
    background: url(img/menu_news_ac.png) no-repeat;
}
div#sideboad
{
    float: right;
    width: 209px;
    padding: 10px 10px 10px 9px;
}
div.div_billboard
{
    border: solid 1px gray;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #ffffff;
}

div.div_billboard h2
{
    background: url(img/h2back_side.png) no-repeat;
    font-size: 15px;
    color: #ffffff;
    padding: 0px;
    margin: 0px 3px 5px 0px;
    clear: both;
    height: 20px;
    width: 190px;
    padding: 14px 0px 13px 8px;
    border: none;
}

div.div_billboard p
{
    padding: 5px;
}

div.div_billboard dt
{
    float: left;
    width: 60px;
}
div.div_theme
{
    margin: 5px;
    padding: 8px;
    border: solid 1px #cccccc;
}
div.div_theme h2
{
    clear: both;
    width: 180px;
    margin: 0;
    padding: 0;
    background: none;
    font-size: 15px;
    border: none;
}
.img_telmail
{
    clear: left;
    float: left;
}
/* お天気外枠 */
div#weather
{
	padding-top: 10px;
    width: 150px;
}
