@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.9em;
	font-family:Century Gothic;
	font-size:12px;
	text-align: justify;
}
ol, ul {
	list-style: circle;
	margin-left: 20px;
	margin-top: 10px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {
    font-size: 24px;
	letter-spacing: -1px;
	color: #7e7f81;
	margin-bottom: 20px;
}
body {
	font-family:Century Gothic;
	font-size: 0.7em;
	margin-top: 0px;
	background-color: #7e7f81;
}
#container {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#leftContents {
	width: 500px;
	min-height: 500px;
	float: left;
	background-color:#fff;
}
#leftContentsIndex {
	width: 500px;
	min-height: 500px;
	float: left;
	background-color: #fff;
}
#leftContentsIndexText {
	width: 60px;
	height: auto;
	margin: 10px 0px 0px 10px;
}
#rightContentsIndex {
	width: 400px;
	min-height: 500px;
	float: right;
	background: url(../images/nautilus.jpg) #fff bottom no-repeat;
}
#rightContentsIndexText {
	width: 90px;
	height: auto;
	padding: 20px;
	margin: 150px 80px 120px 150px;
}
#rightContents {
	width: 400px;
	min-height: 500px;
	float: right;
	background-color:#fff;
}
#rightContentsText {
	width: 360px;
	height: 370px;
	padding: 20px;
	font-size: 1em;
	overflow: auto;
	margin-bottom: 20px;
}
#rightContentsText p {
	margin-bottom: 10px;
}
#menuContainer {
	width: 800px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
#menu {
	width: 800px;
	height: 20px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 4px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	text-align: left;
}

#menu a {
	display: block;
	float: right;
	height: 20px;
	text-decoration: none;
	color: #fff;
	margin: 0 0px;
	padding: 0px 7px;
	font-weight:bold;
	
}
#menu a:hover {
	text-decoration: none;
	color: #000;
	
}
.img {
	width: auto;
	height: auto;
	float: left;
	padding: 5px;
}
#footer {
    width: 800px;
	height: 20px;
	float:left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	color:#000;
	text-align:left;
	background-color: #7e7f81;
}
#footer p {
    font-size: 1em;
}

