/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
margin: 0px 0px 0px 0px;
text-align:center;
font-size:84%;
font-family: Osaka, "ＭＳ Ｐゴシック", arial, sans-serif;
color:#666666;
word-wrap:break-word;
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
color:#69BFFF;
text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color:#69BFFF;
text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
a:active {
color:#cccccc;
text-decoration:underline;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
color:#cccccc;
text-decoration:underline;
}

/*全体の設定*/
#mainBlock {
width:700px;
padding: 0px 0px 0px 0px;
text-align: center;
margin:auto auto;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
img {
	border:0;
	}
br{
	letter-spacing:normal;
	}
hr { 
	display:none;
	} 

a {
	text-decoration:none;
	}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:700px;
height: 252px;
padding: 0px 0px 0px 0px;
text-align: left;
background-image:url('http://file.hakuginstaff.tou3.com/top.jpg');
background-repeat:no-repeat;
background-color:#FFFFFF;
margin:0px 0px 0px 0px;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 45px 0px 0px 20px;
font-size:120%;
font-weight:bold;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 0px 0px 0px 20px;
color:#ffffff;
}

/*通常のリンクの設定*/
#TopBlock a:link {
color:#ffffff;
text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
#TopBlock a:visited{
color:#ffffff;
text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
#TopBlock a:active {
color:#6699CC;
text-decoration:underline;
}
/*カーソルが合っている状態のリンクの設定*/
#TopBlock a:hover {
color:#6699CC;
text-decoration:underline;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
text-align: center;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
float:left;
width:460px;

	line-height:140%;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 10px 0px;
text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
height:35px;
padding: 13px 0px 0px 20px;
background:#ffffff url('http://file.hakuginstaff.tou3.com/main_title.jpg') no-repeat;
}
/*各記事タイトルの文字設定*/
.EntryTitleFont {
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
}
/*記事本文が記載される部分*/
.EntryText {
padding: 10px ;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: right;
}


/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
border-top:dashed #cccccc 1px;
width:453px;
text-align:right;
padding:5px;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
margin-left: 3px;
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 3px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 3px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 3px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 3px;
}

/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding: 20px 0px;
}


/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding: 0px 0px;
text-align: left;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 0px 0px;
}
/*コメントのタイトル部分*/
.CommentTitle{
width:453px;
background:#ffffff url('http://file.hakuginstaff.tou3.com/cm_title.jpg') no-repeat 0% 0%;
height:35px;
padding:13px 0px 0px  30px;
border-bottom:dashed #cccccc 1px;
}
/*コメント部分*/
.CommentText{
padding: 10px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
border-top:dashed #cccccc 1px;
text-align:right;
width:453px;
padding:5px;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 3px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-right: 3px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-right: 3px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-right: 3px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
padding:5px 20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
	text-align:left;
	color:#444444;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
padding-right:5px;
color:#444444;
font-size:x-small;
text-align:center;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
	font-size:84%;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
	font-size:84%;
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding: 10px 0px;
text-align: left;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
background:#ffffff url('http://file.hakuginstaff.tou3.com/plugin_title.jpg') no-repeat;
height:35px;
padding:13px 0px 0px  30px;
border-bottom:dashed #cccccc 1px;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
padding: 10px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
background:#ffffff url('http://file.hakuginstaff.tou3.com/plugin_title.jpg') no-repeat;
height:35px;
padding:13px 0px 0px  30px;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
line-height:110%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
border-top:dashed #cccccc 1px;
text-align:right;
padding:3px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 3px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 3px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 3px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
font-size:x-small;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}



/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
#PluginBlock {
width: 200px;
font-size:x-small;
text-align: left;
vertical-align:top;
float:right;
margin:47px 0px 0px 0px;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:0px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
background:#ffffff url('http://file.hakuginstaff.tou3.com/plugin_title.jpg') no-repeat;
height:35px;
margin-top:5px;
padding:13px 0px 0px  30px;
color:#666666;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 0px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 10px 15px 5px 15px;
background:#ffffff url('http://file.hakuginstaff.tou3.com/plugin.jpg') no-repeat;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
text-align:left;
font-size:xx-small;
padding:0px 0px 3px 15px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
text-align:right;
font-size:xx-small;
padding:0px 0px 3px 0px;
}


/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
width:80%;
font-size:12px;
padding:3px;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
font-size:12px;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
font-size:12px;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
font-size:12px;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
font-size:12px;
padding:3px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
font-size:12px;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
font-size:12px;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
font-size:12px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
font-size:12px;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
font-size:12px;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
font-size:12px;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
font-size:12px;
}