/* iepngfix
td {behavior: url(iepngfix.htc)}
.iepngfix {behavior: url(iepngfix.htc)}
*/

* { margin: 0; padding:0 }

body {
	font-size: 12px;
        font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
        line-height: 1.35em;
	color: #333333;
	text-align: center; /* ie hack */
	background: url(image/back.gif) center top repeat-y;
}

body div {
	text-align: left;
	margin: 0 auto;
}

p, ol, ul, pre, blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
        line-height: 110%;
	margin-top: 6px;
	margin-bottom: 10px;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

table { border-collapse: collapse }
table, td, th {
	border: 0px red solid;
	vertical-align: middle;
}

hr { background-color: #000000; height: 1px;}

a { text-decoration: none }
a img { border: 0 }
a:link { color: #666666 }
a:visited { color: #777777 }
a:active { color: #3D3D3D }
a:hover { color: #3D3D3D }

pre {
  width: 500px;
  font-family: monospace;
  font-size: 12px;
  color: ivory;
  background: #666666;
  border: solid 1px #333333;
  padding: 20px;
}

#header {
	width: 900px;
	height: auto;
	background-color: white;
}

#header td{ vertical-align: top }

#logo {
    margin-top: 10px;
    /* background-image: url(image/reizenrep.png); */
}
#button { margin-top: 25px }
#searchform { margin-top: 30px }

#menubar {
	width: 900px;
	height: 26px;
	text-align: center;
}



#menubar td{
	vertical-align: top;
	text-align: center;
}

#container {
	width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(image/back-dot.gif);
	background-repeat: repeat;
}

#container a { text-decoration: none }

#topics {
	width: 850px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.tpcol {
	float:left;
}

#tpcol250 {
	width: 250px;
	float: left;
}

#tpcol200 {
	width: 200px;
}
.tp-body {
	min-height: 20px;
	padding-top: 8px;
}

#tp-body250 {
	width: 250px;
	background: url(image/tp-250center.png) center top repeat-y;
}

#tp-body200 {
	width: 200px;
	background: url(image/tp-200center.png) center top repeat-y;
}

.tp-inner {
	margin-left: 30px;
	margin-right: 30px;
}

#tp-inner250 { width: 190px }
#tp-inner200 { width: 140px }

#tp-thumb {
	text-align: center;
	margin-bottom: 10px;
}

#page-banner {
	width: 850px;
	margin-left: 25px;
	margin-right: 25px;
}

#page-body {
	width: 850px;
	margin-left: 25px;
	margin-right: 25px;
	background: url(image/850center.png) center top repeat-y;
}

#entry-body {
	width: 700px;
	margin-left: 75px;
	margin-right: 75px;
	line-height: 160%;
}

#entry-inner {
	font-size: 14px;
        line-height: 1.5em;
	width: 640px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	text-align: left;
}

#entry-inner h3 {
  font-weight: bold;
  border-left: 8px solid lightcoral;
  padding-left: 10px;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-top: 2px;
  padding-bottom: 0;
}

#entry-left {
	float: left;
	width: 400px;
}

#entry-right {
	float: right;
	width: 220px;
	font-size: 11px;
	line-height: 140%;
}

#entry-right h4 {
	font-size: 11px;
}

.notebox {
	border-top: 1px dotted #333333;
	padding-top: 8px;
}

.notebox h4 {
	font-size: 11px;
}

#contentslist {
	width: 650px;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 11px;
	line-height: 120%;
}

#contentslist table{
	border: 1px #cccccc solid;
	background-color: white;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contentslist td{
	padding: 4px;
}

.asset-more-link { text-align: right }

object iframe { text-align:center }

#adv {
        margin-top: 20px;
        text-align: center;
}

#adv iframe{
        margin-bottom: 10px;
}

#voice {
        font-weight: bold;
        color: royalblue;
}

.voice {
        font-weight: bold;
        color: royalblue;
}

.clear{ clear: both; visibility: hidden; height: 0;}

.box {
    float: left;
}

#tpcenter{
	width: 400px;
	float: left;
}


/* twitter widget */
#twitter_div {
	font-size: 10px;
	margin-left : 13px;
	padding: 2px 10px 6px 10px;
	background-color: white;
	width: 152px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: solid 1px whitesmoke;
}

#twitter_div ul {
	margin: 10px 0 0 0;
	padding: 0;
}

#twitter_div li {
	list-style: none;
	padding: 10px;
	border-top : dotted 1px #6e6055;
	overflow: hidden;
}

#twitter-icon {
	vertical-align: middle;
	margin-right: 6px;
}

/* log */
#log {
	padding: 6px;
	border-top : dotted 1px #6e6055;
}

blockquote {
     margin: 1.5em 0 1em 0;
     text-indent: 25px;
     background: url(image/quotes1.png);
     background-position: 0 2px;
     background-repeat: no-repeat;
}

blockquote > p {
     display: inline;
     margin: 0;
     padding-right: 24px;
     background: url(image/quotes2.png);
     background-position: bottom right;
     background-repeat: no-repeat;
}

blockquote cite {
    display: block;
    text-align: right;
    font-size: 80%;
}

/* 冷泉枠 */
#reizen {
	font-size: 12px;
	margin: 12px 30px 10px 14px;
	padding: 10px 20px 20px 20px;
	background-color: white;
	width: 332px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: solid 1px #eeeeee;
	overflow:hidden;
        line-height: 1.6em;
}

#reizen h3{
    padding: 10px;
    background-image: url(image/reizenrep_narrow.png);
}
