/* @override 
	http://takagiryoko.jugem.jp/jm_style.css
	http://www.takagiryoko.com/jm_style.css
*/

@charset "EUC-JP";

/* ----------------------------------------
 作成日:2009.11.19
---------------------------------------- */


/* --------------------------------------
　リセット
--------------------------------------- */
 
* {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;}

ul {
	padding: 0;
	margin: 0;
}

/* --------------------------------------
　共通部分
--------------------------------------- */

/* ページ全体のテキスト色 */
html {color:#000000;}

/* ページ全体 */
body {
	width:100%;
	text-align:center;
	font-size:12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6em;
	background-color:#660066;
}

/* ページ全体のリンク色 */
a {color:#be121d;text-decoration:underline;}
a:link {color:#be121d;text-decoration:underline;}
a:visited {color:#860006;text-decoration:underline;}
a:hover {color:#e61926;text-decoration:none;}
a:active {color:#e61926;text-decoration:none;}

/* ブログ名の色 */
h1 a,h1 a:link,h1 a:visited {color:#be121d;text-decoration:none;}
h1 a:hover,h1 a:active {color:#e61926;text-decoration:none;}

/* 両サイドメニューのリンク色 */
#left a,#right a {color:#be121d;text-decoration:underline;}
#left a:link,#right a:link {color:#be121d;text-decoration:underline;}
#left a:visited,#right a:visited {color:#860006;text-decoration:underline;}
#left a:hover,#right a:hover {color:#e61926;text-decoration:none;}
#left a:active,#right a:active {color:#e61926;text-decoration:none;}

/* カレンダーのリンク色 */ 
.cell a,.call a:link,.call a:visited {color:#000000;text-decoration:underline;font-weight:bolder;}
.cell a:hover,.call a:active {color:#999999;text-decoration:none;}

#left,#right {
	color:#999;
	font-size: 10px;
	}


/* ------------------------------------- 
 *	ページレイアウト
--------------------------------------- */

/*ページ全体の幅、レイアウトを中央揃え*/
#wrapper {
	width:950px; /* A */
	margin:0 auto;
	padding:10px 0 0;
	text-align:left;
	background-color:#fff;
	
}

/*ブログ名と説明文、トップ画像*/
#header {
	width:910px;  /* B */
	height:297px;
	clear:left;
	margin:0 auto 10px;
	padding:0;
	background-color:#ffffff;  
	background-image: url(http://kimono-rakugo.img.jugem.jp/20100207_752167.png);
	background-repeat:no-repeat;  
	background-position:bottom center;
	background-attachment:scroll;  
}

#header h1 {
	text-indent: -999px;
}

#header h1 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 910px;
	height: 125px;
}

/*コンテンツ枠（記事の枠＋両サイドメニューの枠）*/
#content {
	margin:0 auto;
	padding:0 20px 20px 20px;
}

/*　左側の幅（右サイドメニューの枠）　*/
#left {
	float:left;
	width:200px;  /* C */
	zoom:1;
}

/*　メインの幅（記事の枠）*/
#main {
	float:left;
	width:460px;  /* D */
	padding:0 10px 0 10px;
	zoom:1;
}

/*　右側の幅（右サイドメニューの枠）　*/
#right {
	margin-left: 10px;
	float:left;
	width:220px;  /* E */
	zoom:1;
}

/*　フッター */
#footer {
 	width:100%;
 	clear:left;
}
 
 
/* --------------------------------------
　メイン
--------------------------------------- */

/* ブログ名 */
h1 {font-size:20px;padding:45px 0 0 30px;}

/* ブログの説明文 */
div#description {
	text-indent: -999px;
	margin:0;
	padding:0;
	}

.entry {
	margin:0;
	padding: 0;
	background-image: url(http://takagiryoko.img.jugem.jp/20091116_1396457.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}

/* 次の記事・前の記事 */
#entryNavi {margin:0 0 15px 0;}

/* 記事のタイトル */
h2 {
	font-size:14px;
	}
	
.entry h2 {
	margin: 0 10px 0 10px;
	padding: 10px 0 0 34px;
	font-size:14px;
	line-height: 22px;
	color: #e61926;
	font-weight:bolder;
	background-image: url(http://takagiryoko.img.jugem.jp/20091116_1396464.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	border-bottom: 1px dotted #818285;
	}

/* 記事本文 */
.entryBody {
	margin:15px 0 0 0;
	padding: 0 18px 0 18px;
	background-image: url(http://takagiryoko.img.jugem.jp/20091116_1396458.jpg);
	background-repeat: repeat-y
}

ul.entryState{
	margin-top: -10px;
	padding: 14px 10px 0 10px;
	height: 40px;
	background-image: url(http://takagiryoko.img.jugem.jp/20091116_1396461.jpg);
	background-position: bottom;
	font-size: 10px;
	text-align: center;
}

#grokEntryAdContainer {
	margin: 0;
	padding: 0;
}

/* 記事の続き */
.entryMore {
	font-size: 10px;
	padding:10px 0 10px 20px;
	background-image: url(http://takagiryoko.img.jugem.jp/20091116_1396458.jpg);
	background-repeat: repeat-y
	}

/* 記事の情報 */
ul.entryState li {
    display:inline;
	border-left:1px solid #999;
	padding-left:5px;
}

/* コメント枠 */
#comment {border:1px #000 solid;padding:20px;margin:20px 0 0 0;}

	#commentTitle {
		margin:0 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}
	
	#commentSendTitle {
		margin:20px 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}
	
	.commentBody {margin:5px 0;}
	
	ul.commentState {margin:0 0 15px 0;}
	
	ul.commentState li {
	    display:inline;
		border-left:1px solid #999999;
		padding-left:5px;
	}
	
	.commentSendForm {margin:0;}	
	.commentSendForm .input {width:250px;}
	.commentSendForm textarea {width:350px;margin:0 0 10px 0;}
	
	
/* トラックバック枠 */
#trackback {border:1px #000 solid;padding:20px;margin:20px 0 0 0;}

	#trackbackURL {
		margin:0 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}
	
	#trackbackTitle {
		margin:20px 0 5px 0;
		font-size:14px;
		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-left:1px solid #999999;
		padding-left:5px;
	}

/* プロフィールのページ */
#profile{margin:0;}

	#profileTitle {font-size:14px;font-weight:bolder;}
	#profileName {margin:15px 0 0 0;}
	#profileBody {margin:5px 0;}
	
/* このページの先頭へ */	
.pageTop {margin:10px 0 0 0}

/* --------------------------------------
　記事の装飾
--------------------------------------- */

/* 引用 */
#main blockquote {
	border:1px dotted #CCC;
	padding:10px;
	margin:10px;
}

/* 画像 */
#main .pict {b
order:0px;
padding:3px;
}

/* リスト */
div.entryBody li,div.entryMore li {
	list-style:circle;
	margin:0 0 0 15px;
}


/* --------------------------------------
　サイドメニュー
--------------------------------------- */

/* サイドメニューのタイトル */
h3 {
	font-size:12px;
	color: #fff;
	font-weight:bolder;
	margin:0 0 5px 0;
	padding: 4px 0 0 28px;
	height: 24px;
	background-image: url(http://takagiryoko.img.jugem.jp/20091116_1396462.gif);
	background-repeat: no-repeat;
	}


#right h3 {
	font-size:12px;
	color: #fff;
	font-weight:bolder;
	margin:0 0 5px 0;
	padding: 4px 0 0 28px;
	height: 24px;
	background-image: url(http://takagiryoko.img.jugem.jp/20091116_1396463.gif);
	background-repeat: no-repeat;
	}

/* サイドメニューの内容 */
.sideContents {margin:0 0 20px 0;}

/* カレンダーの１マス幅 */
.cell {width:27px;}


/* ----------------------------------------
 Footer
---------------------------------------- */

#footer {
    text-align:center;
    margin:20px 0 0 0;
}

#copyright {
    font-size:12px;
    padding:0 0 10px 0;
    text-align:center;
}



#antena {
    width: 737px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(http://takagiryoko.img.jugem.jp/20091116_1396465.gif);
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
    list-style-position: inside;
    list-style-type: disc;
    font-size: 12px;
}

#antenna_footer {
    background-image: url(http://takagiryoko.img.jugem.jp/20091116_1396466.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 14px;
    width: 737px;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: 25px;
}

#antena_message {
	margin: 0;
	padding-left: 120px;
	width:600px;
    font-size: x-small;
    line-height: 190%;
}