@charset "EUC-JP";

 
* {margin:0px;padding:0px;}

h1,h2,h3,h4,h5,h6 {font-size:100%;}
a {text-decoration: none;}
img {border:none;vertical-align:top;}
li {list-style-type:none;}
hr {display:none;clear:both;}
br.clear {clear:both;}

/* --------------------------------------
　共通部分
--------------------------------------- */

/* ページ全体のテキスト色 */
html {color:#000000;}

/* ページ全体 */
body {
	text-align: left; 
	line-height: 1.6; 
	font-size: 12px; /* 文字サイズ */
	font-family: sans-serif,"ＭＳ ゴシック","ヒラギノ角ゴ Pro W3",Osaka;
	color:#808080;
	background: #ffffff;
}


/* ページ全体のリンク色 */
a {color:#999999;text-decoration:underline;}
a:link {color:#999999;text-decoration:underline;}
a:visited {color:#999999;text-decoration:underline;}
a:hover {color:#ffb2bf;text-decoration:none;}
a:active {color:#999999;text-decoration:none;}




/* ブログ名の色 */
h1 a,h1 a:link,h1 a:visited {color:#000000;text-decoration:none;}
h1 a:hover,h1 a:active {color:#999999;text-decoration:none;}

/* サイドメニューのリンク色 */
#side a {color:#999999;text-decoration:underline;}
#side a:link {color:#999999;text-decoration:underline;}
#side a:visited {color:#999999;text-decoration:underline;}
#side a:hover {color:#ffb2bf;text-decoration:none;}
#side a:active {color:#999999;text-decoration:none;}

/* カレンダーのリンク色 */ 
.cell a,.call a:link,.call a:visited {color:#ffb2bf;text-decoration:underline;font-weight:bolder;}
.cell a:hover,.call a:active {color:#999999;text-decoration:none;}


/* ------------------------------------- 
 *	ページレイアウト
--------------------------------------- */

/*ページ全体*/
#wrapper {
	width:780px;
	margin: 0 auto;
	padding:0px 25px 0px 25px;

	border-right: 1px solid #660000;
	border-left: 1px solid #660000;

	background-color:#ffffffF;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}

/*ブログ名と説明文、トップ画像*/
#header {
	width: 780px; /* 幅 */	
	height: 300px; /* 高さ */
	margin: 0 auto;
	padding:0px 0px 20px 0px;

	/* トップ画像を変えたい場合は、backgroundのurl()内の画像を指示して下い */
	background: url(http://design-puzzle.img.jugem.jp/20091223_810150.gif) right top no-repeat;
}

.calendar {
text-align: center;
padding: 10px 0px 20px 0px;
}



/*コンテンツ枠（記事の枠＋サイドメニューの枠）*/
#content {
	margin:0 auto;
	padding:0px 0px 0px 0px;
}

/*　右側の幅（サイドメニューの枠）　*/
#side {
	float:left;
	width:180px;
	padding:0px 0px 0px 30px;
}

/*　左側の幅（記事の枠）*/
#main {
	float:left;
	width:520px;

}

/*　フッター */
#footer {
 	width:100%;
 	clear:left;
}
 
 
/* --------------------------------------
　メイン
--------------------------------------- */

/* ブログ名 */
h1 {
	text-align: left;/* 右寄せ　*/
	padding-left: 30px;/* 右からの距離　*/
	padding-top: 50px; /* 上からの距離　*/
	font-size: 30px; /* 文字サイズ */
	font-weight: bold; /* 太字 */
}

h1 a {
	text-decoration: none; /* 下線無し */
	color: #663d29; /* 文字のカラー */
}


/* ブログの説明文 */
div#description {
padding:10px 0px 0px 30px;
color: #666666;
}


/* 記事　*/
.entry {border:1px #999999 solid;padding:20px;margin:0px 0 0px 0;img border:none;}

/* 次の記事・前の記事 */
#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 {
	text-align: left;/* 右寄せ　*/
	font-size: 20px; /* 文字サイズ */
	font-weight: bold; /* 太字 */
}

h2 a {color:#ffb2bf;}
h2 a:link {text-decoration:none;color:#ffb2bf;}
h2 a:visited {text-decoration:none;color:#ffb2bf;}
h2 a:hover {color:#666666;}
h2 a:active {text-decoration:none;color:#ffb2bf;}


/* 記事本文 */
.entryBody {
margin:20px 0px 20px 0px;
}

/* 記事の続き */
.entryMore {margin:10px 0 10px 0;}

/* 記事の情報 */
ul.entryState li {
display:inline;
font-size:10px;
border-left:1px solid #999999;
padding-left:5px;
}

/* 関連する記事枠 */
#relatedEntry {border:1px #999999 solid;padding:20px;margin:20px 0 20px 0;}

	#relateTitle {
		margin:0 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}

/* コメント枠 */
#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 #000000 solid;padding:3px;}

/* リスト */
div.entryBody li,div.entryMore li {
	list-style:circle;
	margin:0 0 0 15px;
}


/* --------------------------------------
　サイドメニュー
--------------------------------------- */

/* サイドメニューのタイトル */
h3 {
font-family: "Century Gothic";
font-size: 14px;
line-height:120%;
color: #555;
border-left: 5px solid #ffccd3;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 10px;
}

/* サイドメニューの内容 */
.sideContents {margin:10px 0 20px 0;}

/* カレンダーの１マス幅 */
.cell {width:27px;}

/* ----------------------------------------
 Footer
---------------------------------------- */

#footer {
    text-align:center;
    margin:20px 0 0 0;
border-top: 1px solid #ffb2bc;
}

#copyright {
    font-size:12px;
    padding:0 0 10px 0;
    text-align:center;
}
