@charset "UTF-8";

* {
	padding: 0px;
	margin: 0px;
	font-family: Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4;
	list-style-type: none;
	list-style-position: inside;
}
a {
	border-bottom: 1px dashed #F7421B;
	color: #F7421B;
	text-decoration: none;
}
a:link {
	border-bottom: 1px dashed #F7421B;
	color: #F7421B;
	text-decoration: none;
}
a:visited {
	border-bottom: 1px dashed #F7421B;
	color: #F7421B;
	text-decoration: none;
}
a:hover {
	border-bottom: none;
	color: #F7421B;
	text-decoration: none;
}
a:focus { 
	outline:none;
}
