@charset "UTF-8";       /* 文字コードセット */

/*///目次/////////////////////////////

1.全体構造（全体構造～フッターの設定まで）
2.汎用スタイルシート
3.トップページ

////目次 終了/////////////////////////*/

/* 全体構造
---------------------------------------------------- */
* {margin:0px; padding: 0px;}/* 各ブラウザの独自解釈をリセット */
html{overflow:scroll;}

a{outline:none; }
a img{ border:none;}

a{outline:none;}
a:link {text-decoration: underline;color: #f66087;}
a:visited {text-decoration: underline;color: #f66087;}
a:hover {text-decoration: none;color: #f66087;}
a:active {text-decoration: none;color: #f66087;}

div{
    zoom:1;/*for IE 5.5-7*/
    behaviors: url(iepngfix.htc);
}
div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

body{ 
    color:#333;
    background:#ffd4d1;
    text-align:center; /* IE5.5以前用中央揃え */
    font-size: 0.8em; /* 基本フォントサイズ */
    font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
    line-height: 1.5em; /* 基本の行間 */
}

#wrapper {
    background:#FFF;
    width: 787px; /* 基本ページ幅 */
    margin:0px auto; /* 新しいブラウザ用中央揃え */
    text-align:left;  /* 内容を左揃えに戻す */
}

#container{
	border-left:1px #fbc7bc solid;
	border-right:1px #fbc7bc solid;
	border-bottom:1px #fbc7bc solid;
	padding-top:15px;
}
	

/* ヘッダ
---------------------------------------------------- */

#header {
    width:787px;
    height:110px;
    background:url(../../img/plain/header.jpg) no-repeat;
    margin:0px auto;
}

h1 a {
	text-indent:-9999px;
	float:left;
	width:330px;
	display:block;
	height:89px;
}

/* コンテンツ幅
---------------------------------------------------- */
#pagebody{background:url(../../img/plain/content_bg.gif) repeat-y;}

#content {/* コンテンツ全体の幅 */
    width: 745px;
    padding:0 20px;
}

#main {/* 左カラムの幅 */
    width:525px;
    float:left;
}

#block {/* 右カラムの幅 */
    width:200px;
    float:right;
}

/* 汎用スタイルシート
---------------------------------------------------- */

.clear {clear:both;}

#page-top {
    clear:both;
    text-align:right;
	padding-right:20px;
}

/* サイドバー
---------------------------------------------------- */

#calendar,
#search,
#recent,
#archive,
#category{
/*    width:198px;
    border:1px solid #ccc;
*/    margin-bottom:20px;
}

#rss{
/*    width:198px;
    border:1px solid #ccc;
*/    margin-bottom:20px;
}

.block-center { padding:0px 10px 10px;}/* カレンダー・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/plain/block_line.gif) no-repeat;
    font-size:100%;
    text-align:left;
	padding-bottom:10px;
}

#block ul {margin:0px auto; padding-bottom:10px;}

#block li {
	list-style:none;
	background:url(../../img/plain/list-icon.jpg) no-repeat left center;/* サイドバーリストアイコン */
	padding:5px 0px 5px 12px;
}

#block li a{color:#d05273; text-decoration:underline;}
#block li a:hover{ color:#d05273; text-decoration:none;}

/* トップページ
---------------------------------------------------- */

.entry {}

.entry h3 {font-size:90%; font-weight:normal;}/* 日付 */
#main h2 {
    background:url(../../img/plain/entry-title-back.jpg) no-repeat left center;/* 記事タイトル */
    font-size:100%;
	border-bottom:3px #fd9682 solid;
	padding-bottom:3px;
	padding-left:20px;
	padding-top:5px;
	margin-bottom:10px
}
.h2-p {
    background:url(../../img/plain/entry-title-back.jpg) no-repeat left center;/* 記事タイトル */
    font-size:100%;
	border-bottom:1px #fd9682 solid;
	padding-bottom:3px;
	padding-left:20px;
	padding-top:5px;
	margin-bottom:10px
}

.entry .message {
   padding:10px 10px 10px 10px;
	border-bottom:1px #ccc solid;
}
.message img{margin-right:10px; margin-bottom:10px;}

.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 {}

/* コメント画面
---------------------------------------------------- */

.comments h4{ font-size:100%; font-weight:normal; padding:10px;}/* コメントした人 */

.comments p{ padding:10px;}

.input{border-bottom:1px solid #ddd;padding:15px 10px;}

.input label{width:80px;float:left; }

.input input{width:390px; float:right;}

.required{border-bottom:1px solid #ddd; padding:15px 10px;}

.required label{width:80px; float:left;}

.required textarea{ width:390px;float:right;}

.submit{ padding:10px 0px 0px 5px;}

.errorDiv{
    background:#f9f9f9;/* エラーコメント */
    color:#ff0000;
    margin-top:15px;
    padding:5px;
}

/* フッタ
---------------------------------------------------- */
#footer{
    margin:15px auto 0;
    font-size:80%;
	border-top:1px #ccc solid;
	color:#666;
}

#footer p{ padding:0px 20px 20px 10px;}
