﻿@charset "utf-8";
/* 基本設定 ここから */
	
body {
	margin:0px;
	color: #8F785C;
	font-family:"メイリオ", "meiriyo", "ヒラギノ角ゴ PeoW3", "Hiragino kaku GothicPro", "MSPゴシック", "MS PGothic", sans-serif;
	background-image: url(../img/top/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
a:link {
	color: #AD8C7C;
	text-decoration: none;
}
a:visited {
	color: #AD8C7C;
	text-decoration: none;
}
a:hover {
	color: #E07F7F;
	text-decoration: none;
	position:relative;
	top:1px;
}
a:active {
	color: #AD8C7C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
address {
	color:#AD8C7C;
	font-style:normal;
}
img {
	border:0;
	margin: 0px;
	padding: 0px;
}

h2 {
	margin:0px;
	padding:0px;
	font-size: 0.8em;
}

iframe {
margin:0px;
padding:0px;
}

span.red {
 color:#E86467;
 }
/* 基本設定 ここまで */


/* 
■■■■■１　共通レイアウト設定　ここから　■■■■■
 */
 
div#pageBody {
	width:800px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-bottom: 0px;
}
div#pageTop {
	width:800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	padding: 0px;
}
/* 
■■■■■2　トップページレイアウト設定　ここから　■■■■■
 */
 
div#navi {
	width:800px;
	height:45px;
	background-color: #FFCCCC;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/top/navi_bg.jpg);
	background-repeat: no-repeat;
}
div#contentsWrap {
	width:800px;
	height: 1160px;
	background-color: #FFFFFF;
}
div#contents1 {
	float:left;
	width:595px;
	height:inherit;
	margin:0px;
	font-size:0.8em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/top/sub_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
div#main {
	float:right;
	width:419px;
	height:inherit;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#sub {
	float:left;
	width:175px;
	height:1160px;
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../img/top/sub_bt_bg.jpg);
}
div#contents2 {
	float:left;
	width:205px;
	height:1160px;
	margin:0px;
	padding:0px;
	font-size:0.8em;
	background-image: url(../img/top/contens2_bt_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
div#footer {
	width:800px;
	height:78px;
	clear: both;
	font-size:0.8em;
	text-align: center;
	float: none;
	background-color: #FFCC66;
	background-image: url(../img/top/fotter_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* 
■■■■■3　ヘッダ設定　ここから　■■■■■
 */

h1 {
	text-indent:-9999px;
	margin:0px;
	padding:0px;
	font-size: 0.1em;
}
div#chatch {
	margin:0px;
	padding:0px;
	width:800px;
	height:20px;
	background-color: #FCFAF1;
	margin: 0px;
}
div#chatch p {
	margin:0px;
	line-height: 20px;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style:normal;
	font-size:0.6em;
	padding-right: 20px;
	font-weight: bold;
	color: #AF7676;
}
div#title {
	margin:0px;
	padding:0px;
	width:800px;
	height:176px;
	background-color: #FBF1DF;
	background-image: url(../img/top/title_bg.jpg);
	background-repeat: repeat;
}
div#cart {
	width:149px;
	float: right;
	height: 24px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* 
■■■■■3　ナビゲーション設定　ここから　■■■■■
 */
 
div#navi ul {
	padding: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#navi ul li {
	font-size:0.9em;
	font-weight:bold;
	list-style:none;
	margin-top: auto;
	margin-right: 15px;
	margin-bottom: auto;
	margin-left: 0px;
	vertical-align: middle;
	text-align: right;
	display: inline;
	padding: 0px;
}
div#navi a {
	color:#FFFFFF;
}
div#navi img {
	padding:0px;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	margin-top: 8px;
}
/* 
■■■■■3　カタログ・ガイド設定　ここから　■■■■■
 */
 
div#sub h2 {
	padding:0px;
	margin: 0px;
}
div#sub h2 img#guiTitle {
	padding:0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
div#sub ul {
	margin:0px;
	padding:0px;
}
div#sub ul li.catalog {
	margin:0px;
	list-style-type:none;
	line-height: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 0px;
}
div#sub ul li.catalog#nameCard {
	background-image:url(../img/top/1.jpg);
	line-height:35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 27px;
	background-position: left;
	color: #AD8C7C;
}
div#sub ul li.catalog#card {
	background-image:url(../img/top/2.jpg);
	line-height:35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #AD8C7C;
}
div#sub ul li.catalog#letter {
	background-image:url(../img/top/3.jpg);
	line-height:40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
div#sub ul li.catalog#sticker {
	background-image:url(../img/top/4.jpg);
	line-height:40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
div#sub ul li.catalog#web01 {
	background-image:url(../img/top/5.jpg);
	line-height:40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
div#sub ul li.guide {
	list-style-type:none;
	font-weight: bold;
	font-size: 0.9em;
	text-indent: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 25px;
	padding-left: 20px;
	background-image: url(../img/top/off.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
div#sub p {
	font-size:0.8em;
}
div#guideWrap {
	border-weight:2px;
	border-bottom-color:#FF9999;
	border-bottom-style: dotted;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 165px;
}
div#sub dd.card2 li.catalog {
	margin:0px;
	background-image:url(../img/top/card2_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.85em;
}
div#catalogWrap {
	margin:0px;
	padding:0px;
}
li.catalog#simple a, #clip a, #family a, #only a {
	color:#D15E55;
	font-weight:bold;
	padding:0px;
	background-image: url(../img/top/card1_bg.jpg);
	background-repeat: no-repeat;
	background-position: 1px center;
	display: block;
	text-indent:55px;
	margin: 0px;
	height: 35px;
	width: 175px;
}
li.catalog#gree a, #postcard a, #presentcard a, #gtc a {
	color:#8CA6D6;
	font-weight:bold;
	padding:0px;
	font-size:0.85em;
	background-image: url(../img/top/card2_bg.jpg);
	background-repeat: no-repeat;
	background-position: 1px center;
	display: block;
	text-indent: 53px;
	margin: 0px;
	height: 35px;
	width: 175px;
}
li.catalog#simple a:hover, #clip a:hover, #family a:hover, #only a:hover {
	background-image:url(../img/top/card1_bg2.jpg);
}
li.catalog#gree a:hover, #postcard a:hover, #presentcard a:hover, #gtc a:hover {
	background-image:url(../img/top/card2_bg2.jpg);
}
div#sub ul li.guide a:hover {
	background-image:url(../img/top/flower.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	position:relative;
	left:-20px;
	margin-left: 0px;
	padding-left: 20px;
}
/* 
■■■■■3　welcome設定　ここから　■■■■■
 */
 
h3 {
	margin:0px;
	padding:0px;
}
div#welcome {
	padding:0px;
	height: 180px;
	width: 380px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* 
■■■■■3　pick up設定　ここから　■■■■■
 */
 
div#pickUp_flashArea {
	padding:0px;
	height: 325px;
	width: 380px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

p#c1 {
	font-weight:bold;
	margin:0px;
	font-size: 1.2em;
	color: #CC0033;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
/* 
■■■■■3　Information設定　ここから　■■■■■
 */
 
div#infoWrap {
	width:391px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-attachment: scroll;
	background-image: url(../img/top/infowrap_bg.jpg);
	background-repeat: repeat-y;
}
div#info {
	width:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size:0.85em;
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 45px;
	padding-left: 45px;
	padding-top: 10px;
}
div#infoTitle {
	margin-left:auto;
	margin-right:auto;
	height: 56px;
}
div#infoTitle p {
	margin:0px;
	padding:0px;
}
div#new {
	width:300px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size:0.8em;
	background-image: url(../img/top/new_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
div#new p {
	margin:0px;
	padding:0px;
	line-height: 2em;
}
div#lostMail {
	width:210px;
	margin-top: 40px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 35px;
	font-size:0.8em;
	background-image: url(../img/top/lostmail_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
}
div#lostMail p {
	margin:0px;
	padding:0px;
}
div#infoBottom {
	margin-left:auto;
	margin-right:auto;
	height: 47px;
	background-image: url(../img/top/info_footer.jpg);
}
div#info p {
	padding:0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5em;
}
div#info p#in_title,p#n_date {
	font-size:1.1em;
	color:#9ABF7B;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}
p#lostTitle, p#newTitle {
	text-indent:-9999px;
}
div#infoContensWrap {
	background-image:url(../img/top/info_bgi.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}

a.new {
	font-weight:bold;
	color:#EB6F65;
	background-image: url(../img/common/new.jpg);
	background-repeat: no-repeat;
	background-position: left -2.5px;
	padding-left: 18px;
	}

/* 
■■■■■3　Link site設定　ここから　■■■■■
 */
 
div#linkSite {
	width:420px;
	height: 120px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
div#linkSite p {
	margin:0px;
	padding:0px;
}
/* 
■■■■■3　更新履歴設定　ここから　■■■■■
 */
 
div#whatsNew {
	padding:0px;
	height: 210px;
	width: 205px;
	background-image: url(../img/top/wn_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: -5px;
}
div#whatsNew dl {
	padding:0px;
	margin-top: 52px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#whatsNew dt {
	padding:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
	font-size: 0.9em;
	background-image: url(../img/top/point1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
	font-weight: bold;
	color: #9ABF7B;
}
div#whatsNew dd {
	margin:0px;
	padding:0px;
}
div#whatsNew p {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
	font-size: 0.8em;
	text-indent: 12px;
	line-height: 1.5em;
}
div#whatsNew p#wnTitle {
	text-indent:-9999px;
}
/* 
■■■■■3　ランキング設定　ここから　■■■■■
 */
 
div#ranking {
	height: 360px;
	width: 205px;
	background-image: url(../img/top/rank_bg.jpg);
	background-repeat: no-repeat;
	background-position: -5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
div#ranking table {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#ranking p#caption {
	font-weight:bold;
	color: #E7768E;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	text-indent: -10px;
}
div#ranking p {
	margin:0px;
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#ranking table td {
	height:75px;
	width: 60px;
}
div#ranking p#mrTitle {
	text-indent:-9999px;
}
/* 
■■■■■3　コーナーバナー設定　ここから　■■■■■
 */
 
div#bn {
	margin:0px;
	padding:0px;
	background-color: #FFFFCC;
	height: 500px;
	width: 205px;
}
div#bn ul {
	margin:0px;
	padding:0px;
}
div#bn ul li {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div#ban {
	margin:0px;
	padding:0px;
	height:400px;
	width:205px;
}
div#ban ul {
	margin:0px;
	padding:0px;
}
div#ban ul li {
	list-style-type:none;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
div#ban li.blog {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
div#ban p {
	margin:0px;
	padding:0px;
	font-size: 0.7em;
	line-height: 1.5em;
}
div#ban img {
	margin:0px;
	padding:0px;
}

div#blog_com {
	padding-top:10px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	border: 1px solid #C2D9C1;
	margin-top: 10px;
   }
   
  span.title {
	color:#DF7174;
	font-weight: bold;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCCCC;
	font-size: 1.2em;
  }
  
  /* 
■■■■■3　お知らせメール登録・解除フォーム　ここから　■■■■■
 */
form#magazineAdd {
	margin-top:5px;
	margin-bottom: 5px;
}

form#magazineAdd input{
	margin-top:10px;
}

form#magazineAdd input.mail_btn{
	margin-top:0px;
}
 
/* 
■■■■■2　ページトップ設定　ここから　■■■■■
 */
div#pageTop_link {
	padding:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	height: 100px;
	margin-top: 90px;
}
img#pt {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
/* 
■■■■■2　フッタ設定　ここから　■■■■■
 */
 
 div#footer p#caution {
	color:#FFFFFF;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.85em;
}
div#footer p {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	color:#AD8C7C;
}
address {
	padding:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bolder;
}
div#contents2,div#contentsWrap,div#sub {
	height:1200px;
}
