
/* --------------------------------------
　リセット
--------------------------------------- */
 
* {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:#333333;}

/* ページ全体 */
body {
	width:100%;
	text-align:center;
	font-size:12px;
	font-family:Helvetica, Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	line-height:1.6em;
	background-color:#EFEFF1;
	background-image:url(img/book.jpg);  
	background-repeat:no-repeat;  
	background-position:center 0px;
	background-attachment:scroll;
}


/* ページ全体のリンク色 */
a {color:#666666;text-decoration:underline;}
a:link {color:#666666;text-decoration:underline;}
a:visited {color:#999999;text-decoration:underline;}
a:hover {color:#999999;text-decoration:none;}
a:active {color:#999999;text-decoration:none;}

/* ブログ名の色 */
h1 a,h1 a:link,h1 a:visited {color:#f2f2f2;text-decoration:none;}
h1 a:hover,h1 a:active {color:#f7f7f7;text-decoration:none;}

/* 記事タイトルのリンク色 */
h2 a:link,h2 a:visited {color:#000000;text-decoration:none;}
h2 a:hover,h2 a:active {color:#f7f7f7;text-decoration:none;}

/* サイドメニューのリンク色 */
#side a {color:#666666;text-decoration:none;}
#side a:link {color:#666666;text-decoration:none;}
#side a:visited {color:#999999;text-decoration:none;}
#side a:hover {color:#cccccc;text-decoration:none;}
#side a:active {color:#cccccc;text-decoration:none;}

.entryState a {color:#000000;text-decoration:none;}
.entryState a:link {color:#000000;text-decoration:none;}
.entryState a:visited {color:#999999;text-decoration:none;}
.entryState a:hover {color:#333333;text-decoration:none;}
.entryState a:active {color:#333333;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;}


/* ------------------------------------- 
 *	ページレイアウト
--------------------------------------- */
/* -------------------------------------

　■ページ全体の変更方法（初期は幅950に設定されています）
  ・A にページ全体の幅を指定する
  ・B + 40 = A になるように B の値を指定する
  ・C + D + 40 + 20 = A になるように C と D の値を指定する
  
  ※サイドメニューの幅は C　、記事の枠の幅は D の値を変更 
  ※余白(padding)の値を変えない場合の方法です
--------------------------------------- */

/*ページ全体の幅、レイアウトを中央揃え*/
#wrapper {
	width:840px; /* A */
	margin:0px auto;
	padding:0px 0 0;
	text-align:left;
	background-color:;
	
}

/*ブログ名と説明文、トップ画像*/
#header {
	width:840px;  /* B */
	height:135px;
	clear:left;
	margin:0;
	padding:0;
	background-color:;  
	background-image:url();  
	background-repeat:no-repeat;  
	background-position:bottom center;
	background-attachment:scroll;  
}

/*コンテンツ枠（記事の枠＋サイドメニューの枠）*/
#content {
	margin:0 auto;
	padding:0;
}

/*　右側の幅（サイドメニューの枠）　*/
#side {
	float:left;
	width:235px;  /* C */;
	font-size:12px;
	line-height:1.8em;
	margin-top:5px;
}

/*　左側の幅（記事の枠）*/
#main {
	float:left;
	width:480px;  /* D */
	padding:0 125px 0 0px;
	background-color:;  
	text-align:justify;
}

/*　フッター */
#footer {
 	width:100%;
 	clear:left;
}
 
 
/* --------------------------------------
　メイン
--------------------------------------- */

/* ブログ名 */
h1 {font-size:20px;padding:70px 0 0 30px;}

/* ブログの説明文 */
div#description {margin:10px 0 0 0;padding:0 0 0 30px;}

#title {
	padding-top:30px;
}

.menu {
	width: 710px;
	padding-top:14px;
	float:right;
}

.entry {margin:0 0 5px 0;}

/* 次の記事・前の記事 */
#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 {
font-weight:normal;
font-family:Helvetica, Arial; 
font-size:21px;
margin:0px 0 5px 0;
line-height:15px;
}

/* 記事本文 */
.entryBody {margin:0px 0 0 0;
color:#666666;}

/* 記事の続き */
.entryMore {margin:10px 0 10px 0;}

/* 記事の情報 */
ul.entryState li {
    display:inline;
	border-left:1px solid #999999;
	padding-left:5px;
	font-size:10px;
}
.entryState {
margin-top:20px;
}

/* 関連する記事枠 */
#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-top: 1px #cccccc solid;
border-right: 1px #cccccc solid;
border-bottom:1px #cccccc dashed;
border-left: 1px #cccccc solid;
padding:20px;margin:20px 0 0 0;}

	#commentTitle {
		margin:0 0 10px 0;
		color:#000000;
		font-family:Helvetica, Arial; 
		font-size:12px;
		font-weight:bolder;
	}
	
	#commentSendTitle {
		margin:40px 0 10px 0;
		color:#000000;
		font-family:Helvetica, Arial; 
		font-size:12px;
		font-weight:bolder;
	}
	
	.commentBody {margin:5px 0;}
	
	ul.commentState {margin:0 0 15px 0;	color:#000000;}
	
	ul.commentState li {
	    display:inline;
		border-left:1px solid #999999;
		padding-left:5px;
	}
	
	.commentSendForm {margin:0;color:#000000;}	

	.commentSendForm .input {
		width:250px;
		font-family:Helvetica, Arial; 
		color:#666666;
		font-size:13px; 
		margin-left:5px;
}
	.commentSendForm textarea {
		width:350px;
		margin:0 0 10px 0;
		color:#666666;
		font-size:13px; 
}

	#name {border: 1px #ffffff solid;}
	#email {border: 1px #ffffff solid;}
	#url {border: 1px #ffffff solid;}

.comline {
color:#000000;
font-size:13px; 
width:350px;
border-top: 1px #ffffff solid;
border-right: 1px #ffffff solid;
border-bottom:1px #666666 solid;
border-left: 1px #ffffff solid;
margin-bottom:7px;
}
	
/* トラックバック枠 */
#trackback {
border-top: 1px #ffffff solid;
border-right: 1px #cccccc solid;
border-bottom:1px #cccccc solid;
border-left: 1px #cccccc solid;
padding:20px;margin:0px 0 0 0;}

	#trackbackURL {
		margin:0 0 5px 0;
		color:#000000;
		font-family:Helvetica, Arial; 
		font-size:12px;
		font-weight:bolder;
	}
	
	#trackbackTitle {
		margin:20px 0 5px 0;
		color:#000000;
		font-family:Helvetica, Arial; 
		font-size:12px;
		font-weight:bolder;
	}
		
	#trackback input {width:350px;}


#traurl {
border-top: 1px #ffffff solid;
border-right: 1px #ffffff double;
border-bottom:1px #000000 solid;
border-left: 1px #ffffff dashed;
}
	
	.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 {color:#000000;}
	#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 {margin:0px 0 5px 0;}
img{margin:0;}

/* リスト */
div.entryBody li,div.entryMore li {
	list-style:circle;
	margin:0 0 0 15px;
}

/* 小文字キャプション */
 .smtxt  {font-size:10px;
font-family:Helvetica, Arial; 
}
/* 小文字赤 */
 .smred  {font-size:10px;
font-family:Helvetica, Arial; 
color:#ff0000;
}

/* 赤文字 */ 
.red {color:#ff0000;}

/* 赤下線 */ 
.udbred {border-bottom:#F00 dotted 1px;}

.boldBK {font-weight:bold;
	color:#000000;}


/* --------------------------------------
　サイドメニュー
--------------------------------------- */

/* サイドメニューのタイトル */
h3 {font-size:12px;
		color:#000000;
font-family:Helvetica, Arial; 
font-weight:bold;
margin:0;}

/* サイドメニューの内容 */
.sideContents {margin:0 0 20px 0;
font-family:Helvetica, Arial; }


/* --------------------------------------
　アコーディオンメニュー
--------------------------------------- */


#accordion{
  position:relative;
  width: 210px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1;
}
#accordion input{
  position:absolute;
  height: 0;
  padding:0;
}
#accordion div div{
  position: relative;
  padding: 5px 0px 5px 5px;
    border-radius: 3px;
background: #3f3f3f;
color: #fff;
behavior: url(js/PIE/PIE.htc);
}
#accordion label:first-child div div{
  border-top: 0;
}
#accordion label:last-child div div{
  border-bottom: 0;
}
#accordion div div:hover{
  background: #000;
	cursor: pointer;
  border-radius: 3px;
color: #fff;
behavior: url(js/PIE/PIE.htc);
}


#accordion ul{
  list-style: none;
  margin: 0;

}
#accordion ul li a{
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0px 0px;
  color: #333;
  text-decoration: none;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
#accordion input:checked + div ul li a{
  position:relative;
  background: none;
  line-height: 1;
	height: 15px;
  padding: 3px 0 3px 20px;
}
#accordion input:checked + div ul li:last-child a{
  border-bottom: 0;
}
#accordion input:checked + div ul li a:hover{
  background: #000000;
  border-radius: 3px;
}


/* ----------------------------------------
 Footer
---------------------------------------- */

#footer {
    text-align:center;
    margin:20px 0 0 0;
}

#copyright {
    font-size:10px;
    padding:0 0 10px 0;
    text-align:center;
}
