body{
  height : 100%;
  overflow-y : scroll;
  background-color: #F3F3F1;
  padding: 0;
  margin: 0;
  font-size : 17px;
  font-family:"Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 110px;
}
h1{
    padding: 0;
    margin: 0;
    width: 50%;
    float: left;
    height:54px;
}
h3{
    font-size:17px;
}
.news_list h3{
    margin-left: 110px;
}
ul {
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
}
a:active{
    color: #000;
}
a:hover{
    color: #000;
}
.left{
    float: left;
}
#list{
	clear:both;
	border-top:#ddd solid 1px;
}
.news_list{
    background-color: #fff;
    padding: 7px 0;
    margin: 0 0 3px;
    clear: both;
    min-height: 100px;
        box-shadow: 1px 1px 1px #d3d3d3;
}
#menu_list,#info_list{
    width: 100%;
    float: right;
    margin:3px 0; 
}
#top_list{
    width: 99%;
    float: right;
    margin-top:3px; 
    margin-bottom:0px;
}
#top_list li{
	border-radius:10px 10px 0 0;
}

#info_list li,#top_list li{
    float: left;
    display: block;
    width: 32%;
    margin-left: 1%;
    text-align: center;
    vertical-align: baseline;
    background-color: #0A3E86;
    font-size:95%;
}
#info_listt:after{
    clear:both;
}

#info_list li a,#top_list li a{
    color: #fff;
    width: 100%;
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
}
#info_list li a:active{
    color: #fff;
}
#info_list li a:hover{
    color: #fff;
}
#info_list {

}
.news_img{
	margin: 5px 0px 0px 5px;
	border-radius: 5px;
	width: 90px;
	height: 90px;
	overflow: hidden;
	float: left;
	box-shadow: 1px 1px 1px #d3d3d3;}
.news_img img{
   height: 90px;
}
#footer{

}
h4{
    text-align: center;
    vertical-align: baseline;
    background-image: linear-gradient(to bottom, #5793CB 26%, #A4C6E5 100%);
        text-shadow: 2px 2px 1px #5793cb;
    color: #fff;
    font-weight: 300;
    width: 100%;
    float: right;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 5px 0;
}

#menu_list li{
    float: left;
    display: block;
    width: 31%;
    margin-left: 1%;
    text-align: center;
    vertical-align: baseline;
    border-left-width: 20%; 
    border-left-style: solid;
    border-bottom-width: 1px; 
    border-bottom-style: solid;
}
.news{
    border-bottom-color: #DD5F3C;
    border-left-color: #DD5F3C;
}
.biz{
    border-bottom-color: #55BE2E;
    border-left-color: #55BE2E;
}
.blog{
    border-bottom-color: #C5387C;
    border-left-color: #C5387C;
}
.top_list a {
    width: 24%;
    text-align: center;
    color: #fff;
    margin-top: 7px;
    margin-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    float: right;
    display: inline-block;
    border-radius: 4px;
    text-shadow: 2px 2px 1px #5793cb;
    background-image: linear-gradient(to bottom, #5793CB 26%, #A4C6E5 100%);
    box-shadow: 1px 1px 1px #d3d3d3;
}

h2{
	padding: 4px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color:#fff;
	font-size:18px;
	text-align:left;
	margin: 0;
	clear:both;
}
#scroll_top{
    display: none;
    position: fixed;
    bottom: 50px;
    border-radius: 10px 0 0 10px;
    right: 0px;
    padding: 17px;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 1px #5793cb;
    background-color:#82ACCC;
}
small{
	font-size:12px;
    width: 100%;
    display: block;
    text-align: center;
    clear:both;

}
.rank{
	font-size:14px;
	background-color:#0A3E86;
	color:#fff;
	display:inline-block;
	font-weight:bold;
	margin-left:-90px;
	margin-top:5px;
	height:20px;
	width:20px;
	text-align:center;
	border-radius:5px 0 5px 0;
}