/*
Theme Name: kaasan
Theme URI: http://www.kaasan.info/themes/kaasan
Author: IT-kaasan
Author URI: http://www.kaasan.info/
Description: Theme for IT-kaasan's Blog.
Version: 1.0
License: GPL
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, news
*/

@charset "utf-8";

/* html5reset */
@import "reset.css";

body {
    background: url("./img/common/menu_bg.gif") repeat-x scroll 0 0 transparent;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 14px;
	line-height:24px;
}

a{
	color:#09F;
	}

header {
    display: block;
    height: 180px;
    text-align: left;
}

header h1 {
    color: #FFFFFF;
    font-size: 11px;
    height: 25px;
    line-height: 25px;
}

header h2 a {
    background: url("./img/common/logo.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 62px;
    margin: 30px 0 0;
    text-indent: -9999px;
    width: 222px;
}

header hgroup aside {
    float: right;
    margin: 20px 0 0;
    width: 730px;
}

header hgroup {
    height: 150px;
    margin: 0 auto;
    width: 980px;
}

header nav {
    clear: both;
    display: block;
    margin: 0 auto;
    width: 980px;
}

header nav li {
    float: left;
}

header nav li a {
    border-left: 1px solid #000000;
    color: #000000;
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0 15px 3px;
}

#wapper{
	width:980px;
	margin:0 auto;
	}
	

#last h2 {
    color: #8FC800;
    font-size: 14px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}


#side{
	display:block;
	float:right;
	width:300px;
	}
/*	
#side nav{
border:1px solid #CCC;
	}
*/

#side nav h2{
background: url("./img/common/icon_link.gif") no-repeat scroll 10px 14px transparent;
    border-bottom: 4px solid #3EBAEB;
    color: #0860A8;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-indent: 35px;
	}
	
#side nav li{
background: url("./img/common/icon_link_footer.gif") no-repeat scroll 10px 14px transparent;
    color: #0860A8;
    font-size: 12px;
    line-height: 30px;
    text-indent: 35px;
	/*	border-bottom:1px dotted #CCC;*/
	}


#new{
	float:right;
	width:215px;
	}
	
#new dl{
	border-bottom:1px dotted #CCC;
	background:#FFF;
	}
	
#new dt{
	float:left;
	width:90px;
	margin:10px 0 0 0;
	}
	
#new dd {
    float: right;
    width: 125px;
}
	
	
#last{
	float:left;
	width:420px;
	}
	
.single{
	border:1px solid #CCC;
	margin: 0 0 20px;
	}

.single h2,.single h1 {
    border-bottom: 4px solid #3EBAEB;
    font: 24px century gothic,Arial,verdana,sans-serif;
    margin: 0 0 5px;
    padding: 5px 10px 10px;
}

.single .date{
	padding: 5px 0 10px 10px;
	}
	
.single .entry{
	padding: 5px 10px 0px 10px;
	}




.single h2 a {
	font-size:24px;
	color:#333;
}

div.box2 {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #E6E6E6;
    color: #333333;
    margin-bottom: 10px;
    padding: 10px;
}

.entry h3 {
    border-bottom: 1px solid #CCCCCA;
    color: #8FC800;
    font-size: 18px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    padding: 0.3em 0;
}

.entry h4 {
    color: #FF0072;
    font-size: 14px;
    font-weight: bold;
	margin:10px 0 10px 0;
}

img.alignnone {
    border: 3px solid #CCCCCC;
    display: block;
    margin: 10px auto;
    text-align: center;
}

.section-title {
    background-color: #000000;
    color: #FFFFFF;
    font-family: NeutrafaceSlabTextDemi,Georgia,Arial,Helvetica,sans-serif;
    font-size: 1.8em;
    font-style: italic;
    font-weight: normal;
    left: 20px;
    line-height: 1em;
    padding: 12px 24px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    z-index: 12;
}

#new-aside{
	text-align:center;
	margin:0 auto 30px auto;
	}

#hot{
background-color: #000000;
    color: #FFFFFF;
    line-height: 1em;
    padding: 8px 24px;
    position: absolute;

	}
	
#new-box{
	margin:0 0 30px 0;
	}
	
footer nav{
	display:block;
	margin: 0 auto;
    padding: 20px 0;
    width: 980px;
	}
	
footer{
	display:block;
	border-top: 4px solid #3EBAEB;
	margin:50px 0 0 0;
	}
	
footer nav dl {
    float: left;
    padding: 0 45px 0 0;
}

footer nav dt {
    background-image: url("./img/common/icon_link.gif");
    background-position: left center;
    background-repeat: no-repeat;
    color: #0860A8;
    font-size: 11px;
    line-height: 24px;
    padding: 0 0 0 15px;
}

footer nav dd a {
    background-image: url("./img/common/icon_link_footer.gif");
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    font-size: 11px;
    line-height: 24px;
    padding: 0 0 0 15px;
}

footer address{
	text-align:center;
	background:#3EBAEB;
	padding:10px;
	color:#FFF;
	}

footer nav {
	margin:0 auto;
	}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



#main{
	float:left;
	width: 660px;
	position:relative;
	}


#side{
	float:right;
	}


section,aside,article{
	display:block;
	}

div.nav-below {
    margin: 40px 0 0;
	line-height:30px;
}


.nav-previous a, div.navigation .alignleft a {
    float: left;
    padding: 2px 10px 2px 20px;
}

.nav-next a, div.navigation .alignright a {
    float: right;
    padding: 2px 20px 2px 10px;
    text-align: right;
}

#disqus_thread{
	padding:20px;
	}
.single .entry-meta {
    color: #FF0072;
    font-size: 12px;
    font-weight: bold;
}

.entry-meta {
    padding: 5px 0 0 10px;
}

#side .widget-container h3{
	background: url("./img/common/icon_link.gif") no-repeat scroll 10px 14px transparent;
	border: 1px solid #CCCCCC;
    border-bottom: 4px solid #3EBAEB;
    color: #0860A8;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-indent: 35px;
	}

#side li.widget-container ul{
	margin: 0 0 20px;
	border:1px solid #CCC;
	}

#searchform{
background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    display: block;
    line-height: 45px;
    margin: 10px 0 20px;
	}
.wp_social_bookmarking_light div {
	float:left;
	width:20px;
	}
.wp_social_bookmarking_light_clear{
	clear:both;
	}
	
#side aside .right{
	float:right;
	width:140px;
	}
	
#side aside .left{
	float:left;
	width:140px;
	}
	
#side aside .left{
	margin:0 0 15px 0;
	}
	
.fb_iframe_widget{
	margin:0 0 15px 0;
	}
	
.entry article li,.single li{
	background: url("./img/common/icon_link_footer.gif") no-repeat scroll 10px 14px transparent;
    line-height: 35px;
    list-style: none outside none;
    text-indent: 30px;
	}
	
#nextpage {
	margin:40px 0 40px 0;
}
	
#nextpage p {
    text-align: center;
}

#nextpage a{
    background-color: #BBE0E5;
    border: 1px solid #00B8FD;
    color: #999999;
    margin: 0.25em;
    padding: 0.5em 1em;
    text-decoration: none;
}

.entry p {
    line-height: 32px;
}


.entry p {
    line-height: 32px;
}

.add-left{
	width:336px;
	float:left;
	}
	
.add-right{
	width:300px;
	float:right;
	}
/****************************************

          Comments Area

*****************************************/

#comment-area h3{
	font-size: 150%;
	font-family: 'Josefin Sans', sans-serif;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 40px;
}
	.commets-list li,
	.trackback-list li{
		overflow: hidden;
		margin-top: -1px;
		padding: 20px 0 0;
		width: 100%;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid transparent;
	}
		.commets-list .avatar{
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
		}

		.comment-meta,
		.reply,
		.comment-notes,
		.form-allowed-tags,
		span.small{
			font-size: 80%;
		}

		.comment-body p{
			clear: both;
		}
		.reply{
			text-align: right;
		}

.bypostauthor{
	/* 記事投稿者のコメントのスタイル */
}

.children{
	padding-left: 2em;
}

#respond{
	margin-bottom: 40px;
}
.terminal {
background: #333;
color: #FFF;
padding: 10px;
}
.terminal .comment_out{
color: #0C0;
}
.terminal .red{
color: #F36;
}



code {
	background-color: #000;
	color: #FFF;
	display:block;
	padding:0 10px;
}