@charset "Shift_JIS";
/* @charset "utf-8";*/


/* -----------------------------------------------------
全体設定
----------------------------------------------------- */
/* Reset
------------------------------------------------ */
* {
margin:0;
padding:0;
}

br {letter-spacing:0;}
ul, li {list-style:none;}
img, a img {border:none;
text-decoration:none;
vertical-align:top;}

/* Set
------------------------------------------------ */
body {
font-style:normal;
font-family: verdana,'メイリオ',Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
line-height:1.2;
height: 100%;
background: #000000;
text-align:center;
font-size: 13px;
color: #ffffff;
zoom:1;
}

table{border-collapse: collapse;}
td {text-align:center;}


/* Clear float
------------------------------------------------ */
.cf:before,
.cf:after {content:"";
display:table;}
.cf:after {clear:both;}
.cf {zoom:1;} /* For IE 6/7 (trigger hasLayout) */

/* Link
------------------------------------------------ */
a:link    {color:#ffffff; text-decoration:none;}
a:visited {color:#ffffff; text-decoration:none;}
a:hover   {color:#ffffff; text-decoration:underline;}
a:active  {color:#ffffff; text-decoration:none;}


/* プラグイン
------------------------------------------------ */
.PluginBlock {
font-size: 12px;
text-align: left;
margin-top: 2px;
margin-right: 1px;
margin-bottom: 2px;
width: 210px;
}

.PluginTitle {
color: #fff;
font-size: 13px;
font-weight: bold;
font-family: Georgia;
font-style: italic;
padding: 6px 4px 4px 8px;
border-bottom: 1px #fff solid;
margin-bottom: 5px;

}

.PluginExplanation {
font-size: 10px;
line-height: 1.2;
padding:0 4px 4px 4px;
}

.PluginContents {
text-align: center;
padding: 4px 0px;
}

/*  各プラグイン共通項目用設定
-------------------------------------------------------*/

/*各プラグイン処理内の基本デザイン*/
.Plugin_data  {
text-align: left;
padding: 4px 4px 4px 1em;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date  {
font-size: 10px;
text-align: right;
padding-right: 4px;
}

.Plugin_data_rss  {
text-align: right;
padding: 4px 4px 4px 1em;
font-size: 10px;
}


/* 記事ブロック
------------------------------------------------ */
#EntryBlock {
text-align: left;
width: 700px;
margin:0 auto;
}

.EntryInnerBlock {
text-align: left;
margin: 2px 4px 2px 2px;
margin-bottom: 100px;

}

.EntryTitle {
background: #060606;
padding: 4px 4px 4px 20px;
}

.EntryTitleFont {
font-size: 15px;
font-weight: bold;
}

.EntryTextBox   {
}

.EntryText {
font-size: 12px;
line-height: 2.0em;
margin: 1.5em 2em 2em;
}

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

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align: right;
padding: 10px;
}

/*記事の投稿者名が記載されている部分*/
.EntryUserName  {
font-size: 12px;
}

/*記事を投稿した日が記載されている部分*/
.EntryWriteDate  {
font-size: 12px;
margin-left: 5px;
}

/*記事のカテゴリ名が記載されている部分*/
.EntryCategory  {
font-size: 12px;
margin-left: 5px;
}

/*記事へのコメントリンクが記載されている部分*/
.EntryComment  {
font-size: 12px;
margin-left: 5px;
}

/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback  {
font-size: 12px;
margin-left: 5px;
}

/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock {
font-size: 12px;
text-align: center;
padding: 10px;
}


/*コメントの設定
------------------------------------------------ */
.CommentBlock  {
font-size: 12px;
margin: 2px 4px 2px 2px;
padding: 8px;
}
.CommentAREA   {
margin: 8px;
padding: 4px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox {
padding: 8px;
}
/*コメントのタイトル部分*/
.CommentTitle  {
font-weight: bold;
text-align: left;
margin-bottom: 4px;
padding-bottom: 4px;
border-bottom: 1px solid #565656;
}
/*コメント部分*/
.CommentText {
margin-left: 1em;
padding:10px;
background: #000000;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter {
text-align: right;
margin-top: 2px;
}
/*投稿者名の部分*/
.CommentUserName {
margin-left: 1em;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL {
margin-left: 1em;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate {
margin-left: 1em;
}
/*コメント編集へのリンク部分*/
.CommentEdit {
margin-left: 1em;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock   {
background-color: #191919;
margin: 8px;
padding: 4px;
border: solid 1px #565656;
}
.CommentFormBlock form {
margin: 0;
padding: 0;
}
/*コメントフォーム用テーブル*/
.CommentFormTable  {
color: #fff;
font-size: 12px;
width: 500px;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh  {
text-align: right;
padding: 2px;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd  {
text-align: left;
padding: 2px;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit {
text-align: right;
}
/*inputタグやtextareaの設定*/
.CommentForms   {
color: #fff;
font-size: 12px;
background-color: #565656;
border: inset 1px #3d3d3d;
}


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

.CommentResBox   {
margin-left: 40px;
padding: 8px;
border-top: 1px solid #565656;
border-right: #cfc9c0;
border-bottom: #cfc9c0;
border-left: 2px #565656;
}

.CommentResTitle   {
font-weight: bold;
margin-bottom: 4px;
padding-bottom: 4px;
border-bottom: 1px #cfc9c0;
}

.CommentResText  {
}

.CommentResFooter  {
font-size: 10px;
text-align: right;
margin-top: 8px;
}


/*  メニューの設定
-------------------------------------------------------*/

#menu {
text-align: right;
}

ul.megamenu {
  background-color: #000;
  border-top: 1px solid #000;
  margin: 0px auto;
  padding: 5px 10px;
  list-style: none;
  display: none;
}

ul.megamenu li.mm-item {
}

ul.megamenu li {
  margin: 0px;
  padding: 0px;
  text-align:left;
}

ul.megamenu li.clear-fix {
  float: none;
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

ul.megamenu a.mm-item-link:link, ul.megamenu a.mm-item-link:visited {
  position: relative;
  display: inline-block;
  color: #FFF;
  padding: 8px 15px;
  margin: 0px 3px 0px 0px;
  text-decoration: none;
  z-index: 10;
font-size:10px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
*html ul.megamenu a.mm-item-link:link, *html ul.megamenu a.mm-item-link:visited {
  border-color: pink;
  filter: chroma(color=pink);
}

ul.megamenu a.mm-item-link-hover:link, ul.megamenu a.mm-item-link-hover:visited {
  color: #fff;
  background: #000;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}

ul.megamenu div.mm-item-content {
  background: #000;
  padding: 0px;
  position: absolute;
  border: 1px solid #777;
  z-index: 9;
}

.mm-content-base {
  background: #000;
  position: relative;
  z-index: 11;
  padding: 10px;
}
.mm-js-shadow {
  background: #000;
  position: absolute;
  z-index: 10;
}

.mm-content-base {
  background-color: #000;
  color: #fff;
}



/* オリジナルレイアウト
----------------------------------------------------------------------------- */

#Page {
  width: 800px;
  margin:0 auto;
  border-collapse: collapse;
  margin-bottom:50px;

}


#header {
  width: 800px;
  margin:0 auto;
  border-collapse: collapse;
  font-size:19px;
  text-align:right;
  margin-bottom:50px;

}


#contents {
  width: 800px;
  margin:0 auto;
  border-collapse: collapse;
  margin-bottom:40px;

}


#footer {
  width: 800px;
  margin:0 auto;
  border-collapse: collapse;
  text-align:center;
  font-size:10px;

}


h3 {
  margin: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 4px 4px 8px;
  font-family: Georgia;
  font-style: italic;
  border-bottom: 1px solid #CCC;
  margin-bottom: 5px;
}

#cm {
 margin-top: 30px;
 text-align: right;
 color: #666666;
 font-size: 9px;   
}

#cm a:link    {color:#666666; text-decoration:none;}
#cm a:visited {color:#666666; text-decoration:none;}
#cm a:hover   {color:#ffffff; text-decoration:underline;}
#cm a:active  {color:#ffffff; text-decoration:none;}


/**************************************************************************************
  以下未使用部分
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock {
font-size: 12px;
padding: 8px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 0px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
line-height:140%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
font-size: 12px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}


/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable   {
color: #fff;
font-size: 12px;
padding: 2px;
width: 200px;
border: solid 1px #3d3d3d;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable   {
color: #fff;
font-size: 12px;
width: 200px;
border-right: 1px solid #3d3d3d;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr   {
border-bottom: 1px solid #3d3d3d;
border-left: 1px solid #3d3d3d;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun   {
border-bottom: 1px solid #3d3d3d;
border-left: 1px solid #3d3d3d;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday   {
border-bottom: 1px solid #3d3d3d;
border-left: 1px solid #3d3d3d;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat   {
border-bottom: 1px solid #3d3d3d;
border-left: 1px solid #3d3d3d;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr   {
border-bottom: 1px solid #3d3d3d;
border-left: 1px solid #3d3d3d;
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun   {
border-bottom: 1px solid #3d3d3d;
border-left: 1px solid #3d3d3d
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat   {
border-bottom: 1px solid #3d3d3d;
border-left: 1px solid #3d3d3d;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd   {
border-bottom: 1px solid #3d3d3d;
border-left: 1px solid #3d3d3d;
}
/*記事が存在する場所の設定*/
.CalendarTdLink   {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}

/*  ポップアップ
----------------------------------------------------- */
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#blogent {
    width: 700px;
	height:500px;
	padding: 30px; 
    display:none;
	overflow-y: scroll;
    background: #FFF;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

#link {
    width: 300px;
	height:500px;
	padding: 20px; 
    display:none;
	overflow-y: scroll;
    background: #FFF;
    color:#000000;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

