/*
Theme Name: N1kuMeet5 Theme
Theme URI: http://matsuzaka-gyu.com/blog/
Description: ブログ「N1kuMeet5」用WordPressテーマ
Version: 1
Author: Mana
Author URI: http://webcreatormana.com
*/



/****************************************
		General Setting 
*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/* vertical-align: baseline; */
	list-style:none;
	}

body{
    background: url(images/bg.jpg);
    font: 16px/24px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;
	color: #333;
	min-width:1000px;
	overflow-x: hidden;
	}

a{ color: #909;}
	a:hover{ color: #9c0; }

.clear{ clear: both;}
	

/****************************************
		Basic Layout 
*****************************************/
#header{
	background: url(images/bg_top.gif) repeat-x center top;
	height: 140px
	}
#headerWrap,#wrapper,#footerWrap{
	width:1000px;
	margin: 0 auto;
	}
#main{
	width:595px;
	float: left;
	margin-left: -45px;
	/padding-left:160px; /* ie6,7 */
	}
#side{
	width:260px;
	margin:0 0 0 25px;
	float: left;
	}
#footer{
	background:#000 url(images/bg_bottom.gif) repeat-x;
	margin-top:50px;
	padding-top:45px;
	color: #999
	}

/****************************************
		Header 
*****************************************/
a.logo{
	background: #909;
	width:164px;
	height:164px;
	display:block;
	position: relative;
	top:-37px;
	z-index: 9999;
	float: left;
	border-radius: 82px;
	-webkit-border-radius: 82px;/* Webkit */
	-moz-border-radius: 82px;/* FF */
	behavior: url(/wp-content/themes/n1kumeet5/images/PIE.htc ); /* IE */
	}
	a.logo img{margin: 40px 25px 0}

#nav{
	float: left;
	margin: 10px 20px 0 325px;
	}
	#nav li{float: left; margin-right:5px;}
	
#header #cse-search-form{
	width: 220px !important;
	position: relative;
	top: -158px;
	left: 735px;
	}
	#header #cse-search-form, x:-moz-any-link, x:default {
	    left: 0;
	    position: relative;
	    top: 10px;
		}
	
#header .description{
	clear: both;
	font-weight:normal;
	text-align:right !important;
	position: relative;
	top: -130px
	}
	#header .description, x:-moz-any-link, x:default{
		top: -95px
		}
	

	


/****************************************
		Main 
*****************************************/
/*** Entry Style ***/
.post .title{
	font-size:137%;
	line-height:28px;
	background: url(images/dot_black.gif) repeat-x left bottom;
	padding:0 0 15px 0;
	margin-bottom:20px;
	border-radius: 0;
	-webkit-border-radius: 0;/* Webkit */
	-moz-border-radius: 0;/* FF */
	behavior: none /* IE */
	}
	.post .title a{color: #333;text-decoration:none;}
		.post .title a:hover{color: #9c0}

.post{position: relative;}
	.single .post{
		margin-bottom:30px;
		padding-bottom:15px;
		background: url(images/dot_black.gif) repeat-x bottom center;
		}
	
.post h2, .post h3, .post h4, .post h5, .post h6{
	margin:40px 0 15px;
	}
.post h2{
	font-size:125%;
	background: #dabeda;
	padding: 5px 15px;
	border-radius: 50px;
	-webkit-border-radius: 50px;/* Webkit */
	-moz-border-radius: 50px;/* FF */
	behavior: url(/wp-content/themes/n1kumeet5/images/PIE.htc ); /* IE */
	}
.post h3{
	font-size:125%;
	background: url(images/icon_h3.gif) no-repeat;
	padding-left:30px;
	}
.post h4{font-size:112%;}
.post p{margin-bottom:15px;}
.post em{font-style:italic;}
.post code{font-family: "Courier New";color: #06c}
.post img{
	border: 1px solid #ccc;
	padding: 3px;
	background: #fff;
	}
.post img.wp-smiley{
	border:none;
	padding:0;
	background:none;
	margin:0;
	}
.post ul, .post ol{margin:20px 0;}
.post ul.similar-posts{padding-bottom:35px;}
	.post ol li{list-style: decimal outside;margin-left:30px;}
	.post ul li{
		list-style-image: url(images/bullet.gif);
		margin-left:20px
		}
.post blockquote{
	background: url(images/quote.gif) no-repeat;
	padding: 15px 0 15px 70px;
	margin:20px 0;
	}
	.post blockquote p{margin:0;}
.post div.wp-caption{margin: 20px 0;}
	.post div.wp-caption img{ margin: 0;}
	.post div.wp-caption p{ font-size:87%;}
.post .alignleft{float: left;margin: 0 25px 15px 0;}
.post .alignright{float: right;margin: 0 0 15px 25px;}
.post .BackToContents{
	margin-top: 30px;
	display: block;
	font-size: 85%;
	}



/*** Excerpt ***/
.posts_excerpt .thumbnail {
	float: left;
	margin: 0 20px 20px 0;
	}


/*** Sub Info ***/
#main .subinfo{
	position: absolute;
	border-top: 10px solid #d9d9d9;
	border-right: 10px solid transparent;
	margin:0 0 -120px -120px;
	top:20px;
	left: 0;
	}
	#main .subinfo ul{
		display: block;
		width: 84px;
		padding: 5px 8px;
		top: -25px;
		position: relative;
		background: #d9d9d9;
		border-radius: 10px;
		font-size:62%;
		margin: 0;
		line-height:normal;
		-webkit-border-radius: 10px;/* Webkit */
		-moz-border-radius: 10px;/* FF */
		behavior: url(/wp-content/themes/n1kumeet5/images/PIE.htc ); /* IE */
		}
		#main .subinfo li{
			padding-left:20px;
			margin: 5px 0 !important;
			line-height:14px;
			list-style-image: none;
			}
		#main .subinfo li.time{background: url(images/icon_time.gif) no-repeat}
		#main .subinfo li.cat{background: url(images/icon_cat.gif) no-repeat}
		#main .subinfo li.tag{background: url(images/icon_tag.gif) no-repeat}
			#main .subinfo a{color: #333;}
				#main .subinfo a:hover{color: #999}
				
		#main .subinfo span{
			display:block;
			text-align:center;
			margin-top:10px;
			}
		*:first-child+html #main .subinfo span{margin-left:-15px;} /* IE7 */


/*** Buttons ***/
.continue{
	color: #fff;
	text-decoration:none;
	padding: 3px 25px 3px 15px;
	/padding-top:5px;
	background: #909 url(images/arrow_right.gif) no-repeat 93px 7px;
	width:70px;
	float: right;
	font-size:87%;
	border-radius: 50px;
	-webkit-border-radius: 50px;/* Webkit */
	-moz-border-radius: 50px;/* FF */
	behavior: url(/wp-content/themes/n1kumeet5/images/PIE.htc ); /* IE */
	}
	.continue:hover{color: #fff}
		
div.navigation a{margin-bottom:10px}
	.nav-previous a, .nav-next a{
		color:#fff;
		font-size:87%;
		text-decoration:none;
		width:70px;
		border-radius: 50px;
		-webkit-border-radius: 50px;/* Webkit */
		-moz-border-radius: 50px;/* FF */
		behavior: url(/wp-content/themes/n1kumeet5/images/PIE.htc ); /* IE */
		}
		.nav-previous a:hover, .nav-next a:hover{color: #fff}
			
	.nav-next a{
		float:right;
		padding: 3px 25px 3px 15px;
		background: #9c0 url(images/arrow_right.gif) no-repeat 93px 7px;
		}
	.nav-previous a{
		float:left;
		text-align:right;
		padding: 3px 15px 3px 25px;
		background: #9c0 url(images/arrow_left.gif) no-repeat 10px 7px;
		}
		
		
/*** Share ***/
div.post_end{
	margin-top:30px;
	background: url(images/dot_black.gif) repeat-x top center;
	padding-top:30px
	}
	div.post_end p{clear: both}
ul.share{padding: 0 0 0 175px;}
	ul.share li{
		float: left;
		margin: 10px 10px 10px 20px;
		list-style: none
		}
	ul.share img{
		background: none;
	    border: none;
	    padding: 0;
		}
	
	
/*** comment ***/
#disqus_thread {margin-bottom: 70px !important}
		
		
/*** Back to Top ***/
#back-top {
	position: fixed;
	bottom: 40px;
	margin-left: -110px;
	/margin-left:-220px; /* IE7 */
	z-index: 9999
	}

#back-top a {
	width: 75px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size:75%;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top span {
	width: 75px;
	height: 75px;
	display: block;
	margin-bottom: -40px;
	background: #9c0 url(images/arrow_top.gif) no-repeat center 25px;

	/* rounded corners */
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
	behavior: url(/wp-content/themes/n1kumeet5/images/PIE.htc ); /* IE */

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {background-color: #909;}





/****************************************
		Side 
*****************************************/
#side h3{
	background: #d9d9d9;
	text-align:center;
	padding: 3px 0;
	margin-bottom:10px;
	border-radius: 50px;
	-webkit-border-radius: 50px;/* Webkit */
	-moz-border-radius: 50px;/* FF */
	behavior: url(/wp-content/themes/n1kumeet5/images/PIE.htc ); /* IE */
	}
#side ul li.widget-container{margin-bottom:30px;}
#side .widget-container ul li,#side .tab-content ul li{
	list-style-image: none;
	font-size:87%;
	line-height: 18px;
	margin: 8px 0;
	overflow: hidden;
	}
	#side ul li a{color: #333;text-decoration:none;}
		#side ul li a:hover{color: #999}
		
/*** Plugin tab **/
ul.sb_fwithout_icons a{border-width: 2px !important}

/*** Plugin hatena widget ***/
.hatena-bookmark-widget-body li{list-style-image: none !important}



/****************************************
		Footer
*****************************************/
#footer h3,#footer h4{font-size:87%;}
#footer h3{
	background: #383838;
	padding: 3px 15px;
	position: relative;
	border-radius: 50px;
	-webkit-border-radius: 50px;/* Webkit */
	-moz-border-radius: 50px;/* FF */
	behavior: url(/wp-content/themes/n1kumeet5/images/PIE.htc ); /* IE */
	}
	#footer .products h3{width:665px;}
#footer h4{
	background: url(images/dot_white.gif) repeat-x bottom;
	margin-bottom:5px;
	padding:20px 0 5px 5px;
	}
#footer .widget-container{margin-bottom:10px;}
#footer .widget-container li{
	font-size:75%;
	line-height: 18px;
	padding-left:5px;
	}
	#footer .widget-container a{
		color: #999;
		text-decoration:none;
		}
		#footer .widget-container a:hover{color: #ddd}

#footer .products{
	width:715px;
	float: left;
	}
	#footer .products .widget-area{
		float: left;
		width:218px;
		margin-right:20px;
		}
	
#footer .support{width:225px;float: left}

p.copy{
	clear: both;
	font-size:75%;
	color: #666;
	padding:85px 0 10px;
	text-align:center;
	}

#boxA {
 width:480px;
 height: 300px;
 float:left;
}

#boxB {
 width:100px;
 height: 300px;
 float:right;
}

#boxC {
 width:480px;
  height: 300px;
 float:left;
}

#boxD {
 width:100px;
  height: 300px;
 float:right;
}

/* LinkWithin風 */
.related-post{
     height:100%;
}
.related-post{
     width: 580px;
     overflow:hidden;
     margin-top:5px;
}
.related-entry {
    vertical-align: top;
    float: left;
    width:125px;
    font-size: 13px;
    min-height: 215px;
    margin: 0;
    padding-right: 20px;
    }
 
 .related-entry img{
      padding:2px;
      border: #ccc 1px solid;
      width: 125px;
      height: 125px;
}

/* popular_posts */
 
.wp-post-image {
        border:solid 1px #ccc;
        padding: 2px;
        float: left;
        margin-bottom: 10px;
       border: #ccc 1px solid;
       margin-right:10px
/*      vertical-align: text-top; */
}
.popular_posts {
        padding: 3px;
        margin-top: 3px; 
 
}
.popular_posts_title {
        margin: 0 0 0 70px;
		line-height: 1.4;
}
.widget-container .wpp-thumbnail{
	float: left;
	padding: 5px 10px;
}

/* Key formatter */
.key{
	padding: 2px 5px !important;
	font-size: 85% !important;
	background: #fff !important;
}