@charset "utf-8";

/* お問い合わせ
---------------------------------------------*/

#contents{
	background-image:url(../../communication/images/bg.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 42px;
	background-position: top;
	padding-left: 56px;
	width: 711px;
	list-style-type: none;
}

#contents li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.tittole{
	padding-top: 42px;
	padding-bottom: 24px;
}


/* フォーム
---------------------------------------------*/

#toiawased{
	width: 600px;
	margin-left: 43px;
	line-height: 160%;
}


#toiawased table {
		border-top: 1px solid #CCCCCC; /* 上方向に1pxのボーダーを指定 */
	border-bottom: none; /* 下方向のボーダーを表示させないように指定 */
	border-left: none; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* 右方向のボーダーを表示させないように指定 */
	font-size: 100%; /* Windows Internet Explorer 5対策のため、フォントサイズを指定 */
	width: 512px; /* ボックスの幅を指定 */
}
#toiawased td {
	padding: 10px; /* 全方向にパディングを指定 */
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;

	}
#toiawased th {
	background-color: #F3F3F3; /* セルの背景色を指定 */
	font-weight: normal; /* フォントを通常の太さに指定 */
	padding: 10px; /* 全方向にパディングを指定 */
	width: 200px; /* ボックスの幅を指定 */
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	text-align: left;
	vertical-align: top;
}
.sub{
	text-align: center;
}
/* その他
---------------------------------------------*/
.small{
	font-size: 90%;
	color: #999999;
	line-height: 140%;
	padding-bottom: 10px;
}
