@charset "Shift_JIS";

/* ****************************************************************** 

	@This stylesheet Information{
		CSS File Name: header.css

		Setting of: Header area
			1: header setting
			2: headBnr setting
			3: noScript setting
	}

****************************************************************** */


/*===================================================================
	1: header setting
===================================================================*/
div#header{
	border-top:2px solid #9DD900;
	padding:0 10px 0 9px;
}

div#header div#headLogo{
	position:relative;
}

div#header h1{
    font-size: 1em;
    font-weight: normal;
    line-height: 1.3em;
    padding: 0 0 9px 230px;
    position: relative;
    top: 13px;
    width: 470px;
}
div#header div{
	width:901px;
	position:absolute;
	top:4px;
	min-height:44px;
	_height:44px;
}
div#header .tagline {
	display: table-cell;
	height: 32px;
	line-height: 1.3em;
	padding: 5px 0 0 230px;
	vertical-align: middle;
	width: 480px;
}
div#header div a{}
div#header div span{
	float:right;
	width: 180px;
	*margin-top:-33px;
}


/*===================================================================
	2: headBnr setting
===================================================================*/

#headBnr{
	text-align:center;
	padding:10px;
}

/*===================================================================
	3: noScript setting
===================================================================*/

.noScript {
	text-align:center;
	margin:10px;
}

.noScript p{
	padding:10px;
	border:2px solid #F00;
	font-weight:bold;
	color:#F00;
}

/* 20120611’Ç‰Á */
#contentsTop .navTop dl.newNo {
	min-height:19px;
}