body#home{
	width: 200px;
	height: auto;
	margin: 0px;
	padding: 0px;
	color: rgb(50, 89, 104);
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	line-height: 18px;
}
@media screen and (max-width:958px){ 
	body#home{
		width: 90%;
	}
}


ul{
	width: 200px;
	height:auto;
	margin:5px 0px 0px 15px;
	padding:0;
	list-style: none;
}

li{
	width:200px;
	height:30px;
	margin:0;
	padding:10px 5px 5px 5px;
	border-bottom:1px rgb(31, 193, 255) dotted;

}

.front{
	width: 130px;
	height: auto;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	color: rgb(11, 11, 11);
	float: left;

}

.back{
	width: 200px;
	height: auto;
	margin: 0px 0px 0px 12px;
	padding: 0px;
	font-size:12px;
	line-height: 16px;
	display:block;
	float:right;

}



a:link { color: rgb(50, 89, 104);text-decoration:none; }
a:visited { color: rgb(50, 89, 104);text-decoration:none; }
a:hover { color: rgb(255, 78, 0);text-decoration:underline; }
a:active { color: #ff8000;text-decoration:none; }



