@charset "EUC-JP";

/* ----------------------------------------
 作成日:2009.00.00
 テンプレート名:
 by ユーザー名 (http://xxxxxx.jugem.jp)
---------------------------------------- */

/* --------------------------------------
　リセット
--------------------------------------- */
 
* {margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 {font-size:100%;}
a {text-decoration:none;overflow:hidden;}
img {border:none;vertical-align:top;}
li {list-style-type:none;}
hr {background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin: 5px 0;
}
br.clear {clear:both;}

/* --------------------------------------
　共通部分
--------------------------------------- */

/* ページ全体のテキスト色 */
html {color:#000;}

/* ページ全体 */
body {
	width:100%;
	text-align:center;
	font-size:14px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	line-height:1.6em;
	color: #777;
	background: #fff;
}

/* ブログ名の色 */
h1 a,h1 a:link,h1 a:visited {color:#FFF;text-decoration:none;}
h1 a:hover,h1 a:active {color:#999;text-decoration:none;}

/* ページ全体のリンク色 */
a {color:#033;text-decoration:none;}
a:link {color:#033;text-decoration:none;}
a:visited {color:#999;text-decoration:none;}
a:hover {color:#BA2828;background: #CCC;}
a:active {color:#BA2828;background: #CCC;}

/* 両サイドメニューのリンク色 */
#left a,#right a {color:#BA2828;text-decoration:none;}
#left a:link,#right a:link {color:#BA2828;text-decoration:none;}
#left a:visited,#right a:visited {color:#999;text-decoration:none;}
#left a:hover,#right a:hover,
#left a:active,#right a:active {color:#000;}

/* カレンダーのリンク色 */ 
#calendar a,
#calendar a:link,
#calendar a:visited {color:#BA2828;text-decoration:underline;font-weight:bolder;}
#calendar a:hover,
#calendar a:active {color:#999;text-decoration:none;}


/* ------------------------------------- 
 *	ページレイアウト
--------------------------------------- */
#wrap {background: url(http://img-cdn.jg.jugem.jp/0b7/356671/20100803_601715.gif) repeat-x; }

/*ページ全体の幅、レイアウトを中央揃え*/
#wrapper {
	width:950px; 
	margin:0px auto;
	text-align:left;
}
#head {
    vertical-align:bottom;
}

/*ヘッダー（ブログ名と説明文）*/
#header {
	float: left;
	background: #BA2828;
	padding: 100px 25px 15px;
	margin: 0 0 20px;
}
#calendar {
    float:right;
	font-size: 11px;
	margin: 140px 0 0 0;}

.calendar_month {
    }

hr { clear: both; border-bottom: 1px solid #ddd; margin:0;}
/*コンテンツ枠（記事の枠＋両サイドメニューの枠）*/
#content {
	margin:0 auto;
	padding:20px 0 5px 0;
}

/*　左側の幅（右サイドメニューの枠）　*/
#left {
	float:left;
	width:200px;
	font-size:11px;
	zoom:1;
	color: #999999;
}

/*　メインの幅（記事の枠）*/
#main {
	float:left;
	width:440px;
	padding:0 20px;
	margin:0 20px;
	zoom:1;
	border-right: 1px dotted #666666;	
	border-left: 1px dotted #666666;
}

/*　右側の幅（右サイドメニューの枠）　*/
#right {
	float:left;
	width:228px;
	font-size:11px;
	zoom:1;
	color: #999999;
}

/*　フッター */
#footer {
 	width:100%;
 	clear:left;
}
 
 
/* --------------------------------------
　メイン
--------------------------------------- */

/* ブログ名 */
h1 {font-size:20px;}

/* ブログの説明文 */
div#description {margin:10px 0 0 0;
color:#CCC;}

.entry {margin:0 0 15px 0;}

/* 次の記事・前の記事 */
#entryNavi {margin:0 0 15px 0;}

/* 記事のタイトル */
h2 {
	font-size:14px;
	font-weight:bolder;
	color:#FFF;
	background: #BA2828;
	padding-left: 10px;
}

/* 記事本文 */
.entryBody {margin:15px 0;}

/* 記事の続き */
.entryMore {margin:10px 0 10px 0;}

/* 記事の情報 */
ul.entryState li {
	display:inline;
	border-left:1px solid #999;
	padding-left:5px;
	font-size: 10px;
}

/* コメント枠 */
#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 #999;
		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 #999;
		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; text-align:right;}


/* --------------------------------------
　記事の装飾
--------------------------------------- */

/* 引用 */
#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:16px;
	font-weight:bolder;
	margin:0 0 5px 0;
	border-bottom: 1px solid #333333;
	letter-spacing: 1px;
	color: #000000;
}

/* サイドメニューの内容 */
.sideContents {margin:0 0 20px 0;}

/* カレンダーの１マス幅 */
.cell {width:27px;}


/* ----------------------------------------
 Footer
---------------------------------------- */

#footer {
    text-align:center;
    margin:20px 0 0 0;
	border-top: 1px dotted #666666;
}

#copyright {
    font-size:12px;
    padding:0 0 10px 0;
    text-align:center;
}