@charset "utf-8";
/* CSS Document */
body {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

img {
	border:none;
}

a {
	outline: none;
}

li {
	list-style: none;
}

#wrap {
	width:800px;
	margin: 0 auto;
	padding-bottom: 15px;
}

#menu {
	width: 800;
	height: 220px;
	background: url(images/index.png) 0 0;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	list-style: none;
	display: inline;
}

#menu ul li a {
	display: block;
	float: left;
	text-indent: -9999px;
}

#menu ul li.menu_a a {
	width: 70px;
	height: 50px;
	top: 170px;
	position: relative;
}


#menu ul li.menu_b a {
	width: 65px;
	height: 50px;
	top: 170px;
	position: relative;
}

#menu ul li.menu_c a {
	width: 90px;
	height: 50px;
	top: 170px;
	position: relative;
}

#menu ul li.menu_d a {
	width: 110px;
	height: 50px;
	top: 170px;
	position: relative;
}

#menu ul li.menu_e a {
	width: 60px;
	height: 50px;
	top: 170px;
	position: relative;
}

#menu ul li.menu_f a {
	width: 80px;
	height: 50px;
	top: 170px;
	position: relative;
}

#menu ul li.menu_g a {
	width: 75px;
	height: 50px;
	top: 170px;
	position: relative;
}

#menu ul li.menu_h a {
	width: 100px;
	height: 50px;
	top: 170px;
	position: relative;
}

#menu ul li.menu_i a {
	width: 90px;
	height: 50px;
	top: 170px;
	position: relative;
}

#menu ul li.menu_j a {
	width: 60px;
	height: 50px;
	top: 170px;
	position: relative;
}

#contents.brand {
	padding: 25px;
}

#contents.brand p {
	line-height: 1.5;
}

#contents.company p {
	padding: 3px 35px;
}

#news {
	width : 700px;
	margin-left: 50px;
}
#news table {
	width: 700px;
}

#news td.adddate {
	width: 100px;
	vertical-align: top;
}

#news tr.line td {
	border-top: 1px solid #ccc;
	height: 15px;
}

#footer {
	text-align: center;
	font-size: 10px;
	color: #999999;
}

