/**************************************************************************************
  全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body{
	margin: 0px 2px 0px 0px;
	padding: 0px;
	color: #000000;
	text-align: center;
	letter-spacing : normal;
	background: #ffffff;

	background-attachment: scroll;
	background-image: url("http://file.hela.blog.shinobi.jp/a3_9.gif");
	font-family: 'ＭＳ Ｐゴシック', Arial, sans-serif;
}

/*<td>の全ての設定*/
td {
	text-align: center;
	padding: 2px 4px;
	font-size: 80%;
}
th {
	padding: 2px 4px;
	text-align: center;
	font-weight: bold;
	font-size: 80%;
}
/*table全ての設定*/
table{
	border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
	color: #336600;
	text-decoration: none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited {
	color: #336600;
	text-decoration: none;
}
/*アクティブ状態のリンクの設定*/
a:active {
	color: #336600;
	text-decoration: underline;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
	color: #CC8833;
	text-decoration: underline;
}

/*色々、すべての設定*/
form {
	display: inline;
}
input {
/*	border: solid 1px #aaccaa;*/
	color: #000000;
}
textarea {
	border: 1px solid #aaccaa;
}
img {
	margin: 5px;
}

pre {
	margin-left: 10px;
	padding: 5px;
	color: #ffffff;
	background: #000000;
}

div.reference {
	margin: 10px;
	padding: 5px;
	border: 1px dashed #aaccaa;
	background: #fafffa;
}

/**************************************************************************************
  背景、ライン等の全体レイアウト
**************************************************************************************/

/*全体の設定*/
#mainBlock {
	position: relative;
	max-width: 879px; /*867*/
	margin: 0px auto;
	padding: 30px 0px 0px 0px;
	border-right: 0px solid #007700;
	border-left: 0px solid #007700;
	background: #fafffa;

	background-attachment: scroll;
	background-image: url("http://file.hela.blog.shinobi.jp/tabis4.gif");
	background-repeat: repeat-x;
	background-position: top center;
}
/*テキスト左寄せ*/
.left { text-align:left; }
/*テキスト中央寄せ*/
.center { text-align:center; }
/*テキスト右寄せ*/
.right { text-align:right; }

/*両脇ライン*/
.MainLineLeft {
	max-width: 885px;
	padding-left: 6px;
	margin-left: 20px;

	background-image: url("http://file.hela.blog.shinobi.jp/line_tst4.gif");
	background-repeat: repeat-y;
	background-position: left center;
}
.MainLineRight {
	max-width: 891px;
	padding-right: 6px;
	margin-right: 20px;

	background-image: url("http://file.hela.blog.shinobi.jp/line_tst4.gif");
	background-repeat: repeat-y;
	background-position: right center;
}

/**************************************************************************************
  トップブロック用デザイン
**************************************************************************************/

#TitleEntryBlock {
	float: left;
	max-width: 600px;
	margin: 0px;
	padding: 20px;

	border: 0px solid #000000;
}

/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
	float: left;
	max-width: 400px;
	min-height: 60px;
	margin: 0px;
	padding: 60px 100px 40px 100px;
	background: #fafffa;

	border: 0px solid #000000;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
	margin: 0px 20px 5px 20px;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 130%;
	border: 0px solid #000000;

	background-image: url("http://file.hela.blog.shinobi.jp/line_c12.gif");
	background-repeat: repeat-x;
	background-position: bottom center;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
	margin: 5px 20px 0px 20px;
	padding: 0px;
	font-size: 80%;
	line-height: 1.8em;

	border: 0px solid #000000;
}

/**************************************************************************************
  フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
	clear: both;
	width: 70%;
	padding: 20px 25px 10px 25px;
	text-align: center;
	font-size: 80%;
	line-height: 1.8em;
	background: #fafffa;
	border: 0px solid #00ff00;

	background-image: url("http://file.hela.blog.shinobi.jp/line_c12.gif");
	background-repeat: repeat-x;
	background-position: center top;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
	clear: both;
	float: left;
	width: 100%;
	text-align: left;

	border: 0px solid #ff0000;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
	/* width: 100%; */
	margin: 0px 0px 30px;
	padding: 7px;
	border: 1px solid #aaccaa;
	background: #ffffff;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
	clear: both;
	/* width: 100%; */
	height: 18px;
	padding: 5px 20px 10px 30px;
	font-size: 90%;
	border-bottom: 1px solid #aaccaa;
	border-top: 0px double #aaccaa;
	background: inherit;

	background-image: url("http://file.hela.blog.shinobi.jp/i_cl12.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
.EntryTitleSpan {
	float: left;
	margin: 0px;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
}
.EntryCategorySpan {
	float: right;
	margin: 2px 0px 0px 5px;
	text-align: right;
	font-size: 80%;
	font-weight: normal;
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
	width: 100%;
	margin: 10px 2px 5px 2px;
}
/*記事本文が記載される部分*/
.EntryText {
	width: 100%;
	margin: 0px;
	line-height: 1.8em;
	font-size: 80%;
}
.EntryText p {
	text-indent: 1em;
	margin: 0px;
	border: 0px solid ;
}
/* 追記文書（「つづきはこちら」の部分）が記載される部分 */
.EntryPsText {
	margin: 0px 10px;
	padding: 0px;
	text-align: right;
	font-size: 80%;
	line-height: 1.8em;
}
.EntryPsHr {
	width: 90%;
	margin: 10px 0px;
	color: #aaccaa;
	text-align: center;
	border: 1px dashed;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: right;
	font-size: 80%;
	border-top: 1px solid #aaccaa;
	border-bottom: 0px solid #aaccaa;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
	margin-left: 5px;
	line-height: 1.8em;
	font-size: 80%;
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
	margin-left: 0px;
	line-height: 1.8em;
	font-size: 90%;
}
.EntryWriteTime {
	margin-left: 0px;
	color: #fafffa;
	line-height: 1.8em;
	font-size: 90%;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
	margin-left: 5px;
	text-align: right;
	line-height: 1.8em;
	font-size: 60%;
}

/*-------------------------------------------------------
  ブログ・タグ
-------------------------------------------------------*/
.EntryTagDiv{
	margin: 0px 10px 5px 0px;
	padding: 0px;
	text-align: right;
}
.EntryTagFormButton{
	padding: 0px 0px 0px 11px;
	font-size: 100%;
	color: #336600;
	text-align: left;
	border: 0px;
	background: inherit;

	background-image: url("http://file.hela.blog.shinobi.jp/icon_f4.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

a:link.EntryTagLink, a:visited.EntryTagLink, a:active.EntryTagLink {
	padding: 0px 0px 0px 11px;
	color: #336600;
	text-decoration: none;
	background: inherit;

	background-image: url("http://file.hela.blog.shinobi.jp/icon_f4.gif");
	background-repeat: no-repeat;
	background-position: center left;
}
a:hover.EntryTagLink {
	padding: 0px 0px 0px 11px;
	color: #CC8833;
	text-decoration: underline;
	background: inherit;

	background-image: url("http://file.hela.blog.shinobi.jp/icon_f15.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

/*-------------------------------------------------------
見出し
-------------------------------------------------------*/
#EntryBlock h3 {
	margin-top: 20px;
	padding-left: 20px;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 2px solid #aaccaa;

	background-image: url("http://file.hela.blog.shinobi.jp/i_css12.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

#EntryBlock h4 {
	margin: 20px 0px 10px 5px;
	padding-left: 10px;
	border-left: 5px solid #aaccaa;
}

/*-------------------------------------------------------
  箇条書き
-------------------------------------------------------*/
#EntryBlock ul, #EntryBlock dl {
	padding-left: 10px;
	margin: 0px;
	border: 0px solid #000000;
}

#EntryBlock ul li {
	list-style: none;
	padding-left: 18px;
	border: 0px solid #ff0000;

	background-image: url("http://file.hela.blog.shinobi.jp/icon_f220.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

#EntryBlock dl dt {
	list-style: none;
	padding-left: 18px;
	font-weight: bold;
	border: 0px solid #ff0000;

	background-image: url("http://file.hela.blog.shinobi.jp/icon_f220.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

#EntryBlock dl dd {
	margin: 0px 0px 10px 30px;
	border: 0px solid #000000;
}

/*-------------------------------------------------------
  全記事一覧用
-------------------------------------------------------*/
.ListEntry1{
	clear:both;
	background: #fafffa;
	height: 24px;
	border: 0px solid #aaccaa;
}
.ListEntry2{
	clear:both;
	background: #aaccaa;
	height: 24px;
	border: 0px solid #aaccaa;
}
.ListEntryTitle{
	float: left;
	text-align: left;
	border: 0px solid #000000;
}
.ListEntryCategory{
	float: right;
	text-align: right;
	border: 0px solid #000000;
}


/**************************************************************************************
  次の記事、HOME、もくじなどのリンク
**************************************************************************************/

/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
	margin: 10px;
	padding: 10px;
	text-align: center;
	font-size: 100%;
	line-height: 1.8em;
	border-top: 1px solid #aaccaa;
}

.PageLinkBlockBottom{
	margin: 10px;
	padding: 10px;
	text-align: center;
	font-size: 80%;
	line-height: 1.8em;
	border-top: 1px solid #aaccaa;
}

/*-------------------------------------------------------
  もくじ（トップリンク）
-------------------------------------------------------*/
.PageLinkBlockTop{
	/* position: absolute; 
	top: 30px;
	right: 5px; /* 135 */
	width: auto; /* 200 <- 80 */

	margin: 0px 10px 10px 10px;
	padding: 2px 0px;
	text-align: center;
	font-size: 100%;
	border: 0px solid #aaccaa;
}
.PageLinkBlockTopCaption{
	clear: both;
	width: 100%;
	/* height: 24px; */
	margin: 2px 0px 2px 0px;
	text-align: center;
	color: #99cc99;
	font-size: 100%;
	border: 0px solid #aaccaa;
}
.PageLinkBlockTopEntry{
	width: auto; /*200px */
	padding: 2px 0px 0px 2px;
	font-size: 90%;
	text-align: center;
	color: #99cc99;
	vertical-align: middle;
	border: dashed #aaccaa;
	border-width: 0px 0px 0px 0px;
}
.PageLinkBlockTopDate{
	width: auto;
	/* height: 12px; */
	padding: 0px 2px 2px 2px;
	color: #888888;  /* #88bb88 */
	font-size: 80%;
	text-align: right;
	vertical-align: middle;
	border: dashed #aaccaa;
	border-width: 0px 0px 0px 0px;
}
.PageLinkBlockTopPage{
	width: auto;
	/* height: 18px; */
	padding: 2px 0px 2px 0px;
	color: #99cc99;
	font-size: 90%;
	text-align: center;
	vertical-align: middle;
	line-break: strict;
	border: dashed #aaccaa;
	border-width: 1px 0px 1px 0px;
}
.PageLinkBlockTopSub{
	width: auto;
	padding: 2px 0px 2px 0px;
	color: #99cc99;
	font-size: 100%;
	vertical-align: middle;
	border: dashed #aaccaa;
	border-width: 1px 0px 1px 0px;
}
.PageLinkBlockTopEntryOverflow{
	float: left;
	width: 180px; /* 60 */
	/* height: 12px; */
	text-align: left;
	vertical-align: middle;
	overflow: hidden;
}
a:link.ATopEntry, a:visited.ATopEntry, a:active.ATopEntry {
	padding: 0px 0px 0px 13px;
	color: #336600;
	text-decoration: none;
	background: inherit;

	background-image: url("http://file.hela.blog.shinobi.jp/icon_f203.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
a:hover.ATopEntry {
	padding: 0px 0px 0px 13px;
	color: #CC8833;
	text-decoration: underline;
	background: inherit;

	background-image: url("http://file.hela.blog.shinobi.jp/icon_f213.gif");
	background-repeat: no-repeat;
	background-position: top left;
}


/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
	float: right;
	width: 200px;
	margin: 10px 15px 10px 10px;
	padding: 0px;
	font-size: 80%;
	border-top: 0px;
	background: #fafffa;
	border: 0px solid #0000ff;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
	padding: 0px;
	border-top: 3px dotted #aaccaa;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
	margin: 0px 0px 0px 0px;
	padding: 7px 20px 7px 17px;
	color: #000000;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	background: inherit;

	background-image: url("http://file.hela.blog.shinobi.jp/i_css13.gif");
	background-repeat: no-repeat;
	background-position: center left;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
	padding: 2px 5px;
	font-size: 90%;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
	margin-bottom: 5px;
	padding: 5px 5px;
	font-size: 95%;
	border-top: 0px;
	background: inherit;
	line-height: 1.8em;
}

/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
	padding: 2px 10px;
	text-align: left;
}
.plugin_data_before {
	color: #aaccaa;
	font-weight: bold;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
	padding: 2px 10px;
	text-align: right;
}

/*各プラグイン処理内の基本デザイン　最新記事用*/
.plugin_data_new {
	padding: 2px 10px 0px 10px;
	text-align: left;
	float:left;
}
/*各プラグイン処理内基本デザインの下に記載する日付など　最新記事用*/
.plugin_data_date_new {
	padding: 0px 10px;
	text-align: right;
	font-size: 80%;
	float:right;
	color:#888888;
}

/* プロフィール */
.profile_image {
	text-align: center;
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	width: 80%;
	padding: 5px 0px;
	color: #000000;
	text-align: center;
	font-size: 150%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
	padding: 1px;
	text-align: center;
	font-size: 100%;
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
	padding: 1px;
	text-align: left;
	font-size: 100%;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
	padding: 1px;
	text-align: center;
	font-size: 100%;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
	padding: 1px;
	text-align: right;
	font-size: 100%;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
	width: 160px;
	padding: 0px;
	font-size: 100%;
	border: 0px solid #aaccaa;
	background: inherit;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
	padding: 1px;
	font-size: 100%;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
	padding: 1px;
	font-size: 100%;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
	padding: 1px;
	font-size: 100%;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
	padding: 1px;
	font-size: 100%;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
	padding: 1px;
	font-size: 100%;
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
	padding: 1px;
	color: #ff9999;
	font-size: 100%;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
	padding: 1px;
	color: #aaccee;
	font-size: 100%;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
	padding: 1px;
	color: #99cc99;
	font-size: 100%;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
	padding: 1px;
	background: #aaccaa;
	font-size: 100%;
}

/**************************************************************************************
** 以下、未使用。コメント・TBについて、表示のみで使用している場合あり *****************
**************************************************************************************/

/*BlogPet専用プラグイン*/
.PluginBlockTopfloat {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 140px;
	height: 360px;
	padding: 0px;
	font-size: 80%;
	border: 0px solid #aaccaa;
	background: inherit;
}
.PluginContentsTopfloat {
	margin: 20px 0px 0px 0px;
	background: inherit;
}

/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
	margin-left: 5px;
	line-height: 1.8em;
	font-size: 90%;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
	margin-left: 5px;
	line-height: 1.8em;
	font-size: 90%;
}

/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
	margin: 20px 0px;
	padding: 10px;
	font-size: 100%;
	border: 0px solid #aaccaa;
	background: #ffffff;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
	height: 28px;
	margin: 0px;
	padding: 5px 0px 0px 30px;
	font-size: 100%;
	text-align: left;
	background: inherit;

	background-image: url("http://file.hela.blog.shinobi.jp/i_cl13.gif");
	background-repeat: no-repeat;
	background-position: center left;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
	margin: 20px 0px 0px 0px;
	padding: 10px 15px 0px 15px;
	font-size: 80%;
	border: 1px solid #aaccaa;
	background: inherit;
}
/*コメントのタイトル部分*/
.CommentTitle{
	padding: 10px 20px 10px 20px;
	text-align: left;
	font-size: 100%;
	font-weight: bold;

	background-image: url("http://file.hela.blog.shinobi.jp/i_css13.gif");
	background-repeat: no-repeat;
	background-position: center left;
}
/*コメント部分*/
.CommentText{
	padding: 5px;
	line-height: 1.8em;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
	padding: 10px 0px 5px 0px;
	text-align: right;
	font-size: 80%;
}
/*投稿者名の部分*/
.CommentUserName{
	margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
	margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
	margin-left: 5px;
}

/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding: 5px 0px 0px 0px;
}

.CommentResBox {
	padding: 10px 10px 0px 10px;
	font-size: 80%;
	border: 1px solid #aaccaa;
	border-left: 23px solid #aaccaa;
	background: #ffffff;
}

.CommentResTitle {
	margin: 0px;
	padding: 10px 20px;
	font-size: 100%;
	font-weight: bold;
}

.CommentResText {
	padding: 5px 5px 5px 10px;
	line-height: 1.8em;
}

.CommentResFooter {
	margin: 0px;
	padding: 5px;
	text-align: right;
	font-size: 80%;
	border-top: 0px solid #559955;
}

/*-------------------------------------------------------
  コメントフォーム
-------------------------------------------------------*/

/*コメント編集へのリンク部分*/
.CommentEdit{
	margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
	margin-top: 10px;
	text-align: left;
	font-size: 80%;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
	padding: 2px;
	text-align: right;
	font-size: 80%;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
	padding: 2px;
	text-align: left;
	font-size: 80%;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
	padding: 10px 0px;
	text-align: left;
	font-size: 80%;
}
/*inputタグやtextareaの設定*/
.CommentForms{
	border: 0px solid #aaccaa;
	border-bottom: 1px solid #aaccaa;
}
.CommentFormButton{
	width: 70px;
	font-size: 80%;
	color: #000000;
/*	border: 1px solid #228800;*/
	background: #aaccaa;
}
.CommentFormTextarea{
	width: 380px;
	border: 1px solid #aaccaa;
}

/* コメント編集ページの設定 */
.CommentEditBlock{
	float: left;
	width: 500px;
	margin: 10px 5px 10px 15px;
	padding: 10px;
	font-size: 100%;
	border: 0px solid #aaccaa;
	background: #ffffff;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
	margin: 20px 0px;
	padding: 10px;
	font-size: 100%;
	border: 0px solid #aaccaa;
	background: #ffffff;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
	height: 28px;
	margin: 0px;
	padding: 5px 0px 0px 30px;
	font-size: 100%;
	text-align: left;
	background: inherit;

	background-image: url("http://file.hela.blog.shinobi.jp/i_cl13.gif");
	background-repeat: no-repeat;
	background-position: center left;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
	margin: 10px 10px;
	padding: 10px 10px;
	font-size: 80%;
	background: #aaccaa;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
	text-align: left;
}
/*トラックバックの記事部分*/
.TrackbackText{
	padding: 10px;
	line-height: 140%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
	padding: 5px;
	text-align: right;
	font-size: 80%;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
	margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
	margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
	margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
	margin: 10px 0px;
	text-align: left;
	font-size: 80%;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL{
	width: 270px;
	border: 1px solid #aaccaa;
}
