@charset "utf-8";
/* CSS Document */

/*======================================


基本設定
=======================================*/
body,td,th {
	font-family: Trebuchet MS, Sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(http://bfile.shinobi.jp/6009/background.png);
	background-repeat: repeat-y;
	background-position: center top;
font-size:12px;
}
/*======================================


リンク
=======================================*/
a:link {
	color: #092955;
	text-decoration: none;
}
a:hover {
	color: #FF6633;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
/*======================================


ヘッダー
=======================================*/
.base .header {
	width: 100%;
	background-image: url(http://file.tartaremp.ko-me.com/cf8eee20.png);
	height: 144px;
}
/*======================================


タイトルとかまとめ
=======================================*/
.header .title{
	width: 862px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: -456px;
	background-image: url(http://file.tartaremp.ko-me.com/d84e688c.png);
	height: 114px;
	padding-top: 30px;
	padding-left: 50px;
	position: absolute;
	left: 50%;
	z-index: 1;
}
/*======================================


ブログ名
=======================================*/
.header h1 {
	font-size: 35pt;
        margin-top: 20px;
	margin-left: -35px;
	position: relative;
	letter-spacing: -4px;
	color: #DEB887;
}
.header h1 a {
	color: #800000;
	text-decoration: none;
}
/*======================================


ブログ内容の説明
=======================================*/
.header  h1  span.des {
	font-size: 15px;
        padding-top: 5px;
	display: block;
	letter-spacing: -1px;
}
/*======================================


RSSとTwitterのアイコン部分。
display:noneまたは<div class="rss">のHTMLを削除すると消えます。
=======================================*/
.header .rss {
	position: absolute;
	top: 0px;
	right: 20px;
	z-index: 2;
}
/*======================================


メニュー
=======================================*/
.base  #menu  {
	background-image: url(http://file.tartaremp.ko-me.com/menu_background.png);
	width: 100%;
	height: 32px;
}
.base #menu ul {
	width: 903px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
	background-image: url(http://file.tartaremp.ko-me.com/menu_ul.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.base #menu li {
	float: left;
	height: 32px;
	font-size: 14px;
}
.base #menu li a {
	background-image: url(http://file.tartaremp.ko-me.com/menu_line.png);
	background-position: right 1px;
	display: block;
	line-height: 29px;
	height: 32px;
	width: 110px;
	text-align: center;
	background-repeat: no-repeat;
	color: #CBBCA9;
}
.base #menu li a:hover {
	color: #FFD555;
	background-image: url(http://file.tartaremp.ko-me.com/menu_hover.png);
	background-position: right 2px;
}
/*======================================


メインブロック
=======================================*/
.base #main {
	margin: auto;
	width: 910px;
}
.base .maincontents {
	clear: both;
	padding-left: 10px;
}
/*======================================


左のエントリーが表示されるブロック
=======================================*/
.base .maincontents .entry-body {
	float: left;
	width: 70%;
	margin: 10px;
	padding: 10px;
}
.base .maincontents .entry-body .entry {
	border: 2px solid #F0F0F0;
	background-color: #FFFFFF;
}
/*======================================


記事のタイトル
=======================================*/
.entry  #entrytitle  {
	margin: 0px;
	font-size: 1.3em;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9A877C;
	background-image: url(http://file.tartaremp.ko-me.com/cc41a656.gif);
	background-position: center center;
}
.entry  #entrytitle a {
	color: #544532;
	display: block;
}
/*======================================


記事が表示される部分
=======================================*/
.entry .entrybox {
	line-height: 1.8em;
	font-family: Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.entry a img {
        margin: 5px 2px;
        padding: 1px;
        border: #ddd 2px solid;
}
.EntryPsText {
        margin: 15px;
}
.EntryText {
	line-height: 1.8em;
        margin: 15px;
	font-family: Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/*======================================


日付など
=======================================*/
.entry .entryfooter {
	font-size: 1.0em;
	text-align: right;
	padding: 6px;
	background-color: #FAFAFA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
/*======================================


コメントブロック
=======================================*/
.entry-body  .CommentBlock,.TrackbackBlock {
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #F0F0F0;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.CommentBlock .CommentMenuTitle {
	font-size: 1.3em;
	color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}
.CommentFormTable td {
	text-align: right;
	padding: 5px;
}
/*======================================


フォーム設定
=======================================*/
form {
	margin: 0px;
	padding: 0px;
}
textarea, input {
	margin: 3px;
	padding: 2px;
	font-family: Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	border: 2px solid #EDEDED;
}
.CommentFormSubmit #send {
	width: 100px;
	font-family: Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	background-color: #F0F0F0;
}
/*======================================


コメントタイトル
=======================================*/
.CommentTextBox .CommentTitle {
	font-size: 1.2em;
	color: #666666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/*======================================


コメント部分
=======================================*/
.CommentTextBox  .CommentText  {
	padding: 10px;
	font-family: Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.CommentFooter,.CommentResFooter  {
	background-color: #FAFAFA;
	padding: 5px;
	font-size: .9em;
	text-align: right;
}
.CommentBlock   .CommentResBlock {
	margin-top: -5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	font-family: Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.CommentResBox .CommentResTitle {
	font-size: 1.2em;
	color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.CommentResBox .CommentResText {
	padding: 10px;
}
/*======================================


HOMEやNEXTなどのナビゲーション部分
=======================================*/
.PageLinkBlock {
	text-align: center;
	padding: 10px;
	font-size: .9em;
}
/*======================================


サイドバー
=======================================*/
.base .maincontents .sidebar {
	float: right;
	width: 22%;
	padding: 5px;
	border: 1px solid #D5D5D5;
	margin-top: -60px;
	margin-right: 20px;
	margin-bottom: 5px;
	background-image: url(http://bfile.shinobi.jp/6009/sideback.png);
	z-index: 11;
	position: relative;
	_width: 20% /*IE6用*/
}
/*======================================


プラグインタイトル
=======================================*/
.sidebar-body #sidebartitle {
	font-size: 1.2em;
	margin: 3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.blogsearch .box {
	width: 120px;
}
.blogsearch .btn {
	width: 40px;
	height: 30px;
}
.sidebar-body .PluginContents {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	font-size:12px;
}
/*======================================


回り込み解除
=======================================*/
.clear    {
	clear: both;
	text-indent: -99999px
}
/*======================================


フッタ
=======================================*/
.footer   {
	background-color: #3D2F27;
	width: 100%;
	color: #999999;
	line-height: 80px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.footer  a {
	color: #CCCCCC;
}

h1, li a {
	text-shadow: 0px 3px 2px #000; /*テキストに影*/
}
#entrytitle, .CommentMenuTitle, .PluginTitle {
	text-shadow: 0px 3px 2px #999; /*テキストに影*/
font-size:10px;
}
.entry,.sidebar,.CommentBlock,.TrackbackBlock {
	-moz-border-radius: 7px;         /*                    */
	-webkit-border-radius: 7px;      /*   　　角丸に     　*/
	border-radius: 7px;              /*                    */
    -webkit-box-shadow: 0px 0px 7px #eee;  /*                    */
    -moz-box-shadow: 0px 0px 7px #eee;     /*    ボックスに影    */
    box-shadow: 0px 0px 7px #eee;          /*                    */
}


//popbox
=======================================*/
.PopBoxImageSmall
{
	border: solid 2px #DDDDDD;
	cursor: url("http://tartarepotato.web.fc2.com/popbox/magplus_cur.txt"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("http://tartarepotato.web.fc2.com/popbox/magminus_cur.txt"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("http://tartarepotato.web.fc2.com/popbox/magminus_cur.txt"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}

=======================================*/

#PageLinkBlock {
    margin:60px;
    text-align:center;
}

#PageLinkBlock ul {
    text-align:center;
}

#PageLink10 {
    text-indent:center;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
    font-size:105%;
}

#PageLink10 li {
    margin:0.4em;
    font-weight:bold;
    display:inline;
}

#PageLink10 li a{
    background-color: #846A56;
    padding:0.6em 0.9em;
    font-weight:normal;
    text-decoration:none;
    color: #FCFCFC;
    
    /* 角丸 */
    border-radius: 3px;        
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;  

    /* 影 */
    -moz-box-shadow: 2px 2px 2px #B9B8B5; 
    -webkit-box-shadow: 2px 2px 2px #B9B8B5;
    box-shadow: 3px 3px 3px #B9B8B5;
}

#PageLink10 li.active a{
    background-color: #D3B7A3;
    color: #333333;
}

#PageLink10 li a:focus,
#PageLink10 li a:hover,
#PageLink10 li a:active {
    background: #D3B7A3 !important;
    color: #333333;
}

/*======================================