body {
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	text-decoration: none;
	color: #115ccc;
}

a:visited {
	text-decoration: none;
	color: #2f5da2;
}

.box p {
	text-indent: 1em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}

#header {
	position: relative;
	background: url(../image/head_bg.png) repeat-x;
	min-width: 780px;
	width: 100%;
	_width: expression(document.body.clientWidth < 782? "780px" : "auto");
	height: 93px;
}

#href_nmij {
	position: absolute;
	width: 107px;
	height: 69px;
	top: 14px;
	left: 24px;
}

#href_aist {
	position: absolute;
	width: 139px;
	height: 40px;
	top: 32px;
	left: 607px;
}


#top_logo_en {
	float: left;
	background: url(../image/head_logo_en.png);
	width: 780px;
	height: 93px;
}
#top_logo {
	float: left;
	background: url(../image/head_logo.png);
	width: 780px;
	height: 93px;
}
#top_logo a, #top_logo_en a {
	display: none;
}

#topic_path {
	float: left;
	text-align: left;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 12px;
	color: #333;
	font-size: 0.9em;
}
#topic_path .tp {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
.tp li {
	background: url(../image/tp.png) top right no-repeat;
	padding-right: 18px;
	padding-left: 3px;
	float: left;
}
.tp li.current {
	background: none;
}

#english {
	text-align: right;
	margin-right: 20px;
	margin-top: 5px;
	font-family: "Century Gothic", sans-serif;
	font-size: 0.9em;
}

.pdf {
	background: url(../image/pdf.png) center left no-repeat;
	padding-left: 20px;
	line-height: 1.3em;
	display:inline-block;
}

div.box h3 {
	margin: 6px 0;
	margin-top: 0;
	padding: 0;
	border-left: solid 5px #039bd2;
	border-bottom: solid 1px #ccc;
	padding-left: 6px;
	padding-bottom: 3px;
}

#container {
	clear: both;
	margin: 0 auto;
	margin-top: 1px;
	text-align: left;
	min-width: 780px;
	width: 100%;
	_width: expression(document.body.clientWidth < 782? "780px" : "auto");
}

#main_wrap {
	float: right;
	width: 100%;
	margin-left: -220px;
	text-align: left;
	background: #fff;
}

#main {
	padding-left: 220px;
	padding-right: 20px;
}

div#main h1 {
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: normal;
	background: url(../image/h1.png) 3px 4px no-repeat;
	padding-left: 30px;
	line-height: 1.6em;
	font-size: 1.3em;
}


#menu {
	float: left;
	width: 210px;
	background: #fff;
}

div#menu ul.menu_btn {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

div#menu ul.menu_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

ul.menu_btn a {
	display: block;
	background: url(../image/menu.png) no-repeat;
	font-size: 0.9em;
	height: 38px;
	width: 204px;
	text-decoration: none;
}

ul.menu_btn a:hover {
	background-image: url(../image/menu_cur.png);
}

ul.menu_list a:hover {
	background-image: url(../image/menu_cur.png);
}

ul.menu_list a:hover span {
	color: #fff;
}

ul.menu_list a {
	display: block;
	background: url(../image/menu_sub2.png) no-repeat;
	font-size: 0.9em;
	height: 38px;
	width: 204px;
	text-decoration: none;
}

ul.menu_list a {
	text-decoration: none;
}

ul.menu_list a span {
	display: block;
	padding-left: 12px;
	padding-top: 12px;
	color: #0056b1;
}

ul.menu_btn a span {
	display: block;
	padding-left: 12px;
	padding-top: 12px;
	color: #fff;
}

#menu_contact {
	display: block;
	background: url(../image/menu_sub.png) no-repeat 185px 13px;
	height: 38px;
	width: 204px;
	text-decoration: none;
	line-height: 38px;
	color: #0056b1;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	margin-top: 25px;
}

#menu_contact_en {
	display: block;
	background: url(../image/menu_sub.png) no-repeat 185px 13px;
	height: 38px;
	width: 204px;
	text-decoration: none;
	line-height: 38px;
	color: #0056b1;
	font-weight: bold;
	font-family: "Arial", "Helvetica";
	letter-spacing: 0.3em;
	text-align: center;
	text-decoration: none;
	margin: 0;
	margin-top: 25px;
}




#contact {
	background: url(../image/menu_sub.png) no-repeat 20px 13px;
	padding-left: 8px;
	font-size: 0.9em;
	color: #555;
	line-height: 1.3em;
}

#contact .name {
	font-size: 1.3em;
	margin: 6px 0;
}

#contact_box {
	padding-left: 10px;
}

.news, .box {
	clear: both;
	padding: 10px;
	margin: 10px;
	line-height: 1.2em;
	border: solid 1px #ccc;
	font-size: 0.9em;
	color: #333;
}

.box .body {
	padding-bottom: 6px;
	border: none;
}

.news_image {
	float: left;
	margin: 3px;
	text-align: center;
}

.box_image {
	text-align: center;
	margin: 3px;
}

.box_image img {
	border: 0;
	padding: 3px;
	margin: 0 auto;
}

.news_image img {
	border: 0;
	padding: 3px;
	margin: 0 auto;
}

.small {
	font-size: 0.9em;
}

#footer {
	clear: both;
	margin: 10px auto;
	background: #fff;
	min-width: 780px;
	width: 100%;
	_width: expression(document.body.clientWidth < 782? "780px" : "auto");
}

#footer .content {
	padding: 20px;
	padding-left: 280px;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: left;
}

#footer .copyright {
	border-top: solid 2px #0271c0;
	padding: 2px;
	text-align: center;
	font-size: 0.9em;
	background: #fff;
	color: #777;
	font-family: "Century Gothic", sans-serif;
}

#footer #nilim_logo {
	width: 84px;
	height: 84px;
	background: url(../image/nilim_logo.png) no-repeat;;
	position: absolute;
	top: 24px;
	left: 185px;
}

.clearfix:after {
	content: url(../image/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }

.ex1 { vertical-align: 35%; 
	   font-size: 0.6em;}

.ex2 { vertical-align: 0%; 
	   font-size: 0.6em;}

/* Mac IE \*//*/
.clearfix { overflow: hidden; }
/* */

