/* 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.3em;
	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: 120%;
	margin-top: 6px;
        color: deeppink;
	margin-bottom: 10px;
}

h1 { font-size: 32px; }
h2 { font-size: 20px; }
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: deeppink }
a:visited { color: deeppink }
a:active { color: pink }
a:hover { color: pink }

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

#footer {
    font-size: 11px;
    width:850px;
    height: 40px;
    padding: 20px;
    color: white;
    text-align:right;
}

#header {
	width: 900px;
	height: 199px;
  background-image: url(img/RIP_header.png);
}

#logo {
  padding: 40px;
}

#button {
  float: left;
  margin-left: 40px;
  padding-top: 6px;
}

#dlmlogo {
  float:right;
  margin-right:10px;
  margin-top:3px;
}

#searchform { margin-top: 30px }

#menubar {
	width: 900px;
	height: 42px;
  background-image: url(img/RIP_menu.png);
}

#topics {
       width: 850px;
       margin: 25px;
}

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

#container a { text-decoration: none }

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

#page-body {
	width: 850px;
        padding-top: 6px;
	margin-left: 25px;
	margin-right: 25px;
	background: url(img/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 {
margin-top: 20px;
	float: right;
	width: 220px;
	font-size: 11px;
	line-height: 140%;
}

#entry-right 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 }

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

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

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

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

.box {
    width: 230px;
    margin: 10px;
    padding: 14px;
    background: white;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: left;
    border: solid 1px lightgray;
}


