/**************************************************************************************
全ブロックの共通設定
**************************************************************************************


/*BODY全体に関する設定*/
body {
  background-image: url(http://file.akarin.or-hell.com/damusuc.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 150px;
  font-size:14px;
  line-height : 1.5 ;
  font-family: "メイリオ","ヒラギノ角ゴ", sans-serif;
}

/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {color:#000000;
text-decoration: none; 
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{color:#e674af;
text-decoration: none; 
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {color:gray;
}
/*アクティブ状態のリンクの設定*/
a:active {color:gray;  
}

/*全体の設定*/
#mainBlock {
width:1000px;
background-color:#5d4370;
margin:50px;

}

/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#ran{
height:290px;
padding:10 0 0 30px;
background-image: url(http://file.akarin.or-hell.com/64e25aeb.jpeg)
}


/*ページタイトル文字部分の設定*/
#TopTitle {
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
}


/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
background-color:black;
color:white;
clear:both;
height:80px;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
margin:35 15 16 25px;
width: 280px;
float:right;
color:#d5d5d5;
}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock{width:280px !important;
background-color:#c2b4c2;
background-repeat:repeat-y;
background-position:center;
color:#000000;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle{
margin:0px;
color:#ffffff;
background-repeat:no-repeat;
background-position:0% 0%;
background-color:#704370;
font-size:1.15em;
font-weight:normal;
letter-spacing:1px;
text-align:left;
padding:7 40 5 30px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 3px;
}

/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 10px;
}

}
/*プラグインの足部分の設定*/
.Pluginfooter{
margin:0 0 30px;
padding:20px;
background-repeat:no-repeat;
background-position:0% 0%;
background-color:#704370;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
margin:15 0 0 15px;
width: 660px;
float:left;
text-align:left;
font-size:16px;
overflow:hidden;
}


/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
text-align: left; 
background-color:#c2b4c2; 
margin:0 0 50 0px;
}



/*各記事タイトル部分の設定*/
.EntryTitle{
margin:50 0 0 0px;
background-color:#704370;
background-repeat:no-repeat;
background-position:0% 0%;
font-size:1.15em;
font-weight:normal;
letter-spacing:1px;
text-align:center;
padding:5px 0 9px;
}

/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
font-size:18px;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox{width:650px !important;
background-color:#c2b4c2; 
background-repeat:repeat-y;
background-position:center;
text-align:center;
margin:  0px;
}
/*記事本文が記載される部分*/
.EntryText {
padding:15 15 15 15px;
text-align:left;
}

/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: left;
padding:15 15 15 15px;
}

/*記事へのリンク（コメントやトラックバック等）の背景、リンク色*/
.EntryFooter{
background-color:#704370;
background-repeat:no-repeat;
background-position:0% 100%;
font-size:0.9em;
line-height:1.3;
text-align:right;
margin:0px 0 50px;
letter-spacing:1px;
padding: 10 10px;
}
a.EntryFootercomment:link {
 color: #ffffff;
 }
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}

/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分、リンク色*/
.PageLinkBlock{
text-align:center;
padding:0 0 30 0px;
background-color:#5d4370;
color:white;
font-size 18px;
letter-spacing:1px;
}
a.pageLinkBlock{
color:#ffffff;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
background-color:#704370;
padding:10px;
margin-bottom:40px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
color:#ffffff;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
background-color:#c2b4c2; 
margin: 30 0 10 0px;
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
padding:10px;
font-weight:bold;
}
/*コメント部分*/
.CommentText{
padding: 15px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:10px;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 10px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
font-size:16px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
background-color:#c2b4c2;
width: 640px;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:10px;
text-align:right;
font-size:14px;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:10px;
text-align:left;
font-size:14px;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
padding-bottom:30px;
}
/*inputタグやtextareaの設定*/
.CommentForms{
font-size:14px;
width:350px;
}

/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
line-height: 30%;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:left;
padding:5 25px;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
font-size:14px;
width:80%;
color:black;
margin-left: auto;
margin-right: auto;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {

}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {

}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {

}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
font-size:14px;
margin-left: auto;
margin-right: auto;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
color:black;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
color:black;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
color:black;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
color:black;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
color:black;
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
color:black;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
color:black;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
color:black;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
text-align:center;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
color:#ee66ce;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.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;
}



/*highslideの設定*/


.highslide {
    cursor: url(<$MTBlogURL$>highslide/graphics/zoomin.cur), pointer;
}
.highslide-loading {
    display: block;
    color: black;
    font-size: 8pt;
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
    border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(<$MTBlogURL$>highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;

}

a.highslide-full-expand {
    background: url(<$MTBlogURL$>highslide/graphics/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
}