@charset "EUC-JP";

/*--------------------------------
初期化
--------------------------------*/
*{
margin:0px;
padding:0px;
}

/*--------------------------------
全体
--------------------------------*/
body {
color: #222222;
font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
background-color:#333333;
text-align:center;
}

#wrapper{
background-color: #222222;
background-image: url("");
background-repeat: repeat;
background-position: 0 0;
text-align: center;
margin:0px auto;
width: 750px;
}

#header{
background-color:#333333;
background-image: url("");
text-align: center;
width: 100%;
}

#left_c{
background-color: #222222;
background-image: url("http://blog-imgs-27.fc2.com/f/r/o/fromfm/border_shadow2.gif");
background-repeat: repeat-x;
background-position: left top;
text-align: center;
width: 200px;
float:left;
}

#right_c{
background-color: white;
background-image: url("http://blog-imgs-27.fc2.com/f/r/o/fromfm/border_shadow1.gif");
background-repeat: repeat-x;
background-position: left top;
text-align: center;
width: 549px;
border:0px #222222 solid;
border-right-width:1px;
float:right;
}

#footer{
background-color: #cccccc;
background-image: url("");
background-repeat: repeat;
background-position: 0 0;
text-align: center;
width: 748px;
padding:10px 0px 10px 0px;
border:1px #222222 solid;
border-bottom-width:0px;
font-size:0.8em;
clear:both;
}

/*--------------------------------
リンク色
--------------------------------*/
a:link{color:darkorange;text-decoration: none;}
a:visited{color:darkorange;text-decoration: none;}
a:hover{color:gray;text-decoration: none;}

a.link_white:link{color:whitesmoke;text-decoration: none;}
a.link_white:visited{color:whitesmoke;text-decoration: none;}
a.link_white:hover{color:darkorange;text-decoration: none;}

/*--------------------------------
水平線
--------------------------------*/
hr{
border-color:darkorange;
border-style:solid;
border-width:1px;
}

/*--------------------------------
リスト
--------------------------------*/
ul{
list-style:square;
padding:0px 0px 0px 15px;
}

/*--------------------------------
ヘッダー
--------------------------------*/
.header_gray{
background-color:#333333;
width:100%;
height:2em;
}

.header_white{
background-color:#efefef;
width:100%;
height:2em;
}

.header_title{
padding:0.5em 0em 0.5em 0em;
font-weight:bold;
letter-spacing:0.1em;
}

.header_intro{
padding:0.5em 0em 0.5em 0em;
font-size:0.8em;
}

ul.header_tab{
margin:0px 6px 0px 0px;
font-size:0.8em;
}

ul.header_tab li{
float:right;
background-color:#222222;
list-style:none;
padding:2px;
margin:0px 2px;
width:50px;
border:0px darkorange solid;
border-bottom-width:2px;
}

/*--------------------------------
左メニュー
--------------------------------*/
.menu_wrapper{
margin:10px auto;
color:white;
font-weight:bold;
font-size:0.8em;
}

.menu_inside{
margin:7px 0px 0px 0px;
}

.menu_title{
background-color: darkorange;
background-image: url("");
background-repeat: repeat-y;
background-position: left top;
text-align: center;
padding:3px 0px 3px 0px;
width: 198px;
border:0px #222222 solid;
border-right-width:1px;
border-left-width:1px;
font-size:0.8em;
}

.menu_body{
padding:10px;
width: 180px;
color:whitesmoke;
font-size:0.8em;
line-height:140%;
text-align: left;
}


/*--------------------------------
右カラムトップ（Recent Entries）
--------------------------------*/
.right_top_wrapper{
background-color:#cccccc;
background-image: url("http://blog-imgs-27.fc2.com/f/r/o/fromfm/border_shadow3.gif");
background-position:left top;
background-repeat:repeat-x;
margin:0px 10px 0px 10px;
padding:10px 20px 10px 20px;
text-align:left;
}

.right_top_title{
font-size:0.8em;
font-weight:bold;
margin:0px 0px 7px 0px;
}

.right_top_body{
font-size:0.8em;
line-height:140%;
}

/*--------------------------------
エントリー表示
--------------------------------*/
.entry_inside{
margin:30px;
text-align:left;
}

.entry_title{
color:darkorange;
font-weight:bold;
float:left;
}

.entry_date{
color:darkorange;
font-size:0.8em;
text-align:right;
float:right;
}

.entry_status{
background-color:#333333;
font-size:0.6em;
text-align:right;
padding:2px;
border:0px darkorange solid;
border-top-width:2px;
clear:both;
}

.entry_txt{
margin:10px 0px 10px 0px;
font-size:0.8em;
text-align:left;
line-height:140%;
}

.entry_more{
margin:10px 0px 0px 0px;
font-weight:bold;
}

/*--------------------------------
コメント
--------------------------------*/
.middle_title{
color:#cccccc;
font-weight:bold;
text-align:left;
margin:15px 30px 0px 30px;
}

.comment_inside{
background-color:#cccccc;
text-align:center;
margin:0px 30px 30px 30px;
padding:10px 0px 0px 0px;
}

.comment_title{
color:darkorange;
font-size:0.8em;
font-weight:bold;
margin:0px 0px 0px 10px;
float:left;
}

.comment_stutas{
color:darkorange;
font-size:0.8em;
margin:0px 10px 0px 0px;
float:right;
}

.comment_txt{
border:0px darkorange solid;
border-top-width:2px;
font-size:0.8em;
line-height:140%;
text-align:left;
padding:10px;
clear:both;
}

.comment_table{
font-size:0.8em;
line-height:140%
text-align:left;
margin:10px 30px 30px 30px;
}


/*--------------------------------
フォーム
--------------------------------*/
input{
 background-color:whitesmoke;
 border:1px solid #666;
 color:#333;
}

textarea{
 background-color:whitesmoke;
 line-height:140%;
 border:1px solid #666;
 color:#333;
}

.formTit{
 padding-right:5px;
}

.formInp{
 text-align:left;
}

/*--------------------------------
ページ移動
--------------------------------*/
.pagenavi{
background-color:#333333;
border:0px #222222 solid;
border-top-width:2px;
font-size:0.8em;
color:whitesmoke;
padding:5px;
margin:0px 30px 0px 30px;
}