@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:170%;
	height:100%;
	background-color: #ffffff;
}
/* --------------------------------------------------------------------------- */
.topix {
	width:194px;
	padding-left: 13px;
	padding-top: 15px;
	padding-right: 13px;
	color:#666666;
}

/* --------------------------------------------------------------------------- */


.topix_text a, topix_text2 a:link {
	color:#666666;
	text-decoration:underline;
}


.topix_text a:hover, .topix_text a:active, .topix_texta:visited {
	color:#666666;
	text-decoration:underline;
}

.topix_text ul {
	list-style-type:none;
}

.topix_text .date {
	color:#FF7B60;
	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: #FF7B60;
}
/* ------1<2<3-------------------------------- */
#topix_text2 {
	color:#FF7B60;
	text-decoration:none;
	height: 10px;
	background-color:#ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
}

#topix_text2 a, topix_text2 a:link {
	color:#FF7B60;
	text-decoration:none;
}

#topix_text2 a:hover, #topix_text2 a:active {
	color:#FF7B60;
	text-decoration:underline;
}
#topix_text2 a:visited {
	color:#FF7B60;
	text-decoration:none;
}

