/* BODY全体に関する設定 */
body {
background-color:#FFFFFF;
font-size:12px;
color:#888888;
}
/*通常のリンクの設定*/
a:link {
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
}
/*アクティブ状態のリンクの設定*/
a:active {
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
#main_block {
width: 100%;
}
/* トップスペース */
#toptop {
display:block;
width: auto;
font-family:"Verdana", "Impact", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\20Pro\20W3", "Osaka";
color: #ffffff;
font-weight: bolder;
background-color: #000000;
padding: 2px 10px;
text-align: right;
}
#toptop a:link {
color: #ffffff;
text-decoration: none;
}
#toptop a:visited {
color: #ffffff;
text-decoration: none;
}
#toptop a:hover {
width: auto;
display: inline;
background-color: #888888;
text-decoration: none;
}
/* タイトル部分のブロック */
#TopBlock {
text-align: left;
border-bottom: 2px solid #000000;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
font-family:"Verdana", "Impact", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\20Pro\20W3", "Osaka";
font-size: 200%;
padding:10px 0px 5px 5px;
}
#TopTitle a:link {
color: #000000;
text-decoration: none;
}
#TopTitle a:visited {
color: #000000;
text-decoration: none;
}
#TopTitle a:hover {
color: #888888;
text-decoration: underline;
}
/* ブログの説明文書 */
#TopExplanation {
color: #000000;
font-size: 85%;
padding:10px 0px 5px 5px;
}
/*トップテーブル*/
#my_photo {
margin-top: 5px;
}
/* トップページ下の最新記事*/
#enter_entry {
font-family:"Verdana", "Impact", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\20Pro\20W3", "Osaka";
font-size: 80%;
margin: 5px;
border-top: 2px solid #000000;
}
#enter_entry span.entry_foto {
font-size: 120% !important;
color: #ffffff;
background-color: #000000;
margin: 0px 10px 0px 0px;
}
#enter_entry span.entry_foto_no {
margin: 0px 5px;
}

#enter_entry a:link {
color: #000000;
text-decoration: none;
}
#enter_entry a:visited {
color: #000000;
text-decoration: none;
}
#enter_entry a:hover {
color: #888888;
text-decoration: underline;
}
/* 記事タイトル部分の設定 */
.EntryTitle {
color: #000000;
font-size: 120%;
font-weight: bolder;
text-align: left;
padding: 3px 0px 5px 10px;
}
/* 記事本文が記載される部分 */
.EntryText {
color: #000000;
padding: 10px;
text-align: left;
}
/* 記事用画像の設定 */
.EntryText img {
width: 95%;
height: 95%;
}
/* 追記が記載される部分 */
.EntryPsText {
padding: 20px;
}
/* 拍手 */
.web_hakusyu {
text-align: right;
padding: 5px;
}
/* 記事欄下のブロック */
.EntryFooter {
font-family:"Verdana", "Impact", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\20Pro\20W3", "Osaka";
font-size: 90%;
color: #ffffff;
font-weight: bolder;
text-align:right;
margin-bottom: 15px;
padding:3px;
background-color: #000000;
}
.EntryFooter a:link {
color: #ffffff;
text-decoration: none;
}
.EntryFooter a:visited {
color: #ffffff;
text-decoration: none;
}
.EntryFooter a:hover {
color: #ffffff;
text-decoration: underline;
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
padding-right: 5px;
}
/* ページリンク部分*/
#PageLinkBlock{
text-align: center;
margin-bottom: 5px;
font-family:"Verdana", "Impact", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\20Pro\20W3", "Osaka";
}
#PageLinkBlock a:link{
color: #000000;
text-decoration: none;
}
#PageLinkBlock a:visited {
color: #000000;
text-decoration: none;
}
#PageLinkBlock a:hover {
color: #ffffff;
background-color: #888888;
text-decoration: none;
}
.prev {
float: left;
color: #000000;
font-family:"Verdana", "Impact", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\20Pro\20W3", "Osaka";
font-weight: bolder;
text-decoration: none;
margin-bottom: 5px;
}
.next {
float: right;
color: #000000;
font-family:"Verdana", "Impact", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\20Pro\20W3", "Osaka";
font-weight: bolder;
text-decoration: none;
margin-bottom: 5px;
}
/* 広告欄のブロック */
#FooterBlock {
width: 100%;
clear:both;
text-align: center;
font-family:"Verdana", "Impact", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\20Pro\20W3", "Osaka";
font-size: 95%;
color: #000000;
margin-top: 3px;
}
#FooterBlock a:link, a:visited {
color: #000000;
text-decoration: none;
}
#FooterBlock a:hover {
text-decoration: underline;
}
/* スクロールバー(IE専用) */
html,body 
{
    scrollbar-track-color: #ffffff;
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #C0C0C0;
    scrollbar-darkshadow-color: #808080;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #808080;
    scrollbar-arrow-color: #ffffff;
}

.ad_google {
clear:both;
width: auto;
margin: 10px 0px 5px;
}