@charset "UTF-8";

@import url("base.css");


/*===============================================================================================*/
/* 共通 =========================================================================================*/
/*===============================================================================================*/
*{
	color:#666666;
}





/*===============================================================================================*/
/* ヘッダ =======================================================================================*/
/*===============================================================================================*/
#header{
	background:url(../images/blog_header.jpg) no-repeat;
	width:760px;
	height:227px;
}

#header h1{
	padding:60px 0 0 230px;
	width:260px;
}
#header h1 a{
	display:block;
	margin:0 auto;
	width:260px;
	height:35px;
}

#header p{
	padding:7px 0 0 12px;
	width:280px;
}
#header p a{
	display:block;
	margin:0 auto;
	width:280px;
	height:35px;
}

#header a span{
	position:absolute;
	text-indent:-9999px;
	text-decoration:none;
}





/*===============================================================================================*/
/*= サイドバー ==================================================================================*/
/*===============================================================================================*/
#right .read{
	color:#000000;
	font-size:70%;
	line-height:150%;
}

/*= アーカイブ ==================================================================================*/
.archive{
	padding-top:15px;
}
.archive h3{
	background:url(../images/blog_midashi_icon.gif) no-repeat;
	padding:16px 0 0 18px;
	font-size:80%;
	line-height:100%;
}

.archive ul li{
	background:url(../images/blog_arrow_dot.gif) no-repeat 0 8px;
	margin-top:5px;
	padding-left:5px;
	font-size:80%;
	line-height:120%;
}

.archive form{
	margin-top:5px;
}
.archive input{
	margin-left:5px;
	font-size:12px;
}
.archive #search{
	width:130px;
}



/*= バナーボタン ================================================================================*/
#banner{
	padding-top:70px;
}
#banner p{
	padding-top:15px;
}





/*===============================================================================================*/
/*= ログ ========================================================================================*/
/*===============================================================================================*/
#main .archiveMidashi{
	padding-bottom:15px;
	color:#2281b1;
	font-size:80%;
	font-weight:bold;
	line-height:100%;
	text-align:center;
}


.log{
	padding-bottom:90px;
	text-align:center;
}

.log .header{
	background:url(../images/blog_title_background.gif) no-repeat;
	padding:11px 11px 0 22px;
	width:440px;
	height:26px;
}
/* Hides from IE-mac \*/
* html .log .header{width:473px;height:37px;}
/* End hide from IE-mac */
.log .header .title{
	float:left;
	width:350px;
	font-size:80%;
	line-height:100%;
}
.log .header .date{
	float:left;
	padding-top:3px;
	width:90px;
	font-size:70%;
	line-height:100%;
	text-align:right;
}

.log .body{
	margin:0 auto;
	padding-bottom:30px;
	width:453px;
	font-size:80%;
	line-height:160%;
}
.log .body p{
	padding:10px 0;
}
.log .body img{
	display:block;
	margin:10px auto;
	text-align:center;
}

.log .footer{
	clear:both;
	background:url(../images/dotline.gif) repeat-x;
	padding-top:10px;
	font-size:70%;
	line-height:100%;
	text-align:right;
}





/*===============================================================================================*/
/*= トラックバック、コメント ====================================================================*/
/*===============================================================================================*/
#trackbackcomment{
	text-align:center;
}
#trackbackcomment .trackbackcomment,
#trackbackcomment .trackbackcomment{
	clear:both;
	margin:0 auto;
	padding-top:20px;
	width:453px;
}
#trackbackcomment .midashi,
#trackbackcomment .midashitrackback{
	color:#2281b1;
	font-size:80%;
	font-weight:bold;
	line-height:100%;
}
#trackbackcomment .midashitrackback{
	float:left;
	padding:16px 0 30px;
	width:120px;
}

#trackbackcomment .row{
	padding:10px 0 30px;
}
#trackbackcomment .row .title,
#trackbackcomment .row .summary,
#trackbackcomment .row .comment{
	font-size:80%;
	line-height:150%;
}
#trackbackcomment .row .title,
#trackbackcomment .row .summary{
	padding-left:15px;
}
#trackbackcomment .row .title span{
	padding-left:10px;
}
#trackbackcomment .row .summary,
#trackbackcomment .row .comment{
	padding-bottom:10px;
}
#trackbackcomment .row .title{
	background:url(../images/arrow_square.gif) no-repeat 0 7px;
}

#trackbackcomment .row .footer{
	background:url(../images/dotline.gif) repeat-x;
	padding-top:10px;
	font-size:70%;
	line-height:100%;
	text-align:right;
}


/* Hides from IE-mac \*/
#trackbackcomment .item{clear:both;}
/* End hide from IE-mac */
#trackbackcomment .label{
	float:left;
	padding:16px 13px 0 0;
	width:120px;
	font-size:80%;
	line-height:100%;
	text-align:right;
}
#trackbackcomment .value{
	float:left;
	padding-top:10px;
	width:320px;
}
#trackbackcomment .value span{
	padding-left:10px;
	font-size:80%;
	line-height:100%;
}

#trackbackcomment .value .trackbackText{
	width:250px;
	font-size:12px;
}
#trackbackcomment .value .text{
	width:250px;
	font-size:12px;
}
#trackbackcomment .value .textarea{
	width:300px;
	height:200px;
	font-size:12px;
	line-height:120%;
}
#trackbackcomment .button{
	clear:both;
	padding-top:15px;
	text-align:center;
}
#trackbackcomment .submit{
	font-size:12px;
}





/*===============================================================================================*/
/*= 検索結果 ====================================================================================*/
/*===============================================================================================*/
#searchForm{
	padding-bottom:30px;
	font-size:12px;
}
#searchForm p{
	padding-top:10px;
}
#searchForm .text{
	width:200px;
}

.log .body blockquote{
	padding-left:30px;
}
.log .body blockquote p{
	padding:0;
}
