@charset "utf-8";
/*ユーザー用CSSファイル*/

/***********************************/
/*　▼▼　header-footer.css　▼▼　*/
/***********************************/

.siteCaption{	/* 画面最上部テキスト設定 */
	width:950px;
	margin:0 auto;
	padding:5px 0;
	background:#fff;
	color:#333;
	text-align:center;
	font-weight:700;
}

	/*--　ヘッダー上部　--*/
	.headerContents{
		width:950px;
		margin:0 auto;
		position: relative;
	}
	
	
	/*--　カートの確認ブロック　--*/
	.headerContents .prevCartItemBlock{
		position: absolute;
		top: 15px;
		right: 15px;
		width:325px;
		height:55px;
		padding:10px 10px 0 15px;
		background:url(../../images/portal/nenga/frame_shoppingcart.png) no-repeat scroll center top;
	}
	
	.headerContents .prevCartItemBlock a img{
		border:none;
	}
	
	/*-- 注文履歴ボタン表示領域 --*/
	.headerContents .prevCartItemBlock .orderhistoryBlock{
		margin-bottom: 5px;
		text-align:right;
	}
	
	/*-- カート内容表示領域 --*/
	.headerContents .prevCartItemBlock .checkcart{
		float: left;
		padding	:5px 0 0 ;
	}
	
	/*-- カートを見るボタン --*/
	.headerContents .prevCartItemBlock .checkcartBtn{
		float: right;
	}


	/*--　ヘッダーメニュー部　--*/
	.headMenu{
		width:930px;
		height:20px;
		margin:0 auto;
		padding: 7px 10px;
		background: url(../../images/portal/nenga/bg-mainmenu.jpg) no-repeat top center;
	}
		/*-- （トップページ用）各種ヘッダーメニューリンク --*/
		.headMenu ul{
			float:left;
		}
			.headMenu ul li{
				display:inline;
				float:left;
				margin:0 15px 0 0;
				font-weight:700;
				color: #FFFFFF;
			}
		
			.headMenu a{
				color: #fff;
			}
			.headMenu a:hover{
				color: #fff999;
			}

		/*-- （注文ページ用）各種注文ページログイン状況表示部 --*/
		.headMenu .header-login{
			font-weight:700;
		}
		
		/* ショッピングカートの確認・注文状況の確認 */
		#confirmation {
			width:922px;
			margin:0 auto;
			background:#fff;
			text-align:right;
		}


/*--　フッターラップ　--*/
.footWrap{
	position:relative;
	width:950px;
	margin:0 auto;
	padding:0px 0px 15px;
}

	/* コピーライト */
	.copyright{
		background-color: #0099CC;
		color: #FFFFFF;
		font-size: 12px;
		height: 20px;
		padding: 6px 0 0;
		text-align: center;
	}

	.copyright a{
		color: #0000FF;
	}
	
	/* リンク */
	.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;
	}
		
	/* スマホ用画面を表示リンク */
	.footWrap .selectPrevMode {
		position:absolute;
		top:30px;
		right:10px;
		height:20px;
		padding:0 0 0 20px;
		background:url(../../images/portal/nenga/icn_sumaho.png) no-repeat scroll left center;

	}


/******************************************************/
/*      イマモト封筒用ヘッダー　20130828 kato         */
/******************************************************/


.common_header {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #000000;
	font-family: "Osaka",sans-serif;
	font-size: 12px;
	height: auto;
	line-height: 1.3;
	margin: 0 auto;
	text-align: left;
	width: 922px;
}

.titlenav {
	background: url("../../images/futo/bg-mainmenu.jpg") no-repeat scroll 0 0 transparent;
	font-size: 12px;
	height: 23px;
	margin-bottom: 15px;
	padding: 7px 10px 0;
}

div.header-logout {
	float: left;
	width: 450px;
}

ul.orderinfo {
	float: right;
	margin: 0;
	text-align: right;
}
.orderinfo li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	text-align: right;
}

.orderinfo li#cart {
	background: url("../../images/futo/icn_cart.gif") no-repeat scroll left center transparent;
}


.orderinfo li#status {
	background: url("../../images/futo/icn_glass.gif") no-repeat scroll left center transparent;
	margin-left: 10px;
}


.orderinfo a:link {
	color: #333333;
	text-decoration: none;
}
.orderinfo a:hover {
	background-color: #FFE3A8;
	color: #0000FF;
	text-decoration: underline;
}





/****************************/
/*　▼▼　common.css　▼▼　*/
/****************************/

body	{
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka";
	text-align: left;
	color: #333333;
	background:#ffffff;
}


