@charset "utf-8";

/* -------------------------------------------------------
	CSS Document
	Template name 「 te13 」
	CSS by TABLE ENOCH http://mama.oops.jp/
	Ver.2008/01/24/Ninjaブログ
----------------------------------------------------------------- */


html,body {
	margin: 0;
	cursor: crosshair;
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-arrow-color: #000;
	scrollbar-face-color: #000;
	scrollbar-track-color: #ccc;
	background-color: #ccc;
	font-family: Verdana;
	font-size:11px;
}

/*imgの全ての設定*/
img {
	border: 0;
	vertical-align: middle;
}
  
/*form全ての設定*/
form {
	margin: 0;
	padding: 0;
}
input , textarea , select , option {
	vertical-align: middle;
}

/*テキスト左寄せ*/
.left {
	text-align: left;
}
/*テキスト中央寄せ*/
.center {
	text-align: center;
}
/*テキスト右寄せ*/
.right {
	text-align: right;
}

/* -------------------------------------------------------
	CSS Document Layout
------------------------------------------------------- */

#MainBlock {
	width: 760px;
	overflow: hidden;
	background-color: #fff;
}
#Container {
	width: 720px;
	overflow: hidden;
	margin: 0 20px;
}
#EntryBlock {
	float: right;
	width: 470px;
	overflow: hidden;
	text-align: left;
}
.PluginBlock {
	 float: left;
	width: 220px;
	overflow: hidden;
	margin-top: 20px;
	background-color: #000;
	text-align: left;
}

/* -------------------------------------------------------
	CSS Document Header
------------------------------------------------------- */

#TopBlock {
	margin-top: 5px;
}

/*ページタイトル文字部分の設定*/
h1#TopTitle {
	margin: 0 0 5px 10px;
	padding: 20px;
	background-color: #000;
	font-family: Georgia;
	font-size:24px;
	letter-spacing: 2px;
	color: #fff;
}
h1#TopTitle a {
	text-decoration: none;
	color: #fff;
}
h1#TopTitle a:hover {
	color: #999;
}
/*ページタイトルの下に来るブログの説明文書*/
h2#TopExplanation {
	margin: 0 0 0 50px;
	padding: 8px 18px;
	background-color: #666;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1px ;
	line-height: 20px;
	color: #fff;
}

/* -------------------------------------------------------
	CSS Document Entry
------------------------------------------------------- */

.Entry {
	width: 450px;
	overflow: hidden;
	border-left: solid 20px #000;
	margin-top: 20px;
	padding-bottom: 10px;
}
* html .Entry {
	width: 470px;
}
/*各記事タイトル部分の設定*/
h3.EntryTitle {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 1px;
	color: #000;

}
h3.EntryTitle a {
	display: block;
	padding-left: 8px;
	text-decoration: none;
	color: #000;
}
h3.EntryTitle a:hover {
	background: #000;
	color: #fff;
}

/*記事を投稿した日が記載されている部分*/
p.EntryWriteDate {
	margin: 0 0 2px;
	padding: 1px 5px 2px;
	border: solid 1px #ccc;
	border-left: 0;
	text-align: right;
	font-family: Tahoma;
	font-size: 10px;
	letter-spacing: 1px;
}
p.EntryWriteDate a {
  text-decoration:none;
	color:#000 ;
}
p.EntryWriteDate a:hover {
  color:#999 ;
}

/*記事本文が記載される部分*/
.EntryText {
  overflow:hidden;
	padding:10px;
	padding-right:0px;
	font-family:Verdana;
	font-size:12px;
	line-height:180%;
  color:#666 ;
}
.EntryText a {
  color:#666 ;
}
.EntryText a:hover {
  text-decoration:none;
	color:#000 ;
}


/* 画像にclass="pict"を設定した場合 */
.pict {
	margin: 5px;
	padding: 2px;
	border: solid 1px #ccc;
}

/*記事へのリンク（コメントやトラックバック等）の背景*/
p.EntryFooter {
	margin:  0;
	padding:  0;
	text-align: right;
	font-family: Verdana;
	font-size: 10px;
	color: #ccc;
}
p.EntryFooter a {
	text-decoration: none;
	color: #ccc;
}
p.EntryFooter a:hover {
	color: #000;
}

/* -------------------------------------------------------
	CSS Document Trackback Comment
------------------------------------------------------- */

.CommentBlock {
  overflow:hidden;
	border-left:solid 20px #000 ;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle {
  padding:3px 5px;
	border:solid 1px #ccc;
	border-left:0px;
	text-align:right;
	font-size:12px;
	font-family:Verdana;
	letter-spacing:1px;
	color:#000 ;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox {
  padding-bottom:20px;
	text-align:left;
	font-size:10px;
	font-family:Verdana ;
}
/*コメントのタイトル部分*/
.CommentTitle {
	padding-left:8px;
	padding-top:3px;
	padding-bottom:2px;
	border:solid 1px #cccccc;
	border-left:0px;
	color:#000 ;
}

/* トラックバック記事・コメント本文 */
p.CommentText {
	margin: 0;
	padding: 5px 10px;
	line-height: 160%;
	color: #000;
}

/* 投稿者や投稿時間 */
.CommentFooter {
	text-align: right;
	color: #999;
}
.CommentFooter a {
	text-decoration: none;
	color: #999;
}
.CommentFooter a:hover {
	color: #000;
}

/* コメント返信部分 */
.CommentResBox {
	padding: 8px;
	border: solid 1px #ccc;
	border-left: 0;
	color: #666;
}
.CommentResText {
	padding: 5px;
	line-height: 160%;
}

/* -------------------------------------------------------
	CSS Document Comment Form
------------------------------------------------------- */

form#comment_form {
	text-align: center;
}

.CommentFormBlock {
	width: 310px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0;
	text-align: right;
}
.CommentFormBlock , .CommentFormTable td {
	font-family: Verdana;
	font-size: 10px;
	letter-spacing: 1px;
	color: #000;
}
.CommentFormTable {
	width: 100%;
	margin-bottom: 8px;
	text-align: right;
}
/*inputタグやtextareaの設定*/
.CommentForms {
	width: 308px;
	margin-bottom: 8px;
	border: solid 1px #999;
	background: #fff;
	font-family: Verdana;
	font-size: 10px;
	color: #000;
}
textarea.CommentForms {
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-arrow-color: #666;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	line-height: 160%;
}
/*コメントフォームパスワードインプット*/
.CommentFormPass {
	width: 100px;
	border: solid 1px #999;
	background: #fff;
	font-family: Verdana;
	font-size: 10px;
	color: #000;
}
/* コメント文字色セレクト */
select#color {
	margin: 0 8px;
	border: solid 1px #999;
	background: #fff;
	font-family: Verdana;
	font-size: 10px;
	letter-spacing: normal;
	color: #000;
}
/*コメントフォーム送信ボタン*/
.CommentFormSubmit {
	width: 90px;
	height: 18px;
	margin-right: 5px;
	border: solid 1px #666;
	background-color: #fff;
	font-family: Tahoma;
	font-size: 10px;
	letter-spacing: 2px;
	color: #000;
}

/* -------------------------------------------------------
	CSS Document Navigation
------------------------------------------------------- */

/* 次の記事やHOMEへのリンクが表示される部分 */
.PageLinkBlock {
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	font-family: Tahoma;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 20px;
	color: #ccc;
}
.PageLinkBlock a {
	text-decoration: none;
	color: #000;
}
.PageLinkBlock a:hover {
	position: relative;
	top: 2px;
	left: 2px;
	color: #999;
}

/* 広告 */
p#FooterBlock {
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #ccc;
}
p#FooterBlock a {
	padding: 0 2px;
	text-decoration: none;
	color: #000;
}
p#FooterBlock a:hover {
	background: #000;
	color: #fff;
}

/* -------------------------------------------------------
	CSS Document Plugin
------------------------------------------------------- */

/* 管理者ページリンク */
p#AdminLink {
	margin: 0;
	padding: 10px 10px 0;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #999;
}
p#AdminLink a {
	text-decoration: none;
	color: #fff;
}
p#AdminLink a:hover {
	background-color: #fff;
	color: #000;
}

.Plugin {
	padding: 10px;
	font-family: Verdana;
	font-size: 10px;
}

/* プラグインタイトル */
h3.PluginTitle {
	margin: 1px;
	padding: 3px 5px;
	border: solid 1px #ccc;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1px;
	color: #fff;
}

/*プラグインが表示される場所の設定*/
.PluginContents {
	padding: 6px;
	line-height: 135%;
	color: #999;
}
.PluginContents a {
	text-decoration: none;
	color: #fff;
}
.PluginContents a:hover {
	background: #fff;
	color:#000 ;
}

/* プラグイン説明 */
.PluginExplanation {
	color: #ccc;
}

/* 各プラグイン処理内の基本デザイン */
.plugin_data {
	padding-top: 5px;
}

/* 各プラグイン処理内基本デザインの下に記載する日付など */
.plugin_data_date {
	text-align: right;
	line-height: normal;
}

/* -------------------------------------------------------
	CSS Document Plugin Search
------------------------------------------------------- */

/* ブログ内検索の部分 */
.blogsearch {
	text-align: center;
}
/* 検索文字を入力するインプッ ト*/
.box {
	border: 0;
	width: 120px;
}
/* 検索ボタン */
.btn {
	border: 0;
	background-color: #000;
	font-family: Verdana;
	font-size: 10px;
	letter-spacing: 2px;
	color: #fff;
}

/* -------------------------------------------------------
	CSS Document Blog Parts
------------------------------------------------------- */

/* ドリコム */
.drecomrss_blog_list_item {
	padding-top: 5px;
	line-height: 200%;
}
.drecomrss_blog_list_powered {
	padding-top: 5px;
	line-height: 180%;
}

/* 忍者メールフォーム */
.PluginContents .main {
	padding-right: 5px;
}
.PluginContents .main br {
	line-height: 50%;
}
.PluginContents .main input {
	width: 100%;
	border: 0;
	background-color: #fff;
	font-family: Verdana;
	font-size: 10px;
}
.PluginContents .main textarea {
	width: 100%;
	height: 50px;
	border: 0;
	background-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-arrow-color: #666;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	font-family: Verdana;
	font-size: 10px;
}
.PluginContents .main .error ,
.PluginContents .main .result {
	text-align:center;
}
.PluginContents .main .submit {
	margin: 5px 0;
	padding-bottom: 15px;
	text-align: center;
}
.PluginContents .main .submit_button ,
.PluginContents .main .error_submit_button ,
.PluginContents .main .result_submit_button {
	width: 100px;
	height: 16px;
	margin-top: 5px;
	border: 0;
	background-color: #fff;
	font-family: Verdana;
	font-size: 10px;
	letter-spacing: 1px;
	color: #000;
}

/* -------------------------------------------------------
	CSS Document Plugin Calendar
------------------------------------------------------- */

.CalendarMoveTable {
	width: 168px;
	margin: 3px auto 5px;
	padding: 2px 0;
	border-collapse: collapse;
	background: #000;
	color: #fff;
}
.CalendarMoveTable td {
	padding-bottom: 5px;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #ccc;
}
.CalendarMoveTable a {
	text-decoration: none;
	color: #ccc;
}
.CalendarMoveTable a:hover {
	background-color: #000;
	position: relative;
	top: 2px;
	left: 2px;
	color: #ccc;
}

.CalendarTable {
	margin: 0 auto;
	border-collapse: collapse;
}
.CalendarTable th {
	width: 22px;
	padding-bottom: 5px;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #999;
}
.CalendarTable th.CalendarWdaySun {
	color: #f9a;
}
.CalendarTable th.CalendarWdaySat {
	color: #b5daff;
}
.CalendarTable td {
	width: 22px;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #fff;
}
.CalendarTable td.CalendarTdSun {
	color: #f9a;
}
.CalendarTable td.CalendarTdSat {
	color: #b5daff;
}
.CalendarTable td a{
	display: block;
	font-weight: bold;
	background: #fff; 
	color: #000;
}
.CalendarTable td a:hover {
	background: #999; 
	color: #000;
}
