@charset "utf-8";

/*
Theme Name: inoue-kiki
Theme URI: http://www.inoue-kiki.net
Description: ほほえみごはん
Version: 1.0
Author: covori
Author URI: 
License: GNU General Public License
License URI: license.txt
*/

@import url("default.css");
@import url("page.css");
@import url("toppage.css");
@import url("footer.css");
@import url("column.css");


/*------------------------------------------------------------------------------
	基本スタイル　
-------------------------------------------------------------------------------*/
body {
	color: #333;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.85em;
	background: #ffffe5 url(images/bg_body.png) repeat-x;
	}

/*------ リンクカラ ------*/



/*------　wrapper　------*/
#wrapper {
	padding: 0 20px;
	margin: 0 auto;
	width: 940px;
	}

/*------　#global　------*/
#global {

}

/*------　header ------*/
#header {
	height: 100px;
	position: relative;
	}
	* html #header { height: 100px; }
	*:first-child+html #header { height: 100px; } 

/*------　main　------*/
#main {
	margin-bottom:20px;
	width: 620px;
	padding:15px 15px 0 15px;
	float: right;
	/*overflow: hidden;*/
	background-color:#fff;
	border:solid #FFE0A0 1px;
	}
.hentry {
	margin-bottom: 20px;
	overflow: hidden;
	}

#mainContents{
	background-color:#fff;
	}


/*------　サイド　------*/
#sideNavi{
	width:230px;
	}
.side-txt{
	margin: 4px 0 0 1px;
	padding:4px 0 2px 10px;
	width:220px;
	font-size:13px;
	color:#630;
	border-left:dotted 2px #f90 ;
	}

/*------------------------------------------------------------------------------
		各ボックス内の詳細指定
-------------------------------------------------------------------------------*/

/*------　header ------*/
#header h1{
	}
#headerLogo {
	position: absolute;
	top: 15px;
	}
.headMenu {
	text-align:right;
	position: absolute;
	top: 18px;
	right: 0;
	}

.headMenu li{
	font-size: 13px;
	float:left;
	background:url(images/list-headMenu.gif) no-repeat 0 0;
	height:20px;
	padding-left:24px;
	margin-left:12px;
	margin-right:2px;
	}

/*----- カレンダー（ウィジェット用） -----*/

#wp-calendar {
	color: #555;
	width:100%;
	text-align: center;
	padding:0 6px;
}
#wp-calendar caption,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}
#wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 0 0 3px 0;
	text-transform: uppercase;
}
#wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding:1px 0;
}
#wp-calendar tfoot td {
	border-top: 1px solid #ccc;
	padding-top:4px;
	}
	

/* ------------------------------------------------------------------------------
　■ 記事部分
------------------------------------------------------------------------------ */

/*エントリーヘッダー*/


/* 記事エリア■■■？？？■■■ */
article.hentry{
	border-bottom:none;
	margin-bottom:10px;
	padding-bottom:10px;
} 

/* 本文エリア */
.entry-content{
	overflow:hidden;
	padding-top:0px;
	padding-bottom:0px;
	line-height:160%;
	}
.entry-content p{
	padding:30px:
	}
.post-indent {
	padding:0 15px;
}


/*------　汎用　-------*/

/*------------------------------------------------------------------------------
	border: 1px solid #999;
-------------------------------------------------------------------------------*/
#main table {
	margin-bottom: 20px;
	}

#main table tr {
	}

#main table th {
	background-color: #DEEAFC;
	}

#main table td {
	}

blockquote {
	background-color: #EEE;
	border: 1px solid #999;
	padding: 10px 15px 5px 15px;
	margin: 0 5px 10px 5px
}

/*　画像の配置　*/
.alignnone { /*　指定なし　*/
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #FFF;
}

.alignnone { /*　指定なし キャプションあり　*/
	margin-bottom: 20px;
}

.alignright { /*　右寄せ　*/
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin: 0 0 20px 20px;
	float: right;
}

.alignleft { /*　左寄せ　*/
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin: 0 20px 20px 0;
	float: left;
}

.aligncenter { /*　中央配置　*/
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin: 0px auto 20px;
	display: block;
}

.wp-caption { /*　位置指定した画像の枠　*/
	text-align: center;
}

.wp-caption-text,
.gallery-caption { /*　投稿内画像下のキャプション　*/
	font-size: 12px;
	line-height: 1.2;
	color: #666;
	margin: 0;
}

.attachment-post-thumbnail { /*　アイキャッチ画像　*/
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-bottom: 10px;
}

.post p a {
	text-decoration: underline;
}

/* singleでの前後の投稿へのリンク */
.pagelink {
	overflow: hidden;
	margin-bottom: 20px;
}

.pageprev {
	float: left;
}

.pagenext {
	float: right;
}

/* 記事下ページナビ */
#content nav{
	padding-bottom:10px;
	}
/* ページナビ矢印 */
span.meta-nav{
	display:none;
	}
.wp-pagenavi{
	padding:0 20px 12px 20px;	
	}
.wp-pagenavi .pages{
	background-color:#ececec;
	}
.wp-pagenavi .previouspostslink{
	background-color:#ececec;
	}
.wp-pagenavi .nextpostslink{
	background-color:#ececec;
	}

/* ----------------------------------------------------------
 共有ボタン
---------------------------------------------------------- */

/* 共有ボタンエリア */
#share{
	overflow:hidden;
	margin:0 0 20px 10px;
}
/* 共有ボタンリスト */
#share ul{
	list-style:none;
	margin:10px 0;
}
#share ul li{
	float:left;
	margin-right:20px;
	}
#gallery-1 img{
	padding:3px;
	border:solid #cfcfcf 1px;
	}