<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#access h2{
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: normal;
	display:block;
	position:relative;
	width:882px;
	height:28px;
	background-color:#ffff80;
	margin:20px 20px 5px 20px;
	padding:10px 20px 5px 20px;
	font-size:280%;		 
	line-height:1.0em;	
}


#access .area02{
	display: block;
	position: relative;
	width: 922px;
	height: auto;
	padding:10px 0;
	margin:10px auto;
	line-height: 1.2em;
	background-color: #fff;
}



.access_explain{
	
	width:922px;
	margin-bottom:40px;
	
}

.access_explain h3{
	
	background-color:#e8e8e8;
	width:882px;
	color:#000;
	font-weight: normal;
	font-size:240%;
	display:block;
	padding:10px 20px 5px;
	line-height:1em;
	clear:both;	
}

.img_area{
    margin:10px 30px 20px 60px;
    width:300px; 
    height:250px;
    background-color:#CCC;
    float:left;
}

.img_area p{
   margin:10px auto;
   text-align:center;
   font-size:160%;
   line-height:160%
}

.img_area img{
   text-align:center;
   width:300px;
   height:250px;
   color:#fff;
}

.info_area{
   margin:10px 10px 20px;
   background-color:#fff;
   border:solid 0px #000;
   float:left;
}

.info_area p{ 
   margin:10px auto;
   text-align:left;
   font-size:160%;
   line-height:160%
}

</pre></body></html>