@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background: #333333 url(../img/bg1.jpg);
	color: #2B2B2B;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
ul {
	list-style: none;
	padding: 0;
}
a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dashed #333;
}
a:hover {
	border-bottom: 1px dashed #808080;
	color: #808080;
}
#wrapper {
	margin: auto;
	width: 750px;
	border: #050505 1px solid;
	background: #333;
	text-align: left;
}
#header {
	margin: 0;
	padding: 28px 0px;
	text-align: center;
	color: #ffffff;
	letter-spacing: 5px;
	word-spacing: 10px;
	width: 100%;
	background: #252525;
}
#header h1 {
	font-size: 22px;
}
#header #description {
	letter-spacing: 1px;
	font-size: 11px;
}
#header h2 {
	letter-spacing: 3px;
	font-size: 12px;
}
#header h2 a {
	color: #fff;
}
#header h2 a:hover {
}
#side {
	float: right;
	background: #333;
	width: 150px;
	color: #fff;
	position: relative;
	line-height: 20px;
	word-spacing: 2px;
}
ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.menu li {
	margin: 2px 0 0;
}
ul.menu li a {
	display: block;
	width:120px;
	border-left: 5px solid #6abc21;
	border-bottom: 1px solid #F0ede3;
	padding: 2px 2px 2px 10px;
	background: #333;
	text-decoration: none;
	color: #ffffff;
}
ul.menu li a:hover {
	background: #333;
	border-left: 5px solid #333;
	color: #61bc21;
}
ul.links {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}
ul.links li {
	margin: 15px 0 0;
}
ul.links li a {
	background: #333;
	text-decoration: none;
	color: #ffffff;
}
ul.links li a:hover {
	background: #333;
	border: none;
	color: #61bc21;
}
#main-content {
	border: 10px solid #F0EDE3;
	background: #fff;
	padding: 10px;
	position: relative;
	float: left;
	width: 545px;
}
.content {
	margin-bottom: 30px;
}
h2.title,
h3.title {
	font-family: times;
	color: #000;
	letter-spacing: -1px;
	font-size: 40px;
	line-height: 35px;
	padding: 2px;
	margin: 5px;
	font-weight: 500;
	text-decoration: none;
	color: #6ABC21;
	border-bottom: 1px dashed #6ABC21;
}

#footer {
	background: #6ABC21;
	text-align: center;
	color: #2D4E0E;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
}
#footer p {
}

