/* basic */

html {
margin: 0; 
padding: 0; 
background-color: #ffffff;
 }

body {
margin: 0;
padding: 0;
font-family: 'Gill Sans', verdana, 'trebuchet ms', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", sans-serif;
font-size: 14px; 
text-align: center; 
background-color: #ffffff;
color: 555555;
 }

a {
color: #555555;
text-decoration: none;
border-bottom: #999999 1px dotted;
 }

a:hover {
color: #ff5522;
text-decoration: none;
border-bottom:  #ff5522 1px solid;
 }


/* frame */

#container { 
width: 800px;
margin: 0px auto;
padding: 0px;
border: 1px solid #cccccc;
text-align: left; 
background-color: #ffffff;
 }

#header { 
width: 800px;
height: 150px;
padding: 0;
margin: 0;
 }

#sidebar { 
width: 280px;
margin: 0;
padding-right: 0;
float: right;
 }

#content { 
width: 520px;
padding: 0;
margin: 0;
float: left;
 }

#footer { 
width: 800px;
padding: 0;
margin: 0;
border-top: 1px #cccccc solid;
 }


/* header */

.header-body { 
width: 800px;
 }

.header-body img {
border: none;
margin: none;
padding: none;
 }

.header-body a {
text-decoration: none;
 }

.header-body a:hover {
text-decoration: none;
 }

.header-body h1 { 
margin: 10px;
color: #ff7722;
font-size: 60px; 
font-weight: bold; 
text-align: right;
font-family: 'Gill Sans', verdana, 'trebuchet ms', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", sans-serif;
line-height: 150%;
 }


/* content */

.content-body {
margin: 0px;
padding: 10px;
color: #333333;
font-family: 'Gill Sans', verdana, 'trebuchet ms', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", sans-serif;
font-size: 15px; 
text-align: left;
line-height: 150%;
}

.content-body h2 {
margin-top: 30px;
margin-bottom: 10px;
color: #000000;
font-family: 'Gill Sans', verdana, 'trebuchet ms', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", sans-serif;
font-size: 13px;
font-weight: bold;
text-align: left;
lign-height: 150%;
}

.content-body h2 a {
color: #000000;
font-family: 'Gill Sans', verdana, 'trebuchet ms', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", sans-serif;
font-size: 13px;
font-weight: bold;
text-align: left;
line-height: 150%;
text-decoration: none;
border: none;
}

.content-body h2 a:hover {
color: #ff5522;
font-family: 'Gill Sans', verdana, 'trebuchet ms', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", sans-serif;
font-size: 13px;
font-weight: bold;
text-align: left;
lign-height: 150%;
text-decoration: none;
border-bottom: 1px dotted #2ff442;
}


.content-body h3 {
margin-top: 20px;
margin-bottom: 0px;
padding: 5px 0px 10px 0px;
color: #ff5522;
font-family: 'Gill Sans', verdana, 'trebuchet ms', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", sans-serif;
font-size: 18px;
text-align: left;
font-weight: bold;
lign-height: 150%;
border-top: 2px #ff5522 solid;
background-image: url(http://tokyotoday.net/images/tokyotoday2006_caption_bg.jpg);
}

.content-body h3 a {
color: #ff5522;
font-family: 'Gill Sans', verdana, 'trebuchet ms', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", sans-serif;
font-size: 18px;
text-align: left;
font-weight: bold;
lign-height: 150%;
text-decoration: none;
}


.content-body h3 a:hover {
color: #ff5522;
font-family: 'Gill Sans', verdana, 'trebuchet ms', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", sans-serif;
font-size: 18px;
text-align: left;
font-weight: bold;
lign-height: 150%;
text-decoration: none;
border-bottom: 1px dotted #ff5522;
}

.content-body h4 {
margin-top: 0px;
margin-bottom: 10px;
color: #999999;
font-family: 'Gill Sans', verdana, 'trebuchet ms', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", sans-serif;
font-size: 10px;
text-align: left;
text-weight: normal;
lign-height: 150%;
}


.content-body img { 
margin: none;
padding: none;
border: none;
 }


/* sidebar */

.sidebar-body {
margin: 0px;
padding: 10px 20px 10px 20px;
color: #555555;
font-family: 'Gill Sans', verdana, 'trebuchet ms', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", sans-serif;
font-size: 11px; 
text-align: left; 
line-height: 150%;
}

.sidebar-body h2 {
margin-top: 20px;
margin-bottom: 10px;
padding: 5px 0px 10px 0px;
color: #ff5522;
font-family: 'Gill Sans', verdana, 'trebuchet ms', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", sans-serif;
font-size: 14px;
font-weight: bold;
text-align: left;
line-height: 150%;
border-top: 2px solid #ff5522;
background-image: url(http://tokyotoday.net/images/tokyotoday2006_caption_bg.jpg);
}

.sidebar-body h2 a {
color: #ff5522;
font-family: 'Gill Sans', verdana, 'trebuchet ms', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", sans-serif;
font-size: 14px;
font-weight: bold;
text-align: left;
line-height: 150%;
}

.sidebar-body h2 a:hover {
color: #ff5522;
font-family: 'Gill Sans', verdana, 'trebuchet ms', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", sans-serif;
font-size: 14px;
font-weight: bold;
text-align: left;
line-height: 150%;
}


.sidebar-body img { 
margin: none;
padding: none;
border: none;
 }

.sidebar-body ul {
margin: 0px;
padding: 10px;
}

.sidebar-body li {
line-height: 150%;
padding: 0px;
margin: 0px;
margin-bottom: 10px;
list-style-type: none;
 }

.tokyotodaysound .caption {
display: none;
 }

.module-tagcloud .module-content {text-align: center; }
.module-tagcloud .module-content .module-list { list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 16px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 14px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 12px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 10px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }

/* footer */

.footer-body {
margin: 30px;
color: #cccccc;
font-size: 11px;
font-family: 'Gill Sans', verdana, 'trebuchet ms', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", sans-serif;
font-weight: normal;
text-align: center;
}
