* {
	margin: 0;
	padding: 0;
}
body {
	background: #EFEFEF;
}
body {
	font-size: 12px;
	line-height: 150%;
}
a {
	color: #FF6B8A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border-style: none;
}
li {
	list-style: none;
}
#page {
	width: 1005px;
	background: #FFF;
	border-right: 1px solid #000;
}
#header div.description {
	background: #000;
	color: #FFF;
	padding: 0 5px;
}
#header div.description a {
	color: #FFF;
}
#header p.blogtitle, #header p.description {
	display: inline;
}
#header #logo {
	height: 70px;
	background: url(/images/logo.gif) no-repeat #FF6B8A;
}
#header #logo a#toplink {
	display: block;
	width: 340px;
	height: 70px;
}
#menubar {
	background: #000;
	margin-bottom: 20px;
}
#menubar li {
	float: left;
	list-style: none;
	border-right: 1px solid #FFF;
}
#menubar li.close {
	border-right: none;
}
#menubar a {
	color: #FFF;
	width: 100px;
	display: block;
	padding: 5px 0;
	text-align: center;
}
#menubar a:hover {
	width: 100%;
	width: 100px;
	background: #666;
}
#container {
	width: 760px
	background: #000;
	float: right;
}
#content {
	width: 560px;
	float: left;
	margin-bottom: 20px;
	min-height: 500px;
}
#content h3.pagetitle {
	font-size: 12px;
	margin-bottom: 15px;
}
.post {
	margin-bottom: 100px;
}
#content .postmetadata {
}
#content .post h1, #content h2 {
	font-size: 14px;
	background: url(/images/title.gif) no-repeat 50% left;
	padding-left: 30px;
	margin-bottom: 10px;
}
#content .nicodata {
	margin: 0 40px 20px 20px;
}
#content .nicodata div.desc {
	background: #EFEFEF;
	padding: 10px;
	border: 1px dotted #666;
}
#content .nicodata div.desc img {
	float: left;
	margin-right: 10px;
}
#content .post h3 {
	margin-bottom: 10px
	font-size: 14px;
	background: url(/images/h3.gif) no-repeat 50% left;
	text-indent: 30px;
	float: left;
	width: 300px;
}
#content div.nicoana {
	margin-left: 300px;
	margin-right: 50px;
	text-align: right;
	margin-bottom: 10px;
}
#content .post h4 {
	margin-bottom: 5px;
}
#content .postdate {
	font-size: 11px;
	padding-left: 5px;
	margin-bottom: 8px;
}
#content .entry img {
	float: left;
	margin: 0 10px 10px 0;
	clear: both;
}
#content #similarposts, #content #latestposts {
	margin: 0 40px 20px 10px;
}
#content #similarposts li, #content #latestposts li {
	margin-bottom: 3px;
}
#content .entry p {
	margin-bottom: 8px;
}
#content .entry {
	margin-bottom: 8px;
	margin: 0 20px 20px 20px;
}
#content .post {
	margin-bottom: 18px;
}
#content .postmetadata {
	padding: 10px;
	margin: 0 25px 10px 10px;
	border: 1px dotted #666;
	background-color: #F8F3E6;
}
#content h3#respond {
	font-size: 12px;
}
#sidebar {
	margin-left: 10px;
	width: 200px;
	margin-bottom: 20px;
}
#sidebar h2 {
	margin-bottom: 10px;
	font-size: 12px;
	color: #333;
	background: url(/images/h2.gif) no-repeat 50% left;
	padding-left: 28px;
}
#sidebar ul li {
	padding-left: 10px;
	font-size: 11px;
}
#sidebar .cat-item {
	text-indent: 10px;
	background: url(/images/plus.gif) no-repeat 8px 50%;
}
#sidebar .tagcloudtags {
}
#sidebar .tagcloudtags .tag-link-1 {
	font-size: 20px;
}
#sidebar .tagcloudtags .tag-link-4 {
	font-size: 16px;
}
#sidebar .tagcloudtags .tag-link-4 {
	font-size: 12px;
}
#sidebar .tagcloudtags .tag-link-4 {
	font-size: 10px;
}
#sidebar > li {
	margin-bottom: 10px;
}
#right {
	width: 200px;
	margin-bottom: 20px;
	float: right;
}
#right h2 {
	margin-bottom: 10px;
	font-size: 12px;
	color: #333;
	background: url(/images/h2.gif) no-repeat 50% left;
	padding-left: 28px;
}
#right ul li {
	padding-left: 10px;
	font-size: 11px;
}
#right .cat-item {
	text-indent: 10px;
	background: url(/images/plus.gif) no-repeat 8px 50%;
}
#right .tagcloudtags {
}
#right .tagcloudtags .tag-link-1 {
	font-size: 20px;
}
#right .tagcloudtags .tag-link-4 {
	font-size: 16px;
}
#right .tagcloudtags .tag-link-4 {
	font-size: 12px;
}
#right .tagcloudtags .tag-link-4 {
	font-size: 10px;
}
#right > li {
	margin-bottom: 10px;
}
textarea#comment {
	width: 380px;
}
#footer {
	font-size: 10px;
	padding-bottom: 20px;
}
#footer h1 {
	font-weight: normal;
	font-size: 10px;
	display: inline;
}
#footer p {
	margin-left: 10px;
}
#footer p.inline {
	display: inline;
}
#searchform {
	padding: 5px 0;
	margin: 0 0 0 15px;
}
#searchform #s {
	border: none;
	background: url(/images/search.gif) no-repeat;
	height: 19px;
	line-height: 19px;
	width: 170px;
	padding-left: 9px;
	font-size: 10px;
}

.hidden {
	display: none;
}
#content .entry img.imgclr {
	clear: both;
	float: none;
}
.clr {
	clear: both;
	height: 0px;
	line-height: 0px;
}
.navigation {
	margin: 0 40px 10px 20px;
}
.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
}
.mb {
	margin-bottom: 10px;
}
#dvdlist {
	margin: 0 30px 20px 20px;
	height: 300px;
	overflow-y: auto;
	background: #FAFAFA;
	border: 1px solid #666;
}
#dvdlist li {
	margin: 0 5px;
	text-indent: 10px;
	background: url(/images/plus.gif) no-repeat 0 50%;
}
#nicolist {
	width: 520px;
	margin: 0 5px 20px;
}
#nicolist a {
	float: left;
}
#nicolist a.big {
	width: 260px;
	height: 200px;
}
#nicolist a.normal {
	width: 130px;
	height: 100px;
}
#nicolist img.big {
	width: 260px;
	height: 200px;
}
#nicolist img.normal {
	width: 130px;
	height: 100px;
}
#nicolist td.big {
	width: 260px;
	height: 200px;
}
#nicolist td.normal {
	width: 130px;
	height: 100px;
}
.right {
	float: right;
}
.left {
	float: left;
}
#sidebar ul.amrank img {
	margin-bottom: 10px;
	margin-left: 10px;
}
