@charset "euc-jp";
/*
Title: base
Author: ishimori
Access: http://www.manami.st/clog/
License: GPL
Comment: base css

validated by W3C.
*/
@import url(default.css);
@import url(pain/pain.css);
@import url(tagCloud.css);

body{
/*    width: 1000px;*/
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #EBFFED;
}

/*
日記タイトルの設定
*/
h1 {
    text-align: left;
}

/*
フッタの設定
*/
div.footer {
    text-align: left;
    font-style: normal;
    font-size: 80%;
    width: 750px;
    margin: 2em;
}
div.footer dd{
    margin: 0em 2em;
}

/*
整形済みテキスト(preタグ)の設定
*/
pre {
    width:90%;
    overflow: scroll;
}
div.section > pre {
    overflow: visible;
    /*\*/
    overflow: auto;
    /**/
}

/* recent_list */
p.recentitem {
    /*font-size: small;*/
}

div.recentsubtitles {
    /*font-size: small;*/
    margin-right: 0.5em;
    margin-left: 0.5em;
}

/*
サイドバー関連
*/
div.wrap {
    width:780px;
    text-align:left;
    margin:0 auto;
    background-color: #FFFFFF;
}
div.main {
float:left;
/*    width: 73%;*/
/*    width: 750px;*/
/*margin-right:250;*/
width: 500px;
}

div#links {
 float:right;
/* position : absolute ;*/
/* right : 4px ; */
/* top : 52px ;*/
 margin-top: 5px;
 width: 245px;
 text-align: center;
}
div.sidebar {
/*    float:right;*/
  width: 240px;
/*  text-align: center;*/
/*  float:left;*/
}
div.sidebar table{
  width: 100%;
}
input.searchword{
    /*width: 8em;*/
}

/*
日記の本文(段落)の設定
READMORE用
*/
div.readmore {
    background-color: transparent;
    color: #778899;
    margin: 0;
    line-height: 1.5;
}

.blogpeople-main {
    height: 300px;
    overflow: auto;
}
div.blogpeople-main p {
    text-align: left !important;
}
.blogpeople-loves-letsnote-list-block{
    height: 100px;
    overflow: auto;
}
.comments-head {
    font-size: x-small;
    border-style: solid;
    border-color: #8fbc8f;
    border-width: 0px 0px 1px 0px;
    margin: 0.5em;
}
.comments-body {
    font-size: small;
    margin: 0.5em 0em 0em 5em;
}
.comments-body p{
    margin: 0em 0em 0em 1em;
}
.comments-post {
    text-align: right;
    font-size: x-small;
    margin: 0em;
}

.iddyprofile {
	margin:0;
	padding:0;
	font-size:100%;
/*
	width:200px;
*/
}

.iddyprofiletitle {
/*
	margin:0 0 1px 0;
	padding:10px;
	font-size:90%;
	font-weight:bold;
	background:#dff3ca;
*/
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #5f9ea0;
	background-color: #8fbc8f;
}

.iddyprofilebody {
	margin:0;
	padding:10px;
/*
	font-size:80%;
	background:#eef9e2;
*/
	font-size: x-small;
}

.iddyprofilephoto {
	margin:0;
	padding:0;
}

.iddyprofilephoto img {
	margin:0 10px 10px 0;
	padding:5px;
	border:1px solid #eee;
	background:#fff;
	width:60px;
	height:60px;
	float:left;
}

.iddyprofilename {
	margin:0;
	padding:0;
	font-size:small !important;
	text-align:left !important;
}

.iddyprofilename span {
	display:block;
}

.iddyprofiledescription {
	margin:0 0 10px 0;
	padding:0;
/*
	clear:both;
*/
	text-align:left !important;
}

.iddyprofilemore {
	margin:0 0 5px 0;
	padding:10px;
	background:#fff;
/*
	width:160px;
*/
	width:80%;
	clear:both;
}

.iddyprofilemore a {
	margin:0;
	padding:0 0 0 20px;
	color:#000;
	text-decoration:none;
	background:url(https://iddy.jp/image/tool/arrow_g.png) no-repeat left center;
	display:block;
}

.poweredbyiddy {
	margin:0;
	padding:0;
	font-size:80%;
	text-align:right;
}

.poweredbyiddy a {
	color:#90b569;
	text-decoration:none;
	display:block;
}
ul.tagCloud {
	background-image: url(bg_tagCloud.gif);
        padding: 0.5em 5px;
	text-align: center;
}
