/*
Theme Name: Granzy Fstream
Theme URI: http://f-stream.net/
Description: ウィジェットあり、カスタムナビありのちょいグランジテーマ
Version: 0.1
Author: 辻ともみ
Author URI: http://f-stream.net/
*/

/*:-- base --------------------*/
html {
	height: 100%;
}
html * {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1em;
	color: #444;
	word-wrap:break-word;
}
body {
	margin:0;
	padding:0;
	height: 100%;
	background-color: #DDD;
	background-image: url(img/header.png) , url(img/bg_01.png) , url(img/bg_a.jpg);
	background-repeat: no-repeat , repeat-x, repeat ;
	background-position: top center, top center, top center;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
display:block;
}

#container {
	position:relative;
	padding: 0px;
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

header {
	height: 430px;
	width: 1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
#cnt {
	position:relative;
	width: 1000px;
	min-height: 100%;
	height: auto;
	margin: 0px auto;
}
.indexcnt {
	padding-bottom: 220px;
}

footer {
	position:absolute;
	bottom: 0;
	background:url(img/bg_g.png);
	opacity: 0.8;
	width: 1000px;
	height: 200px;
	clear: both;
	-webkit-box-shadow: 1px 1px 2px #999;
	-moz-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
}
#main {
	float: right;
	width: 520px;
	min-height: 100%;
	margin-top: -330px;
	padding-bottom: 220px;
	background-image: url(img/bg_t.png);
	-webkit-box-shadow: 1px 1px 2px #999;
	-moz-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
}
a:hover {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.note{
	display:block;
	clear:both;
}
/*:-- header --------------------*/

header h1 a {
	display:block;
	width:300px;
	height: 180px;
	float:left;
	margin: 100px 0 0 180px;
	text-indent: -9999px;
}


/*:-- サイドバー --------------------*/
aside {
	float:left;
	width: 190px;
	min-height:100%;
	margin-right: 20px;
/*	margin: 0 20px 0 0;*/
	padding: 15px;
	margin-bottom: -43000;
	padding-bottom: 43000;
	position: relative;
	background-color: rgba(255,255,255,0.4);
	font-size: 0.96em;
}
aside .widget-items {
	background-image:url(img/bg_side_h01.png);
	background-repeat:no-repeat;
	background-position:top center;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	min-height: 120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EED17B;
}
aside .widget-items h2 {
	background-repeat: no-repeat;
	background-position: center bottom;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 63px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
aside .widget-items ul {
	list-style:none;
	margin-left: 0px;
	padding-left: 10px;
	margin-bottom: 3px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6AB40;
}
aside .widget-items li {
	margin-left: 0px;
}

/*:-- サイドバーウィジェットの見出し画像 --------------------*/
.sidebar .widget_recent_entries h2 {
	background-image: url(img/h_side_ent.png);
}
.sidebar .widget_recent_comments h2 {
	background-image: url(img/h_side_cmt.png);
}
.sidebar .widget_search h2 {
	background-image: url(img/h_side_srch.png);
}
.sidebar .widget_categories h2 {
	background-image: url(img/h_side_cat.png);
}
.sidebar  .widget_archive h2 {
	background-image: url(img/h_side_arc.png);
}
.sidebar .widget_links h2 {
	background-image: url(img/h_side_lnk.png);
}

/*:-- サイドバー内の微調整 --------------------*/

aside .screen-reader-text {
	display:none;
}
aside input#s {
	width: 105px;
	color: #666;
	background-color: #FBF3DD;
	border:solid 1px;
	border-color: #C6AB40 #EED17B #EED17B #C6AB40 ;
}



/*:-- 記事 --------------------*/

/* 最新エントリー */
#latest_entry {
	position: absolute;
	top: -410px;
	width: 490px;
	left: 510px;
}
.pubdate {
	color: #FFF;
	font-size: small;
	font-weight: bold;
	padding-left: 30px;
}
#latest_entry section {
	background:url(img/bg_t.png);
	margin-top: 20px;
	padding-bottom: 20px;
	height: 280px;
	overflow: hidden;
	color: #333;
	-webkit-box-shadow: 1px 1px 2px #999;
	-moz-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
}
#latest_entry #read_more {
	position:absolute;
	bottom: -30px;
	display:block;
	width: 462px;
	height: 30px;
	line-height:30px;
	vertical-align:middle;
	text-align: right;
	padding-right: 20px;
	background-color: #CCC;
	border-right: solid 8px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	-moz-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
}
#read_more a{
/*	color: #FFF;*/
	font-size:1em;
	font-weight: bold;
}
/* page */
.baloon {
	position: absolute;
	left: 480px;
	top: -400px;
	width:500px !important;
	font-size: 1.5em;
	padding: 0 10px;
	height: 50px;
	text-align: center;  
	line-height: 50px;
	border: 8px solid;
	color: #fff;
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	border-radius: 5px;  
	-webkit-box-shadow: 1px 1px 2px #4d4d4d;  
	-moz-box-shadow: 1px 1px 2px #4d4d4d;  
	box-shadow: 1px 1px 2px #4d4d4d;  
	text-shadow: 1px 1px 2px #4d4d4d;  
}
.baloon * {
	color: inherit;
}
.baloon:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 100px;
	top: 50px;
	border: 8px solid;  
}
#main article {
	padding: 20px 0;
	border-top: solid 1px #EEE;
	border-bottom: solid 1px #CCC;
}
article h1 {
	padding-top: 20px;
	display:block;
	width: 90%;
	margin: 0 auto;
	font-size: 2em;
	border-bottom: solid 1px #FFF;
}
article h2 {
	padding-top:40px;
	margin-left:25px;
	display:block;
	width: 90%;
	margin: 0 auto;
	font-size: 1.6em;
	border-bottom: dashed 1px #FFF;
}
article h3 {
	padding-top:30px;
	margin-left:35px;
	display:block;
	width: 90%;
	margin: 0 auto;
	font-size: 1.6em;
	color:#000;
	border-bottom: dotted 1px #EEE;
}
article p {
	margin: 20px;
	line-height: 2em;
}
article .note {
	text-align: right;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	display:block;
	width: 90%;
	margin: 10px auto;
}
article a {
	color:#06C;
}

.wp-caption {
	background-color: #F3F3F3;
	border: 1px solid #DDD;
	border-bottom-left-radius: 3px 3px;
	border-bottom-right-radius: 3px 3px;
	border-top-left-radius: 3px 3px;
	border-top-right-radius: 3px 3px;
	margin: 15px 15px 15px 40px;
	padding-top: 4px;
	text-align: center;
}
blockquote {
	background-image:url(img/bg_w.png);
	margin: 2em 20px 2em 30px;
	padding: 1px 20px;
	border: solid 1px #CCC;
	border-radius: 15px;
	color: #444;
	box-shadow: 2px 2px 3px #DDD;
}
pre {
	margin: 0 20px 0 30px;
	padding: 10px 0 10px 20px;
	border-left: 6px solid #DDD;
	background-color: whiteSmoke;
	overflow: auto;
	box-shadow: 1px 1px 3px #DDD;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	line-height: 100%;
}
/*:-- お知らせ --------------------*/

#main #info {
	width:600px;
	height: 300px;
	background-image:url(img/info.jpg);
	background-repeat:no-repeat;
}


/*:-- 最新ツイート --------------------*/
#latest_tweet {
	width: 100%;
	height: 80px;
	background:url(img/bg_tweet.png) repeat-x bottom;
	padding: 0;
}
#latest_tweet h2 {
	display: block;
	width: 120px;
	height: 30px;
	background: url(img/bg_tw.png) no-repeat;
	background-size: contain;
	font-size: 0.95em;
	line-height: 24px;
	vertical-align:middle;
	padding-left: 25px;
	margin-bottom: 5px;
}
#latest_tweet p {
	height: 45px;
	line-height: 22px;
	vertical-align: middle;
	margin: 5px 0 0 0;
}
#latest_tweet small, #latest_tweet a {
	color: #7aa6cb;
}
.loading {
	background: url('img/ajax-loader.gif') center no-repeat;
	height: 60px;
}


/*:-- 関連エントリー --------------------*/
article .related dl {
	min-height: 130px;
	background-image:url(img/bg_related.png);
	background-repeat:no-repeat;
	background-position: left top;
	display: block;
	margin-left: 20px;
	vertical-align: middle;
	line-height: 24px;
}
article .related dl dt {
	margin-left:55px;
	margin-bottom: 20px;
	font-size:16px;
	font-weight:bold;
	margin-top: 0px;
}
article .related dl dd {
	margin-left: 70px;
}
/*:-- コメント欄 --------------------*/
article .comment,
#disqus_thread {
	padding: 20px;
}
article .comment h1{
	font-size: 14px;
	border-bottom-color: #E4BE2B;
	background-color: #F7EEB7;
}

/*:-- フッター --------------------*/
footer p {
	text-align: center;
	margin-top: 40px;
	font-weight: bold;
	display: block;
	clear: both;
}
article .nav_entries {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}


/*:-- トップページの記事(index.phpのみ) --------------------*/

.index_article {
	width:235px;
	float:left;
	margin-right: 20px;
}
.index_article div {
	padding: 5px;
	line-height:1.8;
	background: url(img/bg_t.png);
	-webkit-box-shadow: 1px 1px 2px #bbb;
	-moz-box-shadow: 1px 1px 2px #bbb;
	box-shadow: 1px 1px 2px #bbb;
}
.last {
	margin-right:0;
}

/*:-- ふきだし --------------------*/

.speech {  
	position: relative;  
	width: 100%;  
	height: 50px;
	font-size: 1.5em;
	font-weight: lighter;
	text-align: center;  
	line-height: 50px;
	border: 8px solid;
	color: #fff;
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	border-radius: 5px;  
	-webkit-box-shadow: 1px 1px 2px #4d4d4d;  
	-moz-box-shadow: 1px 1px 2px #4d4d4d;  
	box-shadow: 1px 1px 2px #4d4d4d;  
	text-shadow: 1px 1px 2px #4d4d4d;  
}
.c_latest_entry {
	background-color: #713465;
	border:#713465;
}	
.c_info {
	background-color: #a9214b;
	border:#a9214b;
}
.c_portfolio {
	background-color: #d77a2b;
	border:#d77a2b;
}
.c_blog {
	background-color: #e4be2b;
	border:#e4be2b;
}
.c_inquiry {
	background-color: #82933a;
	border:#82933a;
}

.speech:before {
	content: ' ';  
	position: absolute;  
	width: 0;  
	height: 0;  
	left: 100px;  
	top: 50px;  
	border: 8px solid;  
} 

.c_latest_entry:before {
	border-color: #713465 transparent transparent #713465;  
}
.c_info:before {
	border-color: #a9214b transparent transparent #a9214b;  
}
.c_info:before {
	border-color: #a9214b transparent transparent #a9214b;  
}
.c_portfolio:before {
	border-color: #d77a2b transparent transparent #d77a2b;  
}
.c_blog:before {
	border-color: #e4be2b transparent transparent #e4be2b;  
}
.c_inquiry:before {
	border-color: #82933a transparent transparent #82933a;  
}
/*:-- ぺろりん影スタイル --------------------*/
 
.perolin:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 5px;
  width: 50%;
  top: 80%;
  max-width:200px;
  background: rgba(124, 124, 124, 0.1);
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0, 0.7);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 2px;
}

/*:-- WP Social Bookmarking Light --------------------*/
.wp_social_bookmarking_light iframe {
	margin-top: -10px !important;
}