@charset "utf-8";
/*
Theme Name: PIA HOUSE
Theme URI: http://www.piahouse-toho.co.jp/blog/
Description: グロフィールド
Version: 1.0
Author: Grofield
Author URI: http://www.piahouse-toho.co.jp/blog/
Tags: blue, custom header, fixed width, two columns, widgets
*/


/* Begin Typography & Colors */
*{
	margin:0;
	padding:0;
}
ul,li{
	padding:0;
	margin:0;
	list-style:none;
}
/*link*/
a		{ color:#96B41A; text-decoration:none; }
a.hover	{ color:#D0FA23; }

body {
	font-size:12px;
	font-family:Verdana,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background:url('./images/bg.jpg') #E0E0C2 bottom center repeat-y;
	color: #333;
	text-align: center;
	}
img{ border:none; }

#page {
	width:800px;
	background-color: white;
	text-align: left;
	margin:0 auto;
	background:url('./images/page_bg.gif') top left repeat;
	}

#header {
	height:230px;
	font-size:0;
	line-height:0;
	background: #2F2E2D url('./images/header.jpg') no-repeat top center;
}
/* Contents Area */
#contents_wrapper{
	background:url('./images/c_bg.jpg') top center repeat-y;
}
/*clearfix*/
#contents_wrapper:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

#contents_wrapper {
  min-height: 1px;
}

* html #contents_wrapper {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#content{
	width:532px;
	float:left;
	padding-left:23px;
	padding-top:30px;
}
.post{
	width:532px;
	margin-bottom:60px;
	color:#666666;
	background:url('./images/post_title_bg.jpg') left top no-repeat;
}
.post .post_month{
	float:left;
	width:28px;
        padding-top:2px;
	height:28px;
	color:#393941;
	font-size:10px;
	text-align:center;
}
.post .post_day{
	float:left;
	width:33px;
	height:18px;
	color:#393941;
	font-size:17px;
	font-weight:bold;
	text-align:left;
        letter-spacing:-2px;
	padding-top:12px;
}
.post .post_title{
	width:470px;
	height:30px;
	float:left;
	line-height:14px;
	font-size:12px;
}
.post .post_title a{
	padding:6px 0 10px 10px;
	color:#9E7A31;
	display:block;
	text-decoration:none;
}
.post .entry{
	padding-top:5px;
	margin-left:60px;
	font-size:12px;
        clear:both;
        overflow:hidden;
}
.post .entry *{
	line-height:150%;
        word-break: break-all;
}
.post .entry p{
        margin:10px 0;
}
.post .post_footer{
       clear:both;
}
.post .postmetadata{
	text-align:right;
	color:#666666;
}
.post .postmetadata a		{ color:#96B41A; }
.post .postmetadata a:hover	{ color:#C8F025; }
/*コメント*/
#respond{
}
#comment{
        width:500px;
}
#respond .comment_title{
        padding:10px 0 10px;
}
#respond p{
        margin:10px 0;
}
.navigation{
        padding:10px 0;
}
/*clearfix*/
.navigation:after {  
        content: ".";  
        display: block;  
        visibility: hidden;  
        height: 0.1px;  
        font-size: 0.1em;  
        line-height: 0;  
        clear: both;  
}
.navigation{  
        zoom: 100%;  
}  
/* Side Area */
#sidebar{
	width:180px;
	float:right;
	padding-right:25px;
	padding-left:24px;
	padding-top:30px;
        color:#666666;
}
#sidebar .side_title{
	color:#FFFFFF;
	height:20px;
	padding-left:15px;
	padding-top:5px;
	margin-bottom:6px;
	font-size:12px;
	background:url('./images/side_title.gif') top right no-repeat;
}
#sidebar .side_body{
	margin-bottom:30px;
        padding-left:5px;
}
/*カレンダー*/
#sidebar .calender .side_body{
        margin:10px 0 30px;
}
#sidebar #wp-calendar{
        width:175px;
        font-size:12px;
        text-align:center;
}
#sidebar #wp-calendar caption{
        color:#96B41A;
        background:#DFE9BA;
        font-size:10px;
        padding:2px 0;
        margin-bottom:0px;
        letter-spacing:-2px;
}
#sidebar #wp-calendar th{
        font-weight:normal;
        width:22px;
        height:22px;
}
#sidebar #wp-calendar a{
        text-decoration:underline;
        background:#DFE9BA;
        display:block;
}
#sidebar #wp-calendar tfoot{
        font-size:10px;
}
#sidebar #wp-calendar tfoot a{
        margin-top:10px;
        background:#D9D9D9;
}
/*profile*/
#sidebar .profile{
	font-size:10px;
        line-height:16px;
}
#sidebar .profile .profile_text{
	padding:6px 0;
}
#sidebar .profile address{
	background:#DFE9BA;
	display:block;
	font-style:normal;
	padding:10px;
}
/*archive*/
#sidebar .archive{
}
#sidebar .archive ul{
	padding-top:5px;
	padding-left:10px;
        margin-bottom:25px;
}
#sidebar .archive ul li{
	padding-left:10px;
        margin-bottom:5px;
	background:url('./images/side_icon.gif') center left no-repeat;
}
/*category*/
#sidebar .category{
}
#sidebar .category ul{
	padding-top:5px;
	padding-left:10px;
        margin-bottom:25px;
}
#sidebar .category ul li{
	padding-left:10px;
        margin-bottom:5px;
	background:url('./images/side_icon.gif') center left no-repeat;
}
/*リンク*/
#sidebar .links{
}
#sidebar .links ul li{
        padding:10px 0;
}
/*ページトップ*/
#page_top{
	clear:both;
        padding:10px 18px 15px;
}
/*clearfix*/
#page_top:after {  
        content: ".";  
        display: block;  
        visibility: hidden;  
        height: 0.1px;  
        font-size: 0.1em;  
        line-height: 0;  
        clear: both;  
}
#page_top{  
        zoom: 100%;  
}  
#page_top a{
        width:90px;
        height:12px;
        display:block;
        float:right;
        background:url('./images/bt_page_top.gif') top left no-repeat;
}
#page_top a span{
        display:none;
}
/* Footer */
#footer{
	border-top:solid 1px #393941;
}
#footer .info{
	padding:15px 0 15px;
	height:35px;
        font-size:11px;
        color:#7F7F7F;
}
/*clearfix*/
#footer .info:after {  
        content: ".";  
        display: block;  
        visibility: hidden;  
        height: 0.1px;  
        font-size: 0.1em;  
        line-height: 0;  
        clear: both;  
}
#footer .info{  
        zoom: 100%;  
}
#footer .info .logo{
        float:left;
        padding-left:20px;
        padding-right:10px;
        display:block;
}
#footer .info .adress{
        float:left;
        padding-left:10px;
        padding-top:5px;
        display:block;
        font-weight:normal;
        height:30px;
        background:url('./images/length_line.gif') center left repeat-y;
}
#footer .info adress span{
}
#copyright{
	color:#FFFFFF;
	background:#393941;
	text-align:center;
	height:60px;
}
#copyright a{
        color:#FFFFFF;
       text-decoration:underline
}
#copyright .top_text{
	padding-top:16px;
	font-size:11px;
}
#copyright .bottom_text{
	padding-top:6px;
	font-size:10px;
}

/*img*/
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
	}
.alignclear {
        clear: both;
}
/* "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." */

