* {
margin:0px;
padding:0px;
font-family:"Comic Sans MS",sans-serif;
}
h1, h2, h3 {
font-size:1em;
}
/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
font-size:0.8em;
background:#fff;
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: separate;
}
/*通常のリンクの設定*/
a:link {
color:#000000;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color:#000000;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
position:relative;left:2px;
color:#999999;
}
/*アクティブ状態のリンクの設定*/
a:active {
}

/*全体の設定*/
#mainBlock {
background:url(http://bfile.shinobi.jp/2626/giza-side.gif) repeat-y 100% 0%;
width:790px;
text-align: center;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
.clear {
clear:both;
}
LI { list-style-position: inside; }
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
background:url(http://bfile.shinobi.jp/2626/giza-title.gif) no-repeat 0% 100%;
width:770px;
height: 200px;
text-align: right;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 30px 30px 0px 0px;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
height:1.5em;
position:relative;
}
#above {
font-size:1.4em;
font-weight:bold;
color:#000000;
text-decoration:none;
position:relative;
}
#above:hover {
position:relative;left:0px;
color:#000000;
}
#bottom {
font-size:1.4em;
font-weight:bold;
text-decoration:none;
position:absolute;top:0.2em;right:-0.2em;
color:#dbdbdb;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 10px 20px 0px 0px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
width:770px;
font-size:0.9em;
clear:both;
text-align: right;
}
#footinner{
padding:10px;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 220px;
text-align: left;
float: left;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:10px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
padding-left:20px;
font-weight:bold;
height:35px;
background:url(http://bfile.shinobi.jp/2626/giza-plug.gif) no-repeat 0% 100%;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 10px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 10px;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 550px;
float: left;
text-align: left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 10px;
text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
position:relative;
height:50px;
background:url(http://bfile.shinobi.jp/2626/giza-entry.gif) no-repeat 0% 100%;
text-align: left;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont a {
position:absolute;bottom:20px;left:40px;
font-size:1.2em;
font-weight:bold;
color:#000000;
text-decoration:none;
}
.EntryTitleFont a:hover {
position:absolute;bottom:20px;left:40px;
font-size:1.2em;
font-weight:bold;
color:#000000;
text-decoration:none;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
}
/*記事本文が記載される部分*/
.EntryText {
padding: 10px;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:5px;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left:5px;
position:relative;top:-0.7em;
}
.EntryWriteDate a {
text-decoration:none;
}
.EntryWriteDate a:hover {
color:#000000;
position:relative;left:0px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:10px;
}
#PLB{
margin:0px auto;
width:90%;
text-align:center;
}
#PLBL{
text-align:right;
font-size:0.7em;
width:42%;
}
#PLBC{
text-align:center;
font-size:0.7em;
width:16%;
}
#PLBR{
width:42%;
font-size:0.7em;
text-align:left;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:10px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
position:relative;
height:50px;
background:url(http://bfile.shinobi.jp/2626/giza-entry.gif) no-repeat 0% 100%;
text-align: left;
}
.CMTfont {
position:absolute;bottom:20px;left:40px;
font-size:1.2em;
font-weight:bold;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 5px 0px;
}
/*コメントのタイトル部分*/
.CommentTitle{
margin-left:15px;
position:relative;
height:45px;
background:url(http://bfile.shinobi.jp/2626/giza-com.gif) no-repeat 0% 100%;
text-align: left;
}
.CommentTitle span{
position:absolute;bottom:20px;left:40px;
font-size:1.2em;
font-weight:bold;
}
/*コメント部分*/
.CommentText{
margin-left:25px;
padding: 10px;
	border-bottom:1px dotted #000000;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
font-size:0.9em;
text-align:right;
padding:5px;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
width:90%;
margin:10px auto 0px auto;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
font-size:0.9em;
padding-top:5px;
text-align:right;
width:9em;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:center;
}
.CommentFormSubmit input{
margin-top:10px;
}
/*inputタグやtextareaの設定*/
.CommentForms{
padding:2px;
font-size:0.8em;
font-family:"Comic Sans MS",sans-serif;
border:1px solid #000000;
width:95%;
}
.CommentFormsp{
padding:2px;
font-size:0.8em;
font-family:"Comic Sans MS",sans-serif;
border:1px solid #000000;
width:35%;
}
select {
font-size:0.8em;
font-family:"Comic Sans MS",sans-serif;
border:1px solid #000000;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
position:relative;
height:50px;
background:url(http://bfile.shinobi.jp/2626/giza-entry.gif) no-repeat 0% 100%;
text-align: left;
}
.TBTfont {
position:absolute;bottom:20px;left:40px;
font-size:1.2em;
font-weight:bold;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 0px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
margin-left:15px;
position:relative;
height:45px;
background:url(http://bfile.shinobi.jp/2626/giza-com.gif) no-repeat 0% 100%;
text-align: left;
}
.TrackbackTitle span{
position:absolute;bottom:20px;left:40px;
font-size:1.2em;
font-weight:bold;
}
/*トラックバックの記事部分*/
.TrackbackText{
margin-left:25px;
padding: 10px;
	border-bottom:1px dotted #000000;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
font-size:0.9em;
text-align:right;
padding:5px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
margin:20px 0px 20px 20px;
text-align: left;
font-size:0.9em;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL{
width:80%;
padding:2px;
font-size:1em;
font-family:"Comic Sans MS",sans-serif;
border:1px solid #000000;
}
#TBFU {
text-align:left;
}
#TBFB {
text-align:right;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
font-size:0.9em;
margin:0px auto;
padding:0px;
width:85%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
.CalendarMoveTr a {
text-align:center;
border:1px solid #000000;
text-decoration:none;
width:2em;
}
.CalendarMoveTr a:hover {
color:#000000;
position:relative;left:0px;
background-color:#eeeeee;
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
text-align:right;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
border:1px solid #000000;
text-align:center;
font-size:1.1em;
font-weight:bold;
width:50%;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
text-align:left;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
font-size:0.9em;
width:85%;
margin:0px auto;
padding:0px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
border:1px solid #990000;
width:14%;
background-color:#ffeeee;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
border:1px solid #000000;
width:14%;
background-color:#eeeeee;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
border:1px solid #000099;
width:14%;
background-color:#eeeeff;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTd a {
display:block;
border:1px solid #000000;
color:#000000;
text-decoration:none;
}
.CalendarTd a:hover {
background-color:#eeeeee;
color:#000000;
position:relative;left:0px;
}
.CalendarTdSat a {
display:block;
border:1px solid #000099;
color:#000099;
text-decoration:none;
}
.CalendarTdSat a:hover {
background-color:#eeeeff;
color:#000099;
position:relative;left:0px;
}
.CalendarTdSun a {
display:block;
border:1px solid #990000;
color:#990000;
text-decoration:none;
}
.CalendarTdSun a:hover {
background-color:#ffeeee;
color:#990000;
position:relative;left:0px;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	background:url(http://bfile.shinobi.jp/2626/giza-side.gif) repeat-y 0% 0%;
	margin:10px 0px 10px 50px;
	padding-left:20px;
}

.CommentResBox {
	padding:10px;
}

.CommentResTitle {
	border-bottom:1px solid #000000;
	font-size:1.1em;
padding:0px 0px 2px 10px;
	font-weight:bold;
}

.CommentResText {
	padding:10px 0px 10px 10px;
}

.CommentResFooter {
font-size:0.9em;
	text-align:right;
	margin:0px;
	border-top:1px dotted #000000;
padding:5px;
}
