@charset "UTF-8";
/* CSS Document */
/* ----------------------------------------------------------------------------
all
------------------------------------------------------------------------------ */
#left_column a:hover img {
opacity: 0.5;
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
filter: alpha(opacity=50);	
-ms-filter: “alpha(opacity=50)”;
}

#left_column a img {
-webkit-transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5s ease-out;
-ms-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
}



a img:hover{
filter:alpha(opacity=80);
opacity:0.6;
}

#ttl_area{
	width: 744px;
	height: 222px;
	background-image:url(images/ttl_bg.jpg);
	position:relative;
}
#ttl_area h1{
	position:absolute;
	top:10px;
	right:30px;
}
#ttl_area p{
	position:absolute;
	width:448px;
	height:74px;
	bottom:15px;
	right:20px;
	color:#fff;
}
/* ----------------------------------------------------------------------------
contents
------------------------------------------------------------------------------ */
#point_area{
	width:744px;
	overflow:hidden;
	margin:0 0 100px 0;
}
.point_sub{
	width:725px;
	float:right;
	border:2px solid #ff7a0f;
	border-radius:8px;
	margin:70px 0 0 0;
	padding:30px 20px 20px 30px;
	position:relative;
	box-sizing:border-box;
}
.point{
	width:61px;
	height:62px;
	position:absolute;
	left:-20px;
	top:-30px;
	z-index:1;
}
#point_area h2{
	top:30px;
	left:30px;
	font-size:18px;
	color: #ff7a0f;
	position:absolute;
	z-index:10;
}
.point_note{
	width:680px;
	top:60px;
	left:30px;
	position:absolute;
	z-index:10;
}
.point_note a:link {
	color:#000;
	text-decoration: none;
}
.point_note a:visited {
	color: #ff6363;
	text-decoration: none;
}
.point_note a:hover {
	color: #b2ddfb;
	text-decoration: underline;
}

#point_area span{
	width:100px;
	font-size:20px;
	float:left;
	margin:110px 0 0 0; 
}
#btn_quick{
	width:200px;
	height:50px;
	margin:auto;
	overflow:hidden; 
	position:absolute;
	right:10px;
	top:120px;
}
.point1_img{
	width:678px;
	height:117px;
	margin:auto;
	overflow:hidden;
	margin-top:140px;
}
.point2_img{
	width:599px;
	height:120px;
	margin:auto;
	overflow:hidden;
	margin-top:90px;
	position:relaitive;
}
.point2_img p{
	position:absolute;
	bottom:28px;
	right:120px;
	font-size:14px;
	line-height:1.2em;
}
.point3_img{
	width:660px;
	height:77px;
	margin:auto;
	overflow:hidden;
	margin-top:90px;
	position:relaitive;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	