@charset "EUC-JP";

/* ----------------------------------------
 ■はじめに
 [custom]は、カスタマイズするために最適化された
 公式テンプレートです。
 カスタマイズした場合は、下記のクレジットを書いて、
 ユーザーテンプレートファイル（utf）に公開しよう！
 ※カスタマイズしたらこの文章は削除してください

 ■カスタマイズ方法がわからない人へ
 StepUp!JUGEM「PCテンプレ編集講座」
 http://stepup-j.jugem.jp/?cid=12
---------------------------------------- */

/* ----------------------------------------
 作成日:2016.07.01
 テンプレート名:企画書1
 by 卯月にゃ (http://uduki-niya.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;}
hr {display:none;clear:both;}
br.clear {clear:both;}

/* --------------------------------------
　共通部分
--------------------------------------- */

/* ページ全体のテキスト色 */
html {color:#000000;}

/* ページ全体 */
body {
	width:100%;
	text-align:center;
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	line-height:1.6em;
	background-color:#fff;
        background-attachment:scroll;
        background-image:url(http://img-cdn.jg.jugem.jp/ec1/3284454/20160702_1739422.png?_ga=1.84754585.128678785.1429143709);
        background-repeat: repeat;
}

/* ページ全体のリンク色 */
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:#999999;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)の値を変えない場合の方法です
--------------------------------------- */
/*ブログ名と説明文、トップ画像*/
#header {
	width:100%;  /* B */
	height:250px;
	margin:0;
	padding:0;
	background-color:#010000;  
	background-image:url(http://img-cdn.jg.jugem.jp/ec1/3284454/20160702_1738800.png?_ga=1.42469797.128678785.1429143709);  
	background-repeat:no-repeat;  
	background-position:bottom left;
	background-attachment:scroll;
        border-bottom: solid 0px #4D4D4D;
}

#header_title { 
        float:left;     
        padding: 50px 0px 0px 130px;
}


/*ブログ本文全体の幅、レイアウトを中央揃え*/
#wrapper {
        clear:both;
	width:950px; /* A */
	margin:0px auto;
	padding:0 -10px 0 0;
	text-align:left;
}


/*コンテンツ枠（記事の枠＋サイドメニューの枠）*/
#content {
        width:950px;
	margin:0 auto;
	padding:0 0 0 20px;
	background-color:#fff;
}

/*　右側の幅（サイドメニューの枠）　*/
#side {
	float:left;
        margin:20px auto 0 30px;
	width:210px;  /* C */
}

/*　左側の幅（記事の枠）*/
#main {
	float:left;
	width:700px;  /* D */
        margin:20px auto 0 auto;
	padding:0;
zoom:100%;/*IE6*/
　overflow:auto;/*IE7 and Firefox*/
}




/* --------------------------------------
　メイン
--------------------------------------- */

/* ブログ名 */
h1 {font-size:20px;padding:70px 0 0 30px;}

/* ブログの説明文 */
div#description {clear:both;float:left;margin:0;margin:10px 0 0 0;padding:0 0 0 130px;font-size:18px;}

.entry {
clear:both;
width:700px;
margin:15px auto 30px auto;
padding:0;
border: solid 1px #aaa;
border-radius: 3px;
box-shadow: 0 2px 3px 0 #ddd;
-moz-box-shadow: 0 2px 3px 0 #ddd;
-webkit-box-shadow: 0 2px 3px 0 #ddd;
}

.entry_date {
float:left;
width:90px;
height:75px;
margin: 0 0 15px 20px;
padding:30px 5px 0px 5px;
background-color:#56739a;
}

.entry_date_year {
color: #fff;
font-size:20px;
font-weight: bold;
text-align: center;
margin: 0;
padding: 0;
}

.entry_date_day {
color: #fff;
font-size:25px;
font-weight: bold;
text-align: center;
margin: 10px 0 0 0;
padding: 0;
}

.entry_title {
float:left;
max-width:100%;
margin:60px 0px 0px 20px;
padding: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-size:26px;font-weight:bolder}

/* LOVEボタン */	
.entryLove {margin:5px 0;}

/* 記事本文 */
.entryBody {margin:120px 0 0 0;padding: 0 20px;font-size:16px;line-height:1.5;}

/* 記事の続き */
.entryMore {margin:10px 0 10px 0;padding: 0 20px;font-size:16px;line-height:1.5;}

/* 記事の情報 */
.entryStatebox {
margin:0 0 0 20px;
}

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 {font-size:24px;margin:15px 0 0 0;margin:5px 0 0 45px;}
	#profileBody {font-size:18px;margin:50px 0;line-height: 1.5;}
	
/* このページの先頭へ */	
.pageTop {margin:10px 0 0 0;font-size:16px;}

/* --------------------------------------
　記事の装飾
--------------------------------------- */

/* 引用 */
#main blockquote {
	border:1px dotted #cccccc;
	padding:10px;
	margin:10px;
}

/* 画像 */
#main .pict {width:700px;height:auto;position:relative;left:-20px;overflow: visible;*padding-left: 100px;}

/* リスト */
div.entryBody li,div.entryMore li {
	list-style:circle;
	margin:0 0 0 15px;
}


/* --------------------------------------
　サイドメニュー
--------------------------------------- */

/* サイドメニューのタイトル */
h3 {font-size:14px;font-weight:bolder;margin:0 0 5px 0;}

/* サイドメニューの内容 */
.sideContents {margin:10px 0 30px 10px;}

.sideContents2 {margin:10px 0 30px 0;}

.sideContents3 {margin:10px 0 30px 5px;width:200px;}
.sideContents3 img{margin:5px 5px 0 0;float:left;}

.sideContents4 {margin:0 0 30px 0;}

.sideContents5 {margin:10px 0 10px 0;}

.sideContents6 {margin:-10px 0 30px 0;}

/* カレンダーの１マス幅 */
.cell {width:27px;}

/* サイドメニュープロフィール */
.Sideprofile{
width:200px;
height:100px;
border: solid 1px #aaa;
border-radius: 10px;
box-shadow: 0 2px 3px 0 #ddd;
-moz-box-shadow: 0 2px 3px 0 #ddd;
-webkit-box-shadow: 0 2px 3px 0 #ddd;
}

.Sideprofile img{
float:left;
width:90px;
height:auto;
padding:5px 0 5px 15px;
}

.Sideprofilename{
float:left;
display: block;
margin:35px 0 0 5px;
}

/* balloon top */
#balloon-top {
        font-size:10.5px;
	color: #333;
	position: relative;
	display: inline-block;
        margin: 20px 0 0 0;
	padding: 0 3px;
	width: auto;
	min-width: 115px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	background: #F6F6F6;
	border: 2px solid #333;
	z-index: 0;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}
#balloon-top:before {
	content: "";
	position: absolute;
	top: -8px; left: 50%;
        margin: 0 0 0 -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #F6F6F6 transparent;
	z-index: 0;
}
#balloon-top:after {
	content: "";
	position: absolute;
	top: -12px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #333 transparent;
	z-index: -1;
}

dl.search1{
        width:200px;
	position:relative;
	background-color:#fff;
	border:1px solid #aaa;
	border-radius:6px;
}
dl.search1 dt{
	padding:3px 5px;
}
dl.search1 dt input{
	width:150px;
	height:30px;
	line-height:30px;
	background:none;
	border:none;
}
dl.search1 dd{
	position:absolute;
	top:0;
	right:0;
}
dl.search1 dd button{
	display:block;
	padding:4px;
	background:none;
	border:none;
}
dl.search1 dd button span{
	display:block;
	width:30px;
	height:28px;
	background:url('http://img-cdn.jg.jugem.jp/ec1/3284454/20160702_1738786.png?_ga=1.106309507.128678785.1429143709') no-repeat scroll 0 0;
}
/* ----------------------------------------
 Footer
---------------------------------------- */

#footer {
    width:100%;
    heigth:150px;
    text-align:center;
    background-color:#050001;
    margin:0;
}

#copyright {
    color:#fff;
    font-size:12px;
    padding:20px 0 10px 0;
    text-align:center;
}

