@charset "utf-8";
/* CSS Document */

body{
		font-size:80%;
		scrollbar-face-color: #ff9b9b;       /* 表面の色 */
		scrollbar-3dlight-color: #ff3737;    /* 左端と上端の色 */
		scrollbar-highlight-color: #ffcaca;  /* ハイライトの色 */
		scrollbar-shadow-color: #ff3737;     /* 影の色 */
		scrollbar-darkshadow-color: #ff3737; /* 右端と下端 */
		scrollbar-arrow-color: #ff3737;      /* 矢印の色 */
		scrollbar-track-color: #ffcaca;      /* バーの背景の色 */
}

dl,dt,dd,p{
	margin:0px;
	padding:0px;
}

dd{
	line-height:14px;
	background-image: url(dot-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom:10px;
	margin-bottom:10px;
}

dd p.title{
	font-weight:bold;
 font-size:120%;
	margin:5px 0px 5px 0px;
}

dd p.txt{
	color:#333333;
	line-height:120%;
}

dd p.more{
	margin:10px 0px 0px 0px;
}


dd a {
	color: #c15e4e;
	text-decoration: none;
}
dd a:hover {
	color: #c15e4e;
	text-decoration: underline;
}

