*{
	padding:0;
	margin:0;
	font-family:"ＭＳ Ｐゴシック";	
}

ul{
	list-style-type:none;
	overflow:hidden;
}

li{
	overflow:hidden;
}

div{
	overflow:hidden;
}

img{
	border:0;
}

body{
	background:url("../images/common/la_bg.gif") top repeat-x;
}

#la_header{
	width:950px;
	height:113px;
	margin:0 auto;	
}
	#la_header h1{
		color: #000000;
		font-size: 12px;
		font-weight: normal;
		height: 26px;
		line-height: 26px;
		margin: 0 auto;
		text-align: right;
		width: 950px;
	}
	#la_header #la_logo{
		background: url("../images/common/header_bg.gif") no-repeat scroll right top transparent;
		height: 87px;
	}		
		#la_header #la_logo #la_header_text{
			color: #333333;
			float: left;
			font-size: 12px;
			font-weight: bold;
			padding-left: 9px;
			padding-top: 16px;
		}

#la_navi{
	width:950px;
	height:35px;
	margin:0 auto;	
}
	#la_navi a{
		display:block;
		height:35px;
		float:left;
	}
	#la_navi a:hover{
		background-position: 0 -35px !important;
	}
	#la_navi #menu01{
		background: url("../images/common/la_menu01.gif");
		width:116px;
	}
	#la_navi #menu02{
		background: url("../images/common/la_menu02.gif");
		width:225px;
	}
	#la_navi #menu03{
		background: url("../images/common/la_menu03.gif");
		width:175px;
	}
	#la_navi #menu04{
		background: url("../images/common/la_menu04.gif");
		width:161px;
	}
	#la_navi #menu05{
		background: url("../images/common/la_menu05.gif");
		width:273px;
	}
#la_footer_btn{
	width:950px;
	height:27px;
	margin:0 auto;
	text-align:right;
}
#la_footer {
    background: url("../images/common/footer_bg.gif") repeat-x scroll 0 0 transparent;
    height: 104px;

}
	#la_footer #la_foot_link{
		width:950px;
		margin:15px auto;
		text-align:center;
	}
		#la_footer #la_foot_link a {
			color: #FFFFFF;
			font-size: 12px;
			text-decoration: none;
		}
		#la_footer #la_foot_link a:hover {
			text-decoration: underline;
		}

	#la_footer #la_foot_copyright {
		color: #FFFFFF;
		font-size: 12px;
		padding: 15px 0;
		text-align: center;
	}