/*  all reset

==============================================*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
	}

/*  base

==============================================*/
body {

	color: #333300;
    font: 12px/18px verdana, Helvetica, arial, HiraKakuPro-W3, "MS Pゴシック", Osaka, sans-serif;
	background-color: #F9FEF6;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	}



h1,h2,h3,h4,p,dl{
	margin:0;
	padding:0;
	}



a:link, a:visited { color: #003399; text-decoration: none; }
a:active, a:hover { color: #003399; text-decoration: underline; }



#frame {
	width: 760px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
	}



.img-right {
	padding:0;
	float: right;
	margin: 0px 0px 0px 5px;
	}

.img-left {
	padding:0;
	float: left;
	margin: 0px 5px 0px 0px;
	}

.img-r5 {
	margin: 0px 5px 30px 0px;
	float: left;
	}

.txt11 {
	font-size: 11px;
	}

.txt-blue {
	color: #0066CC;
	}

#pan {
	width:760px;
	margin:0;
	background-color: #EEEEEE;
	height: 20px;
	text-align: right;
	padding: 0;
	}

#pan p {
	font-size: 10px;
	color: #666666;
	margin: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	}


/*  shade
==============================================*/
.shade {
	width: 10px;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-y;
	}



/*  header
==============================================*/

#header {
	width: 760px;
	height: 94px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/head_bg_01.jpg);
	background-repeat: no-repeat;
	}


	#header h2 {
	padding: 12px 0px 0px 16px;
	}

	#header h3 {
	float: right;
	width: 254px;
	padding: 70px 9px 0px 0px;
	}
	
	
/*  navi
==============================================*/

#navi {
	width: 760px;
	height: 32px;
	padding: 0;
	margin: 0;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	}

	#navi li{
	float: left;
	}

	#navi01 a {
	width: 145px;
	height: 32px;
	display: block;
	}

	#navi01 a:hover {
	background-image: url(../images/menu.gif);
	background-position: 0px -32px;
	}

	#navi02 a {
	width: 175px;
	height: 32px;
	display: block;
	}

	#navi02 a:hover {
	background-image: url(../images/menu.gif);
	background-position: -145px -32px;
	}

	#navi03 a {
	width: 123px;
	height: 32px;
	display: block;
	}

	#navi03 a:hover {
	background-image: url(../images/menu.gif);
	background-position: -320px -32px;
	}

	#navi04 a {
	width: 115px;
	height: 32px;
	display: block;
	}

	#navi04 a:hover {
	background-image: url(../images/menu.gif);
	background-position: -443px -32px;
	}

	#navi05 a {
	width: 202px;
	height: 32px;
	display: block;
	}

	#navi05 a:hover {
	background-image: url(../images/menu.gif);
	background-position: -558px -32px;
	}


/*  english navi
==============================================*/

#e-navi {
	width: 760px;
	height: 32px;
	padding: 0;
	margin: 0;
	background-image: url(../english/images/menu2.gif);
	background-repeat: no-repeat;
	}

	#e-navi li{
	float: left;
	}

	#e-navi01 a {
	width: 145px;
	height: 32px;
	display: block;
	}

	#e-navi01 a:hover {
	background-image: url(../english/images/menu2.gif);
	background-position: 0px -32px;
	}

	#e-navi02 a {
	width: 175px;
	height: 32px;
	display: block;
	}

	#e-navi02 a:hover {
	background-image: url(../english/images/menu2.gif);
	background-position: -145px -32px;
	}

	#e-navi03 a {
	width: 123px;
	height: 32px;
	display: block;
	}

	#e-navi03 a:hover {
	background-image: url(../english/images/menu2.gif);
	background-position: -320px -32px;
	}

	#e-navi04 a {
	width: 115px;
	height: 32px;
	display: block;
	}

	#e-navi04 a:hover {
	background-image: url(../english/images/menu2.gif);
	background-position: -443px -32px;
	}

	#e-navi05 a {
	width: 202px;
	height: 32px;
	display: block;
	}

	#e-navi05 a:hover {
	background-image: url(../english/images/menu2.gif);
	background-position: -558px -32px;
	}


/*  news
==============================================*/
.news {
	width: 169px;
	margin: 7px 0px 0px 0px;
	vertical-align: top;
	}

	.news ul {
	width: 169px;
	}

	.news li {
	padding: 6px 0px 15px 0px;
	font-size: 12px;
	color: #666666;
	list-style: none;
	line-height: 1.2em;
	border-bottom: 1px solid #CCCCCC;
	}


/*  lead
==============================================*/
.lead {
	width: 700px;
	background-color: #ECF9DC;
	padding: 21px 35px 27px 25px;
	font-size: 14px;
	}


/*  top-right
==============================================*/
#top-r {
	width: 135px;
	margin: 28px 15px 0px 0px;
	float: right;
	}

	#top-r p {
	font-size: 11px;
	color: #333333;
	line-height: 1.3em;
	}

.top-img {
	margin: 6px 0px 7px 11px;
	}

/*  top-left
==============================================*/
#top-l {
	width: 586px;
	margin: 34px 0px 60px 0px;
	float: left;
	background-image: url(../images/top_img04.gif);
	background-position: top right;
	background-repeat: no-repeat;
	}

	#top-l p {
	padding: 7px 60px 10px 12px;
	font-size: 12px;
	}

.top-tbl {
	margin: 10px 0px 0px 5px;
	}

.top-td{
	background-image: url(../images/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 0px 25px 0px 15px;
	}



/*  footer

==============================================*/
#footer {
	width: 760px;
	margin: 15px 0px 5px 0px;
	padding: 0;
	}

	#footer p {
	padding: 0px 0px 0px 10px;	
	}



/*  hidden

==============================================*/
#navi,#e-navi {
	text-indent: -9999px ;
	
/*  MacIE 5 \*/
overflow: hidden;
/*  MacIE 5 end */

	}
