@charset "EUC-JP";

/* --------------------------------------
　リセット
--------------------------------------- */
 
* {margin:0px;padding:0px;}

h1,h2,h3,h4,h5,h6 {font-size:100%;}
a {text-decoration:underline;overflow:hidden;}
img {border:none;vertical-align:top;}
li {list-style-type:none;}
hr {display:none;clear:both;}
br.clear {clear:both;}

/* --------------------------------------
　共通部分
--------------------------------------- */

/* ページ全体のテキスト色 */
html {color:#333333;}

/* ページ全体 */
body {
	width:100%;
	font-size:11px;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	line-height:1.6em;
	background-color:#ffffff;
}


/* ページ全体のリンク色 */
a {color:#000000;text-decoration:none;}
a:link {color:#000000;text-decoration:none;}
a:visited {color:#000000;text-decoration:none;}
a:hover {color:#669900;text-decoration:underline;}
a:active {color:#669900;text-decoration:underline;}

/* ブログ名の色 */
h1 a,h1 a:link,h1 a:visited {color:#000000;text-decoration:none;}
h1 a:hover,h1 a:active {color:#999999;text-decoration:underline;}

/* 記事タイトルの色 */
h2 a {color:#000000;text-decoration:none;}
h2 a:link {color:#000000;text-decoration:none;}
h2 a:visited {color:#000000;text-decoration:none;}
h2 a:hover {color:#669900;text-decoration:underline;}
h2 a:active {color:#669900;text-decoration:underline;}


/* 記事内リンク */
.entryBody a {color:#669900;text-decoration:underline;}
.entryBody a:link {color:#669900;text-decoration:underline;}
.entryBody a:visited {color:#669900;text-decoration:underline;}
.entryBody a:hover {color:#999999;text-decoration:none;}
.entryBody a:active {color:#999999;text-decoration:none;}


/* サイドメニューのリンク色 */
#side a {color:#000000;text-decoration:none;}
#side a:link {color:#000000;text-decoration:none;}
#side a:visited {color:#000000;text-decoration:none;}
#side a:hover {color:#669900;text-decoration:underline;}
#side a:active {color:#669900;text-decoration:underline;}


/* カレンダーのリンク色 */ 
#side .cell a,
#side .call a:link,
#side .call a:visited {
	color:#669900;
	text-decoration:none;
	font-weight:bold;
}

#side .cell a:hover,
#side .call a:active {
	color:#999999;
	text-decoration:underline;
}


/* ------------------------------------- 
 *	ページレイアウト
--------------------------------------- */

/*ページ全体の幅、レイアウトを中央揃え*/
#wrapper {
	width:765px; /* A */
	margin:0px;
	padding:20px 0px 0px 30px;
	text-align:left;
	background-color:#fff;
	
}

/*ブログ名と説明文、トップ画像*/
#header {
	clear:left;
	margin:0px 0px 50px 0px;
	padding:0px;

}

/*コンテンツ枠（記事の枠＋サイドメニューの枠）*/
#content {
	margin:0 auto;
	padding:0 0px 20px 0px;
}

/*　右側の幅（サイドメニューの枠）　*/
#side {
	float:right;
	width:200px;  /* C */
	padding:22px 0px 0px 0px ;
}

/*　左側の幅（記事の枠）*/
#main {
	float:left;
	width:500px;  /* D */
	padding:0px ;
}

/*　フッター */
#footer {
 	width:100%;
 	clear:left;
}
 
 
/* --------------------------------------
　メイン
--------------------------------------- */

/* ブログ名 */
h1 { margin:0px 0px 15px 0px;}

/* ブログの説明文 */
div#description {margin:10px 0 0 0;padding:0 0 0 30px;}

.entry {margin:0 0 100px 0;}

/* 次の記事・前の記事 */
#entryNavi {margin:0 0 15px 0;}


#pager{padding:10px 0 20px;text-align:center;width:100%;}
#pager span{margin:0 3px;}

#pager span.current{
	background-color:#1e1e1e;
	padding:4px 7px;
	color:#fff;
	font-weight:bold;
}

#pager span a{
	background-color:#e4e4e4;
	color:#565656;
	padding:4px 7px;
	text-decoration:none;
}

#pager span a:hover,#pager span a:active {
	background-color:#333;
	color:#fff;
	text-decoration:none;
}

/* 記事のタイトル */
h2 {
	clear:both;
	font-size:11px;
	width:475px;
	height:26px;
	padding:8px 0px 0px 25px;
	background:url(http://img.blog.daily-daily.net/20100601_1160910.jpg) left top repeat-x;
}

/* 投稿日付 */

.days{
	float:right;
	margin:0px 0px 5px 0px;
	background:url(http://img.blog.daily-daily.net/20100601_1160615.jpg) left no-repeat;
	padding:0px 0px 0px 15px;
font-size:11px;
font-weight:bold;
}


/* 記事本文 */
.entryBody {
margin:15px 0 30px 0;}

/* 記事の続き */
.entryMore {
margin:0px 0 30px 0;}

/* 記事の情報 */

ul.entryState {
	width:495px;
	background:url(http://img.blog.daily-daily.net/20100601_1160617.gif) top left repeat-x;
	padding:13px 0px 0px 0px;
	font-size:11px;
	line-height:1.0;
}

ul.entryState li {
        display:inline;
	border-right:1px solid #999999;
	padding:0px 5px;
	font-size:11px;
	line-height:1.0;
}

	ul.entryState li:first-child{
			border-left:1px solid #999999;
		}
		
		ul.entryState li.first-child{ /*IE-expression (first-child) */
			border-left:1px solid #999999;
		}

		ul.entryState li{ /* IE-expression (first-child) */
			behavior: expression(
			this.className += (this.previousSibling == null) ? " first-child" : "",
			this.style.behavior = "none"
			);
		}


/* 関連する記事枠 */
#relatedEntry {border:1px #999999 solid;padding:20px;margin:20px 0 20px 0;}

	#relateTitle {
		margin:0 0 5px 0;
		font-size:11px;
		font-weight:bolder;
	}

/* コメント枠 */
#comment {
	border:1px #999999 solid;
	padding:20px;
	margin:20px 0 0 0;
}

	#commentTitle {
		margin:0 0 5px 0;
		
		font-weight:bolder;
	}
	
	#commentSendTitle {
		margin:20px 0 5px 0;
		
		font-weight:bolder;
	}
	
	.commentBody {margin:10px 0;}
	
	ul.commentState {margin:0 0 35px 0;}
	
	ul.commentState li {
	    display:inline;
 		border-right:1px solid #999999;
		padding:0px 5px;		
	}
	
		ul.commentState li:first-child{
			border-left:1px solid #999999;
		}
		
		ul.commentState li.first-child{ /*IE-expression (first-child) */
			border-left:1px solid #999999;
		}

		ul.commentState li{ /* IE-expression (first-child) */
			behavior: expression(
			this.className += (this.previousSibling == null) ? " first-child" : "",
			this.style.behavior = "none"
			);
		}
	
	.commentSendForm {margin:0;}	
	.commentSendForm .input {width:250px;}
	.commentSendForm textarea {width:350px;margin:0 0 10px 0;}
	
	
/* トラックバック枠 */
#trackback {border:1px #999999 solid;padding:20px;margin:20px 0 0 0;}

	#trackbackURL {
		margin:0 0 5px 0;
		
		font-weight:bolder;
	}
	
	#trackbackTitle {
		margin:20px 0 5px 0;
		
		font-weight:bolder;
	}
		
	#trackback input {width:350px;}
	
	.trackbackName {margin:0;}
	.trackbackBody {margin:5px 0;}
	
	ul.trackbackState {margin:0 0 15px 0;}
	

	ul.trackbackState li {
	    display:inline;
	border-right:1px solid #999999;
	padding:0px 5px;		
	}
	
		ul.trackbackState li:first-child{
			border-left:1px solid #999999;
		}
		
		ul.trackbackState li.first-child{ /*IE-expression (first-child) */
			border-left:1px solid #999999;
		}

		ul.trackbackState li{ /* IE-expression (first-child) */
			behavior: expression(
			this.className += (this.previousSibling == null) ? " first-child" : "",
			this.style.behavior = "none"
			);
		}
		
	

/* プロフィールのページ */
	#profile{margin:15px 0px 0px 0px;}
	#profileTitle {font-size:11px;font-weight:bolder;}
	#profileName {margin:15px 0 0 0;}
	#profileBody {margin:5px 0;}
	
/* このページの先頭へ */	
.pageTop {margin:10px 0 0 0}

/* --------------------------------------
　記事の装飾
--------------------------------------- */

/* 引用 */
#main blockquote {
	border:1px dotted #cccccc;
	padding:10px;
	margin:10px;
}

/* 画像 */
#main .pict {border:none; margin:0px 0px 5px 0px;}
#main .pict2 {border:none; margin:8px 0px 3px 0px;}

/* リスト */
div.entryBody li,div.entryMore li {
	list-style:circle;
	margin:0 0 0 15px;
}


/* --------------------------------------
　サイドメニュー
--------------------------------------- */

/* サイドメニューのタイトル */
h3 {
	width:177px;
	height:26px;
	background:url(http://img.blog.daily-daily.net/20100601_1160949.jpg) left top no-repeat;
	font-size:11px;
	font-weight:bolder;
	margin:0 0 5px 0;
	padding:6px 0px 0px 23px;
}

/* サイドメニューの内容 */
.sideContents {margin:0 0 20px 5px;}

/* カレンダーの１マス幅 */
.cell {width:27px;}

/* ----------------------------------------
 Footer
---------------------------------------- */

#footer {
    text-align:center;
    margin:20px 0 0 0;
}

#copyright {
    font-size:11px;
    padding:0 0 10px 0;
    text-align:center;
}

