@charset "EUC-JP";
/* ------------------------------------------------------
ブログの背景部分は以下の【body】というブロックです。
ここに、お好きな画像を入れたり、背景色を指定したりする事が
出来ます。

当ブログの記事「ブログの背景に画像を貼り付けたい」
http://kisekae.blog3.fc2.com/blog-entry-195.html
で言うところの、★印の部分です。

画像ＵＲＬに、アップロードした画像ＵＲＬを入れ、
を削除して、他の行と同様にすると、背景画像が反映されます。
--------------------------------------------------------- */
body
{
/*background: url(画像ＵＲＬ) no-repeat top left;*/
background-color: #FFF;
font-family: "Osaka","平成角ゴシック","MS UI Gothic","ＭＳ Ｐゴシック",Verdana,sans-serif,Geneva;
font-size: small;
font-weight: normal;
text-decoration: none;
text-align: center;
line-height: 160%;
color: #666;
margin: 0px;
padding: 0px;
}

a
{
color: #666;
font-weight: normal;
text-decoration: none;
}


/* 未訪問リンク */
a:link
{
font-weight: normal;
text-decoration: none;
color: #66C;
}

/* 訪問済みリンク */

a:visited
{
font-weight: normal;
text-decoration: none;
color: #669;
}

/* リンクにカーソルを重ねた時、アクティブ時 */

a:active,
a:hover
{
font-weight: normal;
text-decoration: none;
color: #9CF;
}

form,dl,dt,dd {
font-family: "Osaka","平成角ゴシック","MS UI Gothic","ＭＳ Ｐゴシック",Verdana,sans-serif,Geneva;
font-size: 12px;
font-weight: normal;
text-decoration: none;
line-height: 160%;
text-align:left;
color: #669;
margin: 0px;
padding: 0px;
}

/* レイアウト用ボックス ▼ ------------------------------- */

/* ページ全体をセンタリングの為に包含しています */
/* ------------------------------------------------------
ブログ内の背景部分は以下の【#container】というブロックです。
ここに、お好きな画像を入れたり、背景色を指定したりする事が
出来ます。

当ブログの記事「ブログの背景に画像を貼り付けたい」
http://kisekae.blog3.fc2.com/blog-entry-195.html
で言うところの、◆印の部分です。
--------------------------------------------------------- */
#container {
/*background: url(画像ＵＲＬ) repeat 0px 0px;*/
/*background-color: #FCC;*/
width:780px;
text-align:left;
/*border-left:1px solid #99C;*/
/*border-right:1px solid #99C;*/
margin:0px auto 0px auto;
padding: 0px;
}

/* ブログタイトルバナー部分 */
#banner {
width: 780px;
height: 200px;
margin: 0px;
padding: 0px;
}

/* コンテンツメイン部分と左サイドバー部分を抱含しています */
#wrapper {
float: left;
width: 580px;
margin: 0px;
padding: 0px;
}

/* コンテンツメイン部分 */
#content {
float: right;
width: 380px;
margin: 0px;
padding: 0px;
}

/* 左サイドバー部分 */
#side_left {
float: left;
width: 192px;
font-family: Verdana,sans-serif,Geneva,"Osaka−等幅","平成角ゴシック","ＭＳ ゴシック",monospace;
font-size: 10px;
line-height: 160%;
margin: 0px;
padding: 0px;
/*overflow: hidden;*/
}

/* 右サイドバー部分 */
#side_right {
float: right;
width: 192px;
font-family: Verdana,sans-serif,Geneva,"Osaka−等幅","平成角ゴシック","ＭＳ ゴシック",monospace;
font-size: 10px;
line-height: 160%;
margin: 0px;
padding: 0px;
/*overflow: hidden;*/
}

/* エントリーナビゲーション部分 */
#e_navi {
margin-bottom: 10px;
text-align: center;
padding: 0px;
}

/* ページナビゲーション部分 */
#p_navi {
margin-bottom: 10px;
text-align: center;
padding: 0px;
}

/* フッター部分 */
#footer {
clear: both;
line-height: 120%;
text-align: center;
padding: 0px;
margin: 0px;
}

/* レイアウト用ボックス ▲ -------------------------------- */


/* タイトルバナー部分詳細 ▼ ------------------------------ */

/* サイトタイトル */
#banner h1 {
font-size: 24px;
font-weight: bold;
color: #F69;
text-align: center;
line-height: 160%;
margin: 0px 0px 0px 0px;
padding: 40px 0px 0px 0px;
}

#banner h1 a,
#banner h1 a:link,
#banner h1 a:visited,
#banner h1 a:active,
#banner h1 a:hover
{
font-size: 24px;
font-weight: bold;
text-decoration: none;
color: #F69;
}

/* サイト説明 */
#description {
font-size: 14px;
font-weight: bold;
text-align: center;
color: #369;
line-height: 160%;
margin: 0px 10px 0px 10px;
padding: 10px 0px 0px 0px;
}

/* タイトルバナー部分詳細 ▲ ------------------------------ */


/* コンテンツメイン部分詳細 ▼ ---------------------------- */

/* 主な見出しの文字色、文字装飾設定 ▽ -------------- */

/* エントリータイトル、セクションタイトル（コメント投稿や編集、トラックバックなどの見出し） */
h2 {
font-size: 14px;
font-weight: bold;
text-decoration:none;
color: #F69;
}

h2 a,
h2 a:link,
h2 a:visited
{
font-weight: bold;
text-decoration:none;
color: #F69;
}

h2 a:active,
h2 a:hover
{
font-weight: bold;
text-decoration:none;
color: #9CF;
}

/* エントリー日付 */
.entry_date {
font-size: 12px;
font-weight: normal;
text-decoration:none;
color: #F69;
text-align: right;
border-bottom: #99C 2px dotted;
margin: 0px;
padding: 3px 0px 0px 0px;
}

/* エントリー、コメント、トラックバックステータス部分の文字色 */
.entry_state,
.comment_state,
.trackback_state {
font-size: 12px;
font-weight: normal;
text-decoration:none;
color: #669;
}

.entry_state a,
.entry_state a:link,
.entry_state a:visited,
.comment_state a,
.comment_state a:link,
.comment_state a:visited,
.trackback_state a,
.trackback_state a:link,
.trackback_state a:visited
{
font-weight: normal;
text-decoration: none;
color: #669;
}

.entry_state a:active,
.entry_state a:hover,
.comment_state a:active,
.comment_state a:hover,
.trackback_state a:active,
.trackback_state a:hover
{
font-weight: normal;
text-decoration:none;
color: #9CF;
}

/* コメントタイトル、トラックバックタイトルの文字色 */
h3 {
font-size: 14px;
font-weight: bold;
text-decoration:none;
color: #F69;
}

h3 a,
h3 a:link,
h3 a:visited
{
font-weight: bold;
text-decoration:none;
color: #F69;
}

h3 a:active,
h3 a:hover
{
font-weight: bold;
text-decoration:none;
color: #9CF;
}

/* コメント投稿、編集フォームの入力項目のフォント、文字色 */
label {
color: #F69;
font-size: 12px;
}

/* 主な見出しの文字色、文字装飾設定 △ -------------- */

/* エントリーテーブル、各セクションテーブル */
/* ------------------------------------------------------
記事の背景部分は以下の【.entry】というブロックです。
ここに、お好きな画像を入れたり、背景色を指定したりする事が
出来ます。
（コメントフォーム部分や、トラックバック部分も含みます）
--------------------------------------------------------- */
.entry {
/*background-color: #FFF;*/
/*background: url(画像ＵＲＬ) repeat 0px 0px;*/
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
line-height: 160%;
/*overflow: hidden;*/
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
border-left:1px solid #99C;
border-right:1px solid #99C;
border-top:1px solid #99C;
border-bottom:1px solid #99C;
}

.entry_base {
margin: 0px 15px 0px 15px;
padding: 0px 0px 0px 0px;
}

/* エントリーのタイトル */
.entry_title {
margin: 0px;
padding: 10px 0px 5px 0px;
}

/* エントリー */
.entry_body,
.comment_body
{
line-height: 160%;
margin: 0px;
padding: 10px 0px 10px 0px;
}

/* 続きを読む */
.entry_more
{
line-height: 160%;
margin: 0px;
padding: 10px 0px 10px 0px;
}

/* エントリー、コメント、トラックバックステータス部分 */
ul.entry_state,
ul.trackback_state
{
list-style: none;
text-align: right;
margin: 10px 0px 0px 0px;
padding: 0px 0px 10px 0px;
}

ul.comment_state
{
list-style: none;
text-align: right;
border-bottom: #99C 2px dotted;
margin: 0px;
padding: 0px 0px 10px 0px;
}

ul.entry_state li,
ul.trackback_state li,
ul.comment_state li
{
display: inline;
}

/* 引用文の装飾 */
blockquote {
border : 1px dotted #99C;
margin: 5px 0px 5px 10px;
padding: 0px 10px 5px 10px;
}

blockquote>p {
margin: 0px;
padding: 0px;
}

/* コメントやトラックバックの見出し */
.section_title
{
text-align: center;
border-bottom: #99C 2px dotted;
margin: 0px;
padding: 10px 0px 10px 0px;
}

/* コメント、トラックバックタイトル */
.comment_title,
.trackback_title
{
margin: 0px;
padding: 10px 0px 3px 0px;
}

/* コメント投稿、編集フォーム */
input,textarea {
font-family: "Osaka","平成角ゴシック","MS UI Gothic","ＭＳ Ｐゴシック",Verdana,sans-serif,Geneva;
font-size: 12px;
color: #669;
background-color: #FFF;
border-left:1px solid #99C;
border-right:1px solid #99C;
border-top:1px solid #99C;
border-bottom:1px solid #99C;
scrollbar-arrow-color: #99C;
scrollbar-face-color: #FFF;
scrollbar-highlight-color: #99C;
scrollbar-3dlight-color: #FFF;
scrollbar-track-color: #FFF;
scrollbar-shadow-color: #99C;
scrollbar-darkshadow-color:#FFF;
}

/* 送信ボタン */
.button {
color: #669;
background-color: #EEF;
border-left:1px solid #99C;
border-right:1px solid #99C;
border-top:1px solid #99C;
border-bottom:1px solid #99C;
}

/* 投稿画像の枠や線 */
.entry_body img,
.entry_more img {
margin: 6px 0px 6px 0px;
padding: 2px;
} 

/* 絵文字 */
img.emoji
{
background-color: transparent;
vertical-align:middle;
border :0px;
margin: 0px 2px 0px 2px;
padding: 0px 0px 0px 0px;
}

/* エントリーナビゲーション、ページナビゲーション */
.navi {
margin: 0px;
padding: 0px;
}

/* コンテンツメイン部分詳細 ▲ ----------------------- */


/* サイドバー部分詳細 ▼ ----------------------- */

h2.side_menu {
display: none;
}

/* サイドメニュータイトル */
h3.side_title_p {
background: url(http://blog-imgs-24.fc2.com/k/i/s/kisekae/sitetitle_scb.gif) no-repeat 0px 0px;
font-family: "Osaka","平成角ゴシック","MS UI Gothic","ＭＳ Ｐゴシック",Verdana,sans-serif,Geneva;
font-size: 12px;
font-weight: bold;
color: #F69;
text-align: center;
margin: 0px 0px 0px 0px;
padding: 3px 12px 6px 12px;
}

/* サイドバー内テキスト設定 */
.side_text_p {
margin: 0px 0px 0px 0px;
padding: 10px 8px 10px 8px;
}

.side_text_p p {
margin: 0px 0px 4px 0px;
padding: 0px;
}

/* アーカイブなどのリスト化部分 */
.side_text_p ul {
list-style-type: square;
margin: 0px 0px 6px 0px;
padding: 0px 0px 0px 14px;
}

.side_text_p li {
margin: 0px 0px 6px 0px;
padding: 0px 0px 0px 0px;
}

/* FC2広告部分 */
.fc2ad {
text-align: center;
line-height: 160%;
border: 1px solid #99C;
margin: 0px 10px 16px 10px;
padding: 0px 0px 0px 0px;
}

/* サイドバー部分詳細 ▲ ----------------------- */

/* フッターのコピーライト部分 */
.copyright {
font-size: 10px;
font-family: Verdana,sans-serif,Geneva,"Osaka","平成角ゴシック","ＭＳ Ｐゴシック";
margin: 0px 0px 0px 0px;
padding: 10px 0px 10px 0px;
}

/* ---------------------------------------------------------
FC2blog用テンプレート：【basic_3column】

絵文字、プラグイン対応版
2006.02.20 作成

ご利用の際には、必ず当ブログのINFORMATIONを
ご覧下さいますようお願いいたします。

Copyright 2004-2006 FC2blogの着せ替えブログ. All rights reserved.
Skin Designed By HANAMITSUKI At FC2blogの着せ替えブログ.
http://kisekae.blog3.fc2.com/

カスタマイズしたら、以下のように、記入しておくと良いです。
Skin Customized By あなたのＨＮ At サイトタイトル.
-----------------------------------------------------------*/
