@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

body {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
.back_point_1 h2 {
 	font-size: 120%;
	text-indent: 1.5em;
 line-height:2em !important;
	line-height:3.5em;
	
}
.img_right img {
	float: right;
}
.back_point_1 {
	background-image: url(../img/point_1.gif);
	background-repeat: no-repeat;
}
.border_table {
 border-bottom:solid 1px #CCC;
	}
.border_table td {
	border: solid 1px #CCC;
	border-bottom:none;
	padding: 2px;
}
span.style11
	{
	color:#FF9900;
	font-weight:bold;
	font-size: 130%;
	line-height:3em;
}
.img_right {
	font-size: 90%;
	line-height:1em;
}
.blue {
	color: #003399;
	font-size: 120%;
}

/*-----------------------------------------------
LIGHTBOX EXAMPLE
-----------------------------------------------*/
.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 217px;
			height: 50%;
			padding: 16px;
			border: 5px solid #999999;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}
