body, h1, h2, h3, h4, h5, h6, p, div, table, form, input, textarea, select, option, dl, dd, dt {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	-moz-border-radius: 7px;
border-radius: 7px;
-webkit-border-radius: 7px;
}

body {
	margin: 10px;
	background-color: #eee;
	text-align: center;
}

a:link, a:visited {
	text-decoration: none;
	color: #0055cc;
}

.logo p a:link, .logo p a:visited, .copyright a:link, .copyright a:visited {
	text-decoration: none;
	color: #006633;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited{
	text-decoration: none;
	color: #fff;
}

.alltext a:link, .alltext a:visited {
	font-weight: bolder;
}

a.nocolor:link, a.nocolor:visited {
	text-decoration: none;
	color: #333;
}

a:hover, a:active, .logo p a:hover, .logo p :active, .copyright a:hover, .copyright a:active, .alltext a:hover, .alltext a:active, a.nocolor:hover, a.nocolor:active {
	color: #fff;
	background-color: #006633;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

img {
	border: none;
}

hr {
	color: #006633;
	text-align: center;
	border: 1px dotted #006633;
	height: 1px;
}
