@charset "utf-8";

/*style resset*/ 
* {
	margin: 0;
	padding: 0;
	}
* {
	font-size: 100.01%;
	font-weight: normal;
	font-style: normal;
}
a {
	outline: none;
	}

/*--------テキストリンク共通動作-----------------*/
a:link,
a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
body {
	text-align: center;	/*IEでコンテンツエリアを中央寄せにするのに必要*/
/*	background-color: #eeeeee;*/
	}
#wrap {
	margin: 0 auto;
	text-align: left;	/*コンテンツを左詰に直す*/
	width: 960px;
	background-color: #fff;
	}
#container {
	padding: 0px 40px 0px ;
	}
#header {
	background-color: #fff;
	}
/*▼ヘッダー内のレイアウト未▼*/
#header_title {
	position: relative;
	}
#header_banner {
/*	margin: 10px 40px 0px; ヘッダ画像の余白マージン（上部、左側、下側）*/
	margin: 10px 10px 10px; /*ヘッダ画像の余白マージン（上部、左側、下側）*/
	text-align: center;	/*画像をセンタリング*/
	}

/*h1とh1 aは社名ロゴ（h1aがないとリンク設定できない）*/
h1 {
	text-indent: -9999px;
	background: url(../images/np_logo.jpg) no-repeat 0 0;
/*	width: 299px;
	height: 73px;*/
	width: 322px;
	height:114px;
	}
h1 a {
	display: block;
	background: url(../images/np_logo.jpg) no-repeat 0 0;
/*	width: 299px;
	height: 73px;*/
	width; 322px;
	height:114px;
	}

/*▼検索ボタン等▼*/
#global_navi {
	position: absolute;
	top: 32px;
/*	left: 450px;	配置開始位置*/
	left: 360px;
	padding: 0;
	}
#global_navi img {
	vertical-align: middle;
	}
#global_navi input {
	margin: 0 0 0 3px;
	vertical-align: middle;
/*	padding: 3px;*/
	border: 1px solid #a8a8a8;
	background: #fff;
	letter-spacing: 0;
	font-size: 11px;
/*	font-size: 12px;*/
	}
#global_navi input#nyuuryoku {
	width: 160px;
/*	height: 12px;*/
	height: 18px;
	}
#global_navi input#srcbtn {
	border: none;
/*	padding: 3px 0;*/
	background: none;
	}
/*▲検索ボタン等―未▲*/

/*ナビゲーション*/
#navi {
	margin-top: 20px;
	}

/*▲ヘッダー内のレイアウト―未▲*/


#main {				/*トップページのレイアウトのため*/
	position: relative;
	}

/*▼フッター▼*/
#footer {
/*	margin: 20px 0 40px;*/
	margin: 2px 0 40px;
	}
#footer p {
	font-size: 65%;
	line-height: 3;
	color: #221e1f;
	text-align: center;
	}
#footer p a {
	color: #221e1f;
	}
#footer img {
	vertical-align: middle;
	
	}
/*▲フッター▲*/


/*▽共通のお約束▽*/
.clear {
	clear: both;
	}
a img {
	border: none;
	}
/*△共通のお約束△*/


/*▼パン屑リスト▼*/
#breadcrumb {
	margin: 15px 0 10px 25px;
/*	font-weight: bold;*/
	font-size: 75%;
	}
#breadcrumb a {
	color: #414141;
/*	font-weight: bold;*/
	}
#breadcrumb a:link,
#breadcrumb a:visited {
	text-decoration: none;
	}
#breadcrumb a:hover {
	text-decoration: underline;
	}
/*▲パン屑リスト▲*/
