@charset "utf-8";
@import url("layout.css");
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	margin-top: 20px;
	color: #4c4d4e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	line-height: 1.4em;
}

li {
	list-style: none;
}
em {
	font-style: normal;
}

a img {
	border: none;
}

a {
	color: #135ad7;
}

a:hover {
	text-decoration: none;
}

h4 {
	clear:both;
}

/********************************************************
	clearfix
*********************************************************/

.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.subNav2 script {
	margin-top: -1px;
}
