﻿/*リンク
---------------------------------------------------------------------------*/

a {
	text-decoration: none;
}

a:link {
	color: #e75c00;
}

a:visited {
	color: #990000;
}

a:hover {
	color: #f5ab6b;
}

a:active {
	color: #990000;
}

#contents li {
	margin: 10px 20px;
}

.auto-style1 {
	color: #0000FF;
}