*{
	margin: 0px;
	padding: 0px;
}
body{
	color:#FFFFFF;
	background-color: #302d2d;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 1px;
	background-image: url(test/theme/2ch/wall.gif);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

br{
letter-spacing: 0;
}

a
{
	text-decoration: none;
}

a:link    {
	color: #dd3333;
}
a:visited {
	color: #dd3333;
}
a:hover   {
	color: orange;
}
a:hover img {
	border: 1px solid orange;
}
a:active  {
	color: #dd3333;
}
a img {
	border: 1px solid #dd3333;
}
#wrap{
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
#header{
	font-size: 10px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 1px;
}
#menu{
	margin-top: 10px;
	margin-bottom: 10px;
}
#menu ul{
	text-align: center;
}
#menu li{
	display: inline;
	margin-right: 20px;
}
#txt{
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #302D2D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #302D2D;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#txt ul{
}
#txt li{
	margin-bottom: 10px;
	background-image: url(image/list.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	text-indent: 16px;
}
#footer{
	text-align: center;
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
