/*-----------------------------------
main contents*/

.contents_title {
	font-weight: bold;
	background-image: url(../images/contents_title.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	padding: 10px;
	vertical-align: middle;
}
.contents_subtitle {
	background-image: url(../images/contents_subtitle.gif);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-top: 5px;
	padding-left: 40px;
	font-weight: bold;
}
.contents_intro {
	font-size: 80%;
	line-height: 140%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.contents_text_title {
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.contents_text {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 80%;
	line-height: 120%;
}
.contents_text ul {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.contents_text ol {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.contents_text li {
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
}
.contents_text ol ol {
	list-style-type: lower-alpha;
	
}

.contents_point {
	background-image: url(../images/contents_point.gif);
	background-repeat: no-repeat;
	background-position: 40px center;
	padding-left: 60px;
	font-size: 80px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*-----------------------------------
notice
*/
.contents_notice {
	border: 2px solid #FF0000;
	background-color: #FFE1E1;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
}
.contents_notice_title {
	margin-top: -0.5em;
	padding-left: 20px;
  font-size: 1.4em;
}
.contents_notice_title span {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #FF0000;
}
.contents_notice>.contents_text {
  font-size: 1em;
  line-height: 1.4em;
  padding: 10px;
}
/*-----------------------------------
note*/
.contents_note {
	border: 2px solid #009B00;
	background-color: #D7FFD7;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
}


/*-----------------------------------
table*/
.contents_table_title {
	font-weight: bold;
	background-color: #D2FFD2;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #999999;
	font-size: 90%;
}
.contents_table_collapse {
	border-collapse:collapse;
}
.contents_table_category {
	font-size: 90%;
	text-align: center;
	border: 1px solid #999999;
	padding: 5px;
	vertical-align: middle;
}
.contents_table_text {
	font-size: 80%;
	padding: 5px;
	border: 1px solid #999999;
	text-align: right;
}
.contents_table_label {
	font-size: 80%;
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #999999;
}
.contents_table_label_tr {
	font-size: 80%;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	background-color: #D2FFD2;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.contents_table_label_r {
	font-size: 80%;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.contents_table_label_shinkoku_subtitle {
	font-size: 80%;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.contents_table_label_shinkoku {
	font-size: 80%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.contents_table_text_shinkoku {
	font-size: 80%;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;

}

.contents_table_text02 {
	font-size: 80%;
	padding: 5px;
	border: 1px solid #999999;
	vertical-align: middle;
}
.contents_table_text02 ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.contents_table_text02 ul li {

}
.contents_table_text03 {
	font-size: 80%;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #999999;
}


/*-----------------------------------
images*/
.contents_images_floatright {
	clear: both;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
}
.contents_images_floatleft {

	clear: both;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 0px;
}
.contents_text_link {
	color: #FF0000;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.contents_list_wine {
	list-style-type: upper-alpha;
}
.contents_table_img {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
.contents_table_text_blanc {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
/*-----------------------------------
uncheck
li {
	padding-top: 5px;
	padding-bottom: 5px;
}
*/

/*
banneditems
*/

.banneditem_ul {
  margin: 10px 0;
  padding: 0;
}

.banneditem_ul li span {
  line-height: 2em;
}
.banneditem_ul li ol {
  margin: 0;
  list-style-type: lower-alpha;
}
.banneditem_ul li ol li {
  padding-top: 4px;
  padding-bottom: 4px;
}
.banneditem_ol {
  margin: 0;
  list-style-type: lower-alpha;
}
.banneditem_ol li {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 0;
}
.banneditem_ol li span {
  font-weight: bold;
}
.banneditem_ol li .yes {
  color: #1100F0;
}
.banneditem_ol li .no {
  color: #DC0003;
}



