@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: 95%;
	line-height: 1.5em;
	color: #333333;
	background-color: #FFFFFF;
	font-family: sans-serif;
}

h1{
	font-size: 150%;
}

h2{
	font-size: 125%;
}

hr {
	display: none;
}

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

/*pages styles
--------------------------------------------------------*/
#pages{margin-left:auto; margin-right:auto;
background:url(images/bg_image.jpg) 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{
	height:360px;
}

#header h1 {
	display: none;
}

#header h2 {
	display: none;
}

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

/*menu styles
--------------------------------------------------------*/
#menu h2 {display: none;}
#menu{width:808px;  margin-top:0px; margin-left:0px;}
#mlist{list-style:none outside; }
#mlist li span{display:none;}
#mlist a{display:block; height:66px;}
#menu ul li {float:left;}


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

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

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

#mlist #contact a{width:240px; background:url(images/menu/menu_contact.jpg) no-repeat top left;}
#mlist #contact a:hover{width:240px; background:url(images/menu/hover/menu_contact_o.jpg) no-repeat top left;}


/*contents styles
--------------------------------------------------------*/
#contents{
	width:808px;
	float:right;
	overflow: visible;
background:url(images/contents/contents_bg.jpg) no-repeat bottom left;
}

#contents .text_area_1{
	margin-top:0px;
	margin-left:40px;
	margin-right:40px;
	width:728px;
	left: auto;
	right: auto;
	}

.tc_1 {
	width:728px;
}
.tc_1 th{
	text-align:left;
	vertical-align:top;
	line-height:1.3em;
	font-weight: bold;
	color: #336996;
}
.tc_1 td{text-align:left; vertical-align:top; line-height:1.3em; }
.tc_1 p{margin-left:0px; line-height:1.3em; color:#333333;}

.tc_3 {
	width:728px;
}
.tc_3 th{
	text-align:left;
	vertical-align:top;
	line-height:1.3em;
	font-weight: bold;
	color: #336996;
}
.tc_3 td{
	text-align:left;
	vertical-align:top;
	line-height:1.3em;
	font-weight: bold;
}
.tc_3 p{margin-left:0px; line-height:1.3em; color:#333333;}


#contents .text_area_2{
	margin-top:0px;
	margin-left:50px;
	margin-right:50px;
	width:708px;
	left: auto;
	right: auto;
}

.tc_2 {width:708px; }
.tc_2 td{text-align:left; vertical-align:top; line-height:1.8em; }
.tc_2 p{margin-left:0px; line-height:1.8em; color:#333333;}


.style4 {font-size: large}
.style5 {font-size: smaller}
.style6 {font-size: x-large}


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

address{
	color: #FFFFFF;
	text-align: center;
	padding-top: 2.5em;
	border: none;
	width: 735px;
	margin-left:auto;
	margin-right:auto;
	font-size: 80%;
}

