@charset "EUC-JP";

/* ----------------------------------------
 ■はじめに
 [custom]は、カスタマイズするために最適化された
 公式テンプレートです。
 カスタマイズした場合は、下記のクレジットを書いて、
 ユーザーテンプレートファイル（utf）に公開しよう！
 ※カスタマイズしたらこの文章は削除してください

 ■カスタマイズ方法がわからない人へ
 StepUp!JUGEM「PCテンプレ編集講座」
 http://stepup-j.jugem.jp/?cid=12
---------------------------------------- */

/* ----------------------------------------
 作成日:2009.00.00
 テンプレート名:
 by ユーザー名 (http://xxxxxx.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:#333333;}

/* ページ全体 */
body {
	width:100%;
	text-align:center;
	font-size:15px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	line-height:1.6em;
　　　　letter-spacing:0.8pt
	background:url(null) fixed;
        background-color:#e7d6d8;
    font-size: 100%;
    color: #333;
}

/* ページ全体のリンク色 */
a {color:#000000;text-decoration:underline;}
a:link {color:#1111cc;text-decoration:underline;}
a:visited {color:#1111cc;text-decoration:underline;}
a:hover {color:#1111cc;text-decoration:none;}
a:active {color:#1111cc;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)の値を変えない場合の方法です
--------------------------------------- */

/*ページ全体の幅、レイアウトを中央揃え*/
#wrapper {
	width:1000px; /* A */
	margin:0px auto;
	text-align:left;
	background-color:#fff;
	
}

/*ヘッダー（ブログ名と説明文）*/
#header {
	width:960px;  /* B */
        height:356px;
	clear:left;
	margin:0;
	padding:30px 20px;
	background-color:#fff;
}

/*コンテンツ枠（記事の枠＋サイドメニューの枠）*/
#content {
	margin:0 auto;
	padding:0 20px 20px 20px;
}

/*　右側の幅（サイドメニューの枠）　*/
#side {
	float:left;
	width:300px;  /* C */
}

/*　左側の幅（記事の枠）*/
#main {
	float:left;
	width:640px;  /* D */
	padding:0 20px 0 0;
}

/*　フッター */
#footer {
 	width:100%;
 	clear:left;
}
 
 
/* --------------------------------------
　メイン
--------------------------------------- */

/* ブログ名 */
h1 {font-size:20px;}

/* ブログの説明文 */
div#description {margin:10px 0 0 0;}

.entry {margin:0 0 15px 0;}

/* 次の記事・前の記事 */
#entryNavi {margin:0 0 15px 0;}

/* 記事のタイトル */
h2 {font-size:17px;font-weight:bolder}

/* LOVEボタン */	
.entryLove {margin:5px 0;}

/* 記事本文 */
.entryBody {margin:15px 0 0 0;}

/* 記事の続き */
.entryMore {margin:10px 0 10px 0;}

/* 記事の情報 */
ul.entryState li {
    display:inline;
	border-left:1px solid #999999;
	padding-left:5px;
}

/* コメント枠 */
#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 .pict {border:1px #000000 solid;padding:3px;}

/* リスト */
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:0 0 20px 0;
 font-size:12px;
 font-color:#333333;
}

/* カレンダーの１マス幅 */
.cell {width:40px;}

/* ----------------------------------------
 Footer
---------------------------------------- */

#footer {
    text-align:center;
    margin:20px 0 0 0;
}

#copyright {
    font-size:12px;
    padding:0 0 10px 0;
    text-align:center;
}

/* ----------------------------------------
見出し（カスタム）
---------------------------------------- */

h2 {
	position: relative;
	padding: .75em 1em;
	background-color: #e7d6d8;
}
h2::before,
h2::after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}
h2::before {
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #8c8283;
}
h2::after {
	right: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-top-color: #8c8283;
}

h3{
    position: relative;
    color: #111;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #8c8283;
}
 
h3:before{
    content: "";
    position: absolute;
    background: #d48789;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
 
h3:after{
    content: "";
    position: absolute;
    background:#e7d6d8;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

.entryBody {
    margin: 30px 0 0 0;
}

/* ----------------------------------------
検索ボックス
---------------------------------------- */

.search {　/* Mozilla */
	font-size: 14px;
	line-height: normal;
	text-align: right;
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	font-size: 10px;
}
.search .button {
	font-size: 10px;
}

/* ドロップダウンメニュー */
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 100%;
  margin: 5px auto 30px;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #8c8283;
  background: #8c8283;
  text-align: left;
}
.dropmenu li:hover > a{
  background: #000;
}
.dropmenu li a:hover{
  background: #000;
}
#fade-in li ul{
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
#fade-in li:hover ul{
  visibility: visible;
  opacity: 1;
}
#fade-in li ul li a{
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
#fade-in li:hover ul li a{
  visibility: visible;
  opacity: 1;
}
#normal li ul{
  display: none;
}
#normal li:hover ul{
  display: block;
}

/* 引用 */
#main blockquote {
	padding: .5em .75em;
	background-color: #ffecee;
}