

body {
	margin: 0;
	padding: 0;
	font: normal 11px Meiryo,Arial, Helvetica, sans-serif;
	color: #666;
	background: url(images/bg.gif);
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Meiryo,Arial, Helvetica, sans-serif;
	color: #060000;
}

h2 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

p, blockquote, ul, ol {
	line-height: 18px;
}

a {
	color: #530100;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: url(images/img_hd01.jpg);
}

#header h1 a, #header h2 a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#header h1 {
	padding: 20px 0 0 10px;
	font-size: 24px;
}

#header h2 {
	padding: 0px 0 0 10px;
	font-size: 11px;


}

/* Menu */

#menu {
	width: 760px;
	height: 30px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	padding: 10px 20px 0 20px;
	text-decoration: none;
	font: bold 12px Meiryo,Arial, Helvetica, sans-serif;
	color: #666;
}

#menu a:hover {
	text-decoration: underline;
	color: #000;
}

#menu .first a {
	background: none;
	color: #333;
	text-decoration:underline;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #fff;
}

/* Posts */

#posts {
	float: left;
	width: 480px;
}

dl {
	padding: 0;
	border: 1px solid #eee;
	border-top: none;
	background-color: #f5f5f5;
}

dt {
	margin: 0;
	padding: 0.3em 0 0.1em 1em;
	border-top: 1px solid #eee;
	width: 8em;
	float: left;
	color: #333;
}
	
dd {
	margin: 0 0 0 8em;
	padding: 0.3em 1em;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #666;
	background-color: #fff;
}


/* Links */

#links {
	float: right;
	width: 220px;
	padding-left: 10px;
	background: url(images/img05.gif) repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(images/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

#wrap{
	width: 720px;
}

#thumb{
	list-style: none;

}

#thumb li{
	float: left;
	padding: 10px;
}

#thumb li a{
	border: none;
}


/* Footer */

#footer{ 
	text-align: center;
	color: #333;
	margin: 20 auto 0 auto;
}


