@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: #006699;}
a:visited {text-decoration: none;color: #006699;}
a:hover {text-decoration: underline;color: #3399cc;}
a:active {text-decoration: none;color: #3399cc;}

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:#afafaf;
    text-align:center; /* IE5.5以前用中央揃え */
    font-size: 80%; /* 基本フォントサイズ */
    font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
    line-height: 1.5em; /* 基本の行間 */
}

#wrapper {
	background:url(../../img/plain/wrapper-bg.gif) repeat-y;
    width: 780px; /* 基本ページ幅 */
    margin:0px auto 30px auto; /* 新しいブラウザ用中央揃え */
    text-align:left;  /* 内容を左揃えに戻す */
}

/* ヘッダ
---------------------------------------------------- */
#header {
    width:760px;
    height:135px;
    background:url(../../img/plain/header.gif) no-repeat;
    margin:0px auto;
    padding:0 10px 25px 10px;
}

#header h1 {
    width:335px;
    height:135px;
    float:left;
}
h1 a:link,  h1 a:visited{
    color:#333;
    background: transparent; 
    text-decoration:none;
    display:block;
}

#header p{ color:#777;padding:10px 20px 0px 20px;}

#header-right {
	width:260px;
	height:135px;
	float:right;
}
#header #counter {
	width:245px;
	height:22px;
	margin-top:78px;
	text-align:right;
	margin-right:15px;
}
#header #top{
	width:146px;
	height:27px;
	margin-top:8px;
	margin-left:114px;
}

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

#content {/* コンテンツ全体の幅 */
    width: 700px;
    padding:0px 40px;
    background:url(../../img/plain/content_bg.jpg) repeat-y;
}

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

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

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

.clear {clear:both;}




/* サイドバー
---------------------------------------------------- */
#calendar,
#search,
#recent,
#archive,
#category{
    width:210px;
	background:#fff;
    margin-bottom:5px;
}

#rss{
    width:210px;
	background:#fff;
    text-align:center;
}

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

.EzCalendar{/* カレンダーのセンター揃え */
    width:176px;
    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 ul {
	width:185px;
	margin-left:5px;
	padding-bottom:10px;
	list-style:outside;
}

#block li {
    list-style:none;
    background:url(../../img/plain/mark-side.gif) no-repeat left;/* サイドバーリストアイコン */
    border-bottom:1px dotted #ccc;
    padding:5px 0px 5px 13px;
}

#block li a{color:#006699; text-decoration:underline;}
#block li a:hover{ color:#3399cc; text-decoration:none;}

/* トップページ
---------------------------------------------------- */
.entry h2 {font-size:90%; text-align:right; font-weight:normal;}/* 日付 */

#content h3 {
    background:url(../../img/plain/title-bg.gif) no-repeat;/* 記事タイトル */
    height:26px;
    font-size:100%;
	line-height:1.0em;
	padding:11px 0px 0px 20px;
	color: #006699;
}

.entry .message {
    padding:10px 0px;
	border-bottom:1px solid #ccc;
}
.entry .message img {
	margin:2px 0;
	border:1px solid #ccc;
	padding:1px;
}

.entry .posted {padding:10px 0px; 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 {
	background:url(../../img/plain/footer.gif) no-repeat;
	width:700px;
	height:85px;
	padding:0 40px;
}
#pagetop {
  width:81px;
	height:40px;
	float:right;
}
#pagetop p{padding-right:15px;text-align:right;}
#copy{
    width:619px;
    height:85px;
		float:left;
}