/* ************************************************
CSS検索用ワード
#layout
#main
#left
#right	
************************************************ */


body {
color:#ffffff;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family:monospace;
font-size:12px;
word-wrap:break-word;
text-align:center;
background-attachment:fixed;
background-position:center center;
background-image:url('http://file.aoyamacchi.blog.shinobi.jp/back001.jpg');

































}

/* 全体の大きさ */
#layout { width: 800px; margin-left:auto; margin-right:auto; text-align:left;}

/* ヘッダー */
#head { width:800px; padding-bottom:40px;}

/* メニューとメインのボックス */
#wrap { float:left; width:590px;}

/* メインボックス カラム２ */
#main { float:right;width:380px; margin-left:10px;}

/* メニュー カラム１ */
#left { float:left ;width:200px; line-height:150%;}

/* メニュー カラム３ */
#right { float:right;width:200px; line-height:150%;}

/*table全ての設定*/
table{
border-collapse: collapse;
}

/*通常のリンクの設定*/
a:link {text-decoration:none;color:#99FF99;}
/*過去に見たことがあるページのリンクの設定*/
a:visited{

text-decoration:none;
color:#99FF99;
}

/*アクティブ状態のリンクの設定*/
a:active {

text-decoration:underline;
color:#00FFFF;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {

text-decoration:underline;
color:#00FFFF;
}


/* ### ヘッダーに関するCSS ## */
#head #Titleblock {
	width:auto;
	height:120px;
background-image:url('http://file.aoyamacchi.blog.shinobi.jp/title002.gif');
background-repeat:no-repeat;
background-position:center top;

}

#head #Titleblock h2 {
	margin:0px;
	font-size:40px;
text-align:center;
	padding-top:40px;
	padding-bottom:50px;
	color:#FFFFFF;
}

#head #Titleblock a {
	text-decoration:none;
	color:#0000FF;
}

#head #Titleblock .explantation {
	font-size:12px;
	padding-bottom:3px;
text-decoration:none;
color:#000000;
padding: 0px 140px 30px 270px;
}

#head #Titleblock .kanri {
	padding-bottom:3px;
}


/* 上部分のカレンダー */
#head #Titleblock #calender {
	font-family:Arial;
	font-size:10px;
	text-align:center;

	padding:35px 2px 1px 2px;
}

#head #Titleblock #calender li {
		display:inline;
}

#head #Titleblock #calender .day {
		padding:2px;
		margin:1px;
}

#head #Titleblock #calender a {color:#99FF99;text-decoration:underline;}

#head #Titleblock #calender ul {
	margin:0px;
	padding:0px;
}

#head #Titleblock #calender .prev-month-calendar {
	font-size:110%;
	font-weight:bold;
	margin-right:5px;
}

#head #Titleblock #calender .next-month-calendar {
	font-size:110%;
	font-weight:bold;
	margin-left:5px;
}


/* ### メインボックスに関するCSS ## */

/*　エントリー　*/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 380px;
float:right;
text-align: left;


}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 10px;
text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
border-style:none;
border-color:#CC9999;
border-top-width:0;
border-right-width:0;
border-bottom-width:0;
border-left-width:0;


background-image:url('http://file.aoyamacchi.blog.shinobi.jp/entrytitle02.gif');
font-size:14px;
padding-top:20;


padding-left:20;




padding-bottom:15;











background-repeat:no-repeat;
























font-weight:bold;










}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {

color:#FFFFFF;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
background-image:url('http://file.aoyamacchi.blog.shinobi.jp/entrytext02.gif');


}
/*記事本文が記載される部分*/
.EntryText {
padding: 10px;
color:#FFFFFF;

}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:5px;
border-color:#FF0000;
border-style:none;




}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:10px;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:10px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;


font-size:12px;
font-weight:bold;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 5px 0px;
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;

color:#FFFFFF;


font-size:14px;
font-weight:bold;




padding-left:20;
padding-bottom:19;

background-image:url('http://file.aoyamacchi.blog.shinobi.jp/entrytitle02.gif');









padding-top:20;



border-style:none;


background-repeat:no-repeat;












}
/*コメント部分*/
.CommentText{
padding: 10px;
color:#FFFFFF;
background-image:url('http://file.aoyamacchi.blog.shinobi.jp/entrytext02.gif');
background-position:left top;

font-size:12px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px;
border-style:none;

color:#FFFFFF;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:right;
font-size:12px;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;

}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{


}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px;
}
/*トラックバックメニューのタイトル部分*/
.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{
}
/* ### メニュー カラム１（左メニュー）に関するCSS ## */
#PluginInnerBlock {
	padding-bottom:5px;
	font-size:90%;
	margin-bottom:5px;
}

#PluginInnerBlock .PluginTitle {
	font-weight:bold;
	background-color:;
	padding:3px 2px 1px 4px;

background-image:url('http://file.aoyamacchi.blog.shinobi.jp/plugintitle01.gif');
background-repeat:no-repeat;
background-position:center top;
color:#FFFF00;
font-size:12px;


padding-bottom:0;
padding-left:45;
padding-top:0;

border-right-width:0;

}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 10px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 10px;
color:#FFFFFF;
background-image:url('http://file.aoyamacchi.blog.shinobi.jp/plugin01.gif');
background-position:center;
}

#PluginInnerBlock a:hover {
	text-decoration:underline;
}


#PluginInnerBlock .PluginExplanation {
	margin-top:10px;
	padding-left:20px;
}

#PluginInnerBlock .PluginContents {
	padding-left:20px;
}

/* ### メニュー カラム３（右メニュー）に関するCSS ## */
/*
#right {
}
*/

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	padding:3px;
	text-align:center;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
font-size:12px;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
font-size:12px;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
font-size:12px;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
	width:80%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	padding:3px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
font-size:12px;
color:#FF00FF;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
font-size:12px;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
font-size:12px;
color:#00FFFF;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
font-size:12px;
color:#FF00FF;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
font-size:12px;
color:#00FFFF;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
font-size:12px;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {

font-weight:bold;
}

/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
color:#99FF99;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:20px 10px 0px 10px;
background-image:url('http://file.aoyamacchi.blog.shinobi.jp/entrytext02.gif');
}

.CommentResBox {
	padding:10px;
}

.CommentResTitle {
	font-size:12px;
	font-weight:700;
}

.CommentResText {
	padding 10px 0px 0px 10px;
margin:10px 0;

}

.CommentResFooter {
	text-align:right;
	margin:10px 0;
}
