@charset "Shift_JIS";

/* ----------kihon---------- */

body {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.base {
	color: #333333;
	background-color: #FFFFFF;
	text-align :center;
}

/* center */
div#mainback {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 800px;
	border: 1px solid #CCCCCC;
}

/* ----------layout---------- */
/* header */
div#header {
	width: 410px;
	height: 44px;
	background-image: url(../images/et_title_bk.gif);
	border-right: 1px solid #8C8C8C;
}

h1 {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 1%;
	line-height: 1%;
}

/* -----------------contents--------------------- */
/* main */
div#main {
	margin: 0px 0px 21px 0px;
	border-top: 1px solid #fff;
	height: 210px;
}

div#subtitle {
	text-align: right;
	margin-right: 145px;	
}
/* -------------------footer----------------------- */
div#line02 {
	clear : both;
	margin-top: 12px;
	margin-bottom: 5px;
}

div#footer1 {
	clear: both;
	text-align: right;
	margin-left: 35px;
}
div#search {
	clear: both;
	text-align: left;
	margin-left: 35px;
}
div#search p {
	margin: 0;
	padding: 0;
}
div#search form {
	margin: 0;
	padding: 0;
}
div#search input.sw {
	width: 155px;
}
div#footer2 {
	clear: both;
	text-align: right;
	margin-left: 35px;
}
/* -------------------navi----------------------- */


ul#egnavi{
	margin: 0;
	font-size: 90%;
	display: block;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	white-space: nowrap;
}

ul#egnavi li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul#egnavi img {
	margin-right: 17px;
}


/* ------------------other------------------------ */

img {
	 border: 0px none #fff;
}


hr {
	margin: 5px 10px 5px 20px;
}

ul {
	padding: 2px 5px 15px 50px;
	margin: 0;
	list-style-position: outside;
	line-height: 150%;
	font-size: 90%;
	color: #333333;
}

ol {
	padding: 2px 5px 15px 60px;
	margin: 0;
	list-style-position: outside;
	line-height: 150%;
	list-style-type: decimal;
	font-size: 90%;
	color: #333333;
}


/* link */
a:link {
	color: #0000ff;
}

a:visited {
	color: #800080;
}

a:hover {
	color: #ff0000;
}

a:active {
	color: #ff0000;
}

address {
	font-style: normal;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 8px;
}

.echooff {
 display:none;
}

.newpara {
	clear : both;
}

.center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

.va-center {
	vertical-align: middle;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.float-on {
	clear: none;
}

