@charset "Shift_JIS";

/* --- スクロールバー常時表示 --- */
html {
    margin-bottom:1px;
    height:100%;
    }
	
/* --- 全体フォント指定 --- */
body{
	padding: 0px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 1.4;
}

p{
margin:0px;
padding-top:10px;
}

/* --- 全体リンク指定 --- */
a img {
	border-style: none;
	vertical-align: bottom;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:visited {
	color: #666666;
}

hr.ten { 
border-style: dotted none none none; 
border-top-width: 1px; 
border-top-color:#999999; 
height: 1px; 
} 

.txtTitle{font-size: 13px;font-weight: bold;color:#333333;line-height: 1.4;}
.txtMain{font-size: 13px;color:#333333;line-height: 1.4;}
.txtDate{font-size: 13px;color:#333333;}

