@charset "utf-8";

/* default
---------------------------------------------*/
* {
	margin: 5px 0 0 5px;
	padding: 0;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
	list-style: none;
	color: #333333;
	background: #FFFFFF;
}
body {
	font-size: 80%;
	line-height: 1.5;
}
a {
    color: #001261;
	background: #FFFFFF;
}
a:visited {
    color: #001261;
	background: #FFFFFF;
}
a:hover {
    color: #C10101;
	background: #FFFFFF;
    text-decoration: none;
}
img {
	border: none;
	vertical-align: top;
	margin-bottom: 10px;
}
p {
    padding-left: 10px;
}
.credit {
    margin: 20px 0 0 20px;
}

