@charset "utf-8";
/* ---------- naka header css ----------- */

#header{
	width:760px; /* top difference */
	background:#fff;
	text-align:center;
	margin:0 auto;
	}

#header_image{  /* top difference */
	margin:0 auto 10px;
	}

#header img{border:none;}

#header *{
	line-height:1;
	font-size:11px;
	}

#hline,
#h_logo,
#head_menu{
	margin:0 auto;
	}

#hline a,
#footer a{
	color:#000;
	text-decoration:none;
	}

#hline a:hover,
#footer a:hover{
	text-decoration:underline;
	}

#hline{
	background:url(/topimg/hline_back.jpg) repeat-x;
	padding:5px 3px;
	}

#hline ul{
	width:425px;
	margin:0;
	padding:0;
	}

#hline li{
	float:left;
	padding:0 0 0 13px;
	margin:0 0 0 10px;
	list-style:none;
	}

#hline .hline_m01{
	background:url(/topimg/icon_h01.jpg) no-repeat;
	}

#hline .hline_m02{
	background:url(/topimg/icon_h02.jpg) no-repeat;
	}

#h_logo{
	background:url(/topimg/naka_header_img.jpg) right bottom no-repeat;  /* top difference */
	height:80px;
	text-align:left;
	padding:5px 3px 0;
	margin:0 auto;
	}

#head_menu ul{
	height:55px;
	border-bottom:solid 3px #E9E3D1;
	padding:0;
	margin:0;
	}

#head_menu li{
	float:left;
	border-right:solid 1px #6A6FC1;
	text-align:center;
	list-style:none;
	}

#head_menu li img{
	margin:10px 0 0 0;
	}

#head_menu li a{
	background:url(/topimg/h_menubk.jpg) no-repeat;
	display:block;
	width:151px;   /* top difference */
	height:55px;
	padding:0;
	}

#head_menu li a:hover{
	background:url(/topimg/h_menubk_on.jpg) no-repeat;
	}


/* ---------- naka footer css ----------- */

#footer{
	width:760px;   /* top difference */
	text-align:center;
	margin:5px auto 0;
	}

#footer_menu{
	background:url(/topimg/footer_back.jpg) repeat-x #fff;
	font-size:13px;
	line-height:130%;
	padding:12px;
	margin:0 auto;
	}

#footer #copyright{
	height:16px;
	background:url(/topimg/copyright.jpg) right top no-repeat;
	margin:0 auto;
	}

#footer #copyright span{
	display:none;
	}


