@CHARSET "UTF-8";
/* ページスクロール */

#pagetop {
	display: none;
	position: fixed;
	bottom:50px;
	right: 40px;
	margin: 5px 0px 5px 0px;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	background: #666;
	color: #fff;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 1px 3px #666;
}

.link_menu {
	position: relative;
	float:left;
	cursor: pointer;
	color: #333;
	font-size: 18px;
	line-height: 30px;
	padding-left: 35px;
	margin-left:30px;
}
.link_menu:hover {
	border-color: #59b1eb;
	color: #59b1eb;
	margin-bottom: -2px;
	border-bottom: 2px solid #0099FF;
}
.link_menu:before {
	position:  absolute;
	top: 12px;
	left: 12px;
	width: 8px;
	height: 8px;
	border: 3px solid #B2E0FF;
	content: "";
}
.link_menu:after {
	position:  absolute;
	top: 2px;
	left: 2px;
	width: 11px;
	height: 11px;
	border: 3px solid #0099FF;
	content: "";
}

.link_menu_title {
	position: relative;
	padding-left: 35px;
}
.link_menu_title:before {
	position:  absolute;
	top: 12px;
	left: 12px;
	width: 8px;
	height: 8px;
	border: 3px solid #B2E0FF;
	content: "";
}
.link_menu_title:after {
	position:  absolute;
	top: 2px;
	left: 2px;
	width: 11px;
	height: 11px;
	border: 3px solid #0099FF;
	content: "";
}

