/**************************************************************************************

■ 全ブロックの共通設定

**************************************************************************************/
* {
	margin          : 0px;
	padding         : 0px;
}
body {
	font-size       : small;
	color:#000000; /****本文の色・タイトルの色*****/
	text-align      : center;
	font-family     : Verdana, "Osaka", sans-serif;
        background-color:#000000;
}
a:link,
a:visited,
a:active{
	color           : #818181;
	text-decoration : none;
}
a:hover {
	color           : #ffffff;
}
textarea{
	font-size       : small;
}
.EntryText ul,
.EntryText ol,
.EntryText di{
	margin-left     : 1em;
}
/******** ▼ 外枠 ********************************************/
#MainBlock {
	width           : 800px;
	text-align      : left;
	margin          : 0 auto;
}


/**************************************************************************************

■ ヘッダーのデザイン

**************************************************************************************/
#TopBlock{
	text-align      : left;
        padding         : 222px 0px 7px 4px; /**上・右・下・左**/
	background      : url(http://www.lcv.ne.jp/~simapyon/weblog/headder_800_250px.jpg)  no-repeat ;
}


/**************************************************************************************

■ エントリーのデザイン

**************************************************************************************/
/******** ▼ タイトル・枠 ************************************/
#EntryBlock{
	width                : 550px;
        border-radius        : 12px;/* 角丸 */
        -moz-border-radius   : 12px;    /* 角丸_Firefox */
        -webkit-border-radius: 12px; /* 角丸_Safari,Chrome */
        border               : 3px #ffffff solid;/* 枠線 */
        background-color     : #ffffff;/* 背景色 */
	float                : left;
        padding              : 0px 23px 0px 0px;
	margin               : 20px 0px 20px 0px; /**上・右・下・左**/
}
.EntryInnerBlock{
	width           : 550px;
	margin          : 20px 0 3em 0;
}
.EntryTitle{
	border-bottom   : 1px solid #cccccc;
	font-size       : 20px;
        font-family     : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","Verdana","ＭＳ Ｐゴシック","sans-serif";
	letter-spacing  : 0.2em;
	padding-top     : 22px;
        padding-bottom  : 10px;
	margin-bottom   : 5px;
}
/******** ▼ 日付など ****************************************/
.EntryTop_L{
	float           : left;
	width           : 100px;
	height          : 100px;
	color           : #cccccc;
	text-align      : center;
	font-family     : "Arial Black", Verdana, "Osaka", sans-serif;
	padding-right   : 10px;
}
.EntryTop_R{
	float           : left;
	width           : 435px;
}
.EntryTop_day{
	padding-top     : 20px;
	font-size       : 20px;
}
.EntryTop{
	font-size       : x-small;
	list-style-type : circle;
        margin-bottom   : 30px;
}
.EntryTop li{
	line-height     : 1.6;
}
/******** ▼ 本文 ********************************************/
.EntryText{
	clear           : both;
	line-height     : 1.6;
        font-size       : 11pt;
        font-family     : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","Verdana","ＭＳ Ｐゴシック","sans-serif";
        margin-left     : 110px;
}
.EntryPsText{
	padding-top     : 1.5em;
}
.EntryPsLink{
	margin          : 1.5em 0 0 0;
}
/******** ▼ ナビ ********************************************/
#NaviBlock{
	padding         : 0 0 3em 0; /**上・右・下・左**/
	text-align      : center;
}
#NaviBlock ul{
	font-weight     : bold;
        color           : #cccccc;
	list-style-type : none;
}
#NaviBlock li{
	color           : #cccccc;
	padding         : 2px 0px 5px 0px; /**上・右・下・左**/
	margin          : 5px 5px 5px 5px; /**上・右・下・左**/
	display         : inline;
}
#NaviBlock li a{
	color           : #888888;
	font-weight     : bold;
}


/**************************************************************************************

■ プラグインのデザイン

**************************************************************************************/
#PluginBlock{
	float           : right;
	width           : 210px;
        margin          : 0px auto 3em auto; /**上・右・下・左**/
}
.PluginInnerBlock{
	margin          : 8px auto 3em auto; /**上・右・下・左**/
}
.PluginTitle{
	color           : #ffffff;
	font-size       : 15px;
        font-family     : "Impact";
	letter-spacing  : 0.1em;
	padding         : 4px 0 4px 5px;
}
.PlaginExplanation{font-size : x-small;}

.PlaginData{
	font-size       : x-small;
	line-height     : 1.6;
	padding         : 5px 1em;
}
/******** ▼ 内部設定 ****************************************/
.plugin_data {
	text-align      : left;
	border-bottom   : 1px dotted #d2b9b3;
	padding         : 2px 0 2px 0px; /**上・右・下・左**/
}
.plugin_data_date {
	font-size       : x-small;
	text-align      :right;
}


/**************************************************************************************

■ コメント
■ トラックバック

**************************************************************************************/
/******** ▼ タイトル・枠 ************************************/
.CtBlock{
	width           : 550px;
	margin          : 20px 0 3em 0;
}
.CtInnerBlock{
	margin-bottom   : 2em;
}
.CtTitle{
	border-bottom   : 1px dashed #D0DBE8;
	font-family     : "Arial Black", Verdana, "Osaka", sans-serif;
	font-size       : 20px;
	letter-spacing  : 0.2em;
	padding-bottom  : 5px;
	margin-bottom   : 5px;
}
.CtTitle_2{
	padding         : 3px 0 0 0;
	font-size       : 15px;
}
/******** ▼ 日付など ****************************************/
.CtTop{
	font-size       : x-small;
	color           : #cccccc;
	list-style-type : none;
}
.CtTop li{
	display         : inline;
	margin-right    : 1em;
}
/******** ▼ 本文 ********************************************/
.CtText{
	line-height     : 1.6;
	margin          : 0.5em 0;
}
.CtRsBlock{
	padding-left    : 5em;
	border-bottom   : 1px dashed #D0DBE8;
}
/******** ▼ フォーム ****************************************/
.CtBlock input,
.CtBlock textarea{
	background-color: transparent;
	border          : 1px solid #D0DBE8;
}


/**************************************************************************************

■ フッターのデザイン

**************************************************************************************/
#FooterBlock{
	text-align      : center;
	clear           : both;
	font-size       : x-small;
	color           : #cccccc;
	margin          : ;
	padding         : ;
}
#FooterBlock a{
	color           : #cccccc;
}
.FooterCp{
	margin-bottom   : 10px;
}

.FooterCm{
	margin-top      : 10px;
}


/**************************************************************************************

■ カレンダー・検索用デザイン

**************************************************************************************/
/******** ▼ カレンダー日付移動用テーブル*********************/
.CalendarMoveTable {
	margin          : 0 auto;
	text-align      : center;
	width           : 180px;
}
.CalendarMoveTr {
	text-align      : center;
	font-size       : x-small;
        color           : #585858;
}
.CalendarMoveTable a{font-weight     : bold;}
/******** ▼ カレンダー表示用テーブ***************************/
.CalendarTable {
	margin          : 0 auto;
	font-size       : x-small;
        color           : #585858;
	text-align      : center;
	width           : 180px;
}
.CalendarTable a{font-weight     : bold;}

/*** ▼ 曜日表示部分 のデザイン *************************/
.CalendarWdayTr {
	text-align      : center;
}
/**** ▼ 曜日表示部分、日曜日 ***************************/
.CalendarWdaySun {
	color           : #cccccc;
}
/**** ▼ 曜日表示部分、土曜日 ***************************/
.CalendarWdaySat {
	color           : #cccccc;
}
/**** ▼ 日付表示部分<tr> *******************************/
.CalendarTr {
	text-align      : center;
}

/**** ▼ 検索用デザイン **********************************/
.box{
	background-color: transparent;
	border          : 1px solid #D0DBE8;
	font-size       : x-small;
	width: 120px;}
.btn{
	background-color: transparent;
	border          : 1px solid #D0DBE8;
	font-size       : x-small;}
	

/**************************************************************************************

■ 曜日設定

**************************************************************************************/
.EntryTop_Sun{ color : #cccccc;}
.EntryTop_Sat{ color : #cccccc;}
.EntryTop_Mon{ color : #cccccc;}
.EntryTop_Tue{ color : #cccccc;}
.EntryTop_Wen{ color : #cccccc;}
.EntryTop_The{ color : #cccccc;}
.EntryTop_Fri{ color : #cccccc;}
