@charset "shift_jis";
/*==================================================================================

	header.css for www.nelt.co.jp
	Last modified:  2007-09-14

==================================================================================*/
div#container {
	width: 766px;/* 2007-09-14 */
	margin: auto;
	text-align: left;
}

div#mainContents {}

div.section {
	clear: both;
	margin: 3px 0 20px 3px;
}

h2 {
	background: none;
}

p#keyVisual {
	text-align: center;
}

div#products,
div#about {
	float: left;
}

div#products { width: 244px; } /* 2007-10-05 */
div#about { width: 490px; } /* 2007-10-05 */

div#products {
	margin-right: 25px;/* 2007-09-14 */
}

div#about {
	margin: 0;
}

div#recruit {
	margin-left: 17px;
}

/* newslist */
div#news {
	width: 760px;/* 2007-10-05 */
}

div#news h2{
	margin-bottom: 0;
}

div#news ul li {
	vertical-align: bottom;
	padding: 10px 0;
	background-image: url(/images/index-bg-news-li-p.gif);
	background-position: bottom;
	background-repeat: repeat-x;/* 2007-10-05 */ 
}

div#news ul li p {
	padding-left: 10px;
	background-image:url(/images/index-bg-news-li.gif);
	background-position: 2px 0.5em;
	background-repeat: no-repeat;
	color: #666666;
	_height: 18px;
}

img.marker {
	margin: 0px 5px 1px 0 !important;
	_margin: 0px 5px 0px 0 !important;
	vertical-align: bottom;
	_vertical-align: middle;
}

img.newWindow {
	margin-bottom: 1px;
	_margin-bottom: 0px;
	vertical-align: bottom;
}

div#information h2 {
	margin-bottom: 10px;
}

div#news a {
	color: #666666;
	text-decoration: none;
}

div#news a:hover {
	text-decoration: underline;
}

div#banner {
	float: right;
	width: 244px;
	margin-bottom: 20px;
}

div#information {
	float: right;
	width: 244px;
}

div#information ul li {
	margin-bottom: 5px;
	padding-bottom: 10px;
	background-image: url(/images/index-bg-news-li-p.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color: #FFF;
}

div#information ul li p {
	padding-left: 10px;
	background-image: url(/images/bg-information-li.gif);
	background-position: 2px 0.5em;
	background-repeat: no-repeat;
}

/*
div#information ul li {
	margin-bottom: 10px;
	border-bottom: 1px dotted #666;
}

div#information ul li p {
	margin-bottom: 10px;
}
*/

div#banner p {
	margin-bottom: 10px;
}

div#information a {
	color: #0041B1;
	text-decoration: none;
}

div#information a:hover {
	text-decoration: underline;
}


/* class for clearfix hack */
.section:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

ul {
	list-style-position: outside;
}

span.notes {
	color: #ED8001;
	font-size: 90%;
}

/* EOF */