/* リセット-------------------------------------------------------------- */

body,div,p,h1,h2,h3,h4,h5,h6,blockquote,dl,dt,dd,ul,ol,li,address,img,a,form,input,textarea,table,th,tr,td{ 
margin: 0px; 
padding: 0px; 
border: 0px; 
font-size: 1em; 
font-weight: normal; 
font-style: normal; 
text-decoration: none; 
} 

ul,ol,li{ 
list-style-type: none; 
} 

/* 全体の指定--------------------------------------------------------- */

/* body */
body{ 
background-color: #ffffff; 
color: #000000; 
font-size: 80%; 
font-family: 'Verdana', sans-serif; 
line-height: 1.5; 
letter-spacing: 0.1em; 
text-align: center; 
} 

/* リンク */
a:link{ 
color: #333333; 
text-decoration: underline; 
} 

a:visited{ 
color: #333333; 
text-decoration: none; 
} 

a:hover{ 
color: #666666; 
text-decoration: underline; 
} 

a:active{ 
color: #666666; 
text-decoration: none; 
} 

/* 右寄せ */
.right{ 
text-align: right; 
} 

/* 中央揃え */
.center{ 
text-align: center; 
} 

/* 左寄せ */
.left{ 
text-align: left; 
} 

/* h2 */
h2{ 
font-weight: bold; 
font-size: 1.2em; 
} 

h2 a:link, h2 a:visited{ 
font-weight: bold; 
text-decoration: none; 
} 

/* 引用 */
blockquote{ 
padding: 10px; 
margin: 10px; 
border: solid 1px #cccccc; 
color: #999999; 
} 

/* フォーム */
input, textarea{ 
border: solid 1px #000000; 
background-color: #eeeeee; 
color: #000000; 
} 

/* 構造の指定-------------------------------------------------------- */

/* 全体 */
div#all{ 
text-align: left; 
margin: 0px auto; 
border-right: solid 1px #000000; 
border-left: solid 1px #000000; 
} 

/* IE6以下以外 */
div#all{ 
width/**/: 752px; 
} 

/* IE6以下 */
* html div#all{ 
width: 750px; 
} 

/* ヘッダー */
div#header{ 
border-bottom: solid 1px #000000; 
background-color: #eeeeee; 
} 

/* IE6以下以外 */
div#header{ 
width/**/: 752px; 
} 

/* IE6以下 */
* html div#header{ 
width: 750px; 
} 

/* 左2ブロック */
div#left2{ 
float: left; 
} 

/* IE6以下以外 */
div#left2{ 
width/**/: 551px; 
} 

/* IE6以下 */
* html div#left2{ 
width: 550px; 
} 

/* 左2ブロック内フロート */
div#entry{ 
width: 350px; 
float: right; 
} 

div#pleft{ 
float: right; 
} 

/* IE6以下以外 */
div#pleft{ 
width/**/: 201px; 
} 

/* IE6以下 */
* html div#pleft{ 
width: 200px; 
} 

/* 右プラグイン */
div#pright{ 
float: left; 
} 

/* IE6以下以外 */
div#pright{ 
width/**/: 201px; 
} 

/* IE6以下 */
* html div#pright{ 
width: 200px; 
} 

/* フロート解除 */
.clear{ 
clear: both; 
} 

/* フッター */
div#footer{ 
text-align: center; 
border-top: solid 1px #000000; 
background-color: #eeeeee; 
} 

/* IE6以下以外 */
div#footer{ 
width/**/: 752px; 
} 

/* IE6以下 */
* html div#footer{ 
width: 750px; 
} 

/* 余白取り */
div.pad{ 
padding: 10px; 
} 

/* ヘッダーの指定--------------------------------------------- */

/* ブログタイトル */
h1{ 
font-size: 1.4em; 
font-weight: bold; 
padding: 10px; 
} 

h1 a:link, h1 a:visited{ 
font-weight: bold; 
} 

/* ブログの説明文 */
div#header p{ 
padding: 0px 10px 10px 10px; 
} 

/* エントリーの指定-------------------------------------------- */

/* h2 */
div#entry h2{ 
border-bottom: solid 1px #000000; 
} 

/* 日付 */
p.date{ 
text-align: right; 
font-size: 0.8em; 
} 

p.date a:link, p.date a:visited{ 
text-decoration: none; 
color: #000000; 
} 

/* 本文 */
div.text{ 
padding: 10px 0px; 
} 

/* 続きを読むのリンク */
p.ps{ 
padding: 5px 0px; 
text-align: right; 
} 

/* エントリーフッター */
ul.efooter{ 
text-align: right; 
margin: 5px 0px 5px -5px; 
padding: 3px; 
border: solid 1px #000000; 
background-color: #eeeeee; 
font-size: 0.8em; 
} 

ul.efooter li{ 
display: inline; 
margin-left: 5px; 
} 

/* ナビ */
ul.navi{ 
margin: 5px 10px 5px 5px; 
text-align: center; 
} 

ul.navi li{ 
margin-left: 5px; 
display: inline; 
} 

/* コメント、トラックバック------------------------------- */

/* コメント、トラックバックh2 */
h2.ch2{ 
margin: 10px 10px 0px 10px; 
} 

h2.ch2 a{ 
font-weight: bold; 
text-decoration: none; 
} 

/* h3 */
h3{ 
font-weight: bold; 
border-left: solid 7px #999999; 
padding: 3px 5px; 
} 

h3 a{ 
font-weight: bold; 
text-decoration: none; 
} 

/* コメントフォーム幅 */
.cmt{ 
width: 300px; 
} 

/* コメントレス */
div.res{ 
margin-left: 30px; 
} 

/* プラグインの指定---------------------------------------- */

/* プラグイン上説明 */
p.pextop{ 
margin-top: 5px; 
} 

/* プラグイン中身 */
padding: 10px 0px; 
} 

/* プラグイン下説明 */
p.pexbottom{ 
margin-bottom: 5px; 
} 

/* カレンダーの指定------------------------------------- */

/* 全体 */
table.CalendarMoveTable, table.CalendarTable{ 
text-align: center; 
margin-left: auto; 
margin-right: auto; 
width: 90%; 
font-size: 10px; 
} 

/* リンク */
table.CalendarMoveTable a:link, table.CalendarMoveTable a:visited{ 
text-decoration: none; 
background-color: #eeeeee; 
} 

table.CalendarTable a:link, table.CalendarTable a:visited{ 
text-decoration: none; 
background-color: #eeeeee; 
} 

/* 曜日 */
table.CalendarTable th{ 
font-weight: bold; 
} 

/* 日曜 */
th.CalendarWdaySun, td.CalendarTdSun{ 
color: #ff0000; 
} 

/* 土曜 */
th.CalendarWdaySat, td.CalendarTdSat{ 
color: #0000ff; 
} 

/* フッターの指定---------------------------------------- */

/* 広告 */
div#footer p{ 
padding: 10px; 
} 

/* 著作権表示 */
div#footer address{ 
padding: 0px 10px 10px 10px; 
} 
