﻿@charset "utf-8";
/*
Theme Name: Gentoki
Theme URI: http://wordpressgogo.com/development/theme-gentoki.html
Description: This theme is customized for a photolog or photo album site. Following plugins are recommended: Lightbox Gallery, WP-PageNavi, and Trackping Separator. Lightbox Gallery can be downloaded at http://wordpressgogo.com/development/lightbox-gallery.html 
Version: 1.3.1
Author: Hiroaki Miyashita
Author URI: http://wordpressgogo.com/
Tags: photo, album, image, photolog
*/

/* 一般設定 */

* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {list-style: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}


body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 0.9em;
 	background: #000;
	color:#fff;
	}

img {border-width: 0px;}
a:link {color: #ccc; text-decoration: underline;}
a:visited {color: #ccc; text-decoration: underline;}
a:hover {color: #FFFFFF; text-decoration: none;}

.clear {clear: both;}
.left {text-align: left;}
.right {text-align: right;}
.middle {vertical-align: middle;}
.center {margin: auto; text-align: center;}
.none {display: none;}
.block {display: block;}
.bold {font-weight: bold;}
.link {border: 1px solid #EEEEEE;}
.cite {border: 1px dashed #CCCCCC; background-color: #EEEEEE; padding: 10px; margin: 10px;}
.img {border: 1px solid #000000;}
.floatleft {float:left; margin:0px 10px 10px 0;}
.floatright {float:right; margin:0px 0 10px 10px;}
.small {font-size:0.8em;}
.red {color:#FF0000;}

/* ページ全体 */

div#page {
	margin:10px auto 0 auto;
	width: 950px;
	background:#000;
	}

/* Header */

#header {
	margin: 0 auto;
	padding:0;
	position: relative;
	background:#000;
	}

/* ヘッダーテンプレート */


div#header h1 {
	text-align:center;
	font-size:1.2em;
	padding-top:80px;
	width:500px;
}
div#header h1 a:link, div#header h1 a:visited {
	color:#fff;
	text-decoration:none;
}
div#header h1 a:hover, div#header h1 a:active {
	color:#ffffee;
	text-decoration:underline;
}

div#header p {
	text-align:center;
	color:#ccc;
	font-size:0.9em;
	width:500px;
}

/* ヘッダーナビゲーション */

#header-navi {
	background-color:#222;
	padding:5px;
	margin-top:80px;
}

#header-navi a {
	color: #ccc;
	text-decoration: none;
	}

#header-navi a:hover {
	color: #fff;
	text-decoration: underline;
	}

#header-navi ul {
	float: left;
}

#header-navi li {
	list-style-type: none;
	text-align:center;
	float: left;
	padding:0 10px;
	border-right:1px solid #999;
}


/* Main contents */

#contents p, #contents table, #contents blockquote {margin: 0; padding: 10px;}
#contents dl {margin: 0; padding: 5px 0;}
#contents ul, #contents ol {list-style: outside; margin: 15px 10px 15px 35px; padding: 0px;}
#contents ul {list-style-type:disc;}
#contents ol {list-style-type:decimal;}

#contents img.alignnone {
	background:#f7f7f7;
	padding:5px;
	margin-bottom:5px;
	border-top: 4px solid #999977;
	border-right: 4px solid #666655;
	border-bottom: 4px solid #666655;
	border-left: 4px solid #999988;
	}

#contents {
	width: 700px;
	margin:20px auto;
	line-height:1.5;
	float:left;
	}

h2.entry-header {
	text-align: center;
	font-size:1.3em;
	color: #ddd;
	letter-spacing:0.2em;
	padding: 5px;
	margin:10px;
	background: #333;
	border:1px solid #555;
	}

#contents h3 {
	text-align: left;
	font-size:1.2em;
	color: #FFFFFF;
	padding: 0 10px;
	margin: 20px 10px 10px 10px;
	border-bottom:2px solid #fff;
	}

#contents h4 {
	text-align: left;
	font-size:1em;
	color: #FFFFFF;
	padding: 5px 10px;
	margin:20px 10px 5px 10px;
	background: #111;
	border:1px solid #333333;
	}

#contents .entry-body {position:relative;}
#contents .entry-footer {text-align:right;}
#contents .attachment {text-align:center; margin:10px;}

#contents .list {
	width:196px;
	margin:12px;
	float:left;
	background:#222;
	}

h2.list-header {
	text-align: center;
	font-size:0.9em;
	color: #999;
	padding: 5px 0px;
	background: #222222;
	}

h2.list-header a {
	color: #999;
	text-decoration: none;
	}

h2.list-header a:hover {
	color: #fff;
	text-decoration: underline;
	}

#contents .list-body {text-align:center; padding:15px 0 5px 0;}
#contents .list-body a {width:162px; height:121px; display:block; background:#333333; margin:auto; padding-top:1px;}
#contents .list-body a:hover {background:#444444;}

#contents .page {margin:15px;}

h2.page-header {
	text-align: center;
	font-size:1.3em;
	color: #ccc;
	padding: 5px;
	margin-bottom:10px;
	background: #222222;
	border:1px solid #333333;
}

#contents .page-body {padding:10px;}
#contents div.post_previous {width: 335px; margin: 10px 5px 10px 10px; text-align: left; float: left;}
#contents div.post_next {width: 335px; margin: 10px 5px 10px 10px; text-align: right; float: left;}
#contents div.pagenavi {margin-left:13px; line-height:2;}

#contents .comment-left, #contents .comment-right {width:430px; float:left; padding:0 15px;}

/* サイドバー */

.sidebar {
	float:right;
	width: 250px;
	padding-top:20px;
	background: #000000;
	text-align: right;
	color: #ccc;
	}

.sidebar a {
	color: #ccc;
	text-decoration: none;
	}

.sidebar a:hover {
	color: #fff;
	text-decoration: underline;
	}

.sidebar h4 {
	padding: 5px 5px 0 5px;
	color: #fff;
	text-align: right;
	border-bottom:2px solid #cc0000;
	}

.sidebar ul {
	list-style:none;
	margin: 0;
	padding: 5px;
	line-height:1.4;
	}

.sidebar p {
	padding: 5px;
	}

/* フッター */

#footer {
	padding: 5px 0;
	width: 950px;
	margin: auto;
	color: #999;
	text-align: center;
	line-height: 1.2em;
	background-color:#222;
	clear: both;
	}


ul#footernav {list-style-type: none; margin: 0; text-align: center;}
ul#footernav li {display:inline; border-right:1px solid #CCCCCC; padding: 0 10px;}
ul#footernav li#footer_last {border-right:0;}

#footer a {
	color: #999;
	text-decoration: none;
	}

#footer a:hover {
	color: #999;
	text-decoration: underline;
	}