﻿@charset "utf-8";

/* initialize
--------------------------------------------------------------------*/
dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* **********************************************************
	link
********************************************************** */
a.none_anker {
	color: #000000;
	text-decoration: none;
	cursor: default;
}

a.disabled_anker {
	color: #bcbcbc !important;
	text-decoration: none;
	cursor: default;
}

a.execute_anker {
	color: #0d47a1;
	text-decoration: underline;
}

	a.execute_anker:visited {
		color: #0d47a1;
	}

	a.execute_anker:hover {
		color: #0d47a1;
		text-decoration: none;
	}

	a.execute_anker:visited:hover {
		color: #0d47a1;
	}