@import url("header-main.css");
@import url("layout-3column.css");
@import url("footer.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
}

body {
font-size: 12px; /* Resets 1em to 10px */
font-family: Verdana, Arial, sans-serif;
margin: 0;
padding: 0;
text-align: center;
color: #333;
background: #ddd;
}

img {
border-style: none;
}
ul {
list-style: none;
margin: 0; 
padding: 0;
}

a:link {
text-decoration: none;
color:blue;
}
a:visited {
text-decoration: none;
color: blue;
}
a:hover {
text-decoration: none;
background-color: orange;
color: #fff;
}
a:active {
text-decoration: none;
color: orange;
}

a:hover img {
filter: alpha(opacity=50);　/IE対応
-moz-opacity:0.5;
opacity:0.5;
-ms-filter: "alpha(opacity=50)"; /IE8対応
zoom: 1; /* IE（インラインで使うとき）*/
}
#image-table .selected img{
filter: alpha(opacity=50);　/IE対応
-moz-opacity:0.5;
opacity:0.5;
-ms-filter: "alpha(opacity=50)"; /IE8対応
zoom: 1; /* IE（インラインで使うとき）*/
}

.selected a:link{
text-decoration:none;
color:orange;
}
.selected a:visited{
text-decoration:none;
color:orange;
}

blockquote {
margin: 20px 0;
padding: 0 20px 0 50px;
color: #444;
background: url('images2009/quote.png') no-repeat 10px 0;
border: none;
font-size: 12px;
}




#navi{
padding:20px 20px 20px 20px;
margin-top:20px;
background-color:white;
border-width:1px 1px 1px 1px;
border-style:solid;
border-color:#000000;
font-size:11pt;
}
#navi .selected{
color:orange;
font-weight:bold;
}
#navi li{
padding:5px 0px 5px 0px;
}
#navi a{
text-decoration:underline;
font-weight:bold;
}


/*ナンバーナビ*/
#numbernavi {
font-family: "Lucida Sans Unicode", verdana, helvetica;
color: #bbb;
text-align: center;
margin: 0 0 20px 0;
}
#numbernavi li {
list-style:none;
display: inline;
margin: 0 5px;
/*padding: 5px;
border: 1px solid #ddd;*/
font-size: 1em;
}
#numbernavi a {
padding: 5px;
border: 1px solid #ddd;
}
#numbernavi .selected a {
background-color: orange;
color: #fff;
font-weight: bold;
text-decoration:none;
}
#numbernavi a:hover{
background-color:orange;
color:#fff;
text-decoration:none;
}





.index{
padding:5px;
border-width:0px 0px 1px 0px;
border-style:solid;
border-color:gray;
background-color:white;
}



/*サラダバー共通項目*/
.sidebartop {
position: relative;
height:30px;
border-bottom:1px solid #444;
line-height: 0.75;
}
.sidebartop h2 {
position: absolute;
bottom: 0;
padding: 5px;
}
#sidebar1 li {
background: transparent;
border-bottom:1px dotted #444;
}
#sidebar1 a {
display:block;
color: #666;
padding: 5px;
background: transparent;
}
#sidebar1 a:hover, #sidebar2 a:hover {
background-color:orange;
color:#fff;
text-decoration:none;
}
#sidebar1 .selected a, #sidebar2 .selected a {
background-color:orange;
color:#fff;
text-decoration:none;
}

/*サラダバー１*/
#sidebar1 {
font-family: Verdana, Arial, sans-serif;
color:#666666;
background: transparent;
font-size:12px;
font-weight:normal;
word-break: break-all;
}
h2,
#sidebar1 h2 {
font-size: 18px;
font-weight: normal;
color: #444;
font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
}
#sidebar1 .summaryblock {
line-height:150%;
}
#sidebar1 .title {
font-weight: normal;
}
#sidebar1 .date {
float: right;
height:16px;
padding-left: 18px;
background-image: url(images2009/time.png);
background-repeat: no-repeat;
}
#sidebar1 .comment {
height:16px;
padding-left: 18px;
background-image: url(images2009/comment2.png);
background-repeat: no-repeat;
}
#sidebar1 .selected img,
#sidebar1 a:hover img {
padding: 3px;
border: none;
background: #fff;
}
#sidebar1 .summaryblock img {
padding: 2px;
border: 1px solid #ddd;
background: #fff;
}

/*サラダバー２*/
#sidebar2 {
font-size: 12px;
font-family: Verdana, Arial, sans-serif;
color:#666666;
background: transparent;
}
#sidebar2 h2 {
font-size: 18px;
font-weight: normal;
color: #444;
font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
}
#sidebar1 .favorites ul,
#sidebar2 .favorites ul {
padding-bottom: 10px;
}
#sidebar2 a {
display:block;
color: #666;
padding: 2px;
}
#sidebar1 .other h2,
#sidebar2 .other h2 {
padding: 5px;
margin-top: 20px;
}
#sidebar1 .link-category,
#sidebar2 .link-category {
font-weight:bold;
color:#444;
padding: 5px;
background: url(images2009/link-bg2.png) repeat-x;
background-position: bottom;
}
#sidebar2 .clearclear {
height: 100px;
padding: 0;
}

#sidebar2 .categories a {
display:block;
border-bottom:1px dotted #444;
}
#sidebar2 .categories li{
display:inline;
}
#sidebar2 .categories ul li li a {
padding-left: 20px;
font-weight: normal;
}
#sidebar2 .categories ul li a {
font-weight: bold;
}

/*エントリーヘッダー*/
#entryheader {
margin: 10px 0;
}
#entryheader .category {
}
#entryheader .date {
text-align: right;
}
#entryheader .title {
font-size: 18px;
font-weight: 600;
border-bottom: 2px solid #ccc;
/*padding: 0 0 3px 0;*/
}

/*エントリー*/
#entry {
margin: 20px 0 20px 0;
padding: 0 0 10px 0;
border-bottom:1px dashed #999;
font-size: 14px;
line-height: 180%;
}
#entry h2 {
font-size: 18px;
line-height: 100%;
padding: 2px 0 0 5px;
border-left: 18px solid orange; 
margin-bottom: 20px;
color: #000;
}
#entry .category {
line-height: 100%;
padding: 0 0 0 5px;
border-left: 18px solid orange;
}
#entry .content {
line-height: 180%;
margin: 50px 0 30px 0;
font-size: 15px;
color: #000;
}
#entry img {
margin: 10px 0;
border: 0;
}
#entry a:hover {
background: none;
color: #0000FF;
text-decoration: underline;
}
#entry .imgcenter {
padding: 0 10px;
}
/*#entry .date {
padding: 2px;
margin-bottom:5px;
background: none;
float: right;
}*/
#entry .date { /* date & author */
color : silver;
float:right;
line-height:2.3em;
margin:1.5em 0 5px 10px;
padding-left:5px;
border-left:1px solid silver;
font-size:.8em;
text-align:center;
position:relative;
right:0;
font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
#entry .date .date_day {
display:block;
font-size:3em;
text-align:right;
}
#entry .date .date_month {
display:block;
font-size:3em;
text-align:right;
font-weight:bold;
}
#entry .date .date_year {
display:block;
font-size:1.4em;
line-height:.9em;
}
#entry dd {
padding-left:20px;
}

#entry .entryimg {
text-align: center;
}
#entry .entryimg img {
padding: 0 10px;
}
#entry span.himitsu {
display: none;
}


/* ぱんくずリスト */
#contentheader {
position: relative;
height: 30px;
line-height: 110%;
border-bottom: 1px solid #444;
}
.pankuz {
position: absolute;
bottom: 0;
margin: 0;
padding: 0 0 5px 0;
font-size:12px;
}

.pankuz li {
display: inline;
}


/*コメント*/
#comments {
line-height: 150%;
margin-bottom: 30px;
padding: 20px;
}
#comments h2 {
font-size: 18px;
font-weight: normal;
color: #444;
font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
padding-bottom: 40px;
}
#comments li {
margin: 0 0 30px 0;
padding: 0 0 10px 0;
}
#comments .date {

height: 16px;



padding-left: 18px;
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
background: #fff url(images2009/time.png) no-repeat;

}
#comments .name {
padding: 2px 0;
}
#comments .name span {
font-size: 16px;
font-weight: 600;
}
#comments .comment {
padding: 15px 0 0 0;
}

a.top-btn {
position: relative;
bottom: 25px;
left: 90%;
display: block;
width: 24px;
text-indent: -3000px;
background: url(images2009/top.gif) no-repeat;
}
a.top-btn:hover { 
background: url(images2009/tophover.gif) no-repeat;
text-decoration: none;
}

#navinavi {
margin: 0;
padding-bottom: 15px;

}
#navinavi .newer {
margin: 0;
padding: 0;
float: left;
}
#navinavi .older {
margin: 0;
padding: 0;
float: right;
}
#navinavi a {
color: #999;
}
#navinavi a:hover {
color: #999;
background: none;
text-decoration: underline;
}


.clearfix {
content: ".";
display: block;
visibility: hidden;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
clear: both;
} 