/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.ibaraki-kennan.com/cgi/mt/mt-static/themes/base-weblog1.css);
@import url(http://www.ibaraki-kennan.com/cgi/mt/mt-static/themes/theme-travel-toms/theme-travel.css);
/* end StyleCatcher imports */

.sidetitle2 {
    width: auto;
    margin:3px 0px 0px 0px;
    padding: 0px;
    text-align: center; /* テキスト配置 */
}
 
.sidetitle2 a {
    width: auto;
}
 
/* 通常 */
.sidetitle2 a:link,
.sidetitle2 a:visited {
    display: block;
    padding: 2px;
    border: 1px solid #999999; /* 枠線 */
    color:#666666; /* 文字色 */
    background-color:#f6f6f6; /* 背景色 */
    font-family: Verdana, Arial, sans-serif;
    font-size:10px;
    text-decoration: none;
}
 
/* マウスポイント時 */
.sidetitle2 a:hover {
    padding: 2px;
    border: 1px solid #999999; /* 枠線 */
    color:#ffffff; /* 文字色 */
    background-color: #999999; /* 背景色 */
    font-family: Verdana, Arial, sans-serif;
    font-size:10px;
    text-decoration: none;
}

div.module-tagcloud .module-list-item {
	display:inline;
}
div.module-tagcloud .taglevel1{
	font-size: 20px;
}
div.module-tagcloud .taglevel2{
	font-size: 18px;
}
div.module-tagcloud .taglevel3{
	font-size: 16px;
}
div.module-tagcloud .taglevel4{
	font-size: 14px;
}
div.module-tagcloud .taglevel5{
	font-size: 12px;
}
div.module-tagcloud .taglevel6{
	font-size: 10px;
}
div.entry-tags h4.entry-tags-header ,
div.entry-tags ul.entry-tags-list ,
div.entry-tags ul.entry-tags-list li.entry-tag{
	display: inline;
}
