	/* -------------------------------------------------------
  全体の設定
------------------------------------------------------- */
body {
	text-align: center;
	background-color: #ffffff;
	font-size: 90%;
	color: #000000;
	font-family: 'Microsoft Sans Serif','MS UI Gothic','Comic Sans MS',Tahoma,sans-serif,Osaka,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	padding: 0px;
	margin: 0px;
	}

td {
	text-align: center;
	}

table{
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	}

h1{
	font-size:15px;
	font-weight:bold;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

h2{
	font-size:20px;
	font-weight:bold;
	padding: 5px;
	margin: 0px 0px 5px 0px;
	color: #dd4499;
	background-color: #eeeeee;
}

h3{
	font-size:15px;
	font-weight:bold;
	padding: 0px;
	margin: 0px;
	color: #ff0099;
	background-color: #ffffff;
}

p {
	padding: 0px;
	margin: 0px;
	}

p.come {
	color: #ff0000;
	font-weight:bold;
	padding: 0px;
	margin: 0px;
	}

div.clear {
	clear: both;
	margin: 0px 0px 0px 0px;
	}

div.parts {
	border: 1px solid #999999; 
	text-align: center;
	width: 160px;
	height:300px; 
	float: left;
	padding: 0px;
	margin: 2px;
	background-color: #ffdfdf;
	}

/*-------------------------------------------------------
 リンク
-------------------------------------------------------*/
/*通常リンク*/
a:link {
	color:#ff4686;
	text-decoration: none;
	}

/*訪問済リンク*/
a:visited{
	color:#ff4686;
	text-decoration: none;
	}

/*カーソルが乗った時*/
a:hover {
	color: #ff00cc;
	text-decoration: underline;
	}

/*クリックした時*/
a:active {
	color: #ff00cc;
	text-decoration: underline;
	}

/*top:通常リンク*/
a#top:link {
	color: #ff4686;
	}

/*top:訪問済リンク*/
a#top:visited{
	color: #ff4686;
	}

/*top:カーソルが乗った時*/
a#top:hover {
	color: #ff0000;
	}

/*top:クリックした時*/
a#top:active {
	color: #ff0000;
	}

/*-------------------------------------------------------
 各ブロック設定
-------------------------------------------------------*/
/*全体*/
#mainBlock {
	width: 800px;
	text-align: center;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	}

/*右メイン*/
#EntryBlock {
	width: 520px;
	text-align: left;
	background-color: #ffffff;
	float:right;
	}

/*左プラグイン*/
.PluginBlock {
	width: 140px;
	text-align: left;
	float:left;
	background-color: #ffffff;
	}

/*フッター*/
#FooterBlock {
	clear: both;
	text-align: center;
	font-size: 80%;
	background-color: #ffffff;
	}

.left {
	text-align: left;
	}

.center {
	text-align: center;
	}

.right {
	text-align :right;
	}

img,
a img {
	border: none;
	}


/*-------------------------------------------------------
  ヘッダー
-------------------------------------------------------*/
/*タイトルブロック*/
#TopBlock {
	width: 720px;
	height:50px;
	text-align: left;
	background-image: url('http://bfile.shinobi.jp/4610/cos02a.gif');
	background-repeat: repeat-x;
	background-position:center bottom;
	background-color:#ffeeee;
	margin-top: 5px;
	}

/*タイトル文字*/
#TopTitle {
	font-size:20px;
	font-weight:bold;
	text-align: left;
	padding: 0px 0px 0px 0px;
	}

/*タイトル文字色*/
.TopTitleFont {
	color:#FF0000;
	} 

/*ブログの説明文*/
#TopExplanation {
	text-align: left;
	color: #666666;
	font-size: 85%;
	padding: 0px 0px 0px 30px;
	}


/*-------------------------------------------------------
  プラグイン
-------------------------------------------------------*/
/*プラグイン表示箇所の背景や余白*/
.PluginInnerBlock {
         border-bottom: 1px dotted #ff9999;
	padding: 0px;
         margin-top: 20px;
	}

/*プラグインタイトル*/
.PluginTitle {
	background-image: url('http://bfile.shinobi.jp/4610/cos01b.gif');
	background-position: 2%;
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-size: 85%;
	font-weight: bold;
	color: #ff99cc;
	padding: 6px 3px 6px 25px;
	}

/*プラグイン説明部分*/
.PluginExplanation {
	background-color: #ffffff;
	font-size: 85%;
	font-color: #666666;
	padding: 8px;
	}

/*プラグイン表示場所*/
.PluginContents {
	font-size: 85%;
	color: #666666;
	padding: 5px 10px;
	}

/*-------------------------------------------------------
  記事ブロック
-------------------------------------------------------*/
/*記事表示部分の背景や余白　つけたした！*/
.EntryInnerBlock {
	background-color: #ffffff;
	background-image: url('http://bfile.shinobi.jp/4610/cos02a.gif');
	padding: 0px 18px 0px 5px;
	text-align: left;
	margin-bottom: 50px;
	}

/*記事タイトル*/
.EntryTitle {
	background-image: url('http://bfile.shinobi.jp/4610/cos-cat1b.gif');
	background-position: 2%;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	padding: 15px 0px 0px 45px;
	}

/*記事タイトル文字色*/
.EntryTitleFont {
	color:#ff3399;
	}

/*記事表示部分*/
.EntryTextBox {
	margin: 0px;
	}

/*記事本文*/
.EntryText {
	width: 520px;
	padding: 10px;
	text-align: left;
	font-size: 75%;
	color: #666666;
	letter-spacing: 0.1em;
	line-height: 140%;
	}

/*引用*/ 
blockquote { 
	padding: 5px;
	overflow: auto;
	background-color: #ffffff;
	color: #555555;
	font-size: 95%;
	border: 1px dotted #ff99ff;
	}

/*追記*/
.EntryPsText {
	text-align: right;
	font-size: 70%;
	padding: 10px;
	}

/*記事フッター*/
.EntryFooter {
	text-align: right;
	height: 45px;
	font-size: 75%;
	color: #666666;
	background-image: url('http://bfile.shinobi.jp/4610/cos02.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding: 25px 50px 10px 0px;
	}


/*記事日付*/
.EntryWriteDate {
	font-size: 10px;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
	font-family: Georgia,'Times New Roman',Century;
	padding-top: 5px;
	padding-right: 5px;
	}

/*記事日付のリンク*/
.EntryWriteDate a:link, a:visited {
	color: #ff66cc;
	text-decoration: none;
	}
.EntryWriteDate a:active, a:hover {
	color: #ff00cc;
	text-decoration: underline;
	}

/*カテゴリ表示*/
.EntryCategory {
	margin-left: 5px;
	}

/*ページ移動リンク*/
.PageLinkBlock {
	text-align: center;
	font-size: 85%;
	padding: 10px;
	}

/*IE改行バグ回避*/
br {
	letter-spacing: normal;
	}


/*-------------------------------------------------------
  プラグイン共通設定
-------------------------------------------------------*/
/*プラグイン処理内の基本デザイン*/
.Plugin_data {
	text-align: left;
	padding: 5px;
	}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
	text-align: right;
	}



