@charset "utf-8";


/*==========================================================================================

// TOP用CSS Web標準準拠用

==========================================================================================*/

body {
}

.section {
	position:relative;
	z-index:0;
}

.section h2,
.section p {
	z-index:1;
	zoom:1;
}

.section p {
	color:#666;
	font-weight:normal;
}

.section p a,
.section p a:visited,
.section p a:active
 {
	font-weight:normal;
	color:#666;
}

.section p a:hover {
	font-weight:normal;
	color:#666;
	text-decoration:none;
}

.section .link a {
	position:absolute;
	display:block;
	width:235px;
	height:100px;
	top:0;
	left:0;
	text-indent:-9999em;
	z-index:2;
}

.footer_menu3 span {
	display:none;
}