body {
	text-align: center;
	margin: 0px;
	font-size: 14px;
	word-spacing: 1em;
	letter-spacing: 0.2em;
}

a:link, a:visited {
	color: #3366FF;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF3300;
}

#etc {
	width: 400px;
	word-spacing: 0.1em;
}

li {
	list-style-type: none;
	list-style-position: outside;
}

h2 {
	font-size: 17px;
	word-spacing: 1em;
	letter-spacing: 0.5em;
}

/* head Area
───────────────────────────────────────*/
#head {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}

#head-l {
	width: 400px;
	float: left;
	text-align: left;
}

h1 {
	font-size: 30px;
	letter-spacing: 0.1em;
	margin: 0;
}

#head-r {
	width: 400px;
	float: left;
	text-align: left;
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 20px;
	word-spacing: 0.1em;
	margin-left: 20px;
}

/* Main Area
───────────────────────────────────────*/
#mainbody {
	clear: both;
	width: 820px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 15px;
}

#main-l {
	width: 400px;
	float: left;
}

#main-r {
	width: 400px;
	margin-left: 20px;
	float: left;
}

#main {
 text-align: left;
}

#reco {
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 25px;
	word-spacing: 0.1em;
	margin: 0px 0px 15px 0px;
	text-align: left;
}

#reco strong {
	font-weight: normal;
}

#image {
	padding: 0 0 17px 0;
}

#search {
	margin: 5px 0px 10px 0px;
	font-size: 15px;
	line-height: 34.5px;
	word-spacing: 0.2em;
	letter-spacing: 0.2em;
	clear: both;
}

/* Footer Area
───────────────────────────────────────*/
#copyrights {
	font-size: 12px;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	text-align: center;
}

#footer {
	padding: 0px 0px 20px 0px;
	clear: both;
	line-height: 20px;
}

#regist {
	font-size: 12px;
	padding-bottom: 3px;
}

/* リセット
───────────────────────────────────────*/
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: 0;
}

table {
	border: 0;
	border-collapse: collapse;
}

/* JP専属
───────────────────────────────────────*/
.top-text {
	text-align: right;
	font-size: 10px;
	color: #94BA00;
	padding: 35px 25px 0 0;
	float: right;
	line-height:1.3em;
}

#regist {
 text-align: center;
}

.color-red {
 color: #FF0000;
}