﻿/* 企業情報-ご挨拶 設定CSS */
h1{
	    margin:0px;
	    padding: 0px;
        font-size:90%;
        text-align:left;
        width:800px;
}

#maindetail1
{
    padding: 0px;
    margin-top:25px;
    margin-left:20px;
    width: 540px;
}

p {
    margin:0px;
    padding:0px;
}

table{
	width: 530px;
}

th {
	font-size: 80%;
    width: 100px;
}
td {
	font-size: 80%;
    width: 420px;
}

tr{
    width: 200px;
    height: 22px;
    overflow:hidden;
}

p.detailnew{
    background-image: url(../../common/images/new.gif);
    background-repeat: no-repeat;
    background-position: 380px 4px;
}
