/*border関連*/

.border_lr_2px {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.border_tb {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.border_all {
	border: 1px solid #CCCCCC;
}

.border_t {

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


/*Text関連*/

.txt_9px_white {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
}

.txt_15px_blue {
	font-size: 15px;
	color: #0167CB;
	text-decoration: none;
	font-weight: bold;
}
.txt_12px_red {

	font-size: 12px;
	color: #cc3433;
}
.txt_10px {
	font-size: 10px;
	color: #000000;
	line-height: 150%;
}
.border_tr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.txt_12px {

	font-size: 12px;
	color: #000000;
	line-height: 150%;
}
.sitemap_green {
	color: #73BD32;
}
.txt_10px_red {

	font-size: 10px;
	color: #cc3433;
	line-height: 150%;
}

/*個人情報保護方針*/
.privacy {
	overflow:auto;
	text-align:left;
	width:498px;
	height:200px;
	margin: 10px 0;
	padding: 5px;
	border:1px solid #cccccc;
}
.privacy ol{
	margin-left: 25px;
	padding-left: 0;
}
.privacy ol li ul {
	 margin-left:15px;
	 padding-left: 0;
	 list-style: disc;
}