@charset"Shift_JIS";

/***展示会・見本市***/

.pinkframe {
	margin:10px 20px;
	padding:7px 10px;
	border:2px solid #cc3333;
	background-color:#FFCCCC;
	font-size:1.5em;
	font-weight:bold;
	color:#CC3333;
	text-align:center;
}
	
/***中国語（Q&A）***/
	
#contents #qa_chinese {
	margin:0px 0px 10px 0px;
	padding:0px;
	width:560px;
	border:0px;
}
#contents #qa_chinese th {
	margin:0px;
	padding:10px 0px 0px 0px;
	vertical-align:top;
	font-weight:normal;
	text-align: left;
}
#contents #qa_chinese td {
	margin:0px;
	padding:20px 0px 10px 10px;
	vertical-align:top;
}

#contents #qa_chinese th .q{
	background-image: url(../img/q.jpg);
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	width: 50px;
	padding: 10px 0px 0px 0px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-position: center center;
}

#contents #qa_chinese th .a{
	background-image: url(../img/a.jpg);
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	width: 50px;
	padding: 10px 0px 0px 0px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-position: center center;
}

ul#list {
	margin:40px 30px 30px 80px;
	padding:0px;
	list-style-type:square;	
}
