/*----------------------------------------------------------*/
/* ページ全体の設定                                         */
/*----------------------------------------------------------*/

/* ページ全体の背景色 */
body { background-color:#090506; }

/* ページ全体のスクロールバー */
body { scrollbar-face-color:black; scrollbar-highlight-color:black; scrollbar-shadow-color:gray; scrollbar-3dlight-color:white; scrollbar-arrow-color:white; scrollbar-track-color:#333333; scrollbar-darkshadow-color:black; }

/* ページ全体の表示位置（余白＆位置） */
body { margin:0px; text-align:center; }

/* ページ全体の文字（テキスト） */
body,table { font-size:12px; font-family:"tahoma", "Verdana", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "Osaka"; color:#090506; }

/* ページ全体のリンク関連 */
a:link    { text-decoration:none; color:#c02040; }
a:active  { text-decoration:none; color:#c02040; }
a:visited { text-decoration:none; color:#c02040; }
a:hover   { text-decoration:underline; color:#c08080; }

/* リスト関連 */
ul { padding:0px 0px 0px 20px ; margin:0px; }
li { font-size:10px; padding:0px; margin:0px; list-style-image:url(http://templates.blog.fc2.com/template/naruto/list.gif); }

/* small（テキスト） */
small { font-size:10px; }



/*----------------------------------------------------------*/
/* ボックス（レイアウト）の設定                             */
/*----------------------------------------------------------*/

/* 表示部分全体 */
.mainLayoutT     { width:754px; background-color:#090506; }

/* ロゴ表示部（タイトル） */
#logoLayout      { width:754px; height:130px; background:url(http://templates.blog.fc2.com/template/naruto/logo.gif) no-repeat; }

/* カレンダー表示部 */
#calLayout       { width:754px; height:20px; }

/* コンテンツ表示部 */
.contentsLayoutT { width:554px; }
#contentsLayout  { width:520px; margin:5px 0px 0px 0px; padding:0px; }

/* サイドメニュー表示部 */
.sideLayoutT     { width:200px; }
#sideLayout      { width:180px; margin:5px 0px 0px 20px; padding:0px; }



/*----------------------------------------------------------*/
/* サイトタイトル（ロゴ）の設定                             */
/*----------------------------------------------------------*/

/* サイトタイトル文字 */
.logo_title{
    font-size:18pt;
    font-weight:bold;
    line-height:180%;
    text-align:left;
    padding:0px;
    margin:0px 0px 0px 30px;
    color:#ffffff;
}
.logo_title a:link   { color:#ffffff; text-decoration:none; }
.logo_title a:active { color:#ffffff; text-decoration:none; }
.logo_title a:visited{ color:#ffffff; text-decoration:none; }
.logo_title a:hover  { color:#c08080; text-decoration:none; }

/* サイト説明文字 */
.logo_intro{
    font-size:12px;
    text-align:left;
    padding:5px 0px 0px 30px;
    margin:0px;
    color:#ffffff;
}



/*----------------------------------------------------------*/
/* カレンダーの設定                                         */
/*----------------------------------------------------------*/

#calLayout table { width:754px; height:20px; background-image:url(http://templates.blog.fc2.com/template/naruto/cal-bg.gif); }
.cal_bg          { width:734px; height:20px; background:url(http://templates.blog.fc2.com/template/naruto/cal-back.gif) repeat-x; }

#calLayout ul{
    font-size:10px;
    font-family:Verdana;
    margin:0px;
    padding:0px;
    list-style-position:inside;
    text-align:center;
}
#calLayout li{
    display:inline;
    list-style-type:none;
    margin: 0px 0px 0px 0px;
}
#calLayout li.day    { padding:0px 0px 0px 1px; color:#ffffff; }
.prev-month-calendar { margin-right:8px; }
.next-month-calendar { margin-left:8px; }



/*----------------------------------------------------------*/
/* コンテンツの設定　                                       */
/*----------------------------------------------------------*/

/* コンテンツ：テーブル（1ブロック） */
.contents_table { width:520px; margin:0px 0px 20px 0px; }

/* コンテンツ：テーブル（背景画像） */
.contents_bg    { width:520px; background:url(http://templates.blog.fc2.com/template/naruto/contents-bg.gif) repeat-y; }

/* コンテンツ：見出し */
.contents_title { font-size:12px; font-weight:bold; color:#b36d79; margin:0px 20px 0px 20px; border-bottom:dashed 1px #090506; }

/* コンテンツ：ステータス（ボックス） */
.contents_state      { margin:10px 0px 0px 15px; }

/* コンテンツ：ステータス（背景画像） */
.contents_state_bg   { width:490px; height:20px; background:url(http://templates.blog.fc2.com/template/naruto/contents-state.gif) no-repeat; }

/* コンテンツ：ステータス（テキスト） */
.contents_state_text { font-size:10px; color:#ffffff; text-align:right; margin-right:10px; }
.contents_state_text a:link    { color:#c02040; text-decoration:none; }
.contents_state_text a:active  { color:#c02040; text-decoration:none; }
.contents_state_text a:visited { color:#c02040; text-decoration:none; }
.contents_state_text a:hover   { color:#c08080; text-decoration:none; }

/* コンテンツ：ナビゲーション */
.contents_navi { font-size:10px; text-align:center; color:#ffffff; }



/*----------------------------------------------------------*/
/* エントリー＆コメント＆トラックバックの設定　             */
/*----------------------------------------------------------*/

/* エントリー：テキスト */
.entry_text           { font-size:12px; color:#090506; line-height:130%; margin:8px 20px 0px 20px; }
.entry_text a:link    { color:#c02040; text-decoration:none; }
.entry_text a:active  { color:#c02040; text-decoration:none; }
.entry_text a:visited { color:#c02040; text-decoration:none; }
.entry_text a:hover   { color:#c08080; text-decoration:none; }

/* コメント：タイトル */
.comt_title { font-size:12px; font-weight:bold; color:#b36d79; margin:5px 20px 0px 20px; }

/* コメント：テキスト */
.comt_text  { font-size:12px; line-height:130%; color:#090506; margin:1px 20px 0px 20px; }

/* コメント：ステータス（日付等） */
.comt_state { font-size:10px; color:#6699cc; text-align:right; margin:8px 20px 10px 20px; }

/* コメント：投稿タイトル */
.comt_mini_title { margin:30px 0px 0px 15px; }
.comt_mini_bg    { width:490px; height:20px; background:url(http://templates.blog.fc2.com/template/naruto/contents-state.gif) no-repeat; }
.comt_mini_text  { font-size:10px; color:#ffffff; text-align:left; margin-left:10px; }

/* コメント：投稿フォーム */
.comt_text form { margin-top:5px; }
.comt_text form input,textarea { font-size:12px; background-color:#ffffff; border:solid 1px #090506; }
.comt_text form .button { background-color:#090506; color:white; font-weight:bold; }

/* トラックバック：テキスト */
.trb_table { width:490px; height:20px; background:url(http://templates.blog.fc2.com/template/naruto/contents-state.gif) no-repeat; margin:20px 0px 0px 15px; }
.trb_title { font-size:12px; color:#ffffff; text-align:left; margin:0px; padding:2px 10px 0px 10px; font-weight:bold; }
.trb_date  { font-size:10px; color:#ffffff; font-weight:normal; }



/*----------------------------------------------------------*/
/* コピーライトの設定　                                     */
/*----------------------------------------------------------*/

.cho_table          { width:500px; margin:0px 10px 10px 10px; }
.cho_bg             { width:480px; height:20px; background:url(http://templates.blog.fc2.com/template/naruto/cho-bg.gif) repeat-x; text-align:center; }
.cho_text           { font-size:10px; color:#090506; }
.cho_text a:link    { color:#090506; text-decoration:none; }
.cho_text a:active  { color:#090506; text-decoration:none; }
.cho_text a:visited { color:#090506; text-decoration:none; }
.cho_text a:hover   { color:#c02040; text-decoration:none; }



/*----------------------------------------------------------*/
/* サイドメニューの設定　                                   */
/*----------------------------------------------------------*/

/* サイドメニュー：テーブル（1ブロック） */
.side_table  { width:180px; margin:0px 0px 20px 0px; }

/* サイドメニュー：センター背景画像*/
.side_middle { width:180px; background:url(http://templates.blog.fc2.com/template/naruto/side-bg.gif) repeat-y; }

/* サイドメニュー：見出し（背景画像） */
.side_title_bg {
    width:150px; height:20px;
    background:url(http://templates.blog.fc2.com/template/naruto/side-title.gif) no-repeat;
    margin:0px 0px 0px 15px; padding:0px;
}

/* サイドメニュー：見出し（テキスト） */
.side_title_text {
    font-size:12px; font-weight:bold; color:#ffe3e3;
    margin:0px; padding:1px 0px 0px 8px;
}

/* サイドメニュー：プロフィール画像 */
.myimg { text-align:center; margin:5px 0px 0px 0px; padding:0px; }

/* サイドメニュー：テキスト */
.side_text { margin:5px 15px 0px 15px; }

.side_text input{
	width: 80%;
}

.side_text p{
	font-size:10px;
	margin: 0.3em;
}
/*----------------------------------------------------------*/
/* 検索ボックスの設定                                       */
/*----------------------------------------------------------*/

#sideLayout form { padding:5px 5px 0px 5px; margin:0px; }
.src_form   { font-size:10px; color:#090506; border:solid 1px #090506; background-color:#ffffff; }
.src_button { font-size:10px; background-color:#090506; color:#ffffff; }

textarea,input,select {
	font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
}
img.emoji{
	vertical-align:middle;
	border:0;
}
