/* import
--------------------------------------------------------------------------------------------- */
@import url(layout2.css);
@import url(navi_new.css);

/* base
--------------------------------------------------------------------------------------------- */

* {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
html, body {
		height: 100%;
}
body {
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: scroll;
}

a:hover {
	color: #FFCC00;
}

h1,
h2,
h3 {
	font-weight: bold;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 110%;
}

ul,
ol,
dl {
	padding: .75em .75em .75em;
}
li, dd  {
	margin-left: .25em;
}
p {
	margin-bottom: .25em;
}
td {
	line-height: 1.4em;
}
img {
	border: 0;
}

hr {
  display: none;
}

.clear {
	clear: both;
}
.s1 {
	font-size: 0.75em;
}
.c1 {
	color: #FF0000;
}
.c2 {
	color: #FFFFFF;
}
.bold {
	font-weight: bold;
}