body
{
	margin			: 0px auto;
	padding			: 0px;
	color				: #FFFFFF;
	background-color		: #666666;
  background-image :  url(http://ngoma-japani.orio.jp/images/uploads/bg.jpg);
  background-repeat : no-repeat;
  background-attachment : fixed;
  background-position : center; 
	font-family			: Tahoma, verdana, arial, helvetica, sans-serif;
	font-size			: small;
	text-align			: center;
}

h1 {
	font-size			: large;
}

h2 {
	font-size			: medium;
}

h3 {
	font-size			: small;
}

.clear {
	clear				: both;
}

.center {
	text-align			: center;
}

img {
	margin			: 0;
	padding			: 0;
	border			: 0;
}

a:link {
	color				: #006AB6;
	text-decoration		: none;
}

a:visited {
	color				: #FFBB00; /* 向日葵色 */
	text-decoration		: underline;
}

a:hover {
	color				: #FFFFFF;
	text-decoration		: underline;
}

a:active {
	color				: #FFFFFF;
	text-decoration		: underline;
}

ul {
	margin			: 0px 0px 0px 5px;
	padding			: 5px;
	list-style			: none;
}

li {
	margin			: 0px;
	padding			: 0px;
}

#container {
	margin			: 0px auto;
	padding			: 0px;
	width				: 800px;
	height			: auto;
	border-left			: 1px solid #000000;
	border-right		: 1px solid #000000;
}

.header {
	margin			: 0px;
	padding			: 10px;
	width				: 800px;
	color				: #FFFFFF;
	border-bottom		: 1px solid #ccc;
}

.content {
	float				: right;
	margin			: 0px;
	padding			: 10px;
	width				: 499px;
	height			: auto;
	text-align			: left;
	border-left			: 1px solid #ccc;
}

.sidebar {
	float				: left;
	margin 			: 0px;
	padding			: 10px;
	width				: 259px;
	height			: auto;
	color				: #FFFFFF;
	text-align			: left;
	border-right			: 1px solid #ccc;
}

.sidetitle {
	margin			: 0px;
	padding			: 5px;
	color				: #D89F6D;
	border-bottom		: 3px solid #FFFFFF;
}

.posted {
	margin			: 5px;
	border-bottom		: 2px dotted #FFFFFF;
}

#footer {
	margin			: 0 auto;
	padding			: 5px 10px;
	width				: 800px;
	border-top			: 1px solid #ccc;
	color				: #FFFFFF;
}

