@charset "utf-8";
/***********************/
/*      comoki_top     */
/***********************/

*
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    line-height:20px;
}

body
{
    /* background: #ffeecc url(../images/body_bg.gif) repeat-x; */
    /* margin-top: 20px; */
}

#wrapper
{
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    background: #FFFFFF;
    margin-top: 90px;
}

#header_back
{
    /* background:#00009a url(../images/hd_bk.gif) repeat-x; */
    border-top: 5px solid #080808;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    /* height: 140px; */
    background: white;
    z-index: 3;
}

#header {
    margin-right: auto;
    margin-left: auto;
    height: 53px;
    width:960px;
}

#sec_bt
{
    width: 960px;
    /* margin: 0 auto; */
    /* height: 35px; */
    /* padding: 10px 0 5px 0; */
    position: fixed;
    top: 55px;
    left: 50%;
    margin-left: -480px;
    /* width: 100%; */
    /* height: 140px; */
    /* background: white; */
    z-index: 3;
}

#left
{
    background:#ffffff;
    width: 170px;
    margin-top: 10px;
    float: left;
}

#right
{
    background: #ffffff;
    float: left;
    width: 755px;
    margin-top: 10px;
}

.menu li,
.menu a
{
    float: left;
    height: 30px;
    width: 158px;
    font-size: 0.9em;
    background: red;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #ababab));
    background: -webkit-linear-gradient(#fff, #ababab);
    background: -moz-linear-gradient(#fff, #ababab);
    background: -o-linear-gradient(#fff, #ababab);
    background: -ms-linear-gradient(#fff, #ababab);
    background: linear-gradient(#fff, #ababab);
    border: 1px solid #CCC;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #111;
    text-shadow: 1px 1px 1px #ccc;
    font-weight: bold;
    font-size: 12px;
}

.menu li ul
{
    display: none;
    /*position: absolute;*/
    z-index: 1;
    /*top: 100px;*/
}

.menu li ul li
{
    clear: both;
    list-style: none;
    height: 30px;
}

.menu li ul li a
{
    display: block;
    background: none;
    background-color: #fefaf6;
    border: 1px solid #ccc;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fefaf6), color-stop(0.47, #fefcfb), color-stop(0.00, #fff));
    background: -webkit-linear-gradient(top, #fff 0%, #fefcfb 47%, #fefaf6 100%);
    background: -moz-linear-gradient(top, #fff 0%, #fefcfb 47%, #fefaf6 100%);
    background: -o-linear-gradient(top, #fff 0%, #fefcfb 47%, #fefaf6 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fefcfb 47%, #fefaf6 100%);
    background: linear-gradient(to bottom, #fff 0%, #fefcfb 47%, #fefaf6 100%);
    height: 30px;
    color: #000000;
    text-align: left;
    font-size: 0.9em;
    padding-left: 5px;
    width: 152px;
    font-size: 12px;
}

.menu li ul li a:hover,
.menu li a:hover,
.active a
{
    background: none;
    border: 1px solid #ccc;
    background-color: #D9F3F2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #D9F3F2), color-stop(1.00, #88AFAC));
    background: -webkit-linear-gradient(#D9F3F2, #88AFAC);
    background: -moz-linear-gradient(#D9F3F2, #88AFAC);
    background: -o-linear-gradient(#D9F3F2, #88AFAC);
    background: -ms-linear-gradient(#D9F3F2, #88AFAC);
    background: linear-gradient(#D9F3F2, #88AFAC);
}

.menu li ul li a span
{
    display: block;
    text-indent: 0;
    height: 30px;
    line-height: 30px;
    font-size: 0.8em;
    padding-left: 5px;
}

#contents_top_back
{
    /* background:#ffeecc; */
}

#contents_top
{

    background:#000066 url(../images/cover20120904.jpg) no-repeat;
    margin-right: auto;
    margin-left: auto;
    width:960px;
    height:236px;

}

#right p
{
    font-size: 0.85em;
    line-height: 1.5em;
    margin-left: 36px;
    margin-top: 20px;

}

.moduletable_top
{
    padding: 5px 0;
}

.moduletable h3
{
    background:#dddddd url(../images/h1_bk_white.jpg) ;
    height:22px;
    border-bottom: 1px solid #FC1E19;
    border-left: 1px solid #FC1E19;
    padding-left: 30px;
    padding-top:4px;
    margin-left: 20px;
    margin-top: 6px;
    font-size: 1em;

}

#right .latestnews li
{
    background: url(../images/arrow.jpg) no-repeat 0px 6px;
    margin-left: 36px;
    margin-top: 3px;
    padding-left: 20px;
    text-decoration: none;
    font-size: 0.9em;
}

#right ul.latestnews
{
    margin-top: 10px;
}

#right a.latestnews
{
    margin-top: 20px;
    /*  text-decoration: none;
            color: #666666;     2011.11.29*/
    /*  color: #1111cc; リンク後も青…*/
    font-size: 0.8em;
}


.latestnews dt {
	float: left;
	clear: left;
	margin-right: 0.5em;
	width: 90px;
	}
	
.latestnews dd {
	float:left;
	width:600px
	}


#right .mostread li
{
    background: url(../images/arrow.jpg) no-repeat 0px 6px;
    margin-left: 65px;
    margin-top: 3px;
    padding-left: 20px;
    text-decoration: none;
}

#right ul.mostread
{
    margin-top: 20px;
}

#right a.mostread
{
    margin-top: 20px;
    text-decoration: none;
    color: #666666;
    font-size: 0.8em;
}

#footer
{
    color: #000000;
    clear: both;
    padding: 10px;
    border-top: 2px solid #ccc;
    margin-top: 20px;
}


.footer_company_table
{
    margin: 0 auto;
}

.footer_company_table th
{
    padding: 2px 5px;
    font-weight: bold;
    text-align: center;
}

.footer_company_table td
{
    padding: 2px 8px;
}

/* スムーズスクロール */

#page-top
{
    position: fixed;
    bottom: 10px;
    font-size: 1em;
    width: 100%;

}

#page-top a
{
    background: #666;
    text-decoration: none;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    display: block;
    opacity: 0.8;
    font-weight: bold;
}

#bg_bottom
{
    background: url(../images/body_bg.gif);
    height: 10px;
    line-height: 0px;
    font-size: 0px;
}

.overflowhidden,.menu a span
{
    overflow: hidden;
    text-indent: -9999px;
    display: none;
}

.inside
{
    padding: 10px;
}

*html body .moduletable_category .menu_cat a {   /*ie6*/
    background: url(../images/cmn_bkf.gif) no-repeat;
    ;display:block;
    height: 18px;
    width: 188px;
    margin-top: 1px;
    color: #333333;
    font-size: 0.8em;
    padding-top: 5px;
    padding-left: 12px;
    text-decoration: none;
}

.moduletable_category .menu_cat a {
    background: url(../images/cmn_bkf.gif) no-repeat;
    ;display:block;
    height: 18px;
    width: 190px;
    margin-top: 1px;
    color: #333333;
    font-size: 0.8em;
    padding-top: 5px;
    padding-left: 12px;
    text-decoration: none;
}
.moduletable_category .menu_cat a:hover {
    background:url(../images/cmn_bkb.gif) no-repeat;
    color:#ffffff;
}

table.chr_small{font-size:0.8em;}

li.year-ml7 a {
   margin-left:7px;
}

a.sb_btn {
    display: inline-block;
    width: 145px;
    margin-bottom: 7px;    
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    background: #3c73f5;
    color: #fff;
    border: 2px solid #3c73f5;
    border-radius: 3px;
    transition: .4s;
    font-weight: 800;
    font-size: 13px !important;
}

a.sb_btn:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}