/***********BODY設定**********/
body {
font-size:14px;
background-color:#fff;
text-align:center;
color:#CCCCCC;
font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
user-select: none; /* CSS3 */
-moz-user-select: none; /* Firefox */
-webkit-user-select: none; /* Safari、Chromeなど */
-ms-user-select: none; /* IE10かららしい */
}

/***********全体設定**********/
#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;*/
background:#efefef;
}

.box {
border:solid 1px #262014;
background-color:#CCCCCC;
color:#333;}

.btn {
background-color:#262014;
color:#CCCC99;
border:solid 1px #CCCCCC;
margin-top:5px;
}

/*table全ての設定*/
table{
border-collapse: collapse;
}

/**********リンク設定**********/
a:link {
text-decoration:none;
color:#336699;
padding:2px;
}

a:visited{
text-decoration:none;
color:#336699;
padding:2px;
}

a:hover {
text-decoration:none;
color:#ff6600;
/*background-color:#262014;*/
padding:2px;
}

a:active {
text-decoration:none;
color:#ff3300;
/*background-color:#262014;*/
padding:2px;
}

/**********メイン設定**********/
#main {
width:770px;
text-align: center;
}

/**************ヘッダー設定*********************/
#header {
border-top:solid 20px #777;
/*background:url('http://bfile.shinobi.jp/753/kankisen_header.jpg') no-repeat ;*/
background:#336699;
width:770px;
height: 160px;
text-align: left;
border-bottom:dashed 1px #878294;
}

#TopTitle {
padding: 40px 0px 0px 20px;
font-size:32px;
font-weight:bold;
text-shadow:2px 2px 2px #888;
}

#TopTitle a{color:#fff !important;}

.TopTitleFont {
}

#TopExplanation {
padding: 10px 0px 0px 20px;
}

.h_PageLinkBlock{
text-align:left;
padding-right:10px;
margin:20px 0px 0px 20px;
}

.h_PageLinkBlock a:hover{color:#ccc;}
.h_PageLinkBlock a:visited{color:#ccc;}

/*************コンテンツ設定***************/

#EntryBlock {
font-size:14px;
width: 550px;
float: left;
text-align: left;
padding-left:15px;
color:#444;
}

.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 #3366cc;
font-weight:bold;
text-align: left;
font-size:16px;
}


.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 5px;
background-color:#777;
border:solid 1px #000;
}

/*************メニュー設定***************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
border-left:dashed 1px #878294;
font-size:10px;
width: 190px;
text-align: left;
float: left;
padding:0px;}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
border-bottom:dashed 1px #878294;
margin:15px 0px;
padding:0px 10px 0px 0px;
}

/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
padding: 3px 10px;
border-left:solid 6px #3366cc;
margin-left:5px;
color:#3366cc;
font-size:14px;
}

/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 10px 10px;

}

/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 0px 10px;
font-size:13px;
}

/*各プラグイン処理内の基本デザイン*/
.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:14px;
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:10px;
text-align: left;
}

.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:#ccc;
clear:both;
text-align: center;
/*border:solid 1px #262014;*/
border-top:1px solid #333;
border-bottom:1px solid #333;
font-size:10px;
padding:8px 0px;
color:#555;
}

/************** yahoo Model *************/
.ya a{
	color:blue;background:url("http://file.eyefresh.ni-3.net/arrow.png") left 4px no-repeat;
	padding-left:20px;
	text-decoration:underline;
}
.ya a:hover{
	color:red;background:url("http://file.eyefresh.ni-3.net/arrow1.png") left 4px no-repeat;
	padding-left:20px;
	text-decoration:underline;
}

.ya{
	font-size:15px;
	line-height:110%;
}
.ya p{
	font-size:13px;
	color:#111;
	margin-top:0px;
	margin-bottom: 15px;
}


.links a{color:#333;text-decoration:none;}
.links a:hover{color:#333;text-decoration:none;}
.links a:visited{color:#333;text-decoration:none;}
.links a:active{color:#333;text-decoration:none;}

.inf a{color:#333;text-decoration:none;background:none !important;padding-left:0px !important;}
.inf a:hover{color:#333;text-decoration:none;background:none !important;padding-left:0px !important;}
.inf a:visited{color:#333;text-decoration:none;background:none !important;padding-left:0px !important;}
.inf a:active{color:#333;text-decoration:none;background:none !important;padding-left:0px !important;}


#pr{margin:2px 1px 2px 20px;}
#pr a{color:#333 !important;font-size:13px;}
#pr a:hover{color:#333 !important;font-size:13px;}
#pr a:visited{color:#333 !important;font-size:13px;}
#pr span {background:#669966;padding:0px 3px;color:#fff;margin:0 5px 0 0;	
border-radius:3px; 
-moz-border-radius:3px; 
-webkit-border-radius:3px;
font-size:10px;}


/*     GUIDE
------------------------------------------------*/
.guide{
	background: url("http://file.eyefresh.ni-3.net/guide_left_200.png") left bottom no-repeat;
	min-height: 230px;
	padding-left:130px;
	padding-top:10px;
}
.guide_mes{
	padding-left:10px;
	padding-top:8px;
	padding-right:10px;
	padding-bottom:5px;
	border:1px solid #999;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	background:#ffc;
	font-size: 14px;
}
.guide_star{
	font-size: 15px;
	text-align:center;
	padding:10px;
}
.guide_star span{
	color:#FF9900;
	font-size:22px;
}
.guide_mes p{margin-top:10px;line-height:120%;text-indent:0 !important;}

.col_red{color:#ff6600;}


