@charset "shift_jis";
/*==================================================================================

	header.css for www.nelt.co.jp
	Last modified:  2007-09-14

==================================================================================*/

div#mainContents {}

div.section {
	clear: both;
	width: 100%;
	margin:20px 0;
}

h2 {
	background: none;
}

p#keyVisual {
	text-align: center;
}

div#products,
div#about {
	float: left;
}

div#products { width: 244px; } /* 2007-10-05 */
div#about { width: 100%; } /* 2007-10-05 */

div#products {
	margin-right: 25px;/* 2007-09-14 */
}

ul.flex{
	margin: 0;
	gap: 50px;
	display: flex;
	padding-left: 20px;
}

ul.flex li p{
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	padding-left: 7px;
	background-image: url(/library/_140__187__141_s/english/common/images/misc/bg-shortcut.gif);
    background-position: left 5px;
    background-repeat: no-repeat;
}

div#recruit {
	margin-left: 17px;
}

/* newslist */
div#news {
	width: 100%;
}

div#news h2{
	margin-bottom: 0;
}

div#news ul li {
	vertical-align: bottom;
	padding: 10px 0;
	background-image: url(/library/_140__187__141_s/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(/library/_140__187__141_s/images/index-bg-news-li.gif);
	background-position: 2px 0.5em;
	background-repeat: no-repeat;
	color: #666666;
}

img.marker {
	margin: 0px 5px 1px 0 !important;
	vertical-align: bottom;
}

img.newWindow {
	margin-bottom: 1px;
	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(/library/_140__187__141_s/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(/library/_140__187__141_s/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 */