﻿/* トップページの基本デザイン用CSS */
#topimage {
        width: 800px;
        height: 230px;
	    overflow:hidden;
        border-top:solid 3px #cd0000;
		margin-top: 48px;
        margin-left:0px;
        margin-bottom:0px;
	    background-image: url(../topimages/pbp-top.jpg);
	    background-repeat: no-repeat;
	    background-position: 0px 0px;
}
h1{
    font-size:90%;
    padding: 0px;
    margin:0px;
}

h1.top01{
  font-size:100%;
  border-bottom-style: double; 
  width: 460px;
  color:#ffffff;
}
p.top02{
  font-size:75%;
  padding-top: 5px;
  padding-left: 10px;
  color:#ffffff;
}

h3.top03{
  margin: 0px;
  font-size:100%;
  padding-top: 0px;
  padding-left: 27px;
  background-image: url(../topimages/tama.png);
  background-repeat: no-repeat;
  background-position: 11px 2px;
}

p.top04{
  margin: 0px;
  font-size:80%;
  padding-top: 5px;
  padding-left: 30px;
}

#titlebox{
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-left:20px;
  margin-bottom:10px;
  width: 460px;
}


h2 {
    font-size: 80%;
    margin-top:5px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
    padding-left: 14px;
    background-image: url(../common/images/point.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
}

#topmain {
    float: left;
    padding: 0px;
    margin-top:40px;
    width: 500px;
    display: inline;
}

#service {
    width: 500px;
    margin-top:10px;
    margin-left:10px;
    margin-bottom:0px;
}

#servicedetail {
    margin-left:10px;
    padding-left: 150px;
    width: 500px;
    background-image: url(../topimages/mainimage/serviceimage.jpg);
    background-repeat: no-repeat;
    background-position: 0px 2.5px;
}

#seihin {
    width: 500px;
    margin-top:15px;
    margin-left:10px;
    margin-bottom:0px;
}

#seihindetail {
    margin-left:10px;
    padding-left: 150px;
    width: 500px;
    background-image: url(../topimages/mainimage/jvimage.jpg);
    background-repeat: no-repeat;
    background-position: 0px 2.5px;
}

#news {
        width:  500px;
        height: 250px;
		overflow:hidden;
        margin-top:15px;
        margin-left:10px;
        margin-bottom:0px;
}

#newslist1 {
    clear:both;
    width: 490px;
    height: 35px;
    overflow:hidden;
    margin-top: 0px; 
    margin-left: 10px; 
    margin-bottom: 0px; 
    padding: 0px; 
	border-bottom: 1px dotted #666666;
}

#newslist2 {
    clear:both;
    width: 490px;
    height: 35px;
    overflow:hidden;
    margin-top: 0px; 
    margin-left: 10px; 
    padding: 0px; 
	border-bottom: 1px dotted #666666;
}

#newslist3 {
    clear:both;
    width: 490px;
    height: 35px;
    overflow:hidden;
    margin-top: 0px; 
    margin-left: 10px; 
    padding: 0px; 
	border-bottom: 1px dotted #666666;
}

#newslist4 {
    clear:both;
    width: 490px;
    height: 35px;
    overflow:hidden;
    margin-top: 0px; 
    margin-left: 10px; 
    padding: 0px; 
	border-bottom: 1px dotted #666666;
}

#newslist5 {
    clear:both;
    width: 490px;
    height: 35px;
    overflow:hidden;
    margin-top: 0px; 
    margin-left: 10px; 
    padding: 0px; 
	border-bottom: 1px dotted #666666;
}

p{
    margin:0px;
    padding:0px;
}

p.mainfont{
	font-size: 78%;
    margin-top:3px;
    margin-left:17px;
    width: 325px;
    letter-spacing: 0.7px;
    line-height: 18px;
}

p.mainsyosai{
	font-size: 80%;
    margin-top:10px;
    margin-left:250px;
    width: 84px;
}

p.date{
    margin:0px;
    padding-top:2px;
    padding-left:20px;
    padding-right:10px;
	font-size: 78%;
	font-weight: bold ;
    background-image: url(../topimages/list.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    letter-spacing: 0.2px;
    line-height: 17px;
    float: left;
    display: inline;
}
p.detail{
    margin:0px;
    padding-top:2.5px;
	font-size: 78%;
	font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 18px;
}

p.detailnew{
    margin:0px;
    padding-top:2.5px;
	font-size: 78%;
	font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 18px;
    background-image: url(../common/images/new.gif);
    background-repeat: no-repeat;
    background-position: 455px 6px;
}

