/*
Theme Name: Nothx’s Theme
Theme URI: http://nothx.byhiroshi.com/
Description: The <a href="http://nothx.byhiroshi.com/">nothx.byhiroshi.com</a>'s theme design by <a href="http://nothx.byhiroshi.com/">Naoki Ohdaira</a>.
Version: 1.0
Author: nothx
Author URI: http://nothx.byhiroshi.com/
*/

/* ------------------------------------------------------------General */
html {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	background-image: url(http://nothx.byhiroshi.com/WP/wp-content/themes/nothx/images/monsterhunter.gif);
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	font-family:'?q???M?m?p?S Pro W3','Hiragino Kaku Gothic Pro','???C???I',Meiryo,'?l?r ?o?S?V?b?N',sans-serif;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: top;
}
/*
* {
	margin: 0px;
	padding: 0px;
}
*/
/*
p {
	margin: 0px;
	padding: 0px;
}
*/
/* ------------------------------------------------------------Links */
a:link, a:visited {
	color: #000;
}
a:hover {
	color: #f0f;
}
/* ------------------------------------------------------------Block Images */
.blockTop {
	background: url(http://nothx.byhiroshi.com/WP/wp-content/themes/nothx/images/blockTop.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	height: 22px;
}
.blockMiddle{
	width: 500px;
	margin: 0;
	padding: 0;
	background: url(http://nothx.byhiroshi.com/WP/wp-content/themes/nothx/images/blockMiddle.gif) repeat-y;
}
.blockBottom{
	background: url(http://nothx.byhiroshi.com/WP/wp-content/themes/nothx/images/blockBottom.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
	height:22px;
}
/* ------------------------------------------------------------Parts & Layouts */
#artBoard {
	width: 100%;
	height: 100%;
}
#contents {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	margin: 50px 0px 50px 0px;
}
#header h1 {
	margin: 0px 20px;
	font-weight: bold;
}
#header h1 a {
	text-decoration: none;
}
#header h6 {
	margin: 10px 20px 0px 20px;
	font-weight: bold;
}
.entry {
	margin: 0px 0px 50px 0px;
}
.entry .entryhead {
	margin: 0px 20px 0px 20px;
}
.entry .entryhead h3 {
	font-weight: bold;
	margin: 0;
}
.entry .entryhead h3 a {
	text-decoration: none;
}
.entry .storycontent {
	margin: 10px 20px 0px 20px;
	font-size: small;
	line-height: 1.75em;
	overflow: hidden;
}
.entry .storycontent ul {
	list-style-type: disc;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
.entry .metadata {
	margin: 20px 20px 0px 20px;
	font-size: x-small;
}
#footer {
	margin: 0px 0px 25px 0px;
}
#footer p {
	margin: 0px 20px;
	font-size: x-small;
}
/* ------------------------------------------------------------Page Navigation */
#pageNavi {
	margin: 0px 0px 50px 0px;
	text-align: center;
	width: 500px;
}
#pageNavi a {
	text-decoration: none;
}
.older, .newer {
	display: block;
	position: relative;
	top: 25%;
	font-size: large;
	text-decoration: none;
}
.pnBlockLeft {
	background: url(http://nothx.byhiroshi.com/WP/wp-content/themes/nothx/images/pnBlockLeft.gif) top left no-repeat;
	margin-top: 0px;
	width: 21px;
	height: 60px;
	float: left;
}
.pnBlockCenter {
	height: 60px;
	background: url(http://nothx.byhiroshi.com/WP/wp-content/themes/nothx/images/pnBlockCenter.gif) top repeat-x;
	float: left;
}
.pnBlockRight {
	background: url(http://nothx.byhiroshi.com/WP/wp-content/themes/nothx/images/pnBlockRight.gif) top right no-repeat;
	margin-bottom: 0px;
	margin-right: 25px;
	width: 21px;
	height: 60px;
	float: left;
}
/* ------------------------------------------------------------Comments */
#commententry {
	margin-bottom: 50px;
}
#commentBlock {
	margin: 0px 20px;
	padding: 0;
}
#commentsNumber {
	padding-bottom: 20px;
}
#commentsNumber h3 {
	font-weight: bold;
	margin: 0;
}
#commententry ul {
	margin: 0;
	margin-left: 0;
	padding-left: 0;
}
#commententry li {
	list-style: none;
	margin-left: 0;
}
.commentmetadata {
	font-size: x-small;
}
.commentText {
	font-size: small;
}
#commentForm #respond {
	font-weight: bold;
	margin: 0;
}
#commentForm p {
	font-size: x-small;
}
#commentForm textarea {
	width: 455px;
}
.previousPostLink, .nextPostLink {
	display: block;
	position: relative;
	top: 34%;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
