﻿@charset 'utf-8';

/* 外枠と背景画像 */
div#engine_outbox 
{
width:800px;
background-color:#ffffff;
background-image:url('../../images/top_bg.gif');
}

/* メイン */

p{
text-align:justify;
}

div#main_content p {
line-height:1.5; 
}

td {
padding:4px;
line-height:1.3;
}

table#yakuin td{
border:0;
}

td.name {
padding-left:20px;
}

td.title {
background-color: #fff7a5;
}

.no_border_bot {
	border-bottom: none;
}

.no_border_top {
	border-top: none;
}