@charset "utf-8";

/*- Table Of Contents -------------------
	1.Semantic
	2.Layout
---------------------------------------*/

/*--------------------------------------
	Semantic
--------------------------------------*/
a {
	color: #555;
	text-decoration: none;
}

a:link {
	color: #555;
	text-decoration: none;
}

a:visited {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #004DA0;
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

a.link_under {
	text-decoration: underline;
}

a.link_under:hover,
a.link_under:focus {
	text-decoration: none;
}

a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

a.link_blank {
	padding-left: 18px;
	background: url("/img/icon_blank.gif") no-repeat left center;
}

a.link_pdf {
	padding-left: 18px;
	background: url("/img/icon_pdf2.gif") no-repeat left center;
}

.link {
	padding-left: 13px;
	background: url(/img/icon_arrow_r.png) no-repeat left center;
}

.link2 {
	padding-left: 13px;
	background: url(/img/icon_arrow_r2.png) no-repeat left center;
}

.link3 {
	padding-left: 13px;
	background: url(/img/icon_arrow_r4.png) no-repeat left center;
}

.link4 {
	padding-left: 13px;
	background: url(/img/icon_arrow_r5.png) no-repeat left center;
}

.lower_a{
	list-style-type: lower-alpha;
}

a.link_blank {
	padding-left: 18px;
	background: url(/img/icon_blank.gif) no-repeat left center;
}

a.link_button {
	display: inline-block;
	min-width: 140px;
	padding: 0 10px;
	border: 1px solid #aa8420;
	border-radius: 8px;
	text-align: center;
	color: #aa8420;
}

strong {
	font-weight: bold;
}

del, s {
	text-decoration: line-through;
}

address {
	font-style: normal;
}

.important,
.mark_required {
	color: #f00;
}

span.en {
	font-family: 'Marcellus';
	letter-spacing: 1px;
	margin-right: 0.7em;
}

ol.nomarker,
ul.nomarker {
	list-style-type: none;
}

ol.nomarker li,
ul.nomarker li{
	margin-left: 0;
}

section li {
	margin-left: 2em;
}


/*--------------------------------------
	Layout
--------------------------------------*/
.hide {
	display: none;
}

.t_right {
	text-align: right;
}
.t_left {
	text-align: left;
}
.t_center {
	text-align: center;
}

.right {
	float: right;
}
.left {
	float: left;
}

.clear {
	clear: both;
}

.margin_bottom {
	margin-bottom: 1em;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}