/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
margin:0px;
padding:0px;
background-image : url(http://www.offthewall-int.com/rusty/image/ba_line.jpg);
background-repeat: repeat-x;
background-color: #000;
color: #FFF;
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
color: #B5DAFF;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color: #B5DAFF;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
color: #3399FF;
}
/*アクティブ状態のリンクの設定*/
a:active {

}
/*画像の枠非表示*/
img{border:0px;
}
/*全体の設定*/
#mainBlock {
margin:0px auto;
width:1000px;
background-image : url(http://www.offthewall-int.com/rusty/image/background.jpg);
background-repeat: no-repeat;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
margin:0px auto;
width:1000px;
height: 134px;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 0px 0px 0px 5px;
}

/*ページタイトル文字色の設定*/
.TopTitleFont {
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 0px;
height: 22px;
text-align: right;
}
/*もう少し何かPart1*/
#TopBlock a{
color:#ffffff;
text-decoration:none;
font-style:normal;
}
#TopBlock a:hover{
}
/*もう少し何かPart3*/
#something{
}
#something a{
margin:0 0 0 15px;
text-align:right;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 10px;
color: #CCCCCC;
letter-spacing: 0.2em;
line-height:20px;
float:right;
}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
height: 20px;
text-align: center;
}
.cm{
font-size:9px;
color:#666;
}
.cm a{
color:#666;
}
.cm a:hover{
text-decoration:none;
}
.tmp{
color:#666;
}
.tmp a{
color:#666;
text-decoration:none;
}
.tmp a:hover{
color:#666;
text-decoration:none;
}
.copy{
text-align: right;
letter-spacing: 0.1em;
color:#ddd;
font-size:10px;
width:732px;
display:block;
}


/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 190px;
text-align: left;
float:left;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
border:0;
font-size:12px;
height: 20px;
color:#FFFFFF;
letter-spacing: 0.3em;
padding: 2px 0 0px 25px;
margin:10px auto 0px 60px;
background-image: url('http://www.offthewall-int.com/rusty/blog_img/ttl.gif');
background-repeat:no-repeat;
width:180px;
font-weight:bold;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
}
/*プラグインが表示される場所の設定*/
.PluginContents {
font-size:11px;
text-align:left;
line-height:20px;
padding-left:20px;
}
.PluginContents a{
color:##B5DAFF;
text-decoration:none;
}
.PluginContents a:hover{
text-decoration:none;
}
.qrcode_image{
margin:10px auto 5px 60px;
}
.profile_image{
margin:10px auto 5px 60px;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
padding:3px auto;
text-align:left;
width:180px;
margin:10px 10px auto 60px;
letter-spacing: 0.1em;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
}
/*検索*/
.blogsearch{
text-align:center;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 715px;
text-align: right;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 10px;
text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
font-size:14px;
font-weight:bold;
height:46px;
background-image:url('http://www.offthewall-int.com/rusty/blog_img/kiji_ttl.gif');
background-repeat:no-repeat;
border-style:none;
width: 715px;
display:block;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
color: #FFF;
text-decoration:none;
display:block;
margin:25px auto auto 40px;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
border-style: solid;
border-width: 0 1px 0 1px;
border-left-color:#666;
border-right-color:#111;
display:block;
width: 715px;
background-position:left bottom;
background-image:url('http://www.offthewall-int.com/rusty/blog_img/kiji_bottom.gif');
background-repeat:no-repeat;
}
/*記事本文が記載される部分*/
.EntryText {
padding: 15px 10px 10px 10px;
font-size:11px;
color:#FFF;
letter-spacing: 0.1em;
line-height: 18px;
text-decoration: none;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 5px;
text-align: right;
font-size:11px;
text-decoration: none;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:5px;
border-style:none;
font-size:10px;
color:#ccc;
letter-spacing: 0.1em;
}
.EntryFooter a{
color:#ccc;
text-decoration: none;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:right;
padding:5px;
font-size:10px;
letter-spacing: 0.3em;
text-decoration:none;
float:left;
width:700px;
}
.PageLinkBlock a{
padding:5px;
font-size:10px;
letter-spacing: 0.3em;
text-decoration:none;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
margin-bottom:10px;
padding:0px 10px 3px 10px;
text-align: left;
border-bottom:solid 1px #dadada;
color:#020202;
font-size:14px;
font-weight:bold;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin:0px 0px 10px 0px;
padding:10px;
border:solid 1px #eaeaea;
}
/*コメントのタイトル部分*/
.CommentTitle{
padding:0px 0px 0px 3px ;
font-size:13px;
color: #404040;
border-bottom:1px dashed #cccccc;
}
/*コメント部分*/
.CommentText{
padding:10px 5px;
line-height:17px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
font-family: Verdana, Helvetica, sans-serif;
text-align:right;
margin: 0;
font-size: 10px;
border-top:1px dotted #cccccc;
}
.CommentFooter a{
color:#0000ff;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
font-family: Verdana, Helvetica, sans-serif;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
width: 200px;
}
.Commentpass{
width: 80px;
}
.CommentFormstext{
width: 300px;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
margin-top:30px;
font-size:13px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
margin-bottom:10px;
padding:0px 10px 3px 10px;
text-align: left;
border-bottom:solid 1px #dadada;
color:#020202;
font-size:14px;
font-weight:bold;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin:0px 0px 10px 0px;
padding:10px;
border:solid 1px #eaeaea;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding:10px 5px;
line-height:17px;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
margin: 0;
font-size: 10px;
font-family: Verdana, Helvetica, sans-serif;
border-top:1px dotted #cccccc;
}
.TrackbackFooter a{
color:#0000ff;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
margin-bottom:20px;
font-family: Verdana, Helvetica, sans-serif;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL{
padding-top:5px;
width:400px;
text-align:left;
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
display:block;
margin-left:50px;
width:180px;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
font-size: 12px;
letter-spacing: 0.1em;
width:60px;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
font-size: 12px;
letter-spacing: 0.1em;
width:60px;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
font-size: 12px;
letter-spacing: 0.1em;
width:60px;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
margin-left:50px;
width:180px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
padding:1px;
color:#FF6699;
font-size:11px;
font-weight:bold;
text-align:center;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
padding:1px;
font-size:11px;
color:#CCCCCC;
font-weight:bold;
text-align:center;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
padding:1;
color:#0066FF;
font-size:11px;
text-align:center;
font-weight:bold;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
font-size:11px;
color:#FF6699;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
padding:1px;
font-size:11px;
color:#0066FF;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
font-size:11px;
color:#CCCCCC;
padding:1px;
text-align:center;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
font-size:11px;
font-weight:bold;
text-decoration: underline;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
color:#66ccff;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:10px 30px 10px 50px;
}

.CommentResBox {
	border:solid 1px #995555;
	padding:10px;
}

.CommentResTitle {
	font-size:14px;
	font-weight:700;
}

.CommentResText {
	padding:10px 0px 0px 10px;
}

.CommentResFooter {
	text-align:right;
	margin:15px 0;
	border-top:1px dotted #995555;
}
