@charset "UTF-8";

/*----- 共通 -----*/
* {
margin: 0px;
padding: 0px;
}

body {
text-align: center;
font-size:14px;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
background-color:#111;
color:#eee;
font-weight:normal; 
}

body div {
text-align: left;
margin: 0 auto;
}

/*----- 構造 -----*/
#HeaderBlock {
width:940px;
margin-top:10px;
margin-bottom:10px;
}

#MainBlock {
width:940px;
overflow:hidden;
}

#ContentsBlock {
width: 530px;
float:left;
} 

#NaviWrapper {
width:410px;
float:right;
}

#LeftNaviBlock {
width: 234px;
float:left;
}

#RightNaviBlock {
width:166px;
float:right;
}

#FooterBlock {
clear: both;
width:940px;
margin-bottom:10px;
}

/*----- ヘッダ部分 -----*/
#TopTitle {
width:280px;
height:56px;
margin-left:6px;
background:url("http://file.vane.blog.shinobi.jp/blue1.png");
background-repeat: no-repeat;
float:left;
}

#TopTitle a:link,#TopTitle a:visited,#TopTitle a:active,#TopTitle a:hover {
text-decoration:none;
color:white;
}
#gotoTop{
margin-top:-10px;
}

#HeaderRigntBlock{
width:600px;
border-bottom:1px dotted #666;
float:right;
}

#TopTitleTextBox{
margin-top:2px;
font-size:9px;
float:left;
}

#TopTitleTextBox h1{
font-size:9px;
}
#TopControlBox{
float:right;
}

#HeadAd{
margin-top:2px;
height: 18px;
width: 600px;
font-size:10px;
float:right;
}
#HeadAdLine{
text-align:right;
}
#HeadAd a{
text-decoration:none;
color:#666;
}

#TopControlBox .style_button_blue{color:#3399ff;font-size:14px;}
#TopControlBox .style_button_orange{color:#FF9900;font-size:14px;}
#TopControlBox .style_button_green{color:#71BB00;font-size:14px;}
#TopControlBox .style_button_pink{color:#ee9292;font-size:14px;}
#TopControlBox .style_button_red{color:#f00;font-size:14px;}

/*----- エントリー部分 -----*/
.EntryInnerBlock {
margin-left:6px;
width:468px;
}

.EntryHeader{
margin-bottom:15px;
}
.EntryTitle{
border-bottom:1px solid #555;
}
.EntryTitle h2{
font-size:18px;
font-weight:normal;
}

.EntryInformation{
font-size:10px;
}

.EntryInnerBlock ul{
margin-top:3px ;
margin-left:30px ;
margin-bottom:15px ;
}

.EntryPsText {
margin-top:10px;
text-align:center;
}

.EntryBodyFooter {
font-size:10px;
}
.EntryPageUp{
font-size:10px;
text-align:right;
border-bottom:1px solid #666;
}

.PageLinkBlock {margin-bottom:30px;}
.PageLinkBack {float:left;}
.PageLinkNext {float:right;}
.entrySeparator{
text-align:center;
margin-bottom:28px;
}

.CommentBlock,.TrackbackBlock{
margin-left:6px;
width:468px;
font-size:12px;
}
.CommentMenuTitle,.TrackbackMenuTitle{
margin-top:20px;
margin-bottom:4px;
border-bottom:1px dashed #666;
}

.CommentTextBox,.CommentFormBlock,.TrackbackURLBlock,.TrackbackTextBox{
margin-top:10px;
margin-left:16px;
margin-bottom:20px;
}
.CommentFormSubmit{
text-align:center;
margin-top:12px;
width:200px;
}
.CommentFooter,.CommentResFooter,.TrackbackFooter{
border-top:1px dotted #666;
}
font-size:10px;
}
.CommentTextBox{

}
.CommentTitle,.CommentResTitle,.TrackbackTitle{
margin-top:2px;
font-weight: bold;
}

.CommentResBox{
margin-top:10px;
margin-left:20px;
border:1px dashed #666;
}

.TrackbackURLTitle{}
.TrackbackURL{
margin-left:65px;
width:370px;
}

.FooterPageLink{
font-size:12px;
margin-top:16px;
text-align:left;
}


/*----- Menu -----*/
.PluginTitle {
color:#666;
border-bottom:1px dashed #666;
margin-bottom:5px;
}
.PluginContents{
margin-left:5px;
margin-bottom:15px;
font-size:12px;
}

#kunlogo a{
margin-left:-3px;
margin-bottom:0px;
}
#kunlogo img{
margin:0px;
}

.AdBlock{
width:160px;
margin:5px auto 10px auto;
}
.AdCont{
text-align:center;
margin:0px auto 10px auto;
padding:0px auto 0px auto;
}

/*----- footer-----*/
#FooterBlock{
color:#666;
border-top:1px solid #666;
margin-bottom:5px;
font-size:10px;
}
#FooterLeft {
width: 400px;
float:left;
text-align:left;
margin-left:20px;
}

#FooterRight {
width:400px;
float:right;
text-align:right;
}


/*----- 要素等の基本設定 -----*/

/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/*table全ての設定*/
table{
border-collapse: collapse;
font-size:10px;
}
/*箇条書きリスト全ての設定*/
ul {
margin:10px 5px 10px 5px ;
padding:0px;
list-style-type: circle ;
}
/*箇条書きリスト全ての設定*/
ol {
margin:5px;
padding:0px;
list-style-type: decimal ;
}
/*リスト項目全ての設定*/
li {
margin:5px;
padding:0px;
list-style-position: inside ;
}
/*定義型リスト全ての設定*/
dl {
margin:0px;
padding:0px;
font-size:12px;
} 
/*定義される用語全ての設定*/
dt {
margin:0px;
padding:0px;
font-weight:bold;
}
/*定義内容全ての設定*/
dd {
margin:0px;
padding:0px;
font-weight:normal;
}
/*画像全ての設定*/
img {
margin:5px;
border:0px;
}
/*絵文字の指定*/
img.emoji {
margin:0px;
border:0px;
}
/*水平線全ての設定*/
hr {
color:#c0c6c9 ;
background-color:#ffffff;
}

blockquote{
margin:10px 0px 10px 30px;
}
p{
margin:0px 0px 15px 0px;
}


/*----- フォーム要素の基本指定 -----*/
/*フォーム部分全ての指定*/
form {
margin:0px;
padding:0px;
font-size:10px;
}

/*インプット全ての指定*/
input {
margin:1px;
padding-top:1px;
color:#111111;/*鼠色 ねずみいろ*/
}

/*セレクト全ての指定*/
select {
color:#333;
background-color:#eee;
border :1px solid #333;
}
.CommentForms,.TrackbackURL{
color:#ccc;
background-color:#222;
border :1px solid #333 ;
}

/*テキストエリア全ての指定*/
textarea {
margin:1px;
padding:1px;
color:#ccc;
background-color:#111;
border :1px solid #333 ;
}


/*----- カレンダー -----*/
.CalendarMoveTable{
width:160px;
}
.CalendarPrevTd{font-size:10px}
.CalendarNowTd {font-size:18px}
.CalendarNextTd{font-size:10px}

.CalendarTable{
width:160px;
text-align:center;
font-size:12px;
}
.CalendarWdayTr{
}
.CalendarWdaySun{}
.CalendarWday{}
.CalendarWdaySat{}

.CalendarTr{
}
.CalendarTdSun{}
.CalendarTd{}
.CalendarTdSat{}

.CalendarTdLink{
font-size:14px;
text-align:center;
}

/*----- 忍者メールフォーム -----*/
#vanemail_top {
width:100%;
}

#vanemail_top input{
width:80%;
border: solid 1px #696969;
color:#000;
background-color: #808080;
}

#vanemail_top input:focus{
background-color: #FFFFFF;
}

#vanemail_top textarea{
width:90%;
border: solid 1px #696969;
color:#000;
background-color: #808080;
}

#vanemail_top textarea:focus{
background-color: #FFFFFF;
}

#vanemail_top .submit_button{
width:30%;
border: double 2px #696969;
background-color: #aaa;
}



