﻿@charset "utf-8";
/* CSS Document */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, img {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, ol {
	list-style: none;
}

a {
	color: #1155CC;
	text-decoration: none;
}

a:hover {
	color: #1155CC;
	text-decoration:underline;
}

body { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size: 16px; background-color: #FFFFFF; 
}

p { line-height: 1.6em; font-size: 16px; 
}
