@charset "EUC-JP";

/* ----------------------------------------
 ■はじめに
 [custom]は、カスタマイズするために最適化された
 公式テンプレートです。
 カスタマイズした場合は、下記のクレジットを書いて、
 ユーザーテンプレートファイル（utf）に公開しよう！
 ※カスタマイズしたらこの文章は削除してください

 ■カスタマイズ方法がわからない人へ
 StepUp!JUGEM「PCテンプレ編集講座」
 http://stepup-j.jugem.jp/?cid=12
---------------------------------------- */

/* ----------------------------------------
 作成日:2014.00.00
 テンプレート名:幻想の神殿
 by ユーザー名 (http://http://chimere-aile.jugem.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;text-align: left;}
br.clear {clear:both;}

.clearfix { display: inline-table; }  
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
} 
/* Hides from IE-mac */  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */


/* --------------------------------------
　共通部分
--------------------------------------- */

/* ページ全体のテキスト色 */
html {color:#000000;}

/* ページ全体 */

body {
	width:100%;
	text-align:center;
	font-size:14px;
	font-family:'Noto Sans Japanese', sans-serif;
	/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";*/
	line-height:1.6em;
	background-color:#ffffff;
	background:url(http://www.lux-nox.sakura.ne.jp/lux/images/w_laby1.gif) top center;  
	background-repeat:repeat;  
	background-attachment:fixed;
}


/* ページ全体のリンク色 */
a {color:#000000;text-decoration:underline;}
a:link {color:#000000;text-decoration:underline;}
a:visited {color:#999999;text-decoration:underline;}
a:hover {color:#333333;text-decoration:none;}
a:active {color:#333333;text-decoration:none;}

/* ブログ名の色 */
h1 a,h1 a:link,h1 a:visited {color:#000000;text-decoration:none;}
h1 a:hover,h1 a:active {color:#d70035;text-decoration:none;}

/* サイドメニューのリンク色 */
#side a {color:#000000;text-decoration:underline;}
#side a:link {color:#000000;text-decoration:underline;}
#side a:visited {color:#999999;text-decoration:underline;}
#side a:hover {color:#333333;text-decoration:none;}
#side 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:900px; /* A */
	margin:0 auto;
	text-align:left;
	background-color:#fdfcf6;
	box-shadow:0 0 2px 1px rgba(153, 153, 153, 0.5);	
}

/*ブログ名と説明文、トップ画像*/
#header {
	width:900px;  /* B */
	height:300px;
	clear:left;
	margin:0 auto 20px;
	background-color:#ffffff;  
	background-image:url(http://www.lux-nox.sakura.ne.jp/lux/images/blog_header.png);  
	background-repeat:no-repeat;  
	background-position:bottom center;
	background-attachment:scroll;
	box-shadow:0 1px 1px 1px rgba(153, 153, 153, 0.5);
}

/*コンテンツ枠（記事の枠＋サイドメニューの枠）*/
#content {
	margin:0 auto;
	padding:0 20px 20px 20px;
}

/*　右側の幅（サイドメニューの枠）　*/
#side {
	float:left;
	width:230px;  /* C */
}

/*　左側の幅（記事の枠）*/
#main {
	float:left;
	width:600px;  /* D */
	padding:0 30px 0 0;
}

#main p {
	margin-bottom:1em;
	line-height: 1.5;
}

/*　フッター */
#footer {
 	width:100%;
 	clear:left;
}
 
 
/* --------------------------------------
　メイン
--------------------------------------- */

/* ブログ名 */
h1 {
	font-family: 'UnifrakturCook', cursive !important;
	font-size:60px;
	text-align:left;
	text-shadow:0 2px rgba(153, 153, 153, 0.5);
	padding:20px;
}

/* ブログの説明文 */
div#description {line-height:1.2; font-size: 16px; font-weight:bold; margin:0; padding:0 0 0 30px; text-shadow: 0 -1px rgba(153, 153, 153, 0.5);}

.entry {margin:0 0 15px 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, h2 a, h2 a:link, h2 a:visited {font-size:20px;font-weight:600;color:#006948; text-decoration:underline; text-shadow:0 -1px rgba(153, 153, 153, 0.5);}

/* LOVEボタン */	
.entryLove {margin:5px 0;}

/* 記事本文 */
.entryBody {margin:15px 0 0 0; overflow:hidden;}

/* 記事の続き */
.entryMore {margin:10px 0 10px 0;}

/* 記事の情報 */
ul.entryState li {
    display:inline;
	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 blockquote ul.column2 {
margin:0 !important;
}

q { quotes: "‘" "’"; }

/* 画像 */
#main .pict {border:1px #006948 solid;padding:3px; margin-bottom:1em;}

/* リスト */
div.entryBody ul, div.entryMore ul {
width:570px;
}
div.entryBody ul li,div.entryMore ul li {
	/*list-style:circle;*/
	list-style-image :url(http://www.lux-nox.sakura.ne.jp/lux/images/icon_blog.gif);
	margin:0 0 0 18px;
}

div.entryBody ol.dlz li{
list-style-type:decimal-leading-zero;
}

.entryBody ol.dlz li:before {
content:none; /* ←リセット */
margin-left:0; /*  */
}

/* 動画サイズ */
.video420x315, .video480x360, .video560x315 {
margin:0 auto 1em;
}

.video420x315 {
width:420px; height:315px;
}

.video480x360 {
width:480px; height:360px;
}

.video560x315 {
width:560px; height:315px;
}

#main h3 {
color: #006948;
}

#main p a:link,.entryBody ul li a:link {
color: #d70035;
}

#main p, div.commentBody {
  word-break: break-all;
  word-wrap: break-word;
}

/*画像の左右寄せ*/
img.imgLft, img.imgRght {
display: inline-block; margin-right: 20px;
}
img.imgLft {
  float: left;
}

img.imgRght {
  float: right;
}


ul.column2 {
display:block;
width:100% !important;
}

ul.column2 li.imgLft {
float:left;
list-style-type: none;
list-style-image:none;
margin:0;
}

ul.column2 li.txtRght {
float:right;
width: 100%;
list-style-type: none;
list-style-image:none;
margin:0;
}

ul li.txtRght p {
margin:0 0 1em !important;
}

/* 罫線 */
.entryBody hr,
.entryMore hr {
border:0;
background:url(http://www.lux-nox.sakura.ne.jp/lux/images/line-v3.gif) center top  no-repeat;
height: 24px;
width:231px;
margin:0 auto 1em;
}
.jugem_theme {
margin: 0 0 1em;
}

.entryBody ul {
margin: 0 0 1em;
}

/* 注釈リスト */
.entryBody ol li,
.entryMore ol li {
list-style-type: none;!important;
list-style-image: none;
margin-left:2em;/* マーカーを1文字寄せた分、ULにマージンを設定*/
}
.entryBody ol li p:first-child,
.entryMore ol li p:first-child {
margin-top:-1.5em;
}

.entryBody ol li:before,
.entryMore ol li:before {
content: '※'; /* ←ここにリストマーカーにしたい文字列を設定 */
margin-left:-2em; /* 1文字分、左に寄せる */
}

/* ブログランキング */
dl.ranking dt {color: #d70035; font-size: 16px; font-weight: bolder; text-shadow:0 -1px rgba(153, 153, 153, 0.5);}
dl.ranking dd {float:left; margin:10px; width:120px;}

a:hover img.siteBnr,
dl.ranking dd a:hover img {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter:"alpha(opacity=70)";
}

/* --------------------------------------
　サイドメニュー
--------------------------------------- */

/* サイドメニューのタイトル */
h3 {color: #d70035; font-size:16px;font-weight:bolder;margin:0 0 5px 0; text-shadow:0 -1px rgba(153, 153, 153, 0.5);}

/* サイドメニューの内容 */
.sideContents {margin:0 0 20px 0; text-align:center;}

.sideContents ul li{
font-size: 12px;
}

/* カレンダーの１マス幅 */
.cell {width:27px;}

/* ----------------------------------------
 Footer
---------------------------------------- */

#footer {
    text-align:center;
    margin:20px 0 0 0;
}

#copyright {
    font-size:12px;
    padding:0 0 10px 0;
    text-align:center;
}

#material {
text-align:right;
margin: 0;
padding: 0 20px;
}

.booklog {
margin:0 10px;
}
