/*
Theme Name: Hanekko Blog
Theme URI: http://www.hanekko.net/
Description: This theme uses it for Hanekko Blog.
Version: 1.0
Author: Digital Jack Corporation
Author URI: http://www.Digital-Jack.net/
*/

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	min-width: 750px;
	color: #333;
	background: #fcdede url(images/bg.gif) no-repeat top center;
}

form, input {
	margin: 0;
	padding: 0;
}

a { text-decoration: underline; }
a img { border: 0; }

.clear-float { clear: both; }

#main {
	margin: 0 auto;
	width: 750px;
	text-align: left;
	background: #ffc5c5;
}

/* header */

#header {
	height: 300px;
	background: #ffffff url(images/header.gif) no-repeat;
}

#header h1 {
	margin: 0;
	padding: 280px 10px 0 0;
	font-size: 10px;
	text-align: right;
}

#header h1 a {
	text-decoration: none;
	font-weight: normal;
	color: #cccccc;
}

#header h1 a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #999999;
}

/* header */


/* menu */

#menu {
	margin: 20px 20px 30px 15px;
	_margin: 20px 15px 30px 10px;
	width: 200px;
	float: left;
}

#menu a {
	color: #666666;
	text-decoration: none;
}

#menu a:hover {
	color: #000000;
	text-decoration: underline;
}

#menu-calendar a {
	color: #666666;
	text-decoration: underline;
}

#menu-calendar a:hover {
	color: #000000;
	text-decoration: underline;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	margin: 0 0 5px 30px;
	padding: 0 0 0 0;
	list-style-image: url(images/menu-list-image.gif);
}

#menu-title {
	margin: 0 0 20px 0;
}

#menu-calendar {
	margin: 10px 0 -10px 20px;
}

#menu tr, #menu td { font-size: 10px; }

/* menu */


/* contents */

#contents {
	margin: 20px 0 30px 0;
	_margin: 20px 0 30px 0;
	width: 500px;
	float: left;
}

.entry {
	margin: 0 0 20px 0;
	width: 500px;
	background: #ffffff url(images/entry-bg.gif) no-repeat;
}

.entry img {
	padding: 5px;
	border: 1px solid #999999;
}

.entry-title {
	padding: 13px 0 0 35px;
	width: 350px;
	font-size: 14px;
	font-weight: bold;
}

.entry-text {
	margin: 30px 15px;
	width: 470px;
}

.entry-text p {
	line-height: 15px;
}

.entry-footer {
	margin: 0;
	padding: 10px 20px;
	text-align: right;
	background: url(images/entry-bg-footer.gif) no-repeat bottom;
}

#comments {
margin: 20px;
}

#comments h2 {
margin: 0;
padding: 10px 0 0 0;
border-top: 1px solid #cccccc;
font-size: 12px;
}

.navigation {
	text-align: center;
}

.navigation a {
	color: #666666;
	text-decoration: none;
}

.navigation a:hover {
	color: #000000;
	text-decoration: underline;
}

dl {
	width: 360px;
	background-color: #ececec;
	margin: 5px 10px;
	border: 1px solid #cccccc;
	border-top: none;
}

dt {
	font-weight: normal;
	color: black;
	margin: 0;
	padding: 5px 0 5px 10px;
	border-top: 1px solid #cccccc;
	width: 13em;
	float: left;
}
	
dd {
	background-color: white;
	margin: 0 0 0 13em;
	padding: 0.5em 1em 0.5em 1em;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

/* contents */


/* footer */

#footer {
	padding: 10px;
	font-size: 12px;
	color: #7e6f6f;
	text-align: right;
	font-weight: bold;
}

/* footer */