* {margin:0px;padding:0px;}

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 {display:none;clear:both;}
br.clear {clear:both;}


/* --------------------------------------
　共通部分
--------------------------------------- */


/* ページ全体のテキスト色 */
html {color:#808080;}

/* ページ全体 */
body {
	width:100%;
	text-align:center;
	font-size:12px;
	font-family: メイリオ, Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic', sans-serif;
	line-height:1.6em;
	background-image:url(http://img-cdn.jg.jugem.jp/3d3/1170491/20200807_2509565.png);
	background-repeat:repeat;  
        background-position:center;
　
}


/* ブログ名の色 */
h1 a,h1 a:link,h1 a:visited {color:#FFF;text-decoration:none;}
h1 a:hover,h1 a:active {color:#FF4F02;background-color:#FFF;
opacity: 0.8 ;}

/* ページ全体のリンク色 */
a {color:#FF4F02;}
a:link {color:#FF4F02;}
a:visited {color:#00CC99;}
a:hover {color:#00CC99;text-decoration:none;background-color:#FFF;}
a:active {color:#FF4F02;text-decoration:none;}


/* サイドメニューのリンク色 */
#side a {color:#FF4F02;text-decoration:none;}
#side a:link {color:#FF4F02;text-decoration:none;}
#side a:visited {color:#FFAD90;text-decoration:none;}
#side a:hover {color:#FF4F02;text-decoration:none;}
#side a:active {color:#808080;text-decoration:none;}



/*ページ全体の幅、レイアウトを中央揃え*/
#wrapper {
	width:1040px; /* A */
	margin:0px auto;
	padding:20px 0 0;
	text-align:left;
	
}

/*ブログ名と説明文、トップ画像*/
#header {
	width:1000px;  /* B */
	height:296px;
	clear:left;
	margin:0 auto 20px;
	padding:0;
	background-image:url(http://img-cdn.jg.jugem.jp/3d3/1170491/20200806_2509474.png);
        background-repeat:no-repeat;  
	background-position:bottom center;
	background-attachment:scroll;  
         background-color: transparent;

}

/*コンテンツ枠（記事の枠＋サイドメニューの枠）*/
#content {
	
	padding:0 0px 0px 0px;
        margin: 0 0px 0px 0px;
}

/*　右側の幅（サイドメニューの枠）　*/
#side {
	float:right;
	width:240px;  /* C */
        
}

/*　左側の幅（記事の枠）*/
#main {
	float:right;
	width:740px;  /* D */ 
        margin: 0 30px 0px 30px;
        padding: 20px 0px 0px  0px;
           
}

/*　フッター */
#footer {
 	width:100%;
 	clear:left;
}
 
 
/* --------------------------------------
　メイン
--------------------------------------- */

/* ブログ名 */
h1 {font-size:6em;padding:150px 0px 0px 40px;
color:#FF4F02;
opacity: 0.8;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;}

/* ブログの説明文 */
div#description {
margin:0px 0 0 0;
padding:35px 0 0 140px;
font-size:2em;
color:#000;
}

.entry {margin:0 0 55px 0;
padding:20 10 20 20 px;
color:#FF4F02;
 background-color:rgba(80, 80, 80, 0.2);

}


.entry_date {font-size: 20px;padding-top: 10px;
font-family:"Courier New";
font-weight: bold;
background-repeat:no-repeat; 
border-bottom: 2px ridge#FF4F02;
padding-bottom:12px;
}


/* 次の記事・前の記事、ページ送り */
#entryNavi {margin:0 0 15px 0;text-align:center;}

#pager{padding:10px 0 20px;width:100%;text-align:center;}
#pager span{margin:0 3px;}

#pager span.current{
	background-color:#FF4F02;
	padding:4px 7px;
	color:#FFF;
	font-weight:bold;
}

#pager span a{
	background-color:#FF4F02;
	color:#FFF;
	padding:4px 7px;
       text-decoration:none;
}

#pager span a:hover,#pager span a:active {
	background-color:#FFF;
	color:#00CC99;
        text-decoration:none;
}

/* 記事のタイトル */
 h2 {
margin: 0 0 30px 0; /* 上マージン0、右マージン0、下マージン30px、左マージン0 */
color:#FF4F02; 
padding: 2px 10px; /* 上下パディングピクセル、左右パディング10px */
font-size:20px;
font-weight:bolder;
text-align:center;
border: 1px solid#00CC99; 
border-left: 10px solid#00CC99;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
background-color:#000;
padding:30px 0px 0px 0px;
height: 25px;
 }

/* 記事本文 */
.entryBody {margin:15px 30px 0 30px;
color:#f0f0f0;
}

.entry_description {background-color:#000;}

/* 記事の続き */
.entryMore {margin:10px 0 30px 0;}

/* 記事の情報 */
ul.entryState li {
    display:inline;
	border-left:1px solid #FF4F02;
        margin: 0px 0px 0px 0px;
        padding-left:5px;
       }

/* LOVEボタン */	
.entryLove {margin:2px 0 0 30px;}

/* 関連する記事枠 */
#relatedEntry {
padding-left:10px;margin:0px 0px 30px 0;
}
	
#related_entry_list {color:#FF4F02;}
	
#relateTitle {
                color:#FF4F02;
		margin:0 0px 0;
		font-size:14px;
		font-weight:bolder;
}


/* コメント枠 */
#comment {
　　　　padding:20px 20px 0px 20px;
        margin:0px 0px 0px 0px;
        background-color:rgba(80, 80, 80, 0.2);
　　　　　
　　　　}

	#commentTitle {
                color:#FF4F02;
		margin:10px 10px 0px 10px;
                padding:10px 0px 0px 0;
		font-size:14px;
		font-weight:bolder;
                border-bottom:1px dashed #C0C0C0;
	}
	
	#commentSendTitle {
                color:#FF4F02;
		margin:20px 10px 5px 10px;
		font-size:14px;
		font-weight:bolder;
               
	}
	
	.commentBody {margin:5px 10px 0 10px;color:#000;}
	
	ul.commentState {margin:0 0 15px 0;}
	
	ul.commentState li {
	display:inline;border-left:1px solid #C0C0C0;
	padding:0 0px 0px 10px;
        margin:0 0 15px 10px;
	}
	
	.commentSendForm {padding:0 0px 20px 10px;}	
	.commentSendForm .input {width:250px;}
	.commentSendForm textarea {width:350px;margin:0 0px 0px 10;padding:0 0px 0 0px;}
	
	
/* トラックバック枠 */
#trackback {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 #00CC99;
		padding-left:5px;
	}

/* プロフィールのページ */
#profile {padding:15px 30px 0 30px;
background-color: rgba(80, 80, 80, 0.2);
  }

	#profileTitle { padding:15px 30px 0 30px;
font-size:20px;font-weight:bolder;
　　　   }
	#profileName {padding:15px 30px 0 30px; 
}
	#profileBody {padding:15px 30px 0 30px;
}

	
/* このページの先頭へ */	
.pageTop {margin:10px 0 0 0}

/* --------------------------------------
　記事の装飾
--------------------------------------- */

/* 引用 */
#main blockquote {
	border:1px dotted #CCC;
	padding:10px;
	margin:10px;
}

/* 画像 */
#main .pict {border:none;}

/* リスト */
div.entryBody li,div.entryMore li {
	list-style:circle;
	margin:0 0 0 15px;
}


/* --------------------------------------
　サイドメニュー
--------------------------------------- */

/* サイドメニューのタイトル */
h3 {
font-size:12px;
font-weight:bolder;
margin:10px 20px 0px 20px ;
color:#000;
background-color:#00CC99;
text-align: center;
}

/* サイドメニューの内容 */
.sideContents {
margin:10px 20px 30px 20px;
padding:10 30 20px 30px;
background-color: rgba(80, 80, 80, 0.2);
text-align: center;
}

/* カレンダー*/

.calendar {
	font-family: "Verdana";
        font-size: 11px;
        margin-left:35px;
	margin-bottom:15px;
	padding-top:20px;
       text-align: center;
	}

.weekday {
font-family: Tahoma;
text-align:center;
}


.cell {
background: url(http://img-cdn.jg.jugem.jp/3d3/1170491/20150911_649219.png);
width: 24px; line-height: 24px;
background-repeat:repeat;
background-position: center;}

.cell a:link  {
background: url(http://img-cdn.jg.jugem.jp/3d3/1170491/20150911_649095.png);
width: 24px; line-height: 24px;
display: inline-block;
background-repeat:repeat;
background-position:center center ;
}

.cell a:visited {color: #000;}

.cell a:hover {background-color: none;}

.cell a:active  {
background: url(http://img-cdn.jg.jugem.jp/3d3/1170491/20150908_647426.png);
width: 24px; line-height: 24px;
display: inline-block;
background-repeat:repeat;
background-position:center;}




ul.navi {
	margin: 30px 0 0;
	list-style: none;
	text-align:center;
	font-size:10.5px;
}


ul.navi  li{display:inline;}

/* ----------------------------------------
 Footer
---------------------------------------- */

#footer {
    text-align:center;
    margin:20px 0 0 0;
}

#copyright {
    font-size:12px;
    padding:0 0 10px 0;
    text-align:center;

}