@charset "UTF-8";

@import url("base.css");
@import url("modules.css");
@import url("format.css");

pre {
  padding: 1em;
  background-color: #EEE;
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}
/*blog_common*/
#archive-title{
	padding: 1px 0 0 5px;
	font-size: 12px;
	border-top: 1px dotted #555;
	border-left: 3px solid #555;
}
.entry{
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0 ;
}
.entry-header{
	background: url(../common_img/format/back_tiltle.gif) repeat-y ;
	color: #fff;
	padding: 1px 0 0 5px;
	font-size: 12px;
}
.entry-content{
	margin: 10px 0 10px 0 ;
}
.entry-body{
	font-size: 100%;
	line-height: 1.5em;
}
.content-nav{
	text-align: right; 
}
.content-nav a{
	margin: 0 3px 0 3px;
}
.entry p{
	font-size: 100%;
	margin: 0 10px 1em 10px;
}
h3.entry-title{
	float: left;
	margin-left: 3px;
	padding:0.2em 0 2px 0;
	font-size: 115%;
	font-weight: normal;
	line-height: 1.2em;
}

.date-header{
	float: right;
	margin-right: 5px;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
}
.post-details{
	text-align: right;
	margin: 2px 5px;
	border-bottom: 1px dotted #555;
}
.post-details img{
	margin-left: 5px;
}
.entry-footer{
	text-align: right;
	margin-bottom: 15px;
	font-size: 90%;
}
.entry-footer a{
	margin-left: 10px;
}
.entry-tags{
	background: #fff;
	border-top: 1px dotted #888;
	text-align: center;
	margin: 10px 0 8px 0;
	padding: 3px 0 0 0 ;
	color: #555;
}

.entry-tags-header{
	float: left; 
	padding: 5px 5px 0 5px;
	margin-right: 5px;
}
.entry-tags-list{
	float: left; 
}
.entry-tags-list li{
	float: left; 
	margin-right: 5px;
}
.entry-tags-list li a{
	background: url(../common_img/icons/icon_link_tag.gif) no-repeat;
	background-position: 0 5px;
	padding-left: 8px;
	color: #555;
}
.entry table{
	text-align:left;
	width:97%;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	margin:5px 0 10px 5px;
}

.entry th{
	text-align:left;
	font-weight:normal;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	padding:2px;
	margin:0;
}

.entry td{
	text-align:left;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	padding:2px;
	margin:0;
}
.entry-title-list{
	line-height: 1.5em;
	margin: 0 0 1em 0;
	width: 20em;
	font-size: 100%;
}
.entry-title-list p{
	background:#ccc;
	padding:0 5px 0 5px;
	margin-bottom: 1em;
}
dl.sizeHalf{
	line-height: 1.8em;
	margin: 10px 0 1em 10px;
}
dl.sizeHalf dt{
	float: left;
	width: 6em;
	padding-right: 5px;
}
dl.sizeHalf dd{
	clear: right;
	padding-left:5px;
	font-size: 100%;
}

/*trackback comment*/
.trackback{
	background-color: #fff;
	border: 1px dotted #59493F;
	text-align: center;
	padding: 2px;
	color: #59493F;
}

.commentBox{
	margin-top: 15px;
}
.commentBox-left{
	float: left;
	width: 420px;
}
.commentBox-right{
	float: left;
	width: 220px;
	background: #eee;
	padding: 5px;
	border-bottom: 1px solid #ddd;
}

.comment-title{
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px dotted #555;
	margin-right: 20px;
}
.comment-notice{
	margin: 0 20px 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #555;
}
.comment-bake-cookie{
	margin: 10px auto;
	text-align: center;
	padding: 2px;
	border-bottom: 1px dotted #ddd;
}
/*comment details*/
#comments{
	margin-top: 15px;
}
.comment-inner{
	border: 1px solid #BDAEA5;
	padding: 2px;
	margin-top: 8px;
}
.comments-header{
	padding: 1px 0 0 5px;
	font-size: 12px;
	color:#59493F;
	border-top: 1px dotted #59493F;
	border-left: 3px solid #59493F;
}
.comment-content{
	font-size: 100%;
	line-height: 1.5em;
	border-top: 1px dotted #888;
	padding: 3px 0 0 5px;
}
/*form*/
#submitArea{
	text-align: center;
	margin: 15px auto;
}
.searchBox{
	background-color: #ccc;
	border: 1px solid #888;
	text-align: center;
	padding: 2px;
	color: #555;
}


/*calender*/

h3.calMonth{
	background: #c6b393;
	color:#463830;
	border-left: 3px solid #463830;
	padding: 0 0 0 5px;
	font-size: 90%;
	margin: 15px 0 10px 0;
	font-weight: normal;
}
.diaryCal{
	width: 100%;
	margin: 5px 0 20px 0;
	font-size: 90%;
	text-align: center;
}
.diaryCal a{
	text-decoration: underline;
	color:#9900cc;
	padding: 0;
}
.diaryCal th{
	padding: 1px;
	background: url(../common_img/format/back_cal_th.gif)no-repeat;
	background-position: center;
}
.diaryCal td{
	padding: 1px;
	background: url(../common_img/format/back_cal_td.gif)no-repeat;
	background-position: center;
}

.diaryCal th.sat{
	background: url(../common_img/format/back_cal_th_sat.gif)no-repeat;
	background-position: center;
}
.diaryCal th.sun{
	background: url(../common_img/format/back_cal_th_sun.gif)no-repeat;
	background-position: center;
}
/*tag cloud*/
h2{
	background: #c6b393;
	color:#463830;
	border-left: 3px solid #463830;
	padding: 0 0 0 5px;
	font-size: 90%;
	margin: 15px 0 10px 0;
	font-weight: normal;
}
.module-tagcloud .module-list {text-align: center; }
.module-tagcloud .module-list { list-style: none; }
.module-tagcloud .module-list-item { display: inline; }
.module-tagcloud li.taglevel1 { font-size: 19px; }
.module-tagcloud li.taglevel2 { font-size: 17px; }
.module-tagcloud li.taglevel3 { font-size: 15px; }
.module-tagcloud li.taglevel4 { font-size: 13px; }
.module-tagcloud li.taglevel5 { font-size: 11px; }
.module-tagcloud li.taglevel6 { font-size: 9px; }
.right{
	margin-bottom: 10px;
}
