@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;}
.claer{
	clear: both;
	float: none;
}

/* --------------------------------------
　共通部分
--------------------------------------- */


/* ページ全体 */
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-image:url(http://img-cdn.jg.jugem.jp/793/342770/20100102_527711.jpg);
	background-repeat:repeat;


	background-position:;
	background-attachment:scroll;
	color: #8c8374;
}


/* ページ全体のリンク色 */
a {color:#8c8374;text-decoration:none;}
a:link {color:#8c8374;text-decoration:none;}
a:visited {color:#8c8374;text-decoration:none;}
a:hover {color:#8c8374;text-decoration:none;}
a:active {color:#8c8374;text-decoration:none;}


/* ------------------------------------- 
 *	ページレイアウト
--------------------------------------- */
/* -------------------------------------

　■ページ全体の変更方法（初期は幅950に設定されています）
  ・A にページ全体の幅を指定する
  ・B + 40 = A になるように B の値を指定する
  ・C + D + 40 + 20 = A になるように C と D の値を指定する
  
  ※サイドメニューの幅は C　、記事の枠の幅は D の値を変更 
  ※余白(padding)の値を変えない場合の方法です
--------------------------------------- */

.calendar{
	text-align:center;
	word-spacing: 2px;
	padding: 10px;
}
.calender-table{
	width: 230px;
}
/* カレンダーの１マス幅 */
.cell {width:35px;}

/*ページ全体の幅、レイアウトを中央揃え*/
#wrapper {
	margin-right:auto;
	margin-left:auto;
	padding:0px 15px;
	text-align:left;
	background-image:url(http://img-cdn.jg.jugem.jp/793/342770/20100102_527721.jpg);
	width: 870px;

	
}

/*ブログ名と説明文、トップ画像*/
#header {
	width:870px;  /* B */
	height:287px;
	margin:0px;
	padding:0px;
	background-image:url(http://img-cdn.jg.jugem.jp/584/719314/20130921_695150.jpg);
	background-repeat:no-repeat;
padding-bottom:20px;
}

/*コンテンツ枠（記事の枠＋サイドメニューの枠）*/
#content {
	width: 870px;
}

/*　右側の幅（サイドメニューの枠）　*/
#side {
	float:right;
	width:250px;
}

.cate-bg{
	background-image: url(http://img-cdn.jg.jugem.jp/793/342770/20100106_528551.png);
	margin-bottom: 10px;
}

/*　左側の幅（記事の枠）*/
#main {
	float:left;
	width:600px;  /* D */
	text-align: center;

}
.entry{
	text-align:left;
}

.h3-category{
	background-image:url(http://img-cdn.jg.jugem.jp/793/342770/20100407_548608.jpg);
	background-repeat:no-repeat;
	height:37px;
	padding-top: 10px;
	padding-left: 45px;
}

.entry-top{
	background-image:url(http://img-cdn.jg.jugem.jp/793/342770/20100102_527724.png);
	background-repeat:no-repeat;
}

.ent-top{
	background-image: url(http://img-cdn.jg.jugem.jp/793/342770/20100402_547507.png);
	background-repeat: no-repeat;
	height: 137px;
}
.ent-body{
	background-image: url(http://img-cdn.jg.jugem.jp/793/342770/20100106_528545.jpg);
	margin-right: 24px;
	margin-left: 24px;
}
.ent-bottom{
	background-image: url(http://img-cdn.jg.jugem.jp/793/342770/20100106_528547.png);
	background-repeat: no-repeat;
	height: 107px;
}
.ent-bottom-layout{
	padding-left: 40px;
	padding-top: 25px;
	padding-right: 40px;
}
.entry-space{	margin-bottom: 25px;}
/* 記事本文 */
.entryBody {
	background-image: url(http://img-cdn.jg.jugem.jp/793/342770/20100102_527722.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
.ent-body-layout{
	padding-left: 25px;
	padding-right: 25px;
}

.entry-bottom{
	background-image: url(http://img-cdn.jg.jugem.jp/793/342770/20100102_527723.png);
	background-repeat: no-repeat;

}

.ent-title-layout{
	padding-top: 50px;
	padding-left: 45px;
}
.ent-title{
	padding-top: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.ent-date{
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}



 
 
/* --------------------------------------
　メイン
--------------------------------------- */

/* ブログ名 */
h1 {font-size:20px;padding:70px 0 0 30px;}

/* ブログの説明文 */
div#description {margin:10px 0 0 0;padding:0 0 0 30px;}

.entry {
	margin-bottom: 20px;
}

/* 次の記事・前の記事 */
#entryNavi {
	padding:10px;
	background-image: url(http://img-cdn.jg.jugem.jp/793/342770/20100106_528551.png);
margin-bottom:10px;
}


#pager{
	padding:10px;
	text-align:center;
	background-image: url(http://img-cdn.jg.jugem.jp/793/342770/20100407_548614.png);

}
#pager span{margin:0 3px;}

#pager span.current{
	padding:4px 7px;
	font-weight:bold;
}

#pager span a{
	background-color:#ECF6F8;
	padding:4px 7px;
	text-decoration:none;
}

#pager span a:hover,#pager span a:active {
	text-decoration:none;
}

/* 記事のタイトル */
h2 {font-size:14px;font-weight:bolder}


/* 記事の続き */
.entryMore {
}

/* 記事の情報 */
ul.entryState li {
    display:inline;
	border-left:1px solid #999999;
	padding-left:5px;
}

/* 関連する記事枠 */
#relatedEntry {
	padding:20px;
	margin:20px 0 20px 0;
	background-image: url(http://img-cdn.jg.jugem.jp/793/342770/20100106_528551.png);
}

	#relateTitle {
		margin:0 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}

/* コメント枠 */
#comment {
	padding:20px;
	margin:20px 0 0 0;
	background-image: url(http://img-cdn.jg.jugem.jp/793/342770/20100106_528551.png);
}

	#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 {
	padding:20px;
	margin-bottom:20px;
	background-image: url(http://img-cdn.jg.jugem.jp/793/342770/20100106_528551.png);
}

	#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}

.comment-truck-area{text-align:left;}

/* --------------------------------------
　記事の装飾
--------------------------------------- */
.form-space{
	padding-bottom: 15px;
}
/* 引用 */
#main blockquote {
	border:1px dotted #cccccc;
	padding:10px;
	margin:10px;
}

/* 画像 */
#main .pict {border:1px #000000 solid;padding:3px;}

/* リスト */
div.entryBody li,div.entryMore li {
	list-style:circle;
	margin:0 0 0 15px;
}


/* --------------------------------------
　サイドメニュー
--------------------------------------- */

/* サイドメニューのタイトル */
h3 {font-size:14px;font-weight:bolder;margin:0 0 5px 0;}

/* サイドメニューの内容 */
.sideContents {
	padding-bottom: 10px;
	padding-left: 15px;
}



/* ----------------------------------------
 Footer
---------------------------------------- */

#footer {
	text-align:center;
	padding-top: 10px;
	background-image: url(http://img-cdn.jg.jugem.jp/793/342770/20100106_528551.png);
	clear:both;
	width:100%;
}


#copyright {
    font-size:12px;
    padding:0 0 10px 0;
    text-align:center;
}
