/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {font-family:ＭＳ Ｐゴシック;color:#666666;
}

/*通常のリンクの設定*/
a:link {
color:#999999;
text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color:#999999;
text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
a:active {
color:#FF6600;
text-decoration:underline;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
color:#FF6600;
text-decoration:underline;
}

/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
hr{height:1px;}

#doc {
width:100%;margin:auto;text-align:center;background:url(http://file.lpnews.blog.shinobi.jp/back_inner.jpg) repeat-y center;
} 

#head {background-color:#F00;text-align:center;}
#top_navi{margin:0px auto;}

#main{
border-top:1px #ccc solid;text-align:center;height:100%;
}

#main_man{
margin:0px auto;width:800px;overflow:visible;position:relative;
}
#man_blog{
float:right;
clear:right;
position:absolute;
top:20px;
right:-99px;
}

*:first-child+html p #man{
float:right;
clear:right;
position:absolute;
top:20px;
right:-93px;
}

* html #man{
float:right;
clear:right;
position:absolute;
top:20px;
right:-93px;
}



#main_blog{
margin:0px auto;width:800px;
}
.top_left{
padding:20px 0px 0px 30px;text-align:left;vertical-align:top;height:50px;
}
.top_right{
padding:20px 30px 0px 0px;text-align:right;vertical-align:top;height:50px;
}

.naka{
vertical-align:top;
height:600px;
padding:20px 0px;
}

#blog{
width:800px;
height:100%;
vertical-align:top;
margin-top:20px;
margin-bottom:20px;
}

.bottom_left{
padding:0px 0px 0px 30px;text-align:left;vertical-align:top;height:50px;
}
.bottom_right{
padding:0px 30px 0px 0px;text-align:right;vertical-align:top;height:50px;
}
.bottom_bottom{
height:15px;vertical-align:middle;text-align:right;padding-right:30px;font-size:8px;
}

.Plugin{
vertical-align:top;
}

#for_pt {
width:800px;height:1px;margin:0px auto;overflow:visible;position:relative;
}
#pagetop{
float:right;
clear:right;
position:absolute;
bottom:20px;
right:-19px;
}


#foot {border-top:1px #ccc solid;background-color:#F00;text-align:center;}
#foot_navi{margin:0px auto;}


/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
padding: 0px 0px 0px 0px;
font-size:77%;
}
#FooterBlock a:link {
color:#CCCCCC;
text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
#FooterBlock a:visited{
color:#CCCCCC;
text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
#FooterBlock a:active {
color:#CCCCCC;
text-decoration:underline;
}
/*カーソルが合っている状態のリンクの設定*/
#FooterBlock a:hover {
color:#CCCCCC;
text-decoration:underline;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/

/*プラグインが表示される場所の設定*/
.PluginContents {
width:190px;
padding: 0px 0px 20px 0px;
font-size:10px;
line-height:2;
vertical-align:top;
}

/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle{
margin-top:20px;
margin-bottom:5px;
width:160px;
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
color:#666666;
line-height:18px;
text-indent:1em;
font-size:10px;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width:630px;
font-size:12px;
color:#666666;
text-align:left;
vertical-align:top;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 0px 31px 20px 40px;
clear:both;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
border-left:5px solid #FF0000;
text-indent:1em;
font-size:131%;
font-weight:bold;
line-height:1.8;
margin-left:2px;
}
.EntryTitle a{color:#999999;text-decoration:none;}
.EntryTitle a:visited{color:#999999;}
.EntryTitle a:active {color:#999999;text-decoration:underline;}
.EntryTitle a:hover {color:#999999;text-decoration:underline;}


/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {margin:0px;}

/*記事本文が記載される部分*/
.EntryText {
padding: 10px 0px 0px 0px;
clear:both;
}
.EntryText p{margin:2px 0px;}
.EntryPsText p{margin:2px 0px;}

/*追記文書が記載される部分*/
.EntryPsText {padding: 20px;}

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:5px;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
margin-left: 5px;
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
color:#999999;
margin-top:10px;
font-size:10px;
clear:both;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
text-align:left;
padding:0px 15px 0px 15px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
text-align:right;
padding:0px 15px 0px 15px;
}

/*通常のリンクの設定*/
.plugin_data a:link {
color:#66CCFF;
text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
.plugin_data a:visited{
color:#66CCFF;
text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
.plugin_data a:active {
color:#999999;
text-decoration:underline;
}
/*カーソルが合っている状態のリンクの設定*/
.plugin_data a:hover {
color:#999999;
text-decoration:underline;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.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;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding: 10px 20px;
text-align: left;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 5px 0px;
background-color:#EEEEEE;
padding:10px;
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
font-size:14px;
font-weight:700;
}
/*コメント部分*/
.CommentText{
padding: 10px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
padding:20px 20px;
margin-bottom:20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
	text-align:left;
	font-sizse:12px;
	color:#444444;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
font-size:12px;
padding-top:5px;
color:#444444;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
font-size:12px;
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:10px 30px 10px 50px;
}

.CommentResBox {
	background-color:#FFFFFF;
	border:solid 1px #FF6600;
	padding:10px;
}

.CommentResTitle {
	font-size:14px;
	font-weight:700;
	color:#777777;
	border-bottom:1px dotted #FF6600;
}

.CommentResText {
	padding:10px 0px 0px 10px;
}

.CommentResFooter {
	text-align:right;
	margin:15px 0;
	border-top:1px dotted #FF6600;
}