/** General Style Info **/
* {
    margin:0;
    padding:0;
}
body{
    background: #FFF;
    color: #000;
    font-family: 'lucida grande',verdana,helvetica,arial,sans-serif;
    font-size: 12px;
}
a {
    color: #0044CC;
    text-decoration: underline;
}
a:hover {
    color: #941D55;
}
a img {
    border: none;
}
h1, h2, h3, h4 {
    font-weight: bold;
}
ul{
    list-style: disc inside none;
}
ul, li {
    margin: 0 12px;
}

/** Table **/
table{
    border-spacing: 0;
}
tr{
    
}
th{
    padding: 5px 5px;
    font-weight: bold;
    text-align: left;
    background-color: #C2D1EF;
}
td{
    padding: 5px 5px;
}
table caption{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
}
table.no_border{
    border-top: none;
    border-left: none;
}
table.no_border tr th{
    border-right: none;
    border-bottom: none;
}
table.no_border tr td{
    border-right: none;
    border-bottom: none;
}
#meta_content table{
}
#meta_content table tr{
}
#meta_content table tr th{
    text-align: left;
    background-color: #E2EA9A;
    padding: 10px;
}
#meta_content table tr td{
    padding: 10px;
}
/** Wrapper **/
#wrapper{
    width: 950px;
    margin: 0 auto;
}

/** Header **/
#header{
    height: 60px;
}
#header h1{
    float: left;
}
#header-connect{
    float: right;
    margin: 10px 10px 0 0;
}
#header-tel{
    margin-bottom: 10px;
}
#navigation{
    height: 43px;
    margin-bottom: 10px;
}
#navigation ul{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#navigation ul li{
    margin: 0;
    padding: 0;
    float: left;
}
#navigation ul li a{
    display: block;
    height: 43px;
    width: 193px;
    text-decoration: none;
}
#navigation ul li#navi_about a{
    background: url("../img/pages/menu_bt.gif") no-repeat scroll 0 0 transparent;
}
#navigation ul li#navi_senko a{
    background: url("../img/pages/menu_bt.gif") no-repeat scroll -193px 0 transparent;
}
#navigation ul li#navi_nyukai a{
    background: url("../img/pages/menu_bt.gif") no-repeat scroll -386px 0 transparent;
}
#navigation ul li#navi_links a{
    background: url("../img/pages/menu_bt.gif") no-repeat scroll -579px 0 transparent;
}
#navigation ul li#navi_search{
    background: url("../img/pages/menu_bt.gif") no-repeat scroll -772px 0 transparent;
    height: 43px;
    width: 178px;
}
#navigation ul li a:hover {
    opacity: 0.6;
}
#navigation ul li a span{
    visibility: hidden;
}
#navigation ul li form{
    margin: 9px 0 0 10px;
}

#navigation ul li form input#TopSerchbox{
    background: url("../img/pages/scope_icon.gif") no-repeat scroll 0 0 #FFF;
    height: 16px;
    padding: 2px 5px 2px 20px;
    width: 125px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/** Container **/
#container{
}
#top-image{
    margin-bottom: 10px;
}

/** Content **/
#content{
}

/** Sidemenu **/
#sidemenu{
    width: 200px;
    float: left;
}
#side-banner{
    margin-bottom: 10px;
}
#side-list{
    background: url("../img/pages/kenchikushikai_ban.gif") no-repeat scroll 0 0 transparent;
    padding: 50px 0 0 0;
    margin-bottom: 10px;
}
#side-list ul li a{
    background: url("../img/pages/bt_base.gif") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display:inline-table;
    font-size: 12px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 198px;
}
#side-list ul li a p{
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    word-wrap: break-word;
    padding: 0 10px;
}
#side-banner ul, #side-list ul{
    list-style: none outside none;
    margin: 0;
}
#side-banner ul li, #side-list ul li{
    margin: 0 0 5px 0;
}
#side-blognews{
    border: 1px solid #AAAAAA;
    margin-bottom: 10px;
    width: 191px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#side-blognews h2{
    background: url("../img/pages/blogrss_base.gif") no-repeat scroll 0 0 transparent;
    width: 191px;
    height: 27px;
    padding-top: 5px;
    font-size: 16px;
    text-align: center;
}
#side-blognews ul{
    list-style: none outside none;
}
#side-blognews ul li{
    margin: 0 0 0.1em;
}
#side-blognews .moreblog{
    text-align: right;
    margin: 5px;
}

/** Maincontent **/
#maincontent{
    margin-left: 240px;
    width: 710px;
}
#maincontent .message{
    margin: 1em 0 1em 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #CC0000;
}
#maincontent .error-message{
    font-weight: bold;
    color: #CC0000;
}
.meta_title{
    color: #FFF;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: -moz-linear-gradient(top, #2667BC, #01AC98);
    background: -webkit-gradient(linear, left top, left bottom, from(#2667BC), to(#01AC98));
    background-color: #2667BC;
}
#meta_content{
    margin-bottom: 10px;
}
#app_status{
    color: #AA0000;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
#event_entry{
}

/** Footer **/
#footer{
    clear: both;
}
