@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}


a:link {
	color: #294075;
	text-decoration: none;
}
a:active {
	color: #294075;
	text-decoration: none;
}
a:visited {
	color: #294075;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}

a.menu_link:link {
	font-size:12px;
	color: #FFF;
	text-decoration: none;
}
a.menu_link:active {
	font-size:12px;
	color: #FFF;
	text-decoration: none;
}
a.menu_link:visited {
	font-size:12px;
	color: #FFF;
	text-decoration: none;
}
a.menu_link:hover {
	font-size:12px;
	color: #FFF;
	text-decoration: none;
}

h1 {
	color: #294075;
	font-size: 20px;
	text-indent: 15px;
	padding: 0;
	padding-bottom: 10px;
	padding-top: 20px;
}

h2 {
	color: #999;
	font-size: 18px;
	text-indent: 15px;
	padding: 0;
	padding-bottom: 10px;
	padding-top: 0px;
	font-weight: normal;
}

h3 {
	color: #294075;
	font-size: 14px;
	text-indent: 15px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

p.emph {
	text-align: left;
	text-indent: 15px;
	padding: 0;
	padding-bottom: 15px;
	padding-right: 15px;
	line-height: 1.6;
	font-style: italic;
}

p.norm {
	text-align: justify;
	text-indent: 15px;
	padding: 0;
	padding-bottom: 15px;
	padding-right: 15px;
	line-height: 1.6;
}

p.cited {
	text-align: justify;
	text-indent: 15px;
	padding: 0;
	padding-right: 15px;
	line-height: 1.6;
	font-style:italic;
}

p.signature {
	text-align: right;
	text-indent: 15px;
	padding: 0;
	padding-right: 15px;
	line-height: 1.6;
}

p.nospace {
	text-align: justify;
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	line-height: 1.6em;
}

li {
	list-style-position: outside;
	list-style-type: square;
	text-align: justify;
}

td.side_sx {
	width:70px;
	height:690px;
	visibility:hidden;
}

td.side_dx {
	width:70px;
	height:690px;
	visibility:hidden;
}

td.side_btt {
	width:865px;
	height:50px;
	visibility:hidden;
	vertical-align: bottom;
	font-size: 10px;
	text-align: center;
	color: #666;
}

td.logo {
	width:590px;
	height:150px;
	background-image: url(../images/logo_i4u.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
td.menu {
	width:275px;
	height:640px;
	background-image: url(../images/back_menu.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: top;
}	

td.menu_link {
	width:250px;
	height:33px;
	background-image: url(../images/menu_btt.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: top;
	cursor: pointer;
}

td.menu_hover {
	width:250px;
	height:33px;
	background-image: url(../images/menu_hover.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: top;
	cursor: default;
}

td.menu_click {
	width:250px;
	height:33px;
	background-image: url(../images/menu_active.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: top;
	cursor: default;
}

div.menu_elem {
	padding-left:35px;
	margin-top:7px;
	margin-bottom:7px;
	margin-right:0;
	color:#FFF;
	vertical-align:top;
	border: none;
}

div.cntscroll {
	overflow: visible;
}

td.cnt {
	height:490px;
	width:590px;
	vertical-align: top;
	padding: 0;
	padding-right: 20px;
}