*{
	padding:0;
	margin:0;
	font-family:"ＭＳ Ｐゴシック";	
}

ul{
	list-style-type:none;
	overflow:hidden;
}

li{
	overflow:hidden;
}

div{
	overflow:hidden;
}

img{
	border:0;
}

body{
	background-color:#F3F4F3;
}

h1{
	width:728px;
	margin:20px auto 5px auto;
	font-size:11px;
	color:#333333;
	font-weight:bold;
}

#la_logo{
	width:728px;
	margin:10px auto;
}

#la_content_head{
	width:728px;
	height:19px;
	margin:0 auto;
	background-image:url(../images/table_top.jpg);
}
#la_content{
	width:728px;
	margin:0 auto;
	background-image:url(../images/table_content.jpg);
}
	#la_content #la_left{
		float:left;
		width:515px;
		padding-left:5px;
	}
		#la_content #la_left .la_category{
			width:140px;
			float:left;
			margin:8px;
			padding:10px 10px 10px 80px;
			border:1px solid #ffcc01;
			font-size:12px;
			background-repeat:no-repeat;
			background-position:10px 10px;
			height:47px;
			line-height:20px;
		}
			#la_content #la_left .la_category a{
				color:#666666;
				font-weight:bold;
			}
			#la_content #la_left .la_category a:hover{
				color:red;
			}
	#la_content #la_right{
		float:left;
		width:178px;
		font-size:12px;
		line-height:25px;
		padding:20px 10px 0 20px;
	}
		#la_content #la_right a{
			color:#009BD4;
			font-weight:bold;
		}
		#la_content #la_right a:hover{
			color:red;
		}
	#la_content #la_clear{
		width:728px;
	}
#la_content_foot{
	width:728px;
	height:2px;
	margin:0 auto;
	background-image:url(../images/table_foot.jpg);
}

#la_foot{
	width:728px;
	margin:15px auto;
	font-size:11px;
}
	#la_foot a{
		color:#A5B400;
	}
	#la_foot a:hover{
		color:#FF8707;
	}