@charset "utf-8";
/*ユーザー用CSSファイル*/


/******************************************/
/*　▼▼　/nenga/header-footer.css　▼▼　*/
/******************************************/

.siteCaption{	/* 画面最上部テキスト設定 */
	width:950px;
	margin:0 auto;
	padding:5px 0;
	background:#fff;
	text-align:center;
	font-weight:700;
}



/*--　ヘッダーメニュー部　--*/
	.headMenu{
		width:930px;
		height:20px;
		margin:0 auto;
		padding: 7px 10px;
		background: url(../../images/portal/nenga/bg-mainmenu.jpg) no-repeat top center;
	}
	
	
		/*-- （注文ページ用）各種注文ページログイン状況表示部 --*/
		.headMenu .header-login{
			font-weight:700;
		}
		
		/* ショッピングカートの確認・注文状況の確認 */
		#confirmation {
			width:950px;
			margin:0 auto;
			background:#fff;
			text-align:right;
		}
		
		/*--　フッターラップ　--*/
.footWrap{
	position:relative;
	width:950px;
	margin:0 auto;
	padding:0px 0px 15px;
}

	/* コピーライト */
	.copyright{
		background-color: #C72349;
		color: #FFFFFF;
		font-size: 12px;
		height: 20px;
		padding: 6px 0 0;
		text-align: center;
	}
	
	/* リンク */
	.footWrap .footerLink{
		background-image: url("../../images/portal/nenga/footerimg.jpg");
		background-position: center top;
		background-repeat: no-repeat;
		font-size: 12px;
		height: 50px;
		padding-top: 20px;
		text-align: center;
		margin:0 0 10px;
	}
