@charset "utf-8";


/*　デフォルト
-------------------------------------------------- */
body,
div,
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote,
table, tr, th, td {
	margin: 0;
	padding: 0;
	color: #666;
}

h1 {
	font-size: 189%;
}

h2 {
	font-size: 159%;
}

h3 {
	font-size: 110%;
}

h4, h5 {
	font-size: 107%;
}

h6 {
	font-size: 100%;
}

p, li, dt, dl, tr, td, address {
	font-size: 12px;
	line-height: 1.6;
}

li {
	list-style: none;
}

img {
	border: none;
}

address, em {
	font-style: normal;
}

a:link, a:hover, a:visited {
	text-decoration: none;
	color: #666;
}

.asterisk {
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
}


