@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;}
a:hover { color:#294ABD; text-decoration:none; }
a:hover img{opacity:0.7;filter:alpha(opacity=70);}
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:100%;
	line-height:120%;
	color:#101010;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#e6e6e6;
/*	background-image:url(http://zerocustom.img.jugem.jp/20100416_1105309.jpg); */
	background-repeat:repeat;  
	background-position:;
	background-attachment:scroll;
}

.clear {clear:both; font-size:0; line-height:0; visibility:hidden;}
.inline {display:inline;}

/* ページ全体のリンク色 */
a {color:#294ABD;text-decoration:underline;}
a:link {color:#294ABD0;text-decoration:underline;}
a:visited {color:#294ABD0;text-decoration:underline;}
a:hover {color:#A5A4A5;text-decoration:none;}
a:active {color:#A5A4A5;text-decoration:none;}

/* ブログ名の色 */
h1 a,h1 a:link,h1 a:visited {color:#ffffff;text-decoration:none;}
h1 a:hover,h1 a:active {color:#999999;text-decoration:none;}

/* 両サイドメニューのリンク色 */
#left a,#right a {color:#294ABD;text-decoration:underline;}
#left a:link,#right a:link {color:#294ABD;text-decoration:underline;}
#left a:visited,#right a:visited {color:#294ABD;text-decoration:underline;}
#left a:hover,#right a:hover {color:#333333;text-decoration:none;}
#left a:active,#right 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;}


/* -------------------------------------
 *	ページレイアウト
--------------------------------------- */
/* -------------------------------------
/*ページ全体の幅、レイアウトを中央揃え*/
#wrapper {
	width:1030px;
	margin:0 auto;
	font-size:76%;
	padding:0px 0 0;
	text-align:left;
	background-color:#FFFFFF;
			background-image:url(http://zerocustom.img.jugem.jp/20100423_1121143.jpg);
	background-repeat:repeat-y;  

}

/*ブログ名と説明文、トップ画像*/
#header {
	width:978px;
	height:210px;
	clear:left;
	margin:0 auto 20px;
	padding:0;
	background-repeat:no-repeat;
	background-position:bottom center;
	background-attachment:scroll;
	background-image:url(http://zerocustom.img.jugem.jp/20100423_1121404.jpg);
	background-repeat:no-repeat;  


}

/*コンテンツ枠（記事の枠＋両サイドメニューの枠）*/
#content {
	width:960px;
	margin:0 auto;
	padding:0 10px 20px 10px;

}

/*　左側の幅（右サイドメニューの枠）　*/
#left {
	float:left;
	width:180px;
}

/*　メインの幅（記事の枠）*/
#main {
	float:left;
	width:580px;
	margin:0 10px 0 10px;
}

/*　右側の幅（右サイドメニューの枠）　*/
#right {
	float:left;
	width:180px;
}

/*　フッター */
#footer {
	background-color:#036BCE;
	width:960px;
	clear:left;
		margin:0 auto;
}

/* --------------------------------------
　メイン
--------------------------------------- */
.head_logo {
	float:left;
	width:503px;
	height:143px;
		margin-top:14px;
}
.head_title {
	margin-top:3px;
	float:left;
	width:978px;
}
.head_subtitle {
	margin-top:2px;
	float:left;
	width:978px;
	line-height:100%;
	text-align:right;
}

/* ブログ名 */
h1 {
	font-size:12px; 
	text-align:left;

}
/* ブログの説明文 */
div#description {
	color:#ffffff;
	margin-top:10px;
	font-size:90%;
	text-align:right;
}

.entry {
	background-color:#FFFFFF;
	margin-bottom:20px;
	border-left:1px solid #A5A4A5;
	border-right:1px solid #A5A4A5;
	border-bottom:1px solid #A5A4A5;
}

/* 次の記事・前の記事 */
.navibox_head {
	width:580px;
	color:#000000;
	margin-bottom:5px;
}
.navibox_foot {
	width:150px;
	color:#000000;
	background-color:#FFFFFF;
	border:2px solid #A5A4A5;
}
#entryNavi {
	text-align:center;
}


/* 記事のタイトル */
h2 {
	background-image:url(http://zerocustom.img.jugem.jp/20100416_1105266.gif);
	line-height:30px;
	height:30px;
	color:#FFFFFF;
	overflow:hidden;
	padding:0px 5px 0px 10px;
	font-weight:bolder;
}

/* 記事本文 */
.entryBody {
	padding:10px 10px 10px 10px;
	border-bottom:1px dotted #A5A4A5;
}
.date {
	padding-right:10px;
	border-bottom:1px solid #A5A4A5;
	text-align:right;
	height:20px;
	line-height:20px;
	background-color:#EAEAEA;
}

/* 記事の情報 */
.entrybottom {
	text-align:right;
	font-size:80%;
	line-height:20px;
	padding-right:10px;
}

/* 記事の情報 */
ul.entryState li {
	display:inline;
	padding-left:5px;
	border-left:1px solid #999;
}

/* コメント枠 */
#comment {
	border:1px #A5A4A5 solid;
	padding:10px 20px  10px  20px ;
}
#commentTitle {
	font-size:100%;
	font-weight:bolder;
}
#commentSendTitle {
	margin:10px 0 5px 0;
	font-size:100%;
	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 #A5A4A5 solid;
	padding:20px;
	margin:20px 0 0 0;
}
#trackbackURL {
	margin:0 0 5px 0;
	font-size:100%;
	font-weight:bolder;
}
#trackbackTitle {
	margin:20px 0 5px 0;
	font-size:100%;
	font-weight:bolder;
}
#trackback input {
	width:350px;
}
.trackbackName {
	margin-top:10px;
}
.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 {
	background-image:url(http://zerocustom.img.jugem.jp/20100416_1105266.gif);
	line-height:30px;
	height:30px;
	color:#FFFFFF;
	overflow:hidden;
	padding:0px 5px 0px 10px;
	font-weight:bolder;
}
.profile_box {
	width:580;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:10px;
}
#profileName {
	font-weight:bolder;
}
#profileBody {
	margin-top:5px;
}
	
/* このページの先頭へ */	
.pageTop {
	margin-top:10px;
	text-align:right;
}

/* --------------------------------------
　記事の装飾
--------------------------------------- */

/* 引用 */
#main blockquote {
	border:1px dotted #CCC;
	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 {
	background-image:url(http://zerocustom.img.jugem.jp/20100416_1104852.gif);
	line-height:30px;
	height:30px;
	color:#FFFFFF;
	font-size:100%;
	font-weight:bolder;
	overflow:hidden;
	padding:0px 5px 0px 10px;
}

/* サイドメニューの内容 */
.subblock {
	margin-bottom:20px;
}
.short_margin {
	margin-bottom:10px;
}

/* サイドメニューの内容 */
.sideContents {
	background-color:#FFFFFF;
	margin-bottom:20px;
	border:1px solid #A5A4A5;
}
.sideContents li {
	display:block;
	padding:5px;
	border-bottom:1px dotted #A5A4A5;
}

/* サイドメニューの内容 */
.sidesearch {
	background-color:#FFFFFF;
	padding:5px 0px 5px 8px;
	margin-bottom:20px;
	border:1px solid #A5A4A5;
}

/* CALENDAR */

.calendar {
	font-family :"Verdana";
	font-size: 10px;
	color: #101010;
	}

.calendar table {
	margin:0 auto;
	}
	
.week {
	width:21px;
	height:15px;
	text-align: center;
	color: #FFF;
	background:#294ABD;
	border:2px solid #FFF;
	}
	
.cell {
	width:21px;
	height:15px;
	text-align: center;
	color: #A5A4A5;
	background:#EAEAEA;
	border:2px solid #FFF;
	}

/* ----------------------------------------
 Footer
---------------------------------------- */

#footer {
	padding:10px;
	text-align:center;
}
#copyright {
	color:#FFFFFF;
	font-size:100%;
}