/*
Theme Name: inabatsuyoshi_001
*/

/* 基本 */
body {
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
}

a {
	text-decoration: none;
	color: #0c8bcd;
}

a img {
	border: none;
}



/* コンテナ */
div#container {
	width: 950px;
	margin: auto;
}

/* ヘッダー */
div#header	{
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	margin-bottom: 20px;
	background: none;
	background-image: url(logo_004.png);
	background-repeat: no-repeat;
	background-position: 0px;
	}

div#header h1	{
	clear: both;
	font-size: 2em;
	margin: 0;
	padding-left: 58px;
	}

div#header h1 a	{
	color: #000000;
}

div#header p#desc {
	clear: both;
	font-size: 1em;
	font-weight: bold;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 58px;
}

div#subinfo {
	clear: both;
	text-align: right;
	margin-top: -32px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}


/* ナビゲーションバー */
div#nav {
	clear: both;
	font-size: 0.75em;
	height: 30px;
	background-color: #ffffff;
	border: solid 1px #aaaaaa;
	margin-bottom: 8px;
}

div#nav ul {
	margin: 0;
	padding: 0;
}

div#nav li {
	list-style-type: none;
	float: left;
}

div#nav li a {
	display: block;
	width: 157px;
	line-height: 30px;
	border-right: solid 1px #aaaaaa;
	color: #000000;
	text-align: center;
}

div#nav li a:hover {
	background-color: #FF8133;
}

/* トップページ／講演・イベント＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

div#couen	{
	width: 350px;
	float: left;
}


/* メディア掲載 */
div#mediakeisai	{
	width: 350px;
	float: left;
}

/* ブログ記事 */
div#blogkiji	{
	width: 600px;
	float: right;
}

/* ブログ記事１段目 */
div#blogkiji1	{
	width: 290px;
	float: left;
	margin-left: 10px;
}

/* ブログ記事２段目 */
div#blogkiji2	{
	width: 290px;
	float: right;
	margin-left: 10px;
}




/* スイッチ１ */
div#switch1	{
	width: 350px;
	float: left;
}

div#switch1 ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#switch1 li	{
	list-style-type: none;
}

div#switch1 .widget	{
	margin-bottom: 20px;
}

div#switch1 h2	{
	font-size: 0.75em;
	color: #ffffff;
	background-color: #aaaaaa;
	border-radius: 3px;
	padding: 2px 10px;
	margin: 0;
}

div#switch1 li li	{
	font-size: 0.75em;
	border-bottom: dotted 1px #aaaaaa;
	margin: 0;
}

div#switch1 li li a	{
	color: #000000;
	display: block;
	padding: 5px 10px;
}

div#switch1 li li a:hover	{
	background-color: #f7e29e;
}



/* 書評・関連書籍 */
div#syohyo	{
	width: 600px;
	float: right;
}

/* 書評・関連書籍１段目 */
div#syohyo1	{
	width: 290px;
	float: left;
	margin-left: 10px;
}

/* 書評・関連書籍２段目 */
div#syohyo2	{
	width: 290px;
	float: left;
	margin-left: 10px;
}




/* スイッチ２／ボトムナビゲーション＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
div#switch2	{
	clear: both;
	width: 950px;
	display: block;
}

div#switch2 {
	font-size: 0.75em;
	height: 30px;
}

div#switch2 ul {
	margin: 0;
	padding: 0;
}

div#switch2 li {
	list-style-type: none;
	float: left;
}

div#switch2 li a {
	display: block;
	margin-left: 18px;
	margin-right: 18px;
}

/* P要素のタイトルとページ送り指定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

p.title	{font-weight: bold;
	color: #585858;
	width: 300px;
	margin: 0 0 10px;
	padding: 0 30px 0 10px;
	border-bottom: 5px #FF8133 solid;
	padding-bottom: 5px;
}

p.pagenation	{font-size: 0.75em;
	overflow: hidden}

span.oldpage	{float: left}

span.newpage	{float: right}

/* 固定ページ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 私の想い */
div#omoi	{width: 950px;
	float: left}

/* プロフィール */
div#profile	{width: 950px;
	float: left}

/* アクション */
div#actionkotei	{width: 950px;
	float: left}

/* お問い合わせ */
div#otoiawase	{width: 950px;
	float: left}


/* contentsのレイアウト＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

div#content	{
	width: 600px;
	float: right}

div#contentbar	{
	width: 350px;
	float: left}
















/* 記事 */
div.post	{margin-bottom: 30px;
	overflow: hidden}

div.post h2	{background-image: url(pencil.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	font-size: 0.875em;
	padding: 10px 18px;
	margin: 0}

div.post h2 a	{color: #000000}

div.post p	{font-size: 0.875em;
	line-height: 1.6}

div.post p.postcat	{text-align: right;
	margin: -10px 10px 10px 0}

div.post p.postcat a	{font-size: smaller;
	background-color: #a7d043;
	border-radius: 2px;
	color: #ffffff;
	padding: 1px 5px}

div.post p.postinfo	{color: #0c8bcd;
	text-align: right;
	margin: 0}

div.post h3 {
	font-size: 16px;
	border-left: solid 12px #FF8133;
	padding-left: 10px;
}

/* 続きを読む */
div.post p.more	{margin: 0;
	float: left;
	font-size: 0.625em}

div.post p.more a	{border: solid 1px #aaaaaa;
	color: #333333;
	padding: 3px}

div.post p.more a:hover	{background: #f7e29e}


/* 記事内の画像 */
.aligncenter	{display: block;
	margin-left: auto;
	margin-right: auto}

.alignleft	{float: left;
	margin-right: 10px;
	margin-bottom: 10px}

.alignright	{float: right;
	margin-left: 10px;
	margin-bottom: 10px}

.wp-caption	{border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px}



/* サイドバー */

div#sidebar	{width: 330px;
	float: left}

div#sidebar ul	{margin: 0;
	padding: 0;
	list-style-type: none}

div#sidebar .widget	{margin-bottom: 20px}

div#sidebar h2	{
	font-size: 1em;
	color: #3f3f3f;
	background-color: #aaaaaa;
	border-radius: 3px;
	padding: 2px 10px;
	margin: 0;
	background: #fff;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:3px solid #FF8133;
	padding: 5px 0 5px 10px;
	background: -moz-linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#eee), color-stop(51%,#ddd), color-stop(100%,#fff)); /* webkit */
	-pie-background:linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* ie */
	behavior: url(images/PIE.htc);  /* ie */
}

div#sidebar li li	{font-size: 1em;
	border-bottom: dotted 1px #aaaaaa;
	margin: 0}

div#sidebar li li a	{color: #000000;
	display: block;
	padding: 5px 10px}

div#sidebar li li a:hover	{background-color: #f7e29e}







/* Photo Dropper */
div.flickrphoto	{text-align: center;
	margin: 30px 0}

div.flickrphoto a img	{border: solid 1px #aaaaaa;
	padding: 10px}

div.flickrphoto small a img	{border: none;
	padding: 0}


/* ギャラリー */
.gallery-item {width: 33%;
	float: left;
	margin-top: 0;
	text-align: center}

.gallery img {border: solid 1px #aaaaaa;
	padding: 5px}

.gallery a:hover img	{background-color: #c4f254}

.gallery dd	{margin: 0;
	font-size: 0.75em}

.gallery br+br	{display: none}



/* 関連記事 */
div.related	{border: solid 1px #aaaaaa;
	margin-top: 20px}

div.related p	{color: #ffffff;
	background-color: #a7d043;
	margin: 0;
	padding-left: 10px}

div.related ol	{font-size: 0.75em}


/* 分割した記事へのリンク */
#postpage	{text-align: center;
	padding-top: 20px;
	clear: both}

#postpage a	{border: solid 1px #aaaaaa;
	padding: 5px 10px;
	margin: 0 10px}

#postpage a:hover	{background: #f7e29e}

#postpage span	{padding: 5px 10px;
	color: #888888;
	background: #dddddd}

#postpage a span	{padding: 0;
	color: black;
	background: none}


/* 画像の個別ページ */
.attachment div#content	{width: 100%;
	float: none}

.attachment p.photo	{text-align: center}


/* タイトルの一覧 */
ul.post	{list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: dotted 1px #aaaaaa}

ul.post li	{border-bottom: dotted 1px #aaaaaa;
	background-image: url(pencil.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 15px 0 15px 20px}

ul.post li a	{color: #000000}

ul.post li span	{font-size: smaller;
	color: #888888}




/* サムネイル画像 */
div.post p.thumb	{float: left;
	margin: 0 10px 10px 0}


/* トップページのタイトルの一覧 */
ul.toplist	{list-style-type: none;
	margin: 0 0 30px;
	padding: 0;
	border-top: solid 1px #aaaaaa}

ul.toplist li	{font-size: 0.875em;
	font-weight: bold;
	border-bottom: solid 1px #aaaaaa;
	background-image: url(pencil.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 20px}

ul.toplist li a	{color: #000000}

ul.toplist li span	{font-size: smaller;
	color: #888888}


/* おすすめ記事 */
div#pickup div.post	{border: dotted 2px #f3b62f;
	background-color: #ffeedd;
	padding: 15px}


/* ステータス */
div#sidebar li#execphp-3 h2	{background-color: #333333;
	border-radius: 0}

div#sidebar li#execphp-3 ul	{border: solid 1px #aaaaaa}

div#sidebar li#execphp-3 li	{padding: 5px 10px}

div#sidebar li#execphp-3 span	{color: #888888}


/* 人気記事ランキング */
div#sidebar ol	{margin: 0;
	padding: 0;
	list-style-type: none}

div#sidebar ol li a:before	{content: counter(mycount);
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: larger;
	color: #ffffff;
	background-color: #f3b62f;
	padding: 2px 7px;
	margin-right: 7px;
	vertical-align: -2px}

div#sidebar ol li	{counter-increment: mycount}


/* パンくずリスト */
.single div#header, .archive div#header
	{margin-bottom: 5px}

div#breadcrumb	{margin-bottom: 5px}

div#breadcrumb div	{display: inline;
	font-size: 0.75em}


/* ページ番号リンク */
p.pagenum	{text-align: center}

p.pagenum a, p.pagenum span
	{padding: 3px 6px;
	color: #ffffff}

p.pagenum a	{background-color: #78982b}

p.pagenum span	{background-color: #a7d043}



/* トップ画面の囲み見出し＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

ul.newslist	{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 0px;
	font-size: 0.8em;
}

ul.newslist li	{
	list-style-type: none;
	background-image: url(maru.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 30px;
	line-height: 18px;
}

ul.newslist a	{
	color: #000000;
}

ul.newslist span	{
color: #666666;
}



/* 検索フォーム */
#searchform, #searchform div	{display: inline}

#searchform label	{display: none}

#s	{border: solid 1px #aaaaaa;
	border-radius: 5px;
	padding: 3px 8px}

#s:hover, #s:focus	{background-color: #eeeeee}

#searchsubmit	{background-color: #666666;
	border-radius: 5px;
	color: #ffffff;
	border: solid 1px #aaaaaa;
	padding: 2px 8px;
	margin-right: 10px}

#searchsubmit:hover	{background-color: #aaaaaa}

div#subinfo img	{vertical-align: bottom}


/* 検索結果 */
.search p.title	{width: auto;
	background: #333333;
	color: #ffffff;
	padding: 10px;
	font-size: 1.25em}

.search-no-results p.title	{text-align: left;
	margin-bottom: 50px}

.search-no-results #content	{text-align: center;
	line-height: 2;
	border: solid 1px #333333;
	padding-bottom: 40px}


/* スライドショー */
#slideshow	{width: 900px;
	height: 228px}


/* ヘッダー部分のおすすめ記事 */
#osusume	{border: solid 1px #aaaaaa;
	overflow: hidden;
	height: 400px;
	background-color: #333333;
	color: #ffffff}

#osusume .thumb	{float: left;
	margin: 0 30px 0 0}

#osusume .thumb img	{vertical-align: bottom}

#osusume .pickup	{font-size: smaller;
	background-color: #c4f254;
	border-radius: 2px;
	color: #000000;
	padding: 1px 0}

#osusume h2	{margin-top: 30px;
	margin-right: 20px;
	font-size: 1.125em;
	border-bottom: dotted 1px #ffffff;
	padding-bottom: 5px}

#osusume p	{margin-right: 20px;
	line-height: 1.4}

#osusume p.more	{text-align: right}

#osusume p.more a	{border: solid 1px #aaaaaa;
	background-color: #ffffff;
	color: #333333;
	padding: 3px;
	font-size: 0.75em}

#osusume p.more a:hover	{background-color: #f7e29e}


/* ライトボックスの背景の透明度 */
#overlay	{filter:alpha(opacity=40)!important;
	opacity:0.4!important}



/* フッターメニュー */
div#footer	{
	clear: both;
	background-color: #FF8133;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-right: 0px;
	padding-left: 25px;
}

div#footermenu ul	{
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0;
	list-style-type: none;
}

div#footermenu ul ul	{
	width: auto;
	float: none;
	margin: 0;
}

div#footermenu .widget	{
	margin-bottom: 20px;
}

div#footermenu h2	{
	font-size: 0.75em;
	color: #ffffff;
	background-color: #aaaaaa;
	border-radius: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0;
}

div#footermenu li li	{
	font-size: 0.75em;
	border-bottom: dotted 1px #aaaaaa;
	margin: 0;
}

div#footermenu li li a	{
	color: #ffffff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

div#footermenu li li a:hover	{
	background-color: #f7e29e;
	color: #000000;
}

div#footer p	{
	clear: both;
	color: #ffffff;
	border-top: solid 1px #ffffff;
	padding-top: 8px;
	margin-right: 50px;
}






/* フッター */
div#footer	{border-top: solid 1px #aaaaaa;
	padding: 6px 0;
	clear: both}

div#footer p	{font-size: 0.75em;
	font-style: normal;
	font-family: Verdana, sans-serif;
	margin-right: 5px;
	margin: 0;
}



