@charset "utf-8";
/* CSS Document */
#contaner {
	width:auto;
	margin:10px;
	padding-bottom: 30px;
	}
#contaner p {
	font-size: 100%;
	margin-bottom: 5px;
}
#monthNav {
	width: auto;
	margin-top: 10px;
}
#monthNav li {
	list-style-type:none;
	margin:0;
	border:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}
.month {
	display: inline;
	color:#666666
}
.newsItemText{
	width:auto;
	padding-left: 12px;
	line-height: 1.4em;
}
.newsDate{
	font-weight: bold;
	color: #666699;
	padding-top: 5px;
}
#contaner a{/*リンクされた文字*/
    color:#000066;
    font-style:normal;
    text-decoration:none;
}
#contaner a:link {/*未訪問のリンク*/
    color:#000066;
    font-style:normal;
    text-decoration:none;
}
#contaner a:visited {/*訪問後のリンク*/
    color:#000066;
    text-decoration:none;
}
#contaner a:hover {/*マウスをのせたとき*/
    color:#ff6666;
    font-style:normal;
    text-decoration:none;
}
#contaner a:active {/*クリック中*/
    text-decoration:none;
}
.pageTop {
	margin-bottom: 25px;
	margin-top: 5px;
	margin-right: 25px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;

}

