@charset "utf-8";
/* CSS Document */


body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}

html {
	overflow-x : hidden;
	overflow-y : auto; /* 縦スクロールのみ表示 */
}

html, body { /* スクロールバーの色変更-------淡いグレー色------- */
    scrollbar-base-color: #EEEEEE;
    scrollbar-track-color: #EEEEEE;
    scrollbar-face-color: #CCCCCC;
    scrollbar-shadow-color: #CCCCCC;
    scrollbar-darkshadow-color: #EEEEEE;
    scrollbar-highlight-color: #CCCCCC;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
}

/* --------------------------------------------------------------------------- */
html{
    height:100%;
}

body{
	text-align:left;
	font-size:12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:140%;
	height:100%;
	background-color: #FFFFFF;
}
/* --------------------------------------------------------------------------- */
#topix {
	width:495px;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 20px;
	color:#333333;

}

/* --------------------------------------------------------------------------- */


#topix_text a, topix_text2 a:link {
	color:#333333;
	text-decoration:none;
}


#topix_text a:hover, #topix_text a:active, #topix_texta:visited {
	color:#333333;
	text-decoration:underline;
}

#topix_text ul {
	list-style-type:none;
}

#topix_text .date {
	color:#FF6600;
	padding-right: 0.5em;
}

#topix_text li.text {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#page{/* ----次ページへのリンク部分------------------------ */
	padding-top: 10px;
	padding-bottom: 10px;
	height: 22px;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
}

.page_current {
	width: 18px;
	height: 18px;
	color: #f60;
	display: block;
	float: left;
	margin-right: 5px;
	border: 1px solid #9f9f9f;
}

#page a {
	width: 18px;
	height: 18px;
	color: #9f9f9f;
	display: block;
	float: left;
	margin-right: 5px;
	text-decoration:none;
	border: 1px solid #9f9f9f;
}

#page a:hover,
#page a:active {
	height: 18px;
	width: 18px;
	color: #f60;
	border: 1px solid #9f9f9f;
}

/* 追加2ここまで */

.page1{
	width: 18px;
	height: 18px;
	color: #FF6600;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-right: 5px;
	border: 1px solid #9F9F9F;
	font-size: 10px;
	line-height: 18px;
}

.page2{
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-right: 5px;
	font-size: 10px;
	line-height: 18px;
	
}

.page2 a {
	width: 18px;
	height: 18px;
	color: #9F9F9F;
	text-align: center;
	vertical-align: middle;
	display: block;
	text-decoration:none;
	border: 1px solid #9F9F9F;
	font-size: 10px;
}

.page2 a:hover, .page2 a:active {
	color: #FF6600;
	height: 18px;
	width: 18px;
	border: 1px solid #9F9F9F;
	font-size: 10px;
}

.page3{
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-right: 5px;
	font-size: 10px;
	line-height: 18px;
	
}

.page3 a {
	width: 18px;
	height: 18px;
	color: #9F9F9F;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	display: block;
	text-decoration:none;
	border: 1px solid #9F9F9F;
	font-size: 10px;
}

.page3 a:hover, .page3 a:active {
	color: #FF6600;
	height: 18px;
	width: 18px;
	border: 1px solid #9F9F9F;
	text-decoration:none;
	font-size: 10px;
}

.page_d{
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-right: 5px;
	font-size: 10px;
	line-height: 18px;
	
}

.page_d a {
	width: 18px;
	height: 18px;
	color: #9F9F9F;
	text-align: center;
	vertical-align: middle;
	display: block;
	text-decoration:none;
	border: 1px solid #9F9F9F;
	font-size: 10px;
}

.page_d a:hover, .page_d a:active {
	color: #FF6600;
	height: 18px;
	width: 18px;
	border: 1px solid #9F9F9F;
	font-size: 10px;
}

