@charset "utf-8";
/* CSS Document */
html {
	overflow-y: scroll;
}

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/menu2.jpg) 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: 80px;
}


#menu ul li.menu_b a {
	width: 65px;
	height: 80px;
}

#menu ul li.menu_c a {
	width: 105px;
	height: 80px;
}

#menu ul li.menu_d a {
	width: 65px;
	height: 80px;
}

#menu ul li.menu_e a {
	width: 65px;
	height: 80px;
}

#menu ul li.menu_f a {
	width: 70px;
	height: 80px;
}

#menu ul li.menu_g a {
	width: 95px;
	height: 80px;
}

#menu ul li.menu_h a {
	width: 60px;
	height: 100px;
}

#menu ul li.menu_k a {
	width: 60px;
	height: 120px;
}

#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;
}

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