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

body {
	font-size: 93%;
	line-height: 1.5em;
	color: #333333;
	background-color: #FFFFFF;
	font-family: sans-serif;
}

h1{
	font-size: 150%;
}

h2{
	font-size: 125%;
}

hr {
	border-width: 1px;
	border-style: dotted;
	width: auto;
}

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

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

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

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

#header h1 {
	display: none;
}

#header h2 {
	display: none;
}

/*container styles
--------------------------------------------------------*/
#container{margin-left:auto; margin-right:auto; width:800px; overflow:visible; background:url(images/container/container.jpg) no-repeat top left; }

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

address{display: none;}


/*menu styles
--------------------------------------------------------*/
#menu h2 {display: none;}
#menu{width:181px; clear:left; margin-left:22px; }
#mlist{list-style:none outside; }
#mlist li span{display:none;}
#mlist a{width:181px; display:block; height:49px;}

#mlist #home a{background:url(images/menu/menu_index.jpg) no-repeat top left;}
#mlist #home a:hover{background:url(images/menu/menu_hover/menu_index_o.jpg) no-repeat top left;}

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

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

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


/*contents styles
--------------------------------------------------------*/
#contents{width:559px; float:right; clear:right; overflow: visible; }

#contents .txta{margin-top:1em; margin-left:15px; width:520px; }

.wn th{text-align:left; vertical-align:top;}
.wn td{text-align:left; vertical-align:top;}
.wn p{margin-left:0px; line-height:2em; color:#333333;}

.wn1 th{text-align:left; vertical-align:top;}
.wn1 td{text-align:left; vertical-align:top;}
.wn1 p{margin-left:0px; line-height:1.5em; color:#333333;}

.wn2 th{text-align:left; vertical-align:top;}
.wn2 td{text-align:left; vertical-align:top;}
.wn2 p{margin-left:0px; line-height:1.3em; color:#333333;}

.style1 {font-size: large}
.style2 {font-size: larger}
.style3 {font-size: small}

