@charset "utf-8";


/* 個人情報保護に関するページとお問い合わせスタイル */

@import url(common2.css);

/*個人情報 お問い合わせタイトルのスタイル*/
#text {
	margin-right: 30px;
	margin-left: 30px;
	width: 580px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*個人情報ページ　h3のスタイル*/
.st {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: medium;
	color: #333333;
	text-align: left;
}
/*個人情報ページ　pのインデント*/
.indent {
	text-indent: 1em;
}

/*.out {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: x-small;
}*/
/* お問い合わせ　テーブルスタイル */
#contact{
	width:450px;
	border-top:#cccccc solid 1px;
	border-left:#cccccc solid 1px;
	margin-top:20px;
}
#contact th{
	text-align:left;
	background-color:#99ccff;
	color:#333333;
	border-bottom:#cccccc solid 1px;
	border-right:#cccccc solid 1px;
	font-size:small;
}
#contact td{
	border-bottom:#cccccc solid 1px;
	border-right:#cccccc solid 1px;
}
/* お問い合わせ　送信スタイル */
#sub{
	width:450px;
	text-align:center;
	padding:10px 0 0 0 ;
}
/* エラー表示カラー */
#error{
	color:#FF3300;
}
/* 個人情報ページ＆お問い合わせ　コンテンツの全体のマージン */
#textbox {
	margin-right: 20px;
	margin-left: 20px;
	
}
