body{
	background:#fff;
	font-size: 12px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;	
}

body,h1,h2,h3,ul,li,p{
	margin:0;
	padding:0;
}
h1{
	line-height: 0;	
}
p.sentence{
	line-height: 2em;
}
p.seminar_sentence{
	line-height: 200%;
	margin: 25px 0 30px 0;
	width:500px;
}
#wrap{
    margin:0 auto 0 auto;
    width:736px;
    text-align:left;
}
#wrap02{
    width:450px;
	text-align:center;
}

#title{
	margin: 0 0 20px 0;
}

/*----------------header start*/
#header{
	margin:12px 0 0 0;
	width: 735px;	
}

#sitesymbol{
	width: 350px;
	float: left;
}
#sitesymbol p{
	line-height: 0;	
}

#sitesymbol p.head{
    margin:10px 0 0 0;
	line-height: 12px;	
}

#headernav{
	padding: 41px 0 0 0;
	width: 380px;
	float:right;
	text-align:right
}
#headernav li,#headernav ul{
	list-style: none;
}
#headernav li{
	display:inline;
}
.flag{
	margin: 0 0 0 5px;

}
/*----------------globalnavi end*/


#globalnav{
    width:736px;
	padding: 7px 0 0 0;
	margin:0;
	clear:both;
}
#globalnav ul{
    width:736px;
	list-style: none;
}
#globalnav li{
	float:left;
	display:inline;
	margin:0 1px 0 0;
}
#globalnav li.last{
	float:left;
	margin:0;
}


/*----------------flash start*/

#flasharea{
	margin:9px 0 0 0;
	width: 735px;
	height:356px;
	text-align: center;
}

#contents_nolonav{
    margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 735px;
	float: left;

}
/*----------------news start*/
#newsarea{
	padding: 5px 0 0 0;
    clear: both;
}
#newsarea h2{
	display:none;
}
#newsarea ul{
	margin: -40px 0 0 90px;
	padding: 0 0 0 10px;
	float: left;
    /* \*/
	margin: -18px 0 0 30px;
	padding: 0 0 0 30px;
	float: left;
	/* */
}
#newsarea li{
	margin: 0 0 10px 0;
	line-height: 140%;
}

#newsarea li,#newsarea ul{
	list-style: none;
}

#newsarea p img{
    margin: -35px 0 0 50px;
    padding:0;
	float: right;
	/* \*/
	margin:-10px 0 0 0;
	padding:0;
	float: right;
	/* */
}

#newsarea a{
	background-color: #FFF;
	color: #000;
}
/*----------------footernav start*/
#footernav{
	font-size: 11px;
	}

#footernav h2{
	display: none;
}
#footernav li,#footernav ul{
	list-style: none;
}
#footernav ul{
	width: 570px;
	float: left;
	margin: 0 0 6px 0;
}
#footernav li{
	display:inline;
 	border-right: solid 1px #333;
	padding: 0 3px;
}
#footernav p{
	width:160px;
	float: right;
}
#footernav a{
	background-color: #FFF;
	text-decoration: none;
	color: #000;
}
#footernav a:hover{
	background-color: #CCC;
	color: #CC0000;
}
html>body #footernav a:hover{
	background-color: #CCC;
	color: #C00;
}
/*----------------footer start*/
#footer{
	width:736px;
   clear: both;
   padding: 9px 0 0 0;
}

#footer p{
	background:#D9D9D9;
}

.clear{
	clear:both;
}

/*----------------local navi start*/

#localonav{
	width: 148px;
	float: right;
	line-height:0;
}
#localonav h2{
	display: none;
	line-height:0;
}

#localonav ul,#localonav li{
	list-style: none;
}	
#localonav li.banner{
	margin: 10px 0 0 0;
}
#localonav ul{
	margin-bottom: 5px;
}
#localonav li{
	line-height:0;
	font-size:0;
}
/*----------------survey start*/
#survey{
	text-align: right;
	margin: 10px 0 10px 0;
}
#survey a{
	color: #333333;
	text-decoration: none;
}
#cooperation{
	border-left: #CC0000 solid 10px;
	padding:0 0 0 10px;
}

#cooperation h2{
	color: #CC0000;
	font-size: 15px;
	margin: 0 0 10px 0;	
}
#nocooperation{
	border-left: #666666 solid 10px;
	padding:0 0 0 10px;
	margin: 30px 0 0 0;
}
#nocooperation h2{
	color: #666666;
	font-size: 15px;
	margin: 0 0 10px 0;	
}
.survery_sentence{
	line-height: 150%;
	margin: 0 0 10px 0;
}

/*----------------topic start*/
#topicpath{
	margin: 5px 0 35px 0;
	font-size: 10px;
}
#topicpath a{
	color: #000000;
}
#topicpath em{
	text-decoration: none;
	color: #CC0000;
	font-style: normal;
}

#contents a{
	color: #000000;
}

#mainarea02{
	padding: 0 0 0 30px;
	margin: 20px 0 0 0;
	width:450px;
	text-align:left;
}

/* clearfix
---------------------------------------------*/
.pkg:after {
 content: " ";
 display: block;
 visibility: hidden;
 clear: both;
 font-size: 0.1em;
 line-height: 0;
 }
 * html .pkg { display: inline-block; }
 /* no ie mac \*/
 *:first-child+html .pkg { display: inline-block; }
 * html .pkg{ height: 1%; }
 .pkg { 
 	display: block; 
	 position:relative;	
	}
