@import url("leftmenu.css");
@import url("nomal.css");
@import url("flexcrollstyles.css");
@import url("banner.css");

/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */

width: 600px;
height: 562px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 15px;

}



.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */

width: 600px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

/* general page style ends here */


body {
    font: 12px/1.4 'メイリオ', Meiryo, 'Lucida Grande', Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 1px;
 }

#mycustomscroll li {
    list-style: none;
}

table#onenews {
    width: 570px;
    border-collapse: collapse;
    border-bottom:1px solid #666666;

}

#onenews td {
    padding:10px 0 10px 0;
}

#info_list {
    margin-left:106px;
}

#info_list h1{
    margin-top:75px;
    margin-bottom:50px;
}

.endate {
    font-family: Century Gothic,Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color:#666666;
    font-weight: lighter;
}

.endatem {
    font-family: Century Gothic,Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#666666;
}

td.info_content {
width:490px;
}

.info_content h2{
    font-size: 1.1em;
    margin: 7px 0 9px 0;
    padding: 0;
}


.info_content a {
    text-decoration: none;
}

.info_content a:link {
   color:#4f3a16;

}
.info_content a:visited {
   color:#4f3a16;

}
.info_content a:hover {
   color:#958365;

}
.info_content a:active {
   color:#958365;
}

.info_img img{
    border:1px solid #a79d8b;
    margin-left: 37px;
}

.info_content dd{
    margin:0;
    padding:0;
    font-size: 0.8em;
    color:#666666;
}

#footer {
    clear: left;
    position:  absolute;
    top: 790px;
    right : 5px;
    font-size: 10px;
    color:#9F8E72;

}



#footer a,#footerp a  {
    text-decoration: none;
}

#footer a:link,#footerp a:link  {
   color:#9F8E72;

}
#footer a:visited,#footerp a:visited {
   color:#9F8E72;

}
#footer a:hover,#footerp a:hover {
   color:#4f3a16;

}
#footer a:active,#footerp a:active {
   color:#4f3a16;
}

