/* CSS お問い合わせ */

/* ヘッダー画像 */
#wrapper #header div.top-img{
	width:840px;
	height:110px;
}

/* info */
table.info {
    border-collapse: collapse;
    margin: 30px;
}
table.info th, table.info td {
    vertical-align: top;
    padding: 0 0 15px 0;
}
table.info th {
    width: 100px;
    text-align: right;
}

/* e-mail */
a.email {
    display: block;
    width: 180px;
    height: 20px;
    text-indent: -9999px;
    background: url('../images/contact_email_val.gif');
    background-position: 0 0;
}
a.email:hover {
    background-position: 0 -20px;
}

