/* データーRESET
--------------------------------------------------------------------- */
html, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, th, form, div, fieldset {
	padding: 0;
	margin: 0;
}

img {
	border: 0px;
}

table {
	border: 0;
	border-collapse: collapse;
}

body {
	text-align: center;
	margin: 0px;
	font-size: 14px;
	line-height: 20px;
	word-spacing: 1em;
	letter-spacing: 0.2em;
}

/* コンテンツ
--------------------------------------------------------------------- */
a:link, a:visited {
	color: #3366FF;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF3300;
}

h1 {
	margin: 0 0 0 30px;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 23px;
}

h2 {
	font-size: 16px;
	word-spacing: 1em;
	letter-spacing: 0.3em;
}

#menu {
	text-align: left;
	font-size: 15px;
	line-height: 35px;
	word-spacing: 0.5em;
	letter-spacing: 0.2em;
	margin: 10px 20px 10px 20px;
	word-break: keep-all;
}

#info {
	word-break: normal;
	width: 540px;
	word-spacing: 0.3em;
}

.space {
 padding: 10px;
}

.5space {
 padding: 5px;
}

.20space {
 padding: 20px;
}

#link {
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 19px;
	word-spacing: 0.1em;
	margin: 10px 0 0 7px;
}

li {
	list-style-type: none;
	list-style-position: outside;
}

#copy {
	font-size: 12px;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	margin: 10px 0 20px 30px;
	text-align: center;
}