@charset "UTF-8";       /* 文字コードセット */

/*///目次/////////////////////////////

1.全体構造（全体構造～フッターの設定まで）
2.汎用スタイルシート
3.トップページ

////目次 終了/////////////////////////*/

/* 全体構造
---------------------------------------------------- */
* {margin:0px; padding: 0px;}/* 各ブラウザの独自解釈をリセット */
html{overflow:scroll;}

a{outline:none; }
a img{ border:none;background:transparent;}

a:link {text-decoration: none;color: #0000ff;}
a:visited {text-decoration: none;color: #0000ff;}
a:hover {text-decoration: underline;color: #0000ff;}
a:active {text-decoration: none;color: #0000ff;}

body{ 
	color:#333;
	/*background:url(../../img/default/back.jpg) repeat-x; */
	text-align:center; /* IE5.5以前用中央揃え */
	font-size: 0.8em; /* 基本フォントサイズ */
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
	line-height: 1.5em; /* 基本の行間 */
	background-color:#f1f1f1;
}

#wrapper {
	width: 780px; /* 基本ページ幅 */
	margin:0px auto; /* 新しいブラウザ用中央揃え */
	text-align:left;  /* 内容を左揃えに戻す */
	text-align:justify;
	text-justify: inter-ideograph;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:#fff;
}

/* ヘッダ
---------------------------------------------------- */

#header {
	width:760px;
	height:76px;
	background:url(../../img/default/header.jpg) no-repeat;
	margin:0px auto;
}

h1 a {
	text-indent:-9999px;
	float:left;
	width:330px;
	display:block;
	height:130px;
}

/* コンテンツ幅
---------------------------------------------------- */

#content {/* コンテンツ全体の幅 */
	/*width: 740px;*/
	padding:20px;
	margin-left:10px;
}

#main {/* 左カラムの幅 */
	width:500px;
	float:left;
}

#block {/* 右カラムの幅 */
	width:200px;
	float:right;
}

/* 汎用スタイルシート
---------------------------------------------------- */

.clear {clear:both;}

#page-top {
	clear:both;
	width:720px;
	text-align:right;
	margin:0px auto;
}

/* サイドバー
---------------------------------------------------- */

#calendar,
#search,
#recent,
#archive,
#category{
	width:198px;
	border:1px solid #ccc;
	margin-bottom:20px;
}

#rss{
	width:198px;
	border:1px solid #ccc;
	margin-bottom:20px;
	text-align:center;
}

.block-center { padding:20px;}/* カレンダー・RSS・検索の位置調整*/

.EzCalendar{/* カレンダーのセンター揃え */
	width:158px;
	margin:0px auto;
	text-align:center;
	border-collapse:collapse;
	padding:1px;
}

.EzCalendar th{ font-weight:normal;padding:1px;}

.EzCalendar td{ border:1px solid #ddd;padding:1px;}

#block h2 {/* サイドバーのタイトル */
	background:url(../../img/default/block-h2-back.jpg) no-repeat;
	height:39px;
	font-size:100%;
	font-weight:normal; text-indent:20px;
	line-height:310%;
	text-align:left;
}

#block ul { width:160px; margin:0px auto; padding-bottom:20px;}

#block li {
	list-style:none;
	background:url(../../img/default/list-icon.jpg) no-repeat left;/* サイドバーリストアイコン */
	border-bottom:1px solid #ddd;
	padding:10px 0px;
	text-indent:12px;
}

#block li a{color:#333; text-decoration:underline;}
#block li a:hover{ color:#333; text-decoration:none;}

/* トップページ
---------------------------------------------------- */

.entry {}

.entry h2 {font-size:90%; text-align:right; font-weight:normal;}/* 日付 */

#content h3 {
	background:url(../../img/default/entry-title-back.jpg) no-repeat;/* 記事タイトル */
	height:29px;
	text-indent:25px;
	line-height:230%;
	font-size:100%;
}

.entry .message {
	padding:10px 10px 30px 10px;
	background:url(../../img/default/comment-back.jpg) no-repeat;/* コメントの影背景 */
	margin-top:20px;
}

.entry .posted {padding:10px; font-size:85%;}

div.paging {color:#ccc;margin-bottom: 2em;}

div.paging div.disabled {color: #ddd;display:inline;}

div.paging span {}

div.paging span.current {color: #000;}

div.paging span a {}

.ping{ padding:10px;}

.pings{ padding:10px;}

.pings h4{border-left:3px solid #666;text-indent:4px;font-size:100%;margin-bottom:10px;}

.pings p{ background:#f9f9f9;padding:5px;}

/* コメント画面
---------------------------------------------------- */

.comments h4{ font-size:100%; font-weight:normal; padding:10px;}/* コメントした人 */

.comments p{ padding:10px;}

.input{border-bottom:1px solid #ddd;padding:15px 10px 25px 10px;}

.input label{width:80px; float:left;}

.input input{width:390px;float:right; }

.required{border-bottom:1px solid #ddd; padding:15px 10px 25px 10px;float:left;}

.required label{width:80px;float:left;}

.required textarea{ width:390px;float:right;}

.submit{ padding:10px 0px 0px 5px;clear:both;}

.errorDiv{
	background:#f9f9f9;/* エラーコメント */
	color:#ff0000;
	margin-top:15px;
	padding:5px;
}

/* フッタ
---------------------------------------------------- */

#footer-back{
	height:88px;
	/*background:url(../../img/default/footer-back.jpg) repeat-x;*/
}

#footer{
	width:760px;
	margin:0px auto;
	height:88px;
	border-top:1px solid #ccc;
	padding-top:10px;
	/*background:url(../../img/default/footer.jpg) no-repeat;*/
}

/*#footer p{ visibility:hidden;}*/
