﻿@charset "utf-8";
/*
Theme Name: ZILOW org
Theme URI: http://wordpress.org/
Description: WordPress のデフォルトテーマ改造
Version: 1.0
Author: ZILOW
Author URI: http://hangameblog.dz-life.net/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*{
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color:#333333;
	}
body{
	background:url(img/back_blue.gif) top repeat-x #F2F2F2;
	}

/** main box
------------------------------ **/

#page{
	width:920px;
	margin:0 auto;
	background:url('img/back_body.gif') repeat-y;
	}

#content{
	float:left;
	padding:0 15px 20px;
	width:520px;
	background:url('img/back_header.jpg') no-repeat top;
	}

#header{
	margin-bottom:10px;
	padding-top:110px;
	}

#sideBlock{
	float:right;
	width:370px;
	}
#sidebar1{
	float:left;
	padding-bottom:20px;
	width:185px;
	}
#sidebar2{
	float:right;
	padding-bottom:20px;
	width:185px;
	}

#footer{
	clear:both;
	padding:10px 15px;
	}

/** tags style
------------------------------ **/

a{
	color:#0099CC;
	text-decoration:none;
	}
a:hover{
	color:#00CCCC;
	text-decoration:underline;
	}

h1 {
	font-size:20px;
	padding-bottom:10px;
	}
h1,
h1 a,
h1 a:hover,
h1 a:visited{
	font-size:20px;
	text-decoration: none;
	color:#666699;
	}

h2 {
	font-size:16px;
	}

h3 {
	font-size:14px;
	}

ul,li{
	list-style:none;
	}
table{
	border-collapse:collapse;
	}
td,th{
	padding:4px;
	}

/** float box
------------------------------**/
.fRight{
	float:right;
	margin-left:10px;
	text-align:right;
	font-size:10px;
	}
.fLeft{
	float:left;
	margin-right:10px;
	text-align:left;
	font-size:10px;
	}
.clear{
	clear:both;
	}
.cRight{
	clear:right;
	}
.cLeft{
	clear:left;
	}
.noClear{
	clear:none !important;
	}


/** text style
------------------------------**/
.wBold{
	font-weight:bold;
	}
.wNormal{
	font-weight:normal;
	}
.tLeft{
	text-align:left;
	}
.tRight{
	text-align:right;
	}
.tCenter{
	text-align:center;
	}
.cRed{
	color:#FF3300;
	}
.cOrange{
	color:#FF9900;
	}
.cBlue{
	color:#0066FF;
	}
.PR{
	line-height:16px;
	font-weight:bold;
	color:#FF3333;
	}
.PR a{
	font-weight:normal;
	}

/** header Style
------------------------------ **/

#header h1{
	}
#header .description{
	margin-bottom:10px;
	}
#header .topAd{
	margin-bottom:10px;
	}
.topBanner{
	padding:5px;
	margin-bottom:10px;
	background:#333;
	text-align:center;
	color:#fff;
	line-height:15px;
	}

/** Post Style
------------------------------ **/

.post {
	margin: 0 0 20px;
	padding-bottom:5px;
/*	border:solid 1px #333333;*/
	}
.post a.more-link{
	background:url(img/icon_more.gif) left top no-repeat;
	padding-left:50px;
	}
.post a.official{
	background:url(img/icon_official.gif) left top no-repeat;
	padding-left:50px;
	}
.post h2{
	padding:5px 9px 5px 19px;
	background:url(img/back_posttitle.gif) top left no-repeat #333333;
	font-size:16px;
	color:#FFFFFF;
	}
.post h2 a{
	font-size:16px;
	color:#FFFFFF;
	}
.post h2 a:hover{
	color:#00CCFF;
	text-decoration:none;
	}
.post h3{
	clear:both;
	margin-bottom:5px;
	padding-left:16px;
	background:url(img/h3_mark.jpg) no-repeat left;
	}
.post hr {
	clear:both;
	display: block;
	margin:5px auto; 
	border-style:dotted none none none;
	border-color:#666666;
	border-width:1px;
	height:1px;
	}
.post li{
	margin-bottom:5px;
	padding-left:12px;
	background:url(img/listmark.gif) no-repeat left top;
	}
.postMetaData{
	clear:both;
	padding:10px 9px;
	border-top:dotted 1px #999999;
	border-bottom:dotted 1px #CCCCCC;
	text-align:right;
	color:#666666;
	}
.postDate{
	padding:5px 24px;
	color:#666666;
	background:url(img/icon_date.jpg) left center no-repeat;
	}

/** related **/
.post h3.related{
	margin-top:10px;
	background:url(img/h3_related.jpg) no-repeat left;
	color:#669900;
	}
ul.st-related-posts{
	padding-left:15px;
	}

/** Entry Style
------------------------------ **/

.entry{
	padding:10px 0;
	line-height:15px;
	}
.entry p{
	margin-bottom:10px;
	}
.entry a{
	text-decoration:underline;
	}

h3#comments {
	margin: 30px 0 5px;
	}
h3#respond{
	margin: 30px 0 5px;
	}

/** game spec **/

table.gameKankyou{
	margin-bottom:10px;
	}

table.gameKankyou th,
table.gameKankyou td{
	border:solid 1px #666666;
	}
table.gameKankyou th{
	background:#0066CC;
	color:#FFFFFF;
	}
table.gameKankyou th.pro{
	background:#AABBCC;
	font-weight:bold;
	text-align:center;
	}
table.gameKankyou td.pro{
	background:#DDEEFF;
	font-weight:bold;
	text-align:center;
	}

/** Side Bar Style
------------------------------ **/
#sideBlock *{
	color:#EEEEEE;
	}
#sideBlock h2{
	font-size:14px;
	}
#sideBlock a{
	color:#FF9900;
	}
#sideBlock a:hover{
	color:#FFCC00;
	}
#sideBlock .ads120{
	width:120px;
	margin:auto;
	}

/** sidebar 1 **/
#sidebar1 p,
#sidebar1 ul{
	padding:5px 10px 10px 15px;
	line-height:15px;
	}
#sidebar1 ul.children{
	padding:5px 0 10px 10px;
	}
#sidebar1 li{
	margin-bottom:5px;
	}

#searchform{
	padding:5px 10px 10px 15px;
	}
#searchform input{
	font-size:10px;
	color:#333333;
	}
#s{
	width:80px;
	height:14px;
	}
.formButton{
	padding:2px 4px;
	background:url(img/back_formbutton.gif);
	border:solid 1px #333333;
	}

/** sidebar 2 **/
#sidebar2 p,
#sidebar2 ul{
	padding:5px 10px 10px;
	line-height:15px;
	}
#sidebar2 h3,
#sidebar2 .imgBanner,
#sidebar2 .imgBanner120{
	padding:5px 10px;
	}
#sidebar2 .imgBanner a{
	display:block;
	width:150px;
	padding:3px;
	border:solid 2px #CCCCCC;
	}
#sidebar2 .imgBanner a:hover{
	padding:3px;
	border:solid 2px #FFCC00;
	}
#sidebar2 .imgBanner120 a{
	display:block;
	width:120px;
	padding:3px;
	border:solid 2px #CCCCCC;
	}
#sidebar2 .imgBanner120 a:hover{
	padding:3px;
	border:solid 2px #FFCC00;
	}
	
#sidebar2 ul.children{
	padding:5px 0 10px 10px;
	}
#sidebar2 li{
	margin-bottom:5px;
	}

/** Footer Style
------------------------------ **/

#footer p{
	line-height:15px;
	padding-left:15px;
	}
#footer .goTop{
	background:url(img/icon_gotop.gif) left center no-repeat;
	}
#footer .goHome{
	background:url(img/icon_home.gif) left center no-repeat;
	}


/** Under Ground Style
------------------------------ **/

#underGround{
	width:100%;
	background:url(img/back_underground_loop.jpg) top repeat-x;
	}
#underGround_wrap{
	width:100%;
	background:url(img/back_underground.jpg) top center no-repeat;
	}
#underGround_contents{
	width:910px;
	height:330px;
	margin:auto;
	padding:0 5px;
	background:url(img/back_underground.jpg) top center no-repeat;
	/***/
	scrollbar-base-color:black;
	}
#underGround_contents *{
	color:#EEEEEE;
	}
#underGround_left{
	float:left;
	width:605px;
	}
#underGround_leftLeft{
	float:left;
	padding:10px;
	width:280px;
	}
#underGround_leftRight{
	float:right;
	padding:10px;
	width:280px;
	}
#underGround_right{
	float:right;
	padding:10px;
	width:280px;
	}
#underGround_footer{
	clear:both;
	width:890px;
	margin:auto;
	padding:10px;
	}

/* underGround_leftLeft : Recent Comments */
#underGround_leftLeft ul{
	width:280px;
	height:190px;
	overflow:auto;
	}
#underGround_leftLeft li{
	border-bottom:dotted 1px #EEEEEE;
	margin-bottom:4px;
	padding-bottom:3px;
	}
#underGround_leftLeft a{
	color:#00CCFF;
	}
#underGround_leftLeft a:hover{
	color:#FFFFFF;
	background:#0099CC;
	text-decoration:none;
	}

/* underGround_leftRight : Tag Cloud */
#underGround_leftRight .contentsArea{
	width:280px;
	height:190px;
	overflow:auto;
	}
#underGround_leftRight .contentsArea a{
	color:#CC99FF;
	padding:3px;
	}
#underGround_leftRight .contentsArea a:hover{
	color:#FFFFFF;
	background:#9900CC;
	text-decoration:none;
	}

/* underGround_right : About */
.myAvatar{
	float:left;
	width:70px;
	}
.profileArea{
	float:right;
	width:200px;
	height:180px;
	overflow:auto;
	text-align:left;
	}
.profileArea h3,
.profileArea p{
	margin-bottom:5px;
	}
.profileArea a{
	color:#FFCC00 !important;
	}
.profileArea a:hover{
	color:#FFFFFF !important;
	background:#FF9900;
	text-decoration:none;
	}





/*************/
/** Default **/
/*************/



.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

#wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */




/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width:514px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

