* {
   margin:0;
   padding:0;   
}

/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
text-align:center;
font-size:12px;
color:#666666;
font-family:"ＭＳ Ｐゴシック", Osaka, "小塚ゴシック Pro R";
margin: 0px;
padding: 0px;
background-color: #FAFBE4;
background-image:url('http://file.murakami.ryorika.com/blog-bkg.gif');
background-position:center ;
background-repeat: repeat-y;
}

img{
	border:0;
}

/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
text-decoration: none;
color:#666;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
text-decoration: none;
color:#666;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
text-decoration: underline;
color:#333;
}
/*アクティブ状態のリンクの設定*/
a:active {
text-decoration: underline;
color:#333
}

/*全体の設定*/
#mainBlock {
width:810px;
margin: 0 auto;
padding: 0px;
background-color: #FFF;
overflow: hidden;
}
/*テキスト左寄せ*/
.left {
text-align:left;
line-height: 15px;
padding-top: 5px;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:810px;
height: 334px;
overflow: hidden;
}

/*カレンダー*/

#calender {
	text-align: center;
	overflow: hidden;
	width: 810px;
	height: 38px;
	background-image:url('http://file.murakami.ryorika.com/mlink-bkg.gif');
	background-repeat:no-repeat;
}


#calender ul {
	font-size: 12px;
	list-style-position : inside;
	padding-top:13px;
	margin: 0px;
}

#calender li {
	display : inline;
	list-style-type : none;
}

.calendar{
	font-size: 12px;
	color : #CCCCCC;
}

li.day {
	padding: 0px 3px 0px 2px;
	color:#CCCCCC;
}

.prev-month-calendar {
	padding-right : 11px;
}

.next-month-calendar {
	padding-left : 11px;
}

/*TOPカテゴリー別リンク*/
.top_category{
	width: 810px;
	height:auto;
	font-size:11px;
	text-align: center;
	/*border-left: #B5CC62 solid 3px;
	border-right: #B5CC62 solid 3px;*/
}
.top_cateIn{
	width:810px;
	background-image:url('http://file.murakami.ryorika.com/top_category-bkg.gif');
	background-repeat: repeat-y;
}
.top_cateIn p{
	padding-left:10px;
	line-height: 17px;
}
/*メインコンテンツ*/
#Contents {
	width: 810px;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
	}


/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
width:810px;
clear:both;
height: 30px;
padding-top: 10px;
font-size: 9px;
text-align: center;
border-top: #666 solid 1px;
background-color: #FFF;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
/*padding:5px;*/
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
padding-bottom: 8px;
padding-top: 1px;
padding-left: 5px;
/*text-align:right;*/
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*左側wrapper*/
.PluginBlock {
width: 218px;
text-align: left;
float:left;
background-color:#FFF;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
	padding-left:10px;
	padding-bottom:20px;
/*padding: 0px 10px 0px 10px;*/
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
height: 21px;
font-size:12px;
padding-left: 28px;
padding-top: 3px;
color:#333;
background-image:url('http://file.murakami.ryorika.com/left-top_icon_01.gif');
background-repeat:no-repeat;
background-position:left;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 0px 10px 5px 10px;
/*padding-right: 10px;*/
}
/*プラグインが表示される場所の設定*/
.PluginContents {
/*padding: 7px;*/
padding-left: 7px;
font-size:11px;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*右のブロック*/
#EntryBlock {
width: 535px;
float:right;
/*text-align: left;*/
background-color: #FFF;
/*border: #666 solid 1px;*/
}
/*各記事のタイトルも含めたwrapper*/
.EntryInnerBlock {
/*padding: 0px 0px 10px 10px;*/
overflow: hidden;
margin-bottom:38px;
text-align: left;
border-top: #aaa dotted 1px;
border-bottom: #aaa dotted 1px;
border-left: #aaa dotted 1px;
/*border: #666 solid 1px;*/
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
font-size:18px;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 12px;
border-bottom: #995555 dotted 2px;
font-weight:bold;
}
.EntryTitle a:link {
text-decoration: none;
color:#666666;
}
.EntryTitle a:visited{
text-decoration: none;
color:#666666;
}
.EntryTitle a:hover {
text-decoration:underline;
color: #FFC3BC;
}
.EntryTitle a:active {
text-decoration:underline;
color: #FFC3BC;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}

/*各記事本文(追記が表示された時はそれも含む)の総合wrapper*/
.EntryTextBox {
/*margin: 5px 10px 5px 5px;*/
padding-top:15px;
padding-right:10px;
padding-left:15px;
}
/*記事本文が記載される部分*/
.EntryText {
/*padding: 15px 10px 10px 10px;*/
line-height: 19px;
color:#434343;
}
/*追記文書へのリンクが記載される部分*/
.EntryPsText {
	padding-top: 20px;
	padding-bottom:20px;
	padding-right:20px;
	text-align: right;
	font-weight: bold;
}

.EntryPsText a:link {
	text-decoration: none;
	color: #F67A66;
}

.EntryPsText a:visited {
	text-decoration: none;
	color: #F67A66;
}

.EntryPsText a:hover {
	text-decoration: underline;
	color: #F9B666;
}

.EntryPsText a:active {
	text-decoration: underline;
	color: #F9B666;
}

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
/*padding:5px 5px 50px 20px;*/
padding-bottom:17px;
padding-top: 17px;
margin-right: 10px;
margin-left: 10px;
/*padding-right:10px;*/
font-size:11px;
border-top:#aaa dotted 1px;
/*border-bottom: #995555 dotted 2px;*/
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding-top:10px;
padding-bottom: 40px;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding: 5px 10px 15px 25px;
border-bottom: #aaa dotted 1px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
margin-left: 23px;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 5px 5px 20px 25px;
text-align: left;
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
font-weight: bold;
color: #666;
padding-top: 5px;
padding-left: 25px;
padding-bottom: 4px;
height: 23px;
background-image:url('http://file.murakami.ryorika.com/comment_icon_01.gif');
background-position:left;
background-repeat: no-repeat;
}
/*コメント部分*/
.CommentText{
padding: 15px;
line-height: 19px;
color: #434343;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px;
}
/*投稿者名の部分*/
.CommentUserName{
text-align: left;
font-weight: bold;
color: #666;
padding-top: 5px;
padding-left: 25px;
padding-bottom: 4px;
height: 23px;
background-image:url('http://file.murakami.ryorika.com/comment_icon_01.gif');
background-position:left;
background-repeat: no-repeat;

/*margin-left: 5px;*/
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
margin-left: 25px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
font-size: 12px;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:right;
padding-right: 5px;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:right;
}
/*inputタグやtextareaの設定*/
.CommentForms{
color:#434343;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:40px 10px 35px 35px;
}
/*トラックバックメニューのタイトル部分*/
.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 {
/*padding-top:10px;
padding-left:10px;*/
margin-top:7px;
width:150px;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
/*padding-bottom:10px;*/
padding-left:3px;
padding-bottom:7px;
font-size: 11px;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
/*padding-bottom:10px;*/
padding-left:3px;
padding-bottom:7px;
font-size: 11px;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
/*padding-bottom:10px;*/
padding-left:3px;
padding-bottom:7px;
font-size: 11px;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:150px;
padding:0px;
margin: 0px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
font-size:10px;
color:#FF6633;
border-bottom: #FFF solid 2px;
background-color:#FFC3BC;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
font-size:10px;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
font-size:10px;
border-bottom: #FFF solid 1px;
background-color:#98CCF9;
color:#0099FF;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
	height: 15px;
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
font-size:10px;
background-color:#FFC3BC;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
font-size:10px;
background-color:#98CCF9;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
font-size:10px;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
font-size:10px;
}
.EntryTitle a:link {
text-decoration: none;
color:#666666;
}
.CalendarTdLink a:visited{
text-decoration: none;
color:#666666;
}
.CalendarTdLink a:hover {
text-decoration:none;
color: #FFC3BC;
}
.CalendarTdLink a:active {
text-decoration:none;
color: #FFC3BC;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
border: #888 solid 1px;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:10px 30px 25px 50px;
}

.CommentResBox {
	border:solid 1px #995555;
	padding:20px 10px 10px 10px;
	color: #484848;
}

.CommentResTitle {
	font-size:12px;
	font-weight: normal;
	height: 18px;
	padding-left:28px;
	padding-top: 2px;
	background-image:url('http://file.murakami.ryorika.com/res_icon.gif');
	background-repeat:no-repeat;
	background-position: left;
	text-align: left;
}

.CommentResText {
	padding:10px 0px 0px 10px;
	line-height: 19px;
	text-align: left;
}

.CommentResFooter {
	text-align:right;
	margin:15px 0;
	padding-top:15px;
	border-top:1px dotted #995555;
}
	