@charset "Shift_JIS";

/* パンくずリスト */
#pankuzu{
	font-size:14px;
	font-family: "ＭＳ ゴシック", Verdana;
	margin:0px 0px 5px 0px;
	padding-top:10px;
}

/* 会社概要・問い合わせフォーム */
#ContentArea{
	font-size:13px;
	font-family: "ＭＳ ゴシック", Verdana;
	margin:0px 30px 30px 10px;
	line-height: 1.5;
}

/* 会社概要テーブル */
#ContentArea .tb_com th{
	text-align: left;
	background-color: #EEE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#ContentArea .tb_com td{
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

/* シガポのこだわりフォーム */
#ContentArea2{
	font-size:15px;
	margin:0px 0px 30px -80px;
}

/* プライバシーポリシーフォーム */
#ContentArea3{
	font-size:13px;
	margin:0px 20px 20px 0px;
	color:#555555
}

/* 鶏フォーム */
#ContentArea4{
	font-size:16px;
	margin:0px 30px 30px 0px;
	font-family: "ＭＳ ゴシック", Verdana;
	line-height: 2;
}

/* 採用フォーム */
#ContentArea5{
	font-size:13px;
	font-family: "ＭＳ ゴシック", Verdana;
	margin:0px 30px 30px 10px;
	line-height: 1.5;
}

/* 採用テーブル */
#ContentArea5 .tb_com th{
	text-align: left;
	background-color: #EEE;
}

#ContentArea5 .tb_com td{
	text-align: left;
}

/* 一貫生産体制フォーム */
#ContentArea6{
	font-size:14px;
	font-family: "ＭＳ ゴシック", Verdana;
	margin:0px 20px 30px -30px;
	line-height: 1.5;
}

/* 発酵鶏糞フォーム */
#ContentArea7{
	font-size:15px;
	margin:0px 0px 30px 20px;
}

/*見出し*/
.title1st {
	background: url(../images/common/st01.gif) no-repeat 0 0;
	font-weight: bold;
	font-size:20px;
	margin:0 0 5px 0;
	padding-top:3px;
	color:#FF6600;
	height:30px;
}
.title2nd {
	border-bottom:1px solid #cccccc;
	font-weight: bold;
	margin:0 0 10px 0;
	padding:5px 5px 5px 10px;
	background-color:#eeeeee;
	font-size:14px;
}

/*テーブル*/
#ContentArea .type01 {
	margin: 0px 0px 20px;
	border-collapse: collapse;
	width:100%;
}

#ContentArea .type01 td {
	padding: 5px;
	border: 1px solid #cccccc;
	line-height: 120%;
}
#ContentArea .type01 th {
	padding: 5px;
	background: #eeeeee;
	text-align:center;
	border: 1px solid #cccccc;
}

/*お問い合せ*/
#ContentArea .red{
	color:#FF0000;
}


/*トップへ戻る*/
#ContentArea #gotop{
	text-align:right;
	margin-top:15px;
	margin-bottom:5px;
}