@charset "utf-8";
/* CSS Document */

body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address{
margin: 0;
padding: 0;
font-size: 100%;
font-weight: normal;
font-style: normal;
line-height: 1.5;
}

img {
	border:0;
}

ul {
list-style: none;
}

body {
	color: #666666;
	background-color: #EFEFEF;
	font-size: 12pt;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

p {
	font-size: 1em;
	margin-bottom: 1.5em;
}

a {
	color:#000099;
	text-decoration: underline;
}

a:visited {
	color:#000099;
	text-decoration: none;
}

a:hover {
	color: #CC3300;
	text-decoration: underline;
}
strong {
	font-weight: bold;
	color: #CC0000;
}
