/***********BODY設定**********/
body {
font-size:12px;
background-color:#FFFFFF;
text-align:center;
color:#CCCCCC;
}

/***********全体設定**********/
#wrapper {
border-left:solid 1px #262014;
border-right:solid 1px #262014;
width:770px;
margin-left:auto;
margin-right:auto;
background:url('http://bfile.shinobi.jp/753/kankisen_bg.gif') repeat-y;
}

.box {
border:solid 1px #262014;
background-color:#CCCCCC;
color:#262014;}

.btn {
background-color:#262014;
color:#CCCC99;
border:solid 1px #CCCCCC;
margin-top:5px;
}

/*table全ての設定*/
table{
border-collapse: collapse;
}

/**********リンク設定**********/
a:link {
text-decoration:none;
color:#FFFFFF;
padding:2px;
}

a:visited{
text-decoration:none;
color:#FFFFFF;
padding:2px;
}

a:hover {
text-decoration:none;
color:#3399CC;
background-color:#262014;
padding:2px;
}

a:active {
text-decoration:none;
color:#3399CC;
background-color:#262014;
padding:2px;
}

/**********メイン設定**********/
#main {
width:770px;
text-align: center;
}

/**************ヘッダー設定*********************/
#header {
border-top:solid 20px #262014;
background:url('http://bfile.shinobi.jp/753/kankisen_header.jpg') no-repeat ;
width:770px;
height: 300px;
text-align: left;
border-bottom:dashed 1px #878294;
}

#TopTitle {
padding: 100px 0px 0px 20px;
font-size:16px;
}

.TopTitleFont {


}

#TopExplanation {
padding: 10px 0px 0px 20px;
}

.h_PageLinkBlock{
text-align:left;
padding-right:10px;
margin:130px 0px 0px 20px;
}

/*************コンテンツ設定***************/

#EntryBlock {
font-size:11px;
width: 550px;
float:left;
text-align: left;
}

.EntryInnerBlock {
margin-top:15px;
border-bottom:dashed 1px #878294;
padding: 0px 10px 10px 0px;
text-align: left;
}

.EntryTitle {
padding: 3px 10px;
border-left:solid 6px #CCCCCC;
text-align: left;
border-style:none;

}


.EntryTextBox {
margin: 5px 0px;
}

.EntryText {
padding: 20px;
line-height:1.4;
}

.EntryPsText {
padding: 20px;
text-align: right;
}

.EntryFooter {
text-align:right;
padding:20px;
font-size:10px;
}

.EntryUserName {
}

.EntryWriteDate {
margin-left: 5px;
}

.EntryCategory {
margin-left: 5px;
}

.EntryComment {
margin-left: 5px;
}

.EntryTrackback {
margin-left: 5px;
}

.PageLinkBlock{
text-align:left;
padding-right:10px;
margin:20px 0px 20px 20px;
}

.home {
padding:2px;
background-color:#262014;
border:solid 1px #CCCCCC;
}

/*************メニュー設定***************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
border-left:dashed 1px #878294;
font-size:10px;
width: 190px;
text-align: left;
float:right;
padding:0px;}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
border-bottom:dashed 1px #878294;
margin:15px 0px;
padding:0px 10px 0px 0px;
}

/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
padding: 3px 10px;
border-left:solid 6px #CCCCCC;
}

/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 10px 10px;
}

/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 0px 10px;

}

/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:0px 5px;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}

/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
background-color:#262014;
text-align:center;
font-size:11px;
padding:0px;
width:80%;
padding:3px;
}

/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
border-top:solid 1px #CCCCCC;
border-left:solid 1px #CCCCCC;
border-right:solid 1px #CCCCCC;
}

/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}

/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {






}

/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}

/*カレンダー表示用テーブル*/
.CalendarTable {
border:solid 1px #CCCCCC;
width:80%;
padding:3px;


}
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {text-align:center;
border-bottom:solid 1px #CCCCCC;
font-size:11px;
background-color:#CCCCCC;
color:#262014;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
text-align:center;
font-size:11px;
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {color:#FFFFFF;
font-weight:bold;
}

/*************コメント設定***************/

.CommentBlock{
width:550px;


}

.CommentMenuTitle{
font-size:8px;
padding: 3px 10px;
border-left:solid 6px #262014;
text-align: left;
margin-bottom:15px;
color:#262014;

}

#cm_header {
width:550px;
height:70px;
background: url('http://bfile.shinobi.jp/753/kankisen_com_top.jpg') top left no-repeat ;
}

#cm {
background:url('http://bfile.shinobi.jp/753/kankisen_com_bg.jpg') top left repeat-y;
width:550px;
}

#cm_footer {
width:550px;
height:70px;
background:url('http://bfile.shinobi.jp/753/kankisen_com_bottom.jpg') bottom left no-repeat;
margin-bottom:0px;
}

.CommentTextBox{
width:400px;
margin-bottom:0;
margin-left:70px;
}

.CommentTitle{
border-left:solid 6px #CCCCCC;
padding:5px 0px;
padding-left:5px;
text-align: left;
font-size:10px;
}

.CommentText{
padding:10px 0px;
padding-left:10px;
line-height:1.4;
}

.CommentFooter{
border-bottom:solid 1px #CCCCCC;
padding:10px 0px;
font-size:10px;
text-align:right;
margin-bottom:10px;
}

.CommentUserName{
}

.CommentURL{
margin-left:5px;
}

.CommentWriteDate{
margin-left:5px;
}

.time {
margin-left:7px;
}

.CommentEdit{
margin-left:5px;
}

.CommentFormBlock{
padding:10px;
margin-bottom:20px;

}

.CommentFormTable{

}

.CommentFormTh{
font-size:10px;
padding-top:3px;
text-align:right;
color:#262014;


}

.CommentFormTd {
padding-top:2px;
text-align:left;


}

.CommentFormSubmit{
text-align:left;
padding-top:15px;
}

.CommentForms{
width:300px;
border:solid 1px #262014;
background-coolor:#CCCCCC;
font-size:12px;
}

#color {
width:300px;
border:solid 1px #262014;
}

.CommentResBlock {
width:400px;
}

.CommentResBox {
}

.CommentResTitle {
border-left:solid 6px #CCCCCC;
padding:5px 0px;
padding-left:10px;
}

.CommentResText {
padding:10px 0px;
line-height:1.4;
padding-left:10px;
}

.CommentResFooter {
padding:10px 0px;
font-size:10px;
text-align:right;
margin:0;
}

/*************トラックバック設定***************/
.TrackbackBlock{
margin-top:20px;
}

.TrackbackMenuTitle{
padding: 3px 10px;
border-left:solid 6px #262014;
text-align: left;
margin-bottom:15px;
color:#262014;
font-size:14px;
}

.TrackbackTextBox{
padding:10px;
margin: 5px 0px;
}

.TrackbackTitle{
padding:10px;
text-align: left;
}

.TrackbackText{
padding: 10px;
line-height:1.4;
}

.TrackbackFooter{
text-align:right;
padding:5px;
}

.TrackbackUserName{
margin-left: 5px;
}

.TrackbackFromURL{
margin-left: 5px;
}

.TrackbackWriteDate{
margin-left: 5px;
}

.TrackbackURLTitle{
padding:10px;
text-align: left;
font-size: 12px;
}

.TrackbackURL{
padding:10px;
}

/*************フッター設定***************/
#Footer {
width:770px;
background-color:#262014;
clear:both;
text-align: center;
border:solid 1px #262014;
font-size:10px;
padding:8px 0px;
}





