@charset "utf-8";
/* CSS Document */

#navimenu {
	background-repeat:no-repeat;
	padding-top:38px;
}

#navimenu.aboutmenu {
	background-image:url(/shared/img/about/about_menu.jpg);
}

.newsmenu {
	padding-top:26px !important;
	background-image:url(/shared/img/news/archive_back.jpg);
}

#navimenu ul {
	background-image: url(/shared/img/navi/navimenu_back.png);
	background-repeat: repeat-y;
}

#navimenu li {
	list-style:none;
	padding-top:8px;
	height:24px;	
	margin-left:10px;
	padding-left:20px;
	background-image:url(/shared/img/navi/submenu_item_back.jpg);
	background-repeat:no-repeat;
}

#aboutcompany {
	width:582px;
}

#aboutcompany .title {
	float:left;
	width:42px;
}

#aboutcompany .content {
	float:left;
	width:540px;
}

#aboutcompany p {
	margin-left:12px;
	line-height:1.3;
	margin-bottom:25px;
}

#aboutcompany p.last {
	margin-bottom:0px;
}

#newsarea p {
	margin-left:0px !important;
	margin-bottom:10px !important;
}

#newsarea p.date {
	color: #425E8A;
	font-weight:bold;
	background-image:url(/shared/img/top/news_header.jpg);
	background-repeat:no-repeat;
	padding-left:16px;
	line-height:1;
	height:auto !important;
	height:16px;
	min-height:16px;
	display: block;
}

#newsarea p.newstitle {
	font-weight:bold;
	font-size:110%;
	line-height:1;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: block;
}

h2.newstitle {
	font-size:160%;
}
