@charset "UTF-8";
/* formatting style
--------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-size: 100%;
	font-family: 
	line-height:1.1em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	font-size: 100%;
	line-height: 1.6em;
	color: #333333;
	background-color: #FFFFFF;
	font-family:
; 	font-family: Arial, Helvetica, sans-serif;
}

h1{
	font-size: 150%;
}

h2{
	font-size: 135%;
}

h3{
	font-size: 115%;
}

.style1 {font-size: large}
.style2 {
	font-size: xx-large;
	font-weight: bold;
	color: #FF0000;
}

#pages,#header{width:916px;}

/*pages styles
--------------------------------------------------------*/
#pages{margin-left:auto; margin-right:auto;
background:url(images/img_bg.jpg) repeat-y top left;
}

/* link styles
--------------------------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #2A69B3;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/*header styles
--------------------------------------------------------*/
#header{
	background:url(images/header.jpg) no-repeat top left; height:197px;
}

#header h1 {
	display: none;
}

#header h2 {
	display: none;
}

/*container styles
--------------------------------------------------------*/
#container{margin-left:auto; margin-right:auto; margin-top:54; width:916px; overflow:visible; }

/*menu styles
--------------------------------------------------------*/
#menu{width:916px; clear:both; margin-top:0px;}
#menu h2 {display: none;}
#menu ul li {float:left;}

#mlist{list-style:none outside;}
#mlist li span{display:none;}
#mlist a{display:block; height:40px;} 

#mlist #top a{background:url(images/menu_top.jpg) no-repeat top left; width:163px; }
#mlist #top a:hover{background:url(images/menu_top_o.jpg) no-repeat top left;}

#mlist #about a{background:url(images/menu_about.jpg) no-repeat top left; width:168px; }
#mlist #about a:hover{background:url(images/menu_about_o.jpg) no-repeat top left;}

#mlist #program a{background:url(images/menu_program.jpg) no-repeat top left; width:190px; }
#mlist #program a:hover{background:url(images/menu_program_o.jpg) no-repeat top left;}

#mlist #appli a{background:url(images/menu_appli.jpg) no-repeat top left; width:208px; }
#mlist #appli a:hover{background:url(images/menu_appli_o.jpg) no-repeat top left;}

#mlist #access a{background:url(images/menu_access.jpg) no-repeat top left; width:187px; }
#mlist #access a:hover{background:url(images/menu_access_o.jpg) no-repeat top left;}


/*contents styles
--------------------------------------------------------*/
#contents{width:916px; padding:0px; float:left;}

#contents .txta1{margin-top:54px; margin-left:66px; margin-right:66px; width:783px; }

.wn th,td{line-height:1.8em;}


/*footer styles
--------------------------------------------------------*/
#footer{
	width:916px;
	height:40px;
	background:url(images/footer.jpg) no-repeat bottom left;
	margin-left:auto;
	margin-right:auto;
	clear: both;
}

address{
	color: #FFFFFF;
	font-size: 75%;
	text-align: center;
	padding: 0.5em;
	width: 916px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
}
