/*----- tips common -----*/
.tipsBlockTable {
    width: 100%;
    border-collapse: collapse;
    color: #1b1b18;
    font-size: 1em;
}
.tipsBlockTable th {
    font-weight: bold;
    background: #2F5376;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #bfbfbf;
    line-height: 2.0;
}
.tipsBlockTable td { border: 1px solid #bfbfbf; line-height: 1.5; }
.tipsBlockTable .even td { background-color: #dee3e7; }
.tipsBlockTable .odd td { background-color: #E9E9E9; }
.tipsBlockTable .center { text-align:center; }
.tipsBlockTable .right { text-align:right;}
.tipsBlockTable .top { vertical-align:top;}
.tipsBlockTable .middle { vertical-align:middle;}
.tipsBlockTable .bottom { vertical-align:bottom;}

.tipsBlockTable dl,
.tipsBlockTable dt,
.tipsBlockTable dd { margin:0; padding:0; }

/* calendar block */
#tipsBlockCalendar {
    empty-cells: show;
    font-size: 100%;
    margin: 0 auto;
    width: 132px;   /* change if you like:  pixels = column with * 7 + cellspacing */
                    /* sample 14*7+6=104 or 18*7+6=132 or 22*7+6=160 */
}

#tipsBlockCalendar a {text-decoration: underline;}

#tipsBlockCalendar a:hover { background: transparent; color: #c00;}

#tipsBlockCalendar caption {
    color: #000;
    font: 100% Tahoma, Arial, Serif;/* Font-size critical if you change box width */
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#tipsBlockCalendar #to-this { padding: 0; }
#tipsBlockCalendar caption a { text-decoration:none; }
#tipsBlockCalendar caption a:hover { color: #c00; }
#tipsBlockCalendar a#to-nextM { padding: 0 7px; }
#tipsBlockCalendar a#to-prevM { padding: 0 7px; }

#tipsBlockCalendar th {
    text-transform: none;
    font-size: 90%; /* Font-size critical if you change box width */
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    width: 18px;    /* Critical if you change box width */
    height: 18px;   /* Critical if you change box width */
    background: #2F5376;
    padding: 0;
}

#tipsBlockCalendar td {
    color: #000;
    font: normal 100% Tahoma, Arial, Serif; /* Font-size critical if you change box width */
    text-align: center;
    vertical-align: middle;
    width: 18px;    /* Critical if you change box width */
    height: 18px;   /* Critical if you change box width */
    padding: 0;
}

#tipsBlockCalendar .today { border: 1px solid #369; }
#tipsBlockCalendar .today a{ text-decoration: none !important; }

#tipsBlockCalendar th.sunday { background-color: #ef6767; }
#tipsBlockCalendar td.sunday { background-color: #f7d2d2; }
#tipsBlockCalendar th.saturday { background-color: #6771ef; }
#tipsBlockCalendar td.saturday { background-color: #c1c5f4; }
#tipsBlockCalendar td.prevmonth,
#tipsBlockCalendar td.nextmonth {color: #dda;}  /* hides if the same color used as background */

/* category block */
/*
.tipsBlockCategory { margin:0 0 0 3px; padding:0; list-style:inside; }
.tipsBlockCategory li { margin:0; padding:0; }
*/
ul.tipsBlockCategory  {
	list-style-image: url(/themes/suishin/images/common/yaji04_link_a.gif);
}
ul.tipsBlockCategory  li a:hover {
	margin-left: -2px;
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
.tipsBlockCatChild { margin:0 0 0 8px; padding:0; list-style:inside; }

/* archive block */
/*
.tipsBlockArchive { margin:0 0 0 3px; padding:0; list-style:inside; }
.tipsBlockArchive li { margin:0; padding:0; }
*/
ul.tipsBlockArchive  {
	list-style-image: url(/themes/suishin/images/common/yaji04_link_a.gif);
}
ul.tipsBlockArchive  li a:hover {
	margin-left: -2px;
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
.tipsBlockArchNav { margin:0 8px 0 0; text-align:right; }
.tipsBlockArchSort { margin:0 0 0 8px; }

/* latest entries block */
.tipsBlockLatestEntries { margin:0 0 0 3px; padding:0; list-style:inside; }
.tipsBlockLatestEntries li { margin:0; padding:0;}
.tipsBlockLatestEntries li p { margin:.3em 0 .3em 1em; padding:0;}

/* recent trackback block */
.tipsBlockTB { margin:0 0 0 3px; padding:0; list-style:inside; }
.tipsBlockTB li { margin:0; padding:0; }
.tipsBlockTB .tbdate {}

/* recent comment block */
.tipsBlockComments { margin:0 0 0 3px; padding:0; list-style:inside; }
.tipsBlockComments li { margin:0; padding:0; }
.tipsBlockComments li span {}

/* bloggers list */
.tipsBlockBloggers { margin:0 0 0 3px; padding:0; list-style:inside; }
.tipsBlockBloggers li { margin:0; padding:0; }
.tipsBlockBloggersNav { margin:0 8px 0 0; text-align:right; }

.moreBlogs { display:block; text-align:right; }
.readMore { display:block; /* padding-top:1em; */ }

/***------------ experimental -------------***/
/* Clearing float   www.positioniseverything.net */
.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearFix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */
