/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {

font-size:14px;
color:#c394a1;
text-align:center;

}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/* ----------------------------------------------- */
/*

      BlogRoll css 2

*/
/* ----------------------------------------------- */

.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}
.blogroll-channel {
    margin-bottom: 15px;
    padding: 10px;
}

.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1.3;
}

.blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}


.fs a:link, .fs a:visited, .fs a:active,
.lh a:link, .lh a:visited, .lh a:active,
#TopTitle a:link, #TopTitle a:visited, #TopTitle a:active,
.EntryTitle a:link, .EntryTitle a:visited, .EntryTitle a:active,
.EntryText a:link, .EntryText a:visited, .EntryText a:active,
.EntryText p a:link, .EntryText p a:visited, .EntryText p a:active,
.EntryFooter a:link, .EntryFooter a:visited, .EntryFooter a:active,
.plugin_data a:link, .plugin_data a:visited, .plugin_data a:active,
.linkwithin_textlist a:link, .linkwithin_textlist a:visited, .linkwithin_textlist a:active {
text-decoration: none;
color: #0099cc; /* 文字の色 */
border-bottom-style: dashed; /* 下線の種類：破線 */
border-bottom-width: 1px; /* 下・破線の太さ */ 
border-bottom-color: #0099cc; /* 下・破線の色 */
}


.fs a:hover, .lh a:hover, #TopTitle a:hover, .EntryTitle a:hover, .EntryText a:hover, .EntryText p a:hover, .EntryFooter a:hover, .plugin_data a:hover, .linkwithin_textlist a:hover {
text-decoration:none;
color: #cc0033; /* 文字の色 */
border-bottom-style: dashed; /* 下線の種類：破線 */
border-bottom-width: 1px; /* 下・破線の太さ */ 
border-bottom-color: #cc0033; /* 下・破線の色 */
}


img, a img {
margin-bottom: -6px;
boeder: none;
}


/*全体の設定*/
#mainBlock {
width:850px;
text-align: center;
margin-right:auto;
margin-left:auto;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:770px;
height: 200px;
text-align: left;

background-image:url('http://blog-imgs-57.fc2.com/s/m/o/smoothbodydesign/picnicniko.png');
background-repeat:no-repeat;
background-position:90% 100%;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 10px 0px 0px 20px;
font-size:12px;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {

}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 10px 0px 0px 20px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
height: 200px;
text-align: center;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 220px;
text-align: left;
float:left;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:10px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
padding-top: 0px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 10px;
}
/*プラグインの説明部分の設定2*/
.PluginExplanation2 {
padding: 0px 10px 0px 10px;
}
/*プラグインが表示される場所の設定*/
/* プラグイン忍者広告表示部分 */
div.PluginContents .ninjaad   {
    padding: 5px;
    overflow: auto;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 460px;
float:right;
text-align: left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 10px;
text-align: left;
padding: 10px;
padding-bottom: 20px;

border-right: dashed 1px #c394a1;
border-left: dashed 1px #c394a1;
border-bottom: dashed 1px #c394a1;
border-top: dashed 1px #c394a1;
font-size:12px;
color:#333333;
font-family:MS UI Gothic;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
background-repeat: no-repeat;
text-align: left;
font-size:18px;
background-position:center center;
background-image:url('http://bfile.shinobi.jp/1196/821a.gif');
padding-top:20px;
height: 55px;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;

}
/*記事本文が記載される部分*/
.EntryText {
padding: 10px;
font-size:14px;
line-height: 180%;
}

/*記事本文が記載されるリンク部分*/
.EntryText a {
font-size:14px;
}

/*追記文書が記載される部分*/
.EntryPsText {
padding: 14px;
text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:5px;
padding-top: 10px;
padding-bottom: 60px;

padding-right:40px;
background-position: right top;
background-repeat:no-repeat;
background-image:url('http://bfile.shinobi.jp/1196/821b.gif');

}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:5px;
}
/*記事の引用部分*/
blockquote{
font-size: normal;
}
blockquote p{
line-height: 400%;
}
blockquote p.lh{
font-size:9pt;
line-height: 300%;
}

/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
font-size: 30px;
}
.PluginInnerBlock .PluginContents .plugin_data {
margin-top:15px;
margin-bottom:10px;
line-height: 110%;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}

.fs-cm {
 color: #ffeeee;
}