/*
1）TOP関連、組み立て関連
2）文字関連
3）感覚用
*/

/*　1）TOP関連、組み立て関連*/
body { 
	text-align:center;
	margin:0px;
    text-align:left;     /* 中身を左側表示に戻す */
    width:240px;         /* 幅を決定する */
	scrollbar-arrow-color: #ccc;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #999;
	}
#news {
	width:220px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	font-size:12px;
	line-height:14px;
}

.news{
	font-size:12px;
	color:#000;
	line-height:14px;
	padding-left:10px;
	margin-top:5px;
	}

.tv{
	font-size:12px;
	color:#EEEEEE;
	line-height:14px;
	margin-top:5px;
	padding-left:10px;
	}
.news{
	font-size:12px;
	color:#000;
	line-height:14px;
	margin-top:5px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	}

.line{
	border-top-style:dotted;
	border-top-width:1px; 
	border-top-color:#EEEEEE; 
	padding:5px; 
	margin-top:5px;
	color:#703333;
	font-weight:normal;
	text-align:18px;
}
hr{ width:95%; color:#999999;}

/*　2）文字関連*/
.h1 {
	font-size:18px;
	color: #000;
	font-weight: bold;
	line-height:18px;
}
.red {
color:#FF0000;
}

.title{
	color:#663399;
	font-weight:bold;
	line-height:22px;
	font-size:13px;
}
.txt{
	font-size:12px;
	line-height:14px;
	color:#333333;
	line-height:14px;
}

/*3）間隔*/
.h10sp{
	height:10px;
	}
