@charset "euc-jp";

/*************************************************************
 Header Style Sheet for Tabetoko version 1.0
 オーナーフォーム用のスタイルシート（07年10月追加レイアウト分）
 別途ページとのかねあいから、このスタイルシートを必要とするページは、
 ページ内から直接読み込むこと
 （ownner/entry）
*************************************************************/

/*　ページ全体
----------------------------------------------------------- */
body.owner-form{
	background-image: none;
	width: 678px;
	font-size: 12pt;
}

.owner-form p, li, dd, address, th, td{
	font-size:12pt;
	line-height: 18px;
}

#contents-owner{
}

/*　見出し装飾要素
----------------------------------------------------------- */
.owner-form h3{
	background-image: url(../images/title01.gif);
	width: 100%;
	color: #EA2500;
	text-indent: 40px;
	line-height: 49px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 14pt;
}

