@charset "shift_jis";
/* =======================================

	Browser Reset CSS

========================================== */
*	{
	margin: 0;
	padding: 0;
}

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}

html {background: #FFF; color: #000;}

body {
	margin:0 auto;
	padding:0px;
	text-align:center;
	color: #333333;
}

/* header
----------------------------------------------------------------------------- */
#newheader{
	width:100%;
	text-align:center;
	margin: 0;
	padding: 0;
	height: 59px;
	background-image: url(http://www.core.co.jp/common_core/imgs/back_header.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#newheader h1 {
	display:none;
}


#newheader #headerinner{
	width:950px;
	text-align:left;
	margin: 0 auto;
	padding: 0;
	height: 55px;
	overflow: hidden;
	zoom:1;
}

#newheader #headerinner #headerlogo {
	padding:5px 0;
	margin:0;
	height: auto;
	width: 359px;
	float:left;
}

#newheader #headerinner #headerright {
	padding:20px 0 0 0;
	margin:0;
	width: 510px;
	height: auto;
	font-size: 11px;
	text-align: right;
	display: inline;
	float:right;
}
#newheader #headerinner #headerright .headlink{
	width:290px;
	margin:8px 5px 0 0;
	padding:0;
	height:auto;
	font-size: 10px;
}

#newheader a{
	font-size:11px !Important;
	font-family:"CI","Meiryo","lr oSVbN","Hiragino Kaku Gothic Pro","qMmpS Pro W3",sans-serif !Important;
}

#newheader a:link { color: #16358E !Important; text-decoration:none !Important;}
#newheader a:visited { color: #16358E !Important;text-decoration:none !Important;}
#newheader a:active { color: #66CCFF !Important; text-decoration: underline !Important;}
#newheader a:hover { color: #66CCFF !Important; text-decoration: underline !Important;}

