@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: #333;
}

/* ページ全体 */
body {
	width:100%;
	text-align:center;
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	line-height:1.6em;
	background:url(null) fixed;
	background-color:#e7e7e7;
}

/* ページ全体のリンク色 */
a {color:#000000;text-decoration:underline;}
a:link {color:#000000;text-decoration:underline;}
a:visited {color:#999999;text-decoration:underline;}
a:hover {color:#333333;text-decoration:none;}
a:active {color:#333333;text-decoration:none;}

/* ブログ名の色 */
h1 a,h1 a:link,h1 a:visited {color:#d66d6d;text-decoration:none;}
h1 a:hover,h1 a:active {color:#d66d6d;text-decoration:none;}

/* サイドメニューのリンク色 */
#side a {color:#fff;text-decoration:underline;}
#side a:link {color:#fff;text-decoration:underline;}
#side a:visited {color:#ccc;text-decoration:underline;}
#side a:hover {color:#fff;text-decoration:none;}
#side a:active {color:#fff;text-decoration:none;}

/* フッターのリンク色 */
#footer a {color:#fff;text-decoration:underline;}
#footer a:link {color:#fff;text-decoration:underline;}
#footer a:visited {color:#ccc;text-decoration:underline;}
#footer a:hover {color:#fff;text-decoration:none;}
#footer a:active {color:#fff;text-decoration:none;}


/* ------------------------------------- 
 *	ページレイアウト
--------------------------------------- */
/*ページ全体の幅、レイアウトを中央揃え*/
#wrapper {
	width: 100%;
	margin: 0px auto;
	text-align: left;
	background: #b29c7c;
	
}

/*ヘッダー（ブログ名と説明文）*/
#header {
	width: 100%;
	height: 150px;
	margin: 0 auto;
	background: url(http://img-cdn.jg.jugem.jp/0d1/1692544/20100419_823003.gif) repeat-x center top;
}

/*コンテンツ枠（記事の枠＋サイドメニューの枠）*/
#content {
	width: 800px;
	margin: 15px auto 0;
	background: url(http://img-cdn.jg.jugem.jp/0d1/1692544/20100416_811780.gif) repeat-y left top;
}

/*　右側の幅（サイドメニューの枠）　*/
#side {
	width: 180px;
	float: right;
	color: #fff;
}

/*　左側の幅（記事の枠）*/
#main {
	width: 600px;
	float: left;
}

/*　フッター */
#footer {
 	width: 800px;
 	height: 98px;
 	margin: 0 auto;
 	background: url(http://img-cdn.jg.jugem.jp/0d1/1692544/20100419_823006.gif) no-repeat left top;
}
 
 
/* --------------------------------------
　メイン
--------------------------------------- */

/* ブログ名 */
h1 {
	width: 800px;
	margin: 0 auto;
	font-size: 1.7em;
	padding: 20px 0 0;
}

/* ブログの説明文 */
div#description {
	width: 800px;
	margin: 10px auto;
}

#maincontent {
	width: 570px;
	margin: 15px auto;
}

.entry {
	margin: 0 0 100px 0;
}

/* 次の記事・前の記事 */
#entryNavi {
	margin: 0 auto 15px;
	text-align: center;
}

/* 記事のタイトル */
h2 {
	font-size: 1.4em;
	font-weight: 700;
	width: 470px;
	height: 35px;
	background: url(http://img-cdn.jg.jugem.jp/0d1/1692544/20100419_823004.gif) no-repeat left bottom;
	padding: 15px 0 0 100px;
}

/* 記事本文 */
.entryBody {margin:15px 0 0 0;}

/* 記事の続き */
.entryMore {margin:10px 0 10px 0;}

/* 記事の情報 */
ul.entryState li {
    display:inline;
	border-left:1px solid #999999;
	padding-left:5px;
}

/* コメント枠 */
#comment {border:1px #999999 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 #999999 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 #cccccc
	padding:10px;
	margin:10px;
}

/* 画像 */
#main .pict {border:1px #f1c8bd solid;padding:3px;}

/* リスト */
div.entryBody li,div.entryMore li {
	list-style:circle;
	margin:0 0 0 15px;
}


/* --------------------------------------
　サイドメニュー
--------------------------------------- */

/* サイドメニューのタイトル */
h3 {
	font-size: 1.3em;
	font-weight: 700;
	background: url(http://img-cdn.jg.jugem.jp/0d1/1692544/20100419_823005.gif) no-repeat left top;
	padding: 5px 0 5px 30px;
	border-bottom: 2px #ccc dotted;
	margin-bottom: 10px;
}

/* サイドメニューの内容 */
.sideContents {margin:0 0 20px 0;}

/* カレンダーの１マス幅 */
.cell {width:27px;}

/* ----------------------------------------
 Footer
---------------------------------------- */
#copyright {
	color: #fff;
	padding: 20px 0 0 0;
}

/* =================================== */
/* clearFix */
/* =================================== */
.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearFix { display: inline-block; }
/* Hides from IE-mac */
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hides from IE-mac */