@CHARSET "UTF-8";
/*------------------------------------------------------------------------------
	Title: VEST SOFTWARE CO.,Ltd. - compornent　（下層ページ用CSS）
	Created: yyyy-mm-dd
	Copyright: 著作権者
	Note :
		Outline -
				1. reset.css		--- 下層ページリセット用CSS
				2. common.css		--- 下層ページ全頁共通CSS
------------------------------------------------------------------------------*/
div.inquiry {
	margin: 40px;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #00a550;
	/*border-color: #008000;*/
	background: #EFFFEF;
}

div.inquiry a {
	color: #00E;
}

p {
	margin: 10px 10px 20px 20px;
}

td.item {
	text-align: center;
	background: #e4f3ee;
	width: 180px;
}

td.item {
	text-align: center;
	background: #e4f3ee;
	width: 180px;
}

.font_small {
	font-size:12px;
}
