@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: #66d0a0;
    scrollbar-track-color: #9ce0c1;
    scrollbar-face-color: #7ad6ac;
    scrollbar-shadow-color: #34a974;
    scrollbar-darkshadow-color: #66d0a0;
    scrollbar-highlight-color: #66d0a0;
    scrollbar-3dlight-color: #50c993;
    scrollbar-arrow-color: #ffffff;
}

/* --------------------------------------------------------------------------- */
#topix {
	width:457px;
}

/* --------------------------------------------------------------------------- */


#topix_text a, topix_text2 a:link {
	color:#626262;
	text-decoration:none;
}


#topix_text a:hover, #topix_text a:active, #topix_texta:visited {
	color:#ff9f00;
	text-decoration:none;
}

#topix_text ul {
	width:457px;
	list-style-type:none;
}

#topix_text li.date {
	color:#ff9f00;
	height: 10px;
	background-color:#d4fcec;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 12px;
}

#topix_text li.text {
	height: 10px;
	background-color:#ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #34a974;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 12px;
}

/* --------------------------------------------------------------------------- */
html{
    height:100%;
}

body{
	text-align:left;
	font-size:12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:140%;
	height:100%;
	background-color: #ffffff;
}

#topix_text2 {
	color:#34a974;
	text-decoration:none;
	height: 10px;
	background-color:#ffffff;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 12px;
}

#topix_text2 a, topix_text2 a:link {
	color:#34a974;
	text-decoration:none;
}

#topix_text2 a:hover, #topix_text2 a:active {
	color:#ff9f00;
	text-decoration:none;
}

