@charset "EUC-JP";

/*
	Template  : Ticket ?
	autor     : 霧崎　麻羅
	HP        : http://proceedings.eastwards.org/
	copyright : as k'now as
	
	version   : 4.00
*/

/* 基本設定 */
* {
 margin:0px;
 padding:0px;
}
body{
 color:#999933;
 background:#fff url("http://try.furlalala.com/template/tick_background.gif") fixed;
 font-family:"Verdana", "MS Pゴシック", "Osaka";
 font-size:7.5pt;
 line-height:160%;
}
br{ margin:0px 0px 3px; }
/* フォームパーツ */
input, textarea{
 color:#999933;
 background:transparent;
 font-family:"Verdana", "MS Pゴシック", "Osaka";
 font-size:7.5pt;
 border:solid 1px #67cc99;
}
/* アンカー */
a:link, a:visited, a:hover, a:active{ text-decoration:none; }

/* カラム構成 */
div#frame{
 width:730px;
}
div#navi{
 width:250px;
 background:#fff;
 float:right;
 text-align:left;
}
div#main{
 width:450px;
 background:#fff;
 float:left;
 text-align:left;
}

br#clear{ clear:both; }

/* サイドバー */
dl{
 margin:0px 0px 10px;
 padding:0px 0px 10px;
 background:transparent url("http://try.furlalala.com/template/tick_line.gif") no-repeat right bottom;
}
dt{
 margin:5px 5px 10px 10px;
 font-weight:bold;
}
dd{
 margin:0px 5px 10px;
}
dd ul{ margin:0px 0px 3px 10px; }
dd li{
 margin:0px 0px 3px 10px;
 list-style-type:none;
}
/* サイドバー, エントリタイトル アンカー */
dd a:link, dd a:visited, h2 a:link, h2 a:visited{ color:#67cc99; }
dd a:hover, dd a:active, h2 a:hover, h2 a:active{ color:#9bcc99; }
/* 検索 */
dt#search{
 margin:30px 5px 10px 10px;
}
dd#search form{
 margin:0px 0px 0px 10px;
}
input#search{ margin:0px 20px 0px 0px; }
/* カレンダー */
dd#calendar{
 margin:0px 10px 10px;
 padding:5px;
}
dd#calendar a:link, dd#calendar a:visited{ color:#cccc99; }
dd#calendar a:hover, dd#calendar a:active{ color:#999933; font-weight:bold; }
table.calendar{ text-align:center; }
td.cell{
 width:25px;
 height:25px;
 border:solid 1px #67cc99;
}
td.cell a:link{ color:#9bcc99; font-weight:bold; }
td.cell a:visited{ color:#9bcc99; }
td.cell a:active{ color:#999933; }
/* RECOMMEND */
dd img{ border:none; }
div.amazon{
 margin:10px 30px 20px;
 text-align:center;
}
div.amazon_text{
 padding:0px 5px;
 text-align:left;
}

/* メイン表示エリア */
/* ブログ名 */
h1{
 margin:20px 0px 10px;
 padding:0px 30px;
 font-size:12pt;
}
h1 a{ color:#67cc99; font-weight:normal; }
h1 a:hover, h1 a:active{ font-weight:bold; }
p.title{
 margin:0px 0px 10px;
 padding:0px 30px 30px;
 color:#9bcc99;
 background:transparent url("http://try.furlalala.com/template/tick_line.gif") no-repeat right bottom;
}

/* エントリ表示 */
div#entry{
 margin:20px 0px 10px;
 padding:0px 20px 20px;
 background:transparent url("http://try.furlalala.com/template/tick_line.gif") no-repeat right bottom;
}
div#entry blockquote{
 margin:0px 30px;
 padding:0px 25px;
 background:transparent url("http://try.furlalala.com/template/tick_cast.gif") repeat-y;
}
div#entry ul{
 margin:0px 0px 0px 10px;
}
div#entry li{
 margin:0px 0px 3px;
 list-style:inside;
}
div.sequel{
 padding:3px 0px;
 text-align:center;
}
div.sequel a:link, div.sequel a:visited{ color:#999933; }
div.sequel a:hover, div.sequel a:active{ color:#cccc99; }
h2{
 margin:0px 0px 0px 10px;
 font-size:7.5pt;
}
div.entry_date{
 padding:5px 0px 0px;
 border-top:solid 2px #cccc99;
 text-align:right;
}
div.body{
 margin:10px 10px 30px;
}
div.body img, div.more img{ border:none; }
div.body a{ color:#cccc66; font-weight:bold; }
div.more{
 margin:10px 10px 30px;
 color:#cccc66;
}
div.more a{ color:#cccc66; font-weight:normal; }
div.more a:hover, div.more a:active{ font-weight:bold; }
div.state{
 margin:0px 10px 3px;
 text-align:right;
}
div.state a:link, div.state a:visited{ color:#999933; }
div.state a:hover, div.state a:active{ color:#cccc66; }
/* エントリ 画像(IMGタグ内にclass="pict"埋め込みで適用) */
div.body img.pict, div.more img.pict{
 padding:5px 3px;
 border:solid 1px #000000;
}
/* オススメ紹介 */
div.body div.amazon, div.more div.amazon{
 margin:10px 30px 20px;
 padding:3px 0px;
 text-align:center;
 border:solid 1px #67cc99;
}
div.body div.amazon_text, div.more div.amazon_text{
 padding:0px 5px;
 text-align:left;
}


/* コメント, トラックバック表示 */
dl.comment, dl.tb{
 margin:5px 20px 10px;
 background:transparent;
}
dt.comment{
 margin:0px 0px 5px;
 color:#67cc99;
 font-weight:normal;
}
dt.tb{
 margin:5px 0px;
 color:#999933;
 font-weight:normal;
}
dd.comment{
 color:#9bcc99;
 text-align:right;
}
dd.comment a{ color:#9bcc99; }
dd.comment a:hover, dd.comment a:active{ color:#67cc99; }
dd.tb{
 color:#67cc99;
 text-align:right;
}
/* コメントフォーム */
form.comment{
 margin:10px 0px 20px;
 padding:0px 20px 30px;
 background:transparent url("http://try.furlalala.com/template/tick_line.gif") no-repeat right bottom;
}
input#set_cookie{
 margin:0px 30px 0px 10px;
 border:none;
}
/* トラックバック */
div.tb{
 margin:0px 0px 10px;
 padding:0px 0px 10px;
 background:transparent url("http://try.furlalala.com/template/tick_line.gif") no-repeat right bottom; 
}
h3{
 font-size:7.5pt;
}
h3 a{ color:#67cc99; font-weight:bold; }
h3 a:hover, h3a:active{ color:#cccc99; }
p.tb{
 margin:5px 20px 15px 30px;
}

/* プロフィール表示 */
h4{
 margin:20px 0px 10px;
 color:#67cc99;
 font-size:12pt;
 font-weight:bold;
}
p.user{
 margin:0px 0px 10px;
 color:#9bcc99;
}

/* ページトップ */
div.pagetop{
 margin:20px 30px 30px;
 text-align:right;
 font-weight:normal;
}
/* ページナビゲーション */
div.page{
 margin:30px 0px;
 color:#999933;
 text-align:center;
 font-weight:normal;
}
/* ページトップ, ページナビゲーション アンカー */
div.pagetop a, div.page a{ color:#999933; }
div.pagetop a:hover, div.pagetop a:active,
div.page a:hover, div.page a:acive{ font-weight:bold; }

/* アクセス解析 */
/* counter */
div.accesslog img{
 width:0px;
 height:0px;
}

