﻿@charset"utf-8";

#boardtop {
position:relative;
top:16px;
clear:both;
width:768px;
height:224px;
background:#333 url(../images/board-top-software.jpg) no-repeat;
}
#boardbody {
float:left;
width:768px;
background:url(../images/board-body.jpg) repeat-y;
}

h1 {
position:absolute;
top:45px;
left:64px;
width:640px;
height:1em;
font-weight:bold;
font-size:110%;
text-align:center;
}
#softhousedata {
position:absolute;
top:112px;
left:16px;
font-size:12px;
}
#softhousedata dt {
float:left;
width:120px;
line-height:1.4;
text-align:right;
}
#softhousedata dd {
margin-left:120px;
padding-left:16px;
background:url(../images/listtype-01.png) no-repeat left top;
line-height:1.4;
}

#comment {
width:576px;
margin:16px 0 0 96px;
}
#comment p {
font-size:90%;
line-height:1.5;
text-align:justify;
text-justify:inter-ideograph;
text-indent:1em;
}
#comment p.remark {
margin-top:1em;
text-indent:0;
}
#comment p a {
text-decoration:underline;
}

p.year {
clear:left;
margin:1em 0 8px 0;
padding-left:20px;
background:url(../images/listtype-13.png) no-repeat left center;
color:#cf5485;
font-size:80%;
font-weight:bold;
}

#thumbnail {
width:768px;
height:auto;
padding-left:32px;
}
#thumbnail dl {
float:left;
width:340px;
height:64px;
margin:0 16px 4px 0;
padding:0;
background:url(../images/thumbnail-back.jpg) no-repeat 100px 0;
}
#thumbnail dt {
width:96px;
height:60px;
margin:0;
padding:0;
}
#thumbnail dd {
width:208px;
height:3em;
margin-top:-50px;
margin-left:116px;
font-size:80%;
line-height:1.2;
}
#thumbnail dl a {
display:block;
width:340px;
height:60px;
}
#thumbnail dl a:hover,
#thumbnail dl a:active {
background:url(../images/thumbnail-back-hover.jpg) no-repeat 100px 0;
color:#fff;
text-decoration:none;
}

.unreleased {
width:584px;
margin:0 92px 0 92px;
}
.unreleased h2 {
background:url(../images/headlineback-01.png);
width:584px;
height:32px;
text-align:center;
line-height:32px;
}
.unreleased dl {
margin:8px 0 8px 0;
color:#e6e1d2;
font-size:80%;
}
.unreleased dt {
float:left;
width:7em;
line-height:1.4;
text-align:right;
}
.unreleased dd {
margin-left:7em;
padding-left:16px;
background:url(../images/listtype-09.png) no-repeat left top;
line-height:1.4;
}
.unreleased p {
margin-bottom:64px;
font-size:90%;
text-indent:1em;
line-height:1.4;
}
.unreleased p a:link,
.unreleased p a:visited {
text-decoration:underline;
}



.divide {
clear:both;
width:720px;
height:16px;
margin:16px 24px 0 24px;
background:url(../images/line.png) repeat-x;
}
.divide hr {
display:none;
}

