@charset "utf-8";
/* CSS Document */


/* かぶせる
-----------------------------------*/




/* mm
-----------------------------------*/
.news {
background:#FFFFFF;
margin:0 5px;
padding:10px 5px 50px 5px;
overflow: hidden;
}
.news:after {
    content: "";
	
	
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .news {
    height: 1em;
    overflow: visible;
}
/**/
.news h2 {
margin:0px 10px 10px 0px;
padding:12px 10px;
border-left:#CCCCCC solid 5px;
font-size:1.0em;
color:#666666;
}
.news h3 {
margin:20px 0;
padding:5px 20px;
font-size:1.0em;
color:#FFFFFF;
background:#000066;
}

p.news {
margin:10px 20px;
padding:0 0 5px 0;
border-bottom:#999999 dotted 1px;
}
.date {
font-size:0.75em;
}
/* ページナビ
---------------------------------------------------*/
.pgno {
clear:both;
width:360px;
margin:50px auto 20px auto;
overflow: hidden;
}
.pgno:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .pgno {
    height: 1em;
    overflow: visible;
}
/**/
.current_page {
padding:5px 10px;
border:#999999 solid 1px;
}
a.link_page {
padding:5px 10px;
border:#999999 solid 1px;
}
