/* レイアウト用 CSS */

* {
	margin: 0;
	padding: 0;
}

a:link { color: #6F9A9E; text-decoration:none; }
a:visited { color: #6F9A9E; text-decoration:none; }
a:active { color: blue; text-decoration:underline; }
a:hover { color: #007B4A; text-decoration:underline; }

.red { color: red; }
.green { color: #228B22; }
.bold { font-weight: bold; }
.small { font-size: x-small;  line-height: 130%; }
strong { color: red; font-weight: bold; }
.strong { font-weight: bold; }
.right { text-align: right; }
.current { font-weight: bold; }
.verysmall { font-size: xx-small; line-height: 130%; }


body {
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',sans-serif;
	line-height: 100%;
}


table { line-height: 130%; }


#frame {
	width: 800px;
	text-align: center;
	margin: auto;
	position: relative;
}


#header {
	width: 800px;
	height: 64px;
	margin-top: 0px;
	margin-bottom: 25px;
}


#logo {

}


#menu {
	padding: 8px;
	border: solid gray 1px;
	width: 160px;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	line-height: 120%;
}

#menu li {
	list-style-type: none;
	list-style-position: inside;
}


#main {
	width: 618px;
	float: right;
	margin-bottom: 20px;
}


#whats_new {
	padding: 8px;
	border: solid gray 1px;
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}


#whats_new li {
	list-style-type: circle;
	list-style-position: inside;
}


#information {
	padding: 8px;
	border: solid gray 1px;
	width: 100%;
	text-align: left;
}


#information li {
	list-style-type: circle;
	list-style-position: inside;
}


#manual {
	padding: 8px;
	border: solid gray 1px;
	width: 100%;
	text-align: left;
	margin-bottom: 12px;
	font-size: x-small;  line-height: 130%;
}

#manual li {
	list-style-type: circle;
	list-style-position: inside;
}

#contents {
	padding: 8px;
	border: solid gray 1px;
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}


#contents li {
	list-style-type: none;
	list-style-position: outside;
}


#footer {
	width: 100%;
	clear: both;
	margin: 8px 0 0 0;
	text-align: center;
}


h1 {
	font-weight: bold;
	font-size: 110%;
	line-height: 120%;
	text-align: center;
	margin-bottom: 10px;
}
