@charset "utf-8";

/*-----------------------------------ページタイトル*/
#pgTitle {
	width: 570px;
	clear: both;
}
/*-----------------------------------本文エリア*/
#main h3{
}
#main h3.subtitle{
	width: 550px;
	height: 20px;
	margin: 10px 5px 0 5px;
	padding: 3px 0 0 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background:url(/common/images/subtitle01.gif) no-repeat left top;
}
.textbox {
	width: 540px;
	margin: 0 5px;
	padding: 15px 10px 10px 10px;
}
h4.subtitle02{
	width: 530px;
	height: 19px;
	padding: 3px 0 0 10px;
	font-size: 13px;
	color: #0a51a1;
	font-weight: bold;
	background:url(/common/images/subtitle02.gif) no-repeat left top;
}
h4.subtitle03{
	width: 381px;
	height: 19px;
	padding: 3px 0 0 10px;
	font-size: 13px;
	color: #0a51a1;
	font-weight: bold;
	background:url(/common/images/subtitle05.gif) no-repeat left top;
}
#main .textbox dd { padding: 5px 10px 10px 10px; }
/*ボーダー付き*/
.textbox02 {
	width: 558px;
	margin: 10px 5px 0 5px;
	border: 1px solid #999;
	position: relative;
}
.textarea {
	padding: 15px 10px 10px 10px;
	position: relative;
}
.textarea02 {
	padding: 15px 5px 10px 10px;
}
.textarea03 {
	padding: 10px;
	border: 1px solid #999;
}

.textarea04{
	padding: 15px 0 20px 0;
}
/*-----------------------------------テーブルタイトルセルの背景*/
.thBk01 {
	background-color: #ebf2f3;
}
.thBk02 {
	background-color: #d8e4e7;
}
.thBk03 {
	background-color: #f2f2f2;
}
.thBk04 {
	background-color: #ccc;
}

/*-----------------------------------サービスの詳細はこちらボタン*/
.brnService {
	text-align:right;
	margin: 10px 0 0 0;
}
/*-----------------------------------更新日付*/
.hizuke {
	text-align:right;
	margin: 20px 10px 0 0;
}
/*-----------------------------------パン屑*/
#pankuzu {
	width: 560px;
	padding: 5px  180px 0 10px;
	background:url(/common/images/body.gif) repeat-y right top;
}

/*-----------------------------------サブナビ*/
#subnav {
	width: 151px;
	float: right;
}
/*-----------------------------------ひとつ前に戻る*/
#browserback {
	text-align: right;
	margin: 10px 10px 0 0;
}

/*-----------------------------------ページトップ*/
#pagetop {
	width: 570px;
	padding: 10px 180px 10px 0;
	background:url(/common/images/body.gif) repeat-y right top;
	text-align: right;
}
/*-----------------------------------商号*/
#shogou {
	border: 1px solid #999;
	padding: 5px;
	text-align: center;
}

/*-----------------------------------他ページへのリンク用ページ*/
#linkTable {
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #333;
	width: 550px;
}
#linkTable td{
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
}
#linkTable td a{ text-decoration: underline;
}
#linkTable td a:hover{ text-decoration: none; }

/*-----------------------------------他ページへのリンク用ページ*/
#linkTable #table2 {
	margin: 0 auto;
	border: 1px solid #89BD0D;
	width: 350px;
}
#linkTable #table2 td{
	text-align: left;
	font-size: 12px;
	padding: 10px 20px 10px 20px;
}


