@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.4em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	background: #FFFFFF url(../img/dot_silver.gif) repeat;
}
a {
	color: #0000FF;
}
a:hover {
	color: #FF9900;
}
#wrapper {
	width: 800px;
	margin: 10px auto;
}

#header {
	background-color: #000000;
	color: #F0F0F0;
	border: 2px solid #606060;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 10px;
}
#header h1 {
	font-size: 180%;
	text-align: center;
}
#header #description {
	font-size: 88%;
	text-align: center;
}
#header h2 {
	font-size: 88%;
	text-align: right;
}
#header h2 a {
	color: #FFFFFF;
}
#header h2 a:hover {
	color: #FF9900;
}
#side {
	float: right;
	width: 280px;
	margin: 10px;
}
ul.menu {
	list-style: none;
}
ul.menu li {
	margin-bottom: 10px;
}
ul.menu li a {
	display: block;
	background: url(../img/ball.gif) no-repeat;
	font-size: 16px;
	line-height: 42px;
	text-indent: 50px;
}

#main-content {
	width: 480px;
	margin: 10px;
}
.content p {
	line-height: 1.4em;
	margin: 8px 0;
}
h2.title ,
h3.title {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 10px;
	text-indent: 10px;
	padding: 10px 0;

}
h2.title {
	border-left: 12px solid #FF9900;
	border-right: 12px solid #FF9900;
}
h3.title {
	border-left: 12px double #FF9900;
	border-right: 12px double #FF9900;
}
.title a{
	color:#FFF;
}

#footer {
	background-color: #000000;
	color: #F0F0F0;
	border: 2px solid #606060;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 10px;
}
#footer p {
	text-align: center;
	font-size: 9px;
}

