@charset "UTF-8";
/* ***********************************************************************************************

                                       ［佐賀牛とは？］

*********************************************************************************************** */

h1 {
	background-image: url(../about/img/h1.gif);
	text-indent: -9999px;
	height: 107px;
	width: 800px;
	padding: 0px;
	margin: 0px auto;
}
/*** テーブル ***/
table {
	border-collapse: collapse;
	margin: 0px 20px 15px 20px;
	border-top: 2px solid #C3BEAC;
	border-right: 2px solid #C3BEAC;
	border-bottom: 2px solid #C3BEAC;
	border-left: 2px solid #C3BEAC;
}
td {
	padding:5px;
	vertical-align: top;
	border-top: 1px solid #C3BEAC;
	border-right: 1px solid #C3BEAC;
}
th {
	font:bold;
	text-align: left;
	padding:5px;
	vertical-align: top;
	white-space: nowrap;
	background-color: #F4EDD7;
	border-top: 1px solid #C3BEAC;
	border-right: 1px solid #C3BEAC;
}
/*-------------------------------------------------
折りたたみ
-------------------------------------------------*/
#folding ul.open {
	display: block;
	margin: 0px;
	padding: 0px;
}
#folding ul.close {
	display: none;
}
#folding li.open {
	list-style-type: none;
	background-image: url(../about/img/q.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 25px;
	margin-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	margin-right: 30px;
	font-weight: bolder;
	color: #333333;
}
#folding li.close {
	list-style-type: none;
	color: #0033CC;
	text-decoration: underline;
	cursor: help;
	clear: both;
	margin-left: 7px;
	background-image: url(../about/img/q.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	margin-right: 30px;
}
#folding li.close:hover {
	list-style-type: none;
	padding-left: 25px;
	color: #0033CC;
	text-decoration: none;
	cursor: help;
	margin-left: 7px;
	background-image: url(../about/img/q.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	margin-right: 30px;
}
#folding li.answer{
	list-style-type: none;
	background-image: none;
	padding: 0px;
	margin-left: 0px;
}
.question {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	background-image: url(../img/point-brown.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-weight: normal;
	color: #336699;
	padding-bottom: 3px;
}

.answer {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	background-image: url(../about/img/a.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 0px;
	font-weight: normal;
	color: #333333;
	padding-bottom: 5px;
	margin-top: 0px;
	line-height: 140%;
	padding-top: 0px;
	padding-right: 0px;
	_zoom: 1;
	overflow: hidden;
	height: 100%;
}
/* カーソルオン時 */
.tabContainer ul.tabMenu li a:hover {
	color: #000;
}

/* Q&A */
dl {
	clear: both;
	padding: 0px;
	margin-right: 30px;
	margin-left: 30px;
}

/* Q */
dl dt {
	padding-left: 25px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

/* A */
dl dd {
	margin-bottom: 15px;
	padding: 0 10px 0 25px;
	background: url(../img/qa/a.gif) no-repeat 0px 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C3BEAC;
}
.answer .imgL img {
	padding-bottom: 10px;
}
.question em {
	font-style: normal;
	background-image: url(../img/link_underbar.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 3px;
}

