@charset "utf-8";
/*
Theme Name:kojiseto-00
*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
@import "css/kickstart.css";
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);

@import url(http://fonts.googleapis.com/css?family=Righteous);
@import url(http://fonts.googleapis.com/css?family=Fascinate);

/*---------------------------------
	OVERRIDES
-----------------------------------*/


thead th,
tbody th{
font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}

.menu{
font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}

blockquote{
font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}

/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0;
color:#000;
background:#EEE url(/wp/wp-content/themes/kazumeshi/img/common/body_bg.jpg) repeat;
font-size:16px;
font:normal 'Arimo', "Trebuchet MS", arial, verdana, sans-serif;
text-shadow: 0px 0px 1px transparent; /* google font pixelation fix */
}



/*---------------------------------
	HEADER
-----------------------------------*/
#header{
	height:100px;
	background:#FEFEFE;
	margin-bottom:5px;
	border-bottom:1px solid #CCC;
	}
#header .inner{
	width:1023px;
	margin:0 auto;
	}
#header #ttlLogo{
	float:left;
	margin:12px 0 0 0;
	}
#header p{
	float:left;
	margin:65px 0 0 10px;
	}

#header ul li{
	float:right;
	margin-left:10px;
	}
#header p,
#header ul li a{
	color:#222;
	}

/*---------------------------------
	MAIN
-----------------------------------*/
#contents{
	width:1023px;
	margin:0 auto;
	}

#contents #main{
	float:left;
	width:100%;
	}
#contents #main .inner{
	margin:0 325px 0 0;
	}

/*---------------------------------
	POST
-----------------------------------*/
#post,
.post{
	padding:10px 25px;
	margin-bottom:30px;
	background:#red;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	}
ul.postMenu li{
	float:left;
	margin-right:10px;
	font-size:12px;
	background:none;
	}
.post div{
	z-index:1;
	position:relative;
	}
.post a.youtube{
	background:url(./img/common/youtube.png) no-repeat 0 0;
	display:block;
	}
.post a.youtube img{
	display:block;
	z-index:-1;
	}
.post p.continue a{
	float:right;
	display:block;
	background:#444;
	padding:7px 15px 5px 10px;
	color:#FFF;
	line-height:25px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	}

#post a,
.post a{
	color:#C41230;
	text-decoration:underline;
	}
#post a:hover,
.post a:hover{
	text-decoration:none;
	}

#post h1,
.post h2 a{
	display:block;
	font-size:30px;
	margin-bottom:5px;
	text-decoration:none;
	color:#FFF;
	}
#post h1{color:#FFF;}
.post h2 a{color:#C41230;}
.post h2 a:hover{
	color:#333;
	}


#post #youtube{
	z-index:1;
	position:relative;
	}
#post #youtube a{
	background:url(./img/common/yt00.png) no-repeat 0 0;
	display:block;
	}
#post #youtube a:hover{
	background:url(./img/common/yt01.png) no-repeat 0 0;
	display:block;
	}
#post #youtube a img{
	display:block;
	z-index:-1;
	}

#post h2{
	color:#FFF;
	font-size:25px;
	margin:40px 0 10px;
	padding:5px 0 5px 10px;
	background:#444;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
    -webkit-box-shadow: 0 10px 6px -6px #222;
    -moz-box-shadow: 0 10px 6px -6px #222;
    box-shadow: 0 10px 6px -6px #222;
	}
#post h3{
	color:#FFF;
	font-size:25px;
	margin:30px 0 10px;
	padding-left:8px;
	border-left:10px solid #C41230;
	clear:both;
	}
#post h4{
	color:#333;
	font-size:16px;
	border-left:16px solid #333;
	line-height:16px;
	margin:30px 0 7px 0;
	padding-left:5px;
	}
#post blockquote{
background-color:#ddd;
padding:3em 1em;
position:relative;
}
#post blockquote:before{
content:"“";
font-size:600%;
line-height:1em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
left:0;
top:0;
}
#post blockquote:after{
content:"”";
font-size:600%;
line-height:0em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
right:0;
bottom:0;
}
#post,
#post p,
.post,
.post p{
	color:#FFF;
	background:#222;
	}
#post img,
.post img{
	padding:4px;
	background:#DDD;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	}
#post ul{
	border:1px solid #DDD;
	color:#333;
	background:#EEE;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	}
#post ul li{
	margin:0 20px;
	padding:8px 0 8px 23px;
	background: url(./img/common/liBg.png) no-repeat 0 11px;
	border-bottom:1px dashed #666;
	}
#post ul li.last{
	border:none;
	}
#post ul.postMenu{
	background:none;
	border:none;
	}
#post ul.postMenu li{
	background:none;
	border:none;
	padding:0;
	margin:0 20px 0 0;
	color:#FFF;
	}


#post #item-list{
	background:#EEE;
	padding:10px 10px 10px 20px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	}
#post #item-list h3{
	border-left:none;
	padding:0 0 0 50px;
	line-height:40px;
	color:#222;
	margin:0;
	background: url(./img/common/h3_item.png) no-repeat;
	}
#post #item-list ul{
	background:#EEE;
	border:none;
	margin:0;
	}
#post #item-list ul li{
	background: url(./img/common/liBg_item.png) no-repeat 0 20px;
	border:none;
	margin:0;
	color:#666;
	font-size:12px;
	}
#post #item-list ul li a{
	font-size:25px;
	color:#F90;
	font-weight:bold;
	}
	

#disqus_thread{
	background:#FFF;
	padding:0 10px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	}
#post #disqus_thread p,
#post #disqus_thread h3{
	color:#333;
	}
#post #disqus_thread img{
	padding:0 20px 0 0;
	-webkit-box-shadow: none; /* Safari, Chrome用 */
	-moz-box-shadow: none; /* Firefox用 */
	box-shadow: none; /* CSS3 */ 
	}

#post #disqus_thread ul{
	background:none;
	border:none;
	}
#post #disqus_thread ul li{
	background:none;
	border:none;
	color:#333;
	}

/*	POST BOTTOM
-----------------------------------*/
#post #snsBox{
	background: url(./img/common/snsBg.png) no-repeat;
	width:648px;
	height:158px;
	margin:40px 0;
	position:relative;
	}
#post #snsBox .facebook,
#post #snsBox .twitter{
	position:absolute;
	top:85px;
	}
#post #snsBox .facebook{left:155px;}
#post #snsBox .twitter{left:250px;}


#post #postList{
	width:300px;
	float:left;
	}
#post #postList ul{
	background:none;
	border:0;
	}
#post #postList ul li{
	margin:0;

	clear:both;
	list-style:none;
	line-height:27px;
	font-size:20px;
	background:none;	
	}
#post #postList ul li a{
	display:block;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	padding:5px 0;
	}
#post #postList ul li img{
	float:left;
	margin-right:10px;
	}
#post #postAd{
	width:300px;
	float:right;
	}


/*	COMMENT LIST
-----------------------------------*/
.commentlist li{
	margin:30px 0 50px;
	}

.commentlist .comment-author{
	background:#555;
	padding:5px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	}
.commentlist li .reply{
	text-align:right;
	}
#post .commentlist ul li{
	background:none;
	margin:0;
	padding:10px;
	}

.form-allowed-tags{display:none;}

/*	PAGEめくり ＆ Profile
-----------------------------------*/
#postNav{ /* Pageめくり */
	padding:15px 0;
	margin-bottom:20px;
	font-family:'Fascinate', sans-serif;
	background:#EEE;
	text-align:center;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	}
#postNav a{
	padding:10px;
	border:1px dashed #CCC;
	background:#FFF;
	text-decoration:underline;
	}
#postNav a:hover{
	background:#CCC;
	}
#postNav span.current{
	padding:10px;
	border:1px dashed #CCC;
	background:#CCC;
	}

ul#profile{
	margin-bottom:20px;}
ul#profile li{
	font-size:20px;
	font-family:'Righteous', sans-serif;
	}


/*---------------------------------
	SIDE
-----------------------------------*/
#side{
	float:left;
	width:300px;
	margin:0 0 0 -300px;
	}
#side a{text-decoration:underline;color:#C41230;}
#side a:hover{text-decoration:none;color:#333;}
#side h3{
	font-size:40px;
	text-align:center;
	padding-top:5px;
	color:#FFF;
	background:#222;
	line-height:60px;
	height:60px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	}
#side h3.name{
	font-family:'Righteous', sans-serif;
	}

#side ul li{
	clear:both;
	padding:10px 0;
	border-bottom:1px dashed #999;
	}

#side ul li a{
	display:block;
	font-weight:bold;
	font-size:22px;
	text-decoration:none;
	}

#side ul.post{
	background:none;
	padding:0;
	}
#side ul.post a{
	font-size:16px;
	}
#side ul.post li img{
	float:left;
	margin-right:10px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	}
#side ul.post li span{
	display:block;
	font-size:10px;
	text-align:right;
	color:#999;
	}

/*---------------------------------
	FOOTER
-----------------------------------*/
#footer{
text-align:center;
padding:20px;
margin:0;
background:#efefef;
border-top:1px solid #ccc;
color:#999;
font-size:0.8em;
text-shadow:0px 1px 1px #fff;
position: relative;
top:0;
left:0;
}

	#link-top{
	position: absolute;
	top:10px;
	right:10px;
	*right:25px;/*IE 7 ONLY*/
	left:auto;
	color:#666;
	text-decoration:none;
	display: inline-block;
	padding:5px 10px;
	background:#e5e5e5;
	line-height:100%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}