@charset "utf-8";
/*
--目次--

1.メインメニュー

2.ショッピングカート･注文状況の確認

3.メインコンテンツ
	3-1.メイン画像・メインテキスト
	3-2.おすすめデザイン
	3-3.人気デザイントップ3
	3-4.デザイン年賀状一覧
	3-5.喪中はがき一覧
	
4.サブコンテンツ
	4-1.ログインボックス
	4-2.年賀状・データ入稿・喪中・宛名印刷ボックス
	4-3.ご注文について・当店について
	4-4.年賀状デザイン素材の著作権表記について
*/

/**************************
全体基本(編集禁止ここから)
**************************/
*{
	margin:0;
	padding:0;
	font-style:normal;
}
body{
	color:#333333;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka";
	font-size:100%;
	text-align:center;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
ul,li{
	list-style-type:none;
}
img{
	border:none;
	vertical-align: bottom;
}
table,td,th{
	border:none;
	text-align:left;
	/*vertical-align:top;*/
	font-weight:normal;
}
#wrapper{
	width:922px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}
a {
	color: #333333;
	text-decoration: none;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}
a:hover{
	color: #3333FF;
	text-decoration: underline;
}
/*------------clearfix------*/
/*ie以外のモダンwebブラウザ向けの指定*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* ie7およびmac版ie5向け */
.clearfix{display:inline-block;}
/* ie6以前向け */
/* Hides from IE-mac\ */
*html.clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */
/* ------------clearfix------ */
/**************************
 全体基本(編集禁止ここまで) 
**************************/

/*****************以下コンテンツ内容(以下編集可)********************/
/*---------------------------
1.メインメニュー
---------------------------*/
#mainmenu{
	height:30px; 
	padding-top:9px;
	padding-left:5px;
	background-image: url(../../images/nenga/top/bg-mainmenu.jpg);
	background-repeat: no-repeat;
}
#mainmenu li{
	display:block;
	float:left;
	padding:0 10px;
	background-image: url(../../images/nenga/top/mainmenubar.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-size:13px;
	font-weight:700;
}
#mainmenu li a{
	color:#555555;
}
#mainmenu li a:hover{
	color: #3333FF;
}
#mainmenu li.last a{
	display:block;
	height:auto;
	padding-right:10px;
	background-image: url(../../images/nenga/top/mainmenubar.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

/*---------------------------
2.ショッピングカート･注文状況の確認
---------------------------*/
#confirmation .price {
	height:25px;
	padding-bottom:2px;
	text-align: right;
	clear:both;
}
#confirmation .price .cart {
	padding:10px 0 0 0px;
	font-size:12px;
}
#confirmation .price .cart img{
	margin-right:5px;
	vertical-align: -17%;
}
#confirmation .price .order {
	margin-left:10px;
	padding:6px 0 0 0px;
	font-size:12px;
}
#confirmation .price .order span{
	vertical-align: bottom;
}
#confirmation .price .order img{
	margin-right:5px;
	vertical-align: -17%;
}

/*---------------------------
3.メインコンテンツ
---------------------------*/

/*3-1.メイン画像・メインテキスト*/
#main {
	display:inline;
	float: right;
	width:685px;
	margin-bottom:30px;
}
#appeal{
	padding-bottom:5px;
}
#appeal img{
	margin-bottom:10px;
}
#appeal p{
	font-size:12px;
	line-height:130%;
}
ul.appeal li{
	margin:0 0 10px 20px;
	font-size:12px;
	list-style-type: disc;
}
/*各デザイン一覧サムネール外周ボーダー*/
.designlist img{
	border:1px solid #999999;
}

/*3-2おすすめデザイン*/
.attention{
	margin-top:10px;
}
.attention p.details{
	margin:8px 0;
	font-size:12px;
	line-height:140%;
}
.attention .designlist{
	padding:15px 13px 5px;
	border:1px solid #B2B2B2;
	background-color:#FFFCE3;
	text-align:center;
	height: 250px;
}
.attention .designlist .designwrap{
	display:inline;
	float:left;
	width:210px;
	margin:0px 3px 5px;
	text-align:center
}
.attention .designlist .designwrap p{
	font-size:13px;
	font-weight:700;
	vertical-align: text-botom;
}
.attention-name{
	margin-top:5px;
	
}
.attention-name span{
	vertical-align:bottom;
}
.attention-name img{
	margin-right:3px;
	border:none;
}

/*3-3.人気デザイントップ3*/
.popularity{
	margin-top:10px;
}
.popularity p.details{
	margin:8px 0;
	font-size:12px;	
}
.popularity .designlist{
	padding:15px 13px 5px;
	border:1px solid #B2B2B2;
	background-color:#FFFCE3;
	height: 250px;
}
.popularity .designlist .designwrap{
	display:inline;
	float:left;
	width:210px;
	margin:0px 3px 5px;
	text-align:center
}
.popularity .designlist .designwrap p{
	font-size:13px;
	font-weight:700;
}
.popularity-name{
	margin-top:5px;
}
.popularity-name span{
	vertical-align:bottom;
}
.popularity-name img{
	margin-right:2px;
	border:none;
}

/*3-4.デザイン年賀状一覧*/
#nengawrap{
	margin:25px 0 40px;
}
#nengawrap p.details{
	margin:0px;
	padding:10px 10px 10px 10px;
	font-size:12px;
	line-height:140%;
	border:1px solid #B2B2B2;
	border-top:none;
	border-bottom:none;
	
	background-color:#FFFCE3;
}

#nengaliwrap{
	margin:0px 0 10px;
	padding:0 0 15px 0;
	border:1px solid #B2B2B2;
	border-top:none;
	background-color:#FFFCE3;
}
#nengaliwrap .designlist{
	display:inline;
	float:left;
	width:330px;
	margin:10px 0px 0px 6px;
	padding-bottom:5px;
	background-color:#ffffff;
	border:#CCCCCC 1px solid;
}
#nengaliwrap .designlist .explanation{
	height:35px;
	padding:0 10px;
	font-size:12px;
	line-height:140%;
}
#nengaliwrap .designlist h3{
	height:29px;
	padding:9px 0 0 45px;
	background-image: url(../../images/nenga/top/header-nenga-category.png);
	background-repeat: no-repeat;
	font-size:12px;
	font-weight:bold;
}

#nengaliwrap .designlist ul{
	height:110px;
	padding:0 0 0 1px
}

#nengaliwrap .designlist h3 span{
	position:relative;
	top:0px;
	left:0px;
	font-size:12px;
	cursor: pointer;
}

/*年賀状デザイン　縦デザインのみまたは、横デザインのみの表示の場合*/
#nengaliwrap .designlist li{
	display:inline;
	float:left;
	min-width:73px;
	margin:0 0 0 7px;
	text-align:center;
}
*html #nengaliwrap .designlist li{/*IE6用*/
	width:73px;
}

/*年賀状デザイン　縦横デザインが混在している場合*/
#nengaliwrap .designlist ul.sidedesign{
	text-align:center;
}
#nengaliwrap .designlist ul.sidedesign li{
	float: none;
	margin:0 6px;
	text-align:center;
}
#nengaliwrap .designlist ul.sidedesign li img{
	vertical-align: text-top;
}
/*-- 「この年賀状の一覧を見る」リンク --*/
#nengaliwrap .designlist p.genrelink{
	clear:both;
	margin:5px 10px 0 10px;
	padding:5px 10px 0;
	border-top:1px dashed #999999;
	text-align:right;
	font-size:12px;
}
.designlist .genrelink a{
	padding-left:15px;
	background-image: url(../../images/nenga/top/ico-login.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color:#006699;
}

.btn-designlist{
	text-align:center;
	margin-top:20px;
	clear:both;
}

/*3-5.喪中はがき一覧*/
#mocyuwrap{
	margin-bottom:15px;
	border:1px solid #B2B2B2;
}
#mocyuwrap p.details{
	margin:8px 0;
	font-size:12px;
	line-height:140%;
	padding-left:30px;
}
#mocyuwrap .designlist{
	padding-bottom:15px;
	background-color: #EBF0F4;
}
#mocyuwrap .designlist h3 {
	height:30px;
	padding:18px 0 0 70px;
	background-image: url(../../images/nenga/top/header-mocyu-category.png);
	background-repeat: no-repeat;
	font-size:15px;
}
#mocyuwrap .designlist li {
	display:inline;
	float:left;
	margin:9px 0 5px 12px;
}

#mocyuwrap .designlist h3 span{
	position:relative;
	top:0px;
	left:0px;
	font-size:15px;
}

/*---------------------------
4.サブコンテンツ
---------------------------*/
#sub{
	display:inline;
	float: left;
	width:220px;
}

/*お気に入りに追加ボタン*/
#wrapper #sub div.btn-favorite {
	margin-bottom:10px;
	text-align:center;
}

/*4-1.ログインボックス*/
#member-btn{
	margin-bottom:10px;
	text-align:center;
}
#loginbox{
	text-align:center;
}
.loginboxcontents{
	margin-bottom:15px;
	padding:5px 0 8px;
	border:1px solid #B1B3B2;
	border-top:none;
}
.loginboxcontents p{
	margin:1px 0 0 10px;
	font-size:12px;
	text-align:left;
}
.loginboxcontents .point{
	margin:0px 0px 10px 10px;
	font-size:12px;
	font-weight:700;
}
.loginboxcontents p a{
	display:block;
	height:15px;
	padding-left:20px;
	text-align:left;
	background-image: url(../../images/nenga/top/ico-login2.jpg);
	background-repeat: no-repeat;
	background-position: left center;	text-decoration: underline ;
	color:#006699;
}
.loginboxcontents p a:hover{
	color:#0000FF;
}
.loginboxcontents p.annotation{
	text-align:center;
	margin:2px 0 0 0;
	padding:0;
}
#loginbox dl{
	width:200px;
	margin:0 auto 10px;
	text-align:left;
}
#loginbox dd{
	margin-bottom:5px;
}
#loginbox dt{
	font-size:12px;
	font-weight:700;
}
#loginbox dd input{
	width:195px;
}
#loginbox input.btn-login{
	margin-bottom:3px;
}

/*-ログイン時-*/
p.n101-login{
	margin-top:3px;
}
div.n101-logoutbtn{
	margin-bottom:10px;
}
p.n101-login a{
	display:block;
	height:15px;
	background-image: url(../../images/nenga/top/ico-login2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

/*4-2.年賀状・データ入稿・喪中・宛名印刷ボックス*/

/*デザイン年賀状ボックス*/
.boxdesignnenga{
	margin-bottom:15px;
	padding-bottom:10px;
	border:1px solid #B1B3B2;
	border-top:none;
}
.boxdesignnenga p{
	margin:0 0 15px;
	padding:10px 8px 0px;
	font-size:12px;
	line-height:130%;
}
.boxdesignnenga span{
	display:block;
	text-align:center;
}
.boxdesignnenga span a{
	display:block;
	width:150px;
	/*height:20px;*/
	margin:0 auto;
	padding:0px 0 3px 34px;
	background-image: url(../../images/nenga/top/btn-side-box.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size:12px;
	font-weight:700;
	text-align:left;
	text-decoration: none;
	vertical-align: middle;
	line-height: 200%;
}
.boxdesignnenga span a:hover{
	text-decoration:none;
}
/*データ入稿年賀状*/
.boxdetanenga{
	margin-bottom:15px;
	padding-bottom:0px;
	border:1px solid #B1B3B2;
	border-top:none;
}
.boxdetanenga p{
	margin:0 0 15px;
	padding:10px 8px 0px;
	font-size:12px;
	line-height:130%;
}
.boxdetanenga span{
	display:block;
	text-align:center;

}
.boxdetanenga span a{
	display:block;
	width:150px;
	/*height:20px;*/
	margin:0 auto;
	padding:0px 0 3px 34px;
	background-image: url(../../images/nenga/top/btn-side-box.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size:12px;
	font-weight:700;
	text-align:left;
	text-decoration: none;
	vertical-align: middle;
	line-height: 200%;
}
.boxdetanenga span a:hover{
	text-decoration:none;
}

/*喪中はがき*/
.boxmocyu{
	margin-bottom:15px;
	padding-bottom:0px;
	border:1px solid #B1B3B2;
	border-top:none;
}
.boxmocyu p{
	margin:0 0 15px;
	padding:10px 8px 0px;
	font-size:12px;
	line-height:130%;
}
.boxmocyu span{
	display:block;
	text-align:center;
}
.boxmocyu span a{
	display:block;
	width:150px;
	/*height:20px;*/
	margin:0 auto;
	padding:0px 0 3px 34px;
	background-image: url(../../images/nenga/top/btn-side-box.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size:12px;
	font-weight:700;
	text-align:left;
	text-decoration: none;
	vertical-align: middle;
	line-height: 200%;
}
.boxmocyu span a:hover{
	text-decoration:none;
}

/*宛名印刷*/
.boxatena{
	margin-bottom:15px;
	padding-bottom:10px;
	border:1px solid #B1B3B2;
	border-top:none;
}
.boxatena p{
	margin:0 0 15px;
	padding:10px 8px 0px;
	font-size:12px;
	line-height:130%;
}
.boxatena span{
	display:block;
	text-align:center;

}
.boxatena span a{
	display:block;
	width:150px;
	margin:0 auto;
	padding:0px 0 3px 34px;
	background-image: url(../../images/nenga/top/btn-side-box.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size:12px;
	font-weight:700;
	text-align:left;
	text-decoration: none;
	vertical-align: middle;
	line-height: 200%;
}
.boxatena span a:hover{
	text-decoration:none;
}

/*写真年賀状*/
.boxsyasin{
	margin-bottom:15px;
	padding-bottom:10px;
	border:1px solid #B1B3B2;
	border-top:none;
}
.boxsyasin p{
	margin:0 0 15px;
	padding:10px 8px 0px;
	font-size:12px;
	line-height:130%;
}
.boxsyasin span{
	display:block;
	text-align:center;

}
.boxsyasin span a{
	display:block;
	width:150px;
	margin:0 auto;
	padding:0px 0 3px 34px;
	background-image: url(../../images/nenga/top/btn-side-box.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size:12px;
	font-weight:700;
	text-align:left;
	text-decoration: none;
	vertical-align: middle;
	line-height: 200%;
}
.boxsyasin span a:hover{
	text-decoration:none;
}

/*4-3.ご注文について・当店について*/
.sidemenu{
	margin-bottom:15px;
}
.sidemenu li{
	margin:5px 10px;
	padding:0 0 3px 15px;
	border-bottom:1px dashed #999999;
	background-image: url(../../images/nenga/top/ico-sidemenu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:12px;
}

/*4-4.年賀状デザイン素材の著作権表記について*/
#copyright-nenga{
	margin-bottom:15px;
	padding:5px 10px;
	border:1px solid #999999;
	border-top:10px solid #999999;
}
#copyright-nenga h2{
	margin-bottom:10px;
	font-size:12px;
	font-weight:700;
}
#copyright-nenga p{
	font-size:12px;
	line-height:140%;
}

/*自社サイトバナー*/
#company{
	text-align:center;
}
#company img{
	margin:0 auto 15px;
}

/*SSL*/
#ssl-seal{
	text-align:center;
}
#ssl-seal img{
	margin:0 auto;
}
p.ssl-caption{
	margin-top:10px;
	padding:0 10px;
	font-size:10px;
	text-align:left;
	line-height:140%;
}


#index{
	padding:0px;
	margin:0px;}

#index ul{
	padding:10px;
	margin:0px;
	}

#index li{
	padding-bottom:5px;
	border-bottom:1px #999999 dotted;
	font-size:12px;
	background-image:url(../../images/nenga/top/tohali.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	list-style:none;
	padding:5px 0px 2px 15px;
	margin: 0px 0px 0px 15px;
	}
	
#index li a{
	vertical-align: middle;
	}	

.index_01{
	background-image:url(../../images/nenga/top/osusume2.gif);
	background-repeat:no-repeat;


