/* レイアウト用 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; }
strong { color: red; font-weight: bold; }
.strong { font-weight: bold; }
.right { text-align: right; }
.keyword { color: #0066CC; }

table { line-height: 120%; }

body {
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',sans-serif;
	line-height: 100%;
}


#frame {
	width: 800px;
	text-align: center;
	margin: auto;
	position: relative;
}


#header {
	width: 800px;
	height: 64px;
	margin-top: 0px;
	margin-bottom: 25px;
}


#logo {

}


#menu {
	width: 182px;
	float: left;
}


#main {
	width: 784px;
	clear: both;
	margin-bottom: 20px;
	text-align: center;
}


#whats_new {
	padding: 8px;
	border: solid gray 1px;
	width: 100%;
	text-align: left;
	margin-bottom: 40px;
}


#whats_new li {
	list-style-type: circle;
	list-style-position: inside;
	line-height: 130%;
}


#contents {
	padding: 8px;
	border: solid gray 1px;
	width: 100%;
	text-align: left;
}


#contents li {
	list-style-type: none;
	list-style-position: outside;
}


#footer {
	width: 100%;
	clear: both;
	line-height: 120%;
	margin: 0;
	padding: 0;
	text-align: center;
}


h1 {
	font-weight: bold;
	font-size: 110%;
	line-height: 120%;
	text-align: center;
	margin-bottom: 10px;
}

