/*
Theme Name: gentenzero
Theme URI: http://blog.gentenzero.com/
Description: <a href="http://blog.gentenzero.com/">genten zero</a> 用の Wordpress テーマです。
Author: gentenzero
Author URI: http://blog.gentenzero.com/
Version: 0.8.2.0
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

body {
	background-color: #222;
	font-family: "メイリオ", Meiryo;
	background-image: url(images/bg/bg_top.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

input, 
textarea {
	background: none;
	border: solid 1px #666;
	color: #ccc;
	font-family: "メイリオ", Meiryo;
}

p {
    padding: 0.5em 0;
}

blockquote, code {
    padding: 0.5em 1.5em;
    display: block;
}

blockquote {
    border: 3px double #666;
}

code {
    border: 1px solid #666;
}

#top_bg {
	position: absolute;
	height: 100%;
	width: 100%;
	/*background-image: url(images/bg/bg_main.jpg);*/
	background-image: url(images/bg/bg_main.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	overflow: auto;
}

#header,
#container,
#footer {
	margin-left: auto;
	margin-right: auto;
}

#header,
#footer {
	width: 640px;
}

/* ----- Header ----- */

#header {
	position: relative;
	height: 140px;
	_height: 150px;
}

#title a {
	position: absolute;
	top: 80px;
	left: 0px;
	display: block;
	width: 234px;
	height: 60px;
	background-image: url(images/logo/logo.png);
	background-repeat: no-repeat;
}

#title a:hover {
	background-image: url(images/logo/logo_over.png);
}

#title a span {
	display: none;
}

#description {
	position: absolute;
	top: 100px;
	left: 250px;
	color: #ddd;
	font-size: 0.8em;
}

#ad_header {
	float: right;
}

/* ----- Container ----- */

#container {
	clear: both;
	width:660px;
	_width: 640px;
}

.container_child {
	position: relative;
	float: left;
	overflow:hidden;
}

.container_corner {
	background-repeat: no-repeat;
}

.container_vertical {
	background-repeat: repeat-x;
	height: 30px;
	_height: 20px;
}

.container_horizontal {
	background-repeat: repeat-y;
}

.container_left {
	clear: left;
}

.container_right {
	width: 660px;
	background-position: right;
}

.container_center {
	left: 30px;
	width: 600px;
}


/* ----- Top ----- */

#container_lt {
	background-image: url(images/bg/bg_container_lt.png);
}

#container_ct {
	background-image: url(images/bg/bg_container_top.png);
}

#container_rt {
	background-image: url(images/bg/bg_container_rt.png);
}


/* ----- Middle ----- */

#container_lm {
	background-image: url(images/bg/bg_container_left.png);
}

#container_cm {
	background-image: url(images/bg/bg_container_cm.png);
}

#container_rm {
	background-image: url(images/bg/bg_container_right.png);
}
 

/* ----- Bottom ----- */

#container_lb {
	background-image: url(images/bg/bg_container_lb.png);
}

#container_cb {
	background-image: url(images/bg/bg_container_bottom.png);
}

#container_rb {
	background-image: url(images/bg/bg_container_rb.png);
}
 
 
/* ----- Content ----- */

#content {
	width: 450px;
	color: #eee;
	padding: 10px;
	_padding-left: 0;
	border-right: solid 1px #444;
}


#content a {
	color: #ccf;
	text-decoration: none;
}

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

#content .navigation div{
	font-size: 0.8em;
	padding-bottom: 10px;
}

#content .alignleft {
	/*float: left;*/
	margin-bottom: -10px;
}

#content .alignright {
	float: right;
}

#content .post.hentry {
	clear: both;
}

/* ----- Entry ----- */

#content h2 {
	border-bottom: solid 1px #ccc;
	font-size: 1.4em;
}

#content h2 a {
	color: #eee;
	display: block;
}

#content h2 a:hover {
	color: #fff;
	text-decoration: underline;
}

#content .postmetadata {
	padding-top: 10px;
}

#content .postmetadata li {
	float: left;
	list-style-type: none;
	font-size: 0.6em;
}

#content .entry {
	padding-top: 10px;
	clear: both;
	padding-bottom: 25px;
	font-size: 0.8em;
}

#content .entry li {
	margin-left: 1.2em;
}

#content .more-link {
	display: block;
	width: 80px;
	margin-top: 5px;
}

#trackback {
	padding-bottom: 25px;
}

#trackback h3 {
	font-size: 1em;
}

#trackback p {
	font-size: 0.8em;
	padding-left: 2px;
	border: solid 1px #666;
}

#comments {
	padding-bottom: 25px;
}

#comments h3 {
	font-size: 1em;
}

#comments .commentlist {
	padding-bottom: 25px;
	font-size: 0.8em;
}

#author, 
#email, 
#url {
	width: 200px;
}

#comment {
	width:440px;
	font-size: 0.8em;
}

#submit {
	font-size: 0.7em;
}

/* ----- Sidebar ----- */


#sidebar {
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
	margin-left: -1px;
	width: 110px;
	padding: 10px;
	padding-right: 0;
	font-size: 0.8em;
	border-left: solid 1px #444;
	float: left;
	color: #eee;
	overflow: hidden;
}

#sidebar .hidden {
	display: none;
}

#sidebar #searchtext {
	width: 73px;
}

#sidebar #searchsubmit {
	font-size: 0.95em;
}

#sidebar dt {
	border-bottom: solid 1px #ccc;
}

#sidebar dd {
	margin-top: 5px;
	font-size: 0.9em;
	width: 110px;
	overflow: hidden;
	margin-bottom: 1em;
}

#sidebar li {
	list-style: none;
	width: 500px;
	height: 1.5em;
}

#sidebar li a {
	color: #ccf;
	height: 1.3em;
	display: block;
	text-decoration: none;
}

#sidebar li a:hover {
	color: #ddf;
	border-bottom: solid 1px #ccf;
}