@charset "utf-8";
/*formatting style
-------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 90%;
	line-height: 1.6;
	color: #333;
	background-color: #FFF;
	font-family: sans-serif;
}
hr {
	display: none;
}
/*link style 
--------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* basic layout 
--------------------------*/
#wrapper {
	margin: 0px auto;
	background-color: #FFF;
	width: auto;
}
#sidebarA {
	padding: 10px;
	width: 175px;
	margin-bottom: 20px;
	float: left;
	background-color: #FFF;
}
#sidebarA h1 {
	font-size: 100%;
	margin-top: 5px;
	text-indent: 1em;
	letter-spacing: 1px;
	line-height: 38px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBB;
}
#sidebarA ul li {
	list-style: none;
}
#sidebarA ul li a {
	background-color: #FFF;
	display: block;
	text-decoration: none;
	text-indent: 18px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBB;
	color: #666;
	background-image: url(img/arrow02.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#sidebarA ul li a:hover {
	background-color: #EAF3FB;
}
#sidebarA ul li#nAisatsu a{
}
#aisatsu #sidebarA #nAisatsu a,
#gaiyo #sidebarA #nGaiyo a,
#group #sidebarA #nGroup a,
#member #sidebarA #nMember a,
#saiyo #sidebarA #nSaiyo a,
#link #sidebarA #nLink a,
#calendar #sidebarA #nCalendar a,
#seminar #sidebarA #nSeminar a,
#news #sidebarA #nNews a,
#news #sidebarA #nPress a,
#news #sidebarA #nPaper a,
#news #sidebarA #nAward a,
{
	color: #333;
	font-weight: bold;
	background-color: #FFF;
	background-image: url(img/arrow03.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	top: 5px;
	text-indent: 18px;
}



#main_all {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



#main {
	width: 760px;
	float: left;
	height: auto;
	clear: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 15px;
}

#main p {
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 1em;
	padding-right: 10px;
	padding-left: 10px;
}
#main p a {
	color: #1E4391;
	line-height: 30px;
}
#main a:hover {
}

#main h1 {
	font-size: 110%;
	font-family: sans-serif;
	border-bottom: 1px solid #ECA539;
	margin-bottom: 15px;
}

#main h1 img {
	padding: 8px;
}
#main h2 {
	font-size: 100%;
	padding-bottom: 3px;
	padding-left: 10px;
}


#main h2#link {
	font-size: 100%;
	color: #333;
	width: 735px;
	letter-spacing: 3px;
	background-image: url(img/arrow02.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-indent: 1em;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	background-color: #F8F8F8;
	padding: 3px;
}

#main .koubo {
	line-height: 30px;
	font-size: 100%;
	background-image: url(img/arrow02.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	text-indent: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
	background-color: #F8F8F8;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
#main h3 {
	font-size: 115%;
	padding-left: 10px;
	background-color: #E6F1F7;
	margin-bottom: 5px;
}
#wrapper #main h3 a {
	font-size: 80%;
	font-weight: normal;
	color: #06F;
}
#main h4 {
	font-size: 85%;
	font-weight: normal;
	color: #333;
}
#main h4 a {
	color: #333;
	text-decoration: underline;
}
#main h4 a:hover {
	text-decoration: none;
	color: #666;
}





#main .bumon {
	line-height: 60px;
}
#main #director  {
	margin: 15px 15px 15px 5px;
}


#main #news  dt {
	font-weight: bold;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	background-image: url(img/bullet01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#main #news dd {
	margin-bottom: 10px;
	margin-left: 6em;
}




/* table
--------------------------*/
#main table {
	margin-bottom: 15px;
	border-collapse:collapse;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	line-height: 20px;
	
}
#main table th {
	text-align: center;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#main table td {
	border: 1px solid #999;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
#main .contact {
	border: 1px dotted #999;
}
#main .seminar {
	border: 1px dotted #999;
}
#main .seminar02 {
	border: 1px dotted #999;
	padding-top: 20px;
	padding-bottom: 20px;
}

#main .news {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999;
}
#main .news02 {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999;
	padding-top: 12px;
	list-style-image: none;
	list-style-type: none;
	line-height: 25px;
	padding-bottom: 12px;
}


#main ul {
	color: #333;
	list-style: none;
	text-indent: 1em;
	line-height: 35px;
}
#main ul li {
	background-image: url(img/arrow02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 40px;
	margin-left: 1em;
}
#main ol li {
	list-style-image: none;
	list-style-type: none;
}

#main ul li a {
	color: #1E4391;
}
#main ul li a:hover {
	text-decoration: none;
}
#main #calendar dt {
	font-size: 90%;
	font-weight: bold;
	line-height: 25px;
	padding-top: 5px;
	color: #333;
	margin-left: 10px;
}
#main #calendar dd {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-indent: 10px;
}
#main #calendar dd a {
	color: #333;
	text-decoration: none;
}
#main #calendar dd a:hover {
	color: #999;
	text-decoration: none;
}

#main #naiyo {
	color: #039;
	font-weight: bold;
	margin-top: 15px;
	text-indent: 0em;
}

#main .gaiyo {
	color: #039;
	font-weight: bold;
	margin-top: 15px;
	text-indent: 0em;
}


/* header styles
--------------------------*/
#header_aist {
	background-color: #5291BF;
	height: 66px;
}
#header_aist h1 img {
	float: left;
}
#header_aist #cse-search-box {
	padding-top: 10px;
	padding-right: 10px;
}

#header_ievg {
	position: relative;
	height: 110px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5291BF;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header_ievg #logo {
	float: left;
	padding: 10px 10px 20px;
	margin-right: 50px;
}

#header_ievg ul li {
	display: inline;
	list-style: none;
	float: left;
	margin: 15px;
}
#navi {
	background-image: url(img/background.gif);
}


#navigation {
	position: relative;
	width: 980px;
	height: 30px;
	background-image: url(img/background.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navigation ul li {
	list-style: none;
	float: left;
	background-color: #999;
}
#navigation ul li a {
	text-align: center;
	display: block;
	line-height: 2em;
	color: #333;
	text-decoration: none;
	height: 2em;
	width: 168px;
	background-image: url(img/background.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#navigation ul li a:hover {
	background-image: url(img/background_g.gif);
}
#navigation ul li#nHome a{

}
#home #navigation #nHome a,
#introduction #navigation #nIntroduction a,
#seika #navigation #nSeika a,
#action #navigation #nAction a,
#survey #navigation #nSurvey a{
	color: #333;
	background-image: url(img/background_b.gif);
}


#footer {
	clear: both;
	color: #333;
	background-color: #EFEFEF;
	padding-bottom: 15px;
}
#footer h1 {
	padding-left: 15px;
	background-color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	font-size: 85%;
	font-weight: normal;
	color: #666;
}
#footer h1 a {
	color: #333;
	text-decoration: none;
	line-height: 40px;
	margin-right: 15px;
}
#footer h1 a:hover {
	color: #666;
	text-decoration: underline;
}
#footer address {
	text-align: center;
	padding-top: 10px;
}
#footer ul {
	padding-top: 5px;
	padding-left: 15px;
	font-size: 90%;
}


/* footer styles
--------------------------*/
#footer ul li a {
	color: #333;
	line-height: 50px;
}
#footer ul li a:hover {
	text-decoration: none;
	color: #666;
}
#footer ul li {
	list-style: none;
	display: inline;
	margin-right: 15px;
}
#footer ol {
	font-size: 85%;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer ol li  {
	display: inline;
	padding-left: 25px;
}
#footer ol li a {
	color: #333;
	text-decoration: none;
}
#footer ol li a:hover {
	color: #7E7E7E;
}
#footer ol li a:visited {
	color: #333;
}


#footer h2 {
	float: right;
	padding-right: 15px;
	padding-top: 15px;
	font-size: 80%;
}
#footer h2 a {
	color: #333;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footer h2 a:hover {
	text-decoration: underline;
}
#footer h3 {
	color: #333;
	font-size: 90%;
	line-height: 30px;
	font-weight: bold;
}
