@charset "euc-jp";


/*div { border: solid 1px #f00; }*/

body {
font-family:Arial, Helvetica, sans-serif !important;
font-size:12px;
line-height: 1.6;
margin-top:0px;
margin-left:0px;
color:#000000;
margin-right:0;
}

h1 {
font-size: 16px;
}
h2 {
font-size:14px;
margin-left: 3%;
color:#534741;
}
a:link {
color:#0000FF;
text-decoration: none;
}
a:active {
color: #999;
text-decoration: none
}
a:visited {
color: #818181;
text-decoration: none
}
a:hover {
color: #d00;
text-decoration: underline;
}

/* H1のリンク色 */
.cool:link {  color: #000000; text-decoration: none}
.cool:visited {  color: #000000; text-decoration: none}
.cool:active {  color: #CCCC99; text-decoration: none}
.cool:hover {  color: #3F6392; text-decoration: underline}

/*左コラムのリンク色 */
.Leftcol:link {  color: #534741; text-decoration: none}
.Leftcol:visited {  color: #534741; text-decoration: none}
.Leftcol:active {  color: #CCCC99; text-decoration: none}
.Leftcol:hover {  color: #FF3366; text-decoration: underline}

/* エントリー　日付などのリンク色 */
.entry:link {  color: #000000; font-size:10px; text-decoration: none}
.entry:visited {  color: #000000; font-size:10px; text-decoration: none}
.entry:active {  color: #CCCC99; font-size:10px; text-decoration: none}
.entry:hover {  color: #3F6392; font-size:10px; text-decoration: underline}

/* エントリー　続きを読むのリンク色 */
.gray:link {  color: #534741; text-decoration: none}
.gray:visited {  color: #534741; text-decoration: none}
.gray:active {  color: #CCCC99; text-decoration: none}
.gray:hover {  color: #3F6392; text-decoration: underline}

/*上部ツール部分のリンク色 */
.tool:link {  color: #0000FF; text-decoration: none}
.tool:visited {  color: #0000FF; text-decoration: none}
.tool:active {  color: #CCCC99; text-decoration: none}
.tool:hover {  color: #FF3366; text-decoration: underline}

.clear {
	clear: both;
	height: 20px;
}

/* ツール部分 */
#tool {
width:100%;
height:27px;
background-image:url(http://1.dtiblog.com/template/default/image/bg_tool.jpg);
}

.toolL {
float:left;

}

.toolR {
float:right;

text-align:right;
margin-right:20px;
margin-top:2px;
color:#0000FF;
}


/* ヘッダー部分 */
#header {
width:100%;
background-image:url(http://1.dtiblog.com/template/default/image/bg_head.jpg);
border-bottom:1px solid #D3DFED;
}

.brand {
padding:15px;
}

/* 横カレンダーの設定 */
/* 表示させない場合は left 属性の margin-top と、
right 属性の top プロパティを減らして全体を底上げしてください。*/
.yokocal {
position: absolute;
left: 2%;
top: 10.7em;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
padding: 0.2em 0.5em 0.3em 0.5em;
text-align: center;
margin: 0;
font-size: 80%;
}
/* 横カレンダーの日付はリストを inline で横に並べてるので、不具合ある人もいるかも。*/
.yokocal li {
display: inline;
margin: 0 0.1em;
}
/* レイアウト設定 */
/* レイアウト構成は left の中に right を左側に入れ込んでるという感じ。
そのために、left 属性では左に大きくパディングを取ってます。
ので、left でも実際は、右側に表示されることになります。 */
/* 記事表示部分 */
#left {
margin-top: 3.7em/* 横カレンダーを消した場合 3.7em ぐらい*/;
margin-left: 0;
margin-right:6em;
padding: 0 0 0 380px;
word-break: break-all;
}

/* メニュー　デザイン枠 */

#colhead {
background-image:url(http://1.dtiblog.com/template/default/image/col_head.jpg);
width:280px;
height:31px;
text-align:center;
}

.colheadtext {
padding:10px 30px 0 30px;
font-size:12px;
font-weight:bold;
}

#colbody {
background-image:url(http://1.dtiblog.com/template/default/image/col_body.jpg);
width:280px;
text-align:left;
}

#colfoot {
background-image:url(http://1.dtiblog.com/template/default/image/col_foot.jpg);
width:280px;
height:25px;
text-align:center;
}

/* 左コラム用ボックス */

.box {
width:250px;
overflow: hidden;
}

/* メニュー表示部分 */
/* 横幅を増やした場合は left 属性の右パディングも増やしてください。 */
#right {
width: 280px;
position: absolute;
padding: 0 0 2.7em 0;
top: 177px;
left: 48px;
color: #232323;
word-break: break-all;
margin-top: 20px;
}
/* メニューの見出し*/
#right h3 {
color:#666;
font-size: 14px;
}

/* 自己紹介的なところのリスト要素 */
/* 下のカレンダーのために下に余白を取ってます。
カレンダーを削除する場合はこの余白設定も削除してください。 */
#right ul.info {
list-style-type: square;
padding:  0 0 0 30px;
}
/* その他のメニュー内のリスト */
#right ul {
list-style-type: square;
padding:  0 0 0 26px;
margin: 0;
}
#right ul li {
font-size: 12px;
margin: 0 0 0 0.7em;
list-style-position: outside;
}
/* recent entry とrecent comment の日付部分はこれで文字を少し小さく */
#right ul li span {
margin-left: 0.3em;
}
/* 一番下の部分(copyright) */
/* メニューの高さが記事より長くなった場合の為に一応、右寄せ */
#footer {
float:right;
width:220px;
padding:20px;
background-color:#D3DFED;
border:1px solid #87A1C2;
text-align: left;
margin-top:100px;
margin-right:36px;
}
/* footer 内に色々表示させたい場合はこの辺も一緒に弄った方が吉 */
#footer p {
font-size: 12px;
letter-spacing: 0.2em;
}
/* 記事の見出し(タイトル) */
#left h3 {
font-size:14px;
border-left: 7px solid #000000;
border-bottom: 1px solid #000000;
padding: 0.1em 0.7em;
margin: 0 0 0 0;
}
/* 記事表示部分を囲うブロック要素の属性 */
.body {
font-size: 12px;
margin: 0 0 5.7em 0;
padding: 0 1.7em 0.7em 1.7em;
line-height: 1.4;
}
/* コメントとトラックバック記事表示部分を囲うブロック要素の属性 */
.bodyCT {
font-size: 12px;
padding:20px;
line-height: 1.4;
background-color:#F4FAFD;
}

/* 記事内に画像があった場合、左に滑り込ませる */
/* .body img {
border: 1px solid #999;
float: left;
margin: 0 0.7em 0 0;
}
 */
/* 記事のステータス用リスト */
.sub {
text-align: right;
margin-top:0px;
font-size:10px;
}
.sub li {
display: inline;
}
.sub a {
margin-right: 0.3em;
font-size:10px;
}
/* レスフォーム設定 */
.reaf {
color: #333;
position: relative;

width: 100%;
margin: 1.7em 0%;
}
.reaf dt {
letter-spacing: 0.1em;
position: absolute;
left: 0;
}
.reaf dd {
padding: 0 0 0.5em 5.7em;
}
.reaf input {
/*width: 50%;*/
}
.reaf textarea {
width: 80%;
}
#himitsu {
width: auto;
}
/* フォームをコンパクトにする場合は以下 */
/*
.reaf {
color: #999;
width: 100%;
}
.reaf dt {
letter-spacing: 0.1em;
}
.reaf dd {
margin: 0;
padding: 0 0 0.5em 0;
}
.reaf input {
width: 50%;
}
.reaf textarea {
width: 80%;
}
#himitsu {
width: auto;
}
*/
/* カレンダー設定 */
table.calender {
font-size:12px;
width: 200px;
border-collapse: separate/*collapse*/;
border-spacing: 0;
padding: 0.5em 0 0.7em 0;
}
.calender caption {
border-bottom: 1px solid #777;
padding: 0 0 0.5em 0;
}
.calender th {
font-weight: normal;
}
.calender td {
font-size:12px;
width: 14%;
text-align: center;
padding: 0.1em;
}
.calender td a {
display: block;
}
th#sun {
color: #f00;
}
th#sat {
color: #00f;
}
/* 自己紹介的なところで画像を使用した場合の中央寄せ */
.pay {
text-align: center;
margin-right:2em;
}

/* コメントリストの設定 */
#commentlist {
margin-top: 1.7em;
margin-bottom: 7.7em;
margin-right: 1.7em;
}
/* トラックバックリストの設定 */
#trackbacklist {
margin: 2.7em 1.7em 0 0;
padding: 1.7em 0 2.7em 3.7em;
border-top: 1px solid #ddd;
}
/* トラックバックリスト内のリスト */
#trackbacklist li ul {
margin-top: 0.7em;
margin-bottom: 1.7em;
}
/* コメントリスト、トラックバックリストの整形 */
#commentlist a, #trackbacklist a {
margin-right: 0.5em;
}
#commentlist li, #trackbacklist li {
margin-bottom: 0.5em;
}
/* trackback uri 表示部分の設定 */
#trap dt {
margin: 0 0 0.5em 0.7em;
}
#trap dd {
}
#trap dd a {
text-decoration: underline;
}
/* 検索 */
#right form {
margin: 0;
}
.light {
margin: 2.7em 0 0 0;
padding: 0.7em 0 0 0;
}
.search {
margin: 0 0 3.7em 0;
padding: 0.7em 0;
}
.search input {
}

