/*
========================================
足立木工FF株式会社　ブログスタイルシート
========================================*/

/*■ 左列
---------------------------------------------------------- */
#calendar{
	padding: 5px 10px 0 0;
	text-align: center;
	position:static;
	font-family : lucida grande,verdana,arial,helvetica;
}

.calendarhead{
	padding:2px 0 5px 0;
}

#calendar .sun{
	color:#DE6D8E;
}

#calendar .sat{
	color:#80B7D9;
}

#calendar table{
	line-height: 18px;
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	font-size:10px;
	text-align: center;
}

#calendar th{
	font-weight:bold;
}

#calendar table a{text-decoration:underline; color:#FA7D6A;}
#calendar table a:hover{ text-decoration:underline; color:#FA7D6A;}

.module {
	padding: 30px 0 0 0;
	overflow: hidden;
	width: 100%;
	position:static;
}

.module-header{
	padding-left:15px;
	background: url(/lib/img/infobox_head_bg.gif)  repeat-y #253B67;
	color:#FFFFFF;
	font-size:12px;
	line-height:25px;
	font-weight:bold;
	position:static;
}

.module-content {
	position: relative;
	margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list {
	margin-left:15px;
	padding: 0;
}

.module-list-item {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-image: url(/blog/img/arrow.gif);
	font-size:10px;
}


/*■ メイン
---------------------------------------------------------- */
.blogtitle{
	margin:0 0 0 10px;
}

.content {
 	padding: 0 0 30px 10px;
}

.date-header {
	clear: both;
	width:620px;
}

.content p{
	font-size:12px;
	line-height:18px;
}
.content p img{
	clear:both;
	float:left;
	margin:0 10px 10px 0;
}
.content .photo{
	float:left;
	margin:0 10px 0 0;
}
.content .photo img{
	margin:0 0 10px 0;
}
.content table{
	font-size:12px;
	line-height:18px;
}
.content tr{
	vertical-align:top;
}
.content td.photo2{
	padding:0 10px 0 0;
}
.content td.photo2 img{
	margin:0 0 10px 0;
}

.entry,
.trackbacks,
.comments,
.archive {
	overflow: hidden;
	clear: both;
	width: 100%;
	margin:0;
	line-height: 150%;
}


.entry-header {
	clear: both;
	background:#FEE0C5;
	color: #333;
	text-align:left;
	font-size:12px;
	line-height:25px;
	text-indent:5px;
	font-weight:bold;
	padding:0;
	margin:10px 0 10px 0;
}

.content-nav{
	text-align:center;
 	padding-top: 10px;
	font-size:10px;
}

.comments{
	margin:0;
}

.comments-header,
.comments-open-header{
	clear: both;
	background:#D4E0BD;
	color: #333;
	font-size:12px;
	line-height:25px;
	text-indent:5px;
	font-weight:bold;
	padding:0;
	margin:10px 0 10px 0;
}

.comment-content,
.comments-open-content{
	margin-left:20px;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}
#comment-post {
    font-weight: bold;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
	clear: both;
	margin: 10px 0 0 0;
	padding-bottom:5px;
	text-align:right;
	font-size:10px;
	width:100%;
	background: url(/blog/img/dotline-h.gif)  repeat-x bottom;
}

.comment-footer{
	margin: 5px 0 0 0;
}

.comments-open-footer{
	text-align:center;
	background:none;
}
.comments-open-footer input{
	width:60px;
}

.paginate {
    text-align: center;
    font-size: 10px;
}


.data {
	display:block;
	float:right;
	width:80%;
	margin:0 0 15px 0;
}

.item {
	display:block;
	margin:0;
	font-weight:bold;
}

input, textarea{
	border-width:1px;
	border-style:solid;
	border-color:#B3B3B3 #E6E6E6 #E6E6E6 #B3B3B3;
	margin-right:5px;
}


/*■ 確認画面
---------------------------------------------------------- */
#wrapper_narrow{
	width:520px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background: #FFF ;
}
#header_narrow{
	padding-bottom:10px;
}
#onecolumn{
	clear:both;
}
#footer_narrow{
	margin-top:30px;
}
