﻿@charset "UTF-8";

/*--------------------------------------------

Site URL	:http://onlinelab.jp/
File Name	:nenga.css (http://onlinelab.jp/style/nenga.css)
Summery		:オンラインラボ本店 年賀状用スタイル
Created		:2007-10-18
Last update	:2008-12-16
Copyright	:(c) Picturing Online, Inc.

*******************************************************
※プレミアム年賀の「注文する」ボタンの制御はpuremiumPostcard.cssに記述

※ビジネス年賀の「注文する」ボタンの制御は84行目あたりに記述してあります

※グローバルナビの「年賀状ボタン」の制御はcommon.cssに記述

*******************************************************

----------------------------------------------*/

/*================================
背景
================================*/
body{
	position:static;
}

body#nenga {
	background:#f5f5f5!;
}

body#nenga div#container {
	width:954px;
	background:url("/images/common/bg_container.gif") repeat-y scroll left top #fff!important;
}

/*================================
h4背景
================================*/

body#nenga div#fullContent h2 {
clear:both;
color:#ba8c1f;
font-size:14px;
font-weight:bold;
height:28px;
line-height:1.8;
margin:5px 0;
padding-left:10px;
}
body#nenga div#fullContent h2 {
background:transparent url(/nenga/images/bg_heading_nenga_h2.jpg) no-repeat scroll 0 0;
width:710px;
}

/*================================
h4背景
================================*/

body#nenga h4,body#nenga div.oneRow h4 {
font-weight:bold;
height:16px;
margin:5px 0;
padding:6px 8px;
}

body#nenga h4 {
background:transparent url(/nenga/images/bg_heading_nenga.gif) no-repeat scroll 0 0;
color:#ba8c1f;
}

body#nenga div.oneRow h4 {
background:transparent url(/nenga/images/bg_heading_nenga_h4.gif) no-repeat scroll 0 0;
color:#ba8c1f;
}

/*================================
ビジネス年賀・注文するボタンの制御
================================*/

body#nenga div#content div.fourRow img.rollOver {
	display:none;
}

/*================================
クローズ対応アイコン
================================*/

img.nengaGray {
right:0px;
position:absolute;
top:10px;
z-index:10;}


/*--------------------------------------------
*******************************************************

2011年賀状スタイル追加

*******************************************************
----------------------------------------------*/


/* 商品デザイン画像コンテナ
--------------------------------*/

div.postcardImgContainer {
	position: relative;
	display: inline;
	float: left;
	width: 130px;
	min-height: 190px;
	margin: 0 3px 15px 0;
	padding: 10px 0 3px 0; 
	text-align: center;
	font-size: 80%;
	background-color:#efefef;
}

* html div.postcardImgContainer {
	position: relative;
	height: 190px;
	margin: 0 0 0 0;
}

div.postcardImgContainer p {
	margin: 0 0 2px 0;	
}

.h140 {
	vertical-align: middle;
	margin: 0;
	width: auto;
	text-align: center;
	height: 144px;
	margin-bottom: 2px;
}


.h140 a {
	margin: auto;
}

.h140WideImg {
	vertical-align: middle;
	text-align: center;
	width: auto;
	height: 120px;
	margin: 0;
	margin-bottom: 2px;
	padding-top: 24px;
}

.h140 img, .h140WideImg img {
	border: 1px solid #ccc;
}



/* 切り抜き説明 */
div.postcardImgContainer img.ico {
	position: absolute;
	top: 120px;
	right: 5px;
}
}


/* 不明
-------------------------------------------------------------------------------------*/

ul.listNengaType:after {
	content: "";
	display: block;
	clear: both;
}

/* for IE6 */
* html ul.listNengaType {
	display: inline-block;
}

/* for IE7 */
*+html ul.listNengaType {
	display: inline-block;
}
