@charset "EUC-JP";
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	border: 0;
	color: #302727;
	background-color: #EBC2C0;
	background-image: url(https://cart-imgs.fc2.com/tplimg/heart/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}
h1 {
	margin-top: 0px;
	margin-left: 10px;
	font-size: 140%;
}
h2 {
	font-size: 90%;
	font-weight:nomal;
	margin-left: 3%;
	padding-right:40%;
}
a:link {
	color:#CC3366;
	text-decoration: none;
}
a:active {
	color: #CC3366;
	text-decoration: none
}
a:visited {
	color: #CC3366;
	text-decoration: none
}
a:hover {
	color: #CC3366;
	text-decoration: none;
}

/* メインの一番外の部分 */
#layout_main {
	background: transparent;
	margin: auto;
	padding: 0;
	width: 688px;
	text-align: left;
}

/* ロゴ */
#layout_logo {
	background-image: url(https://cart-imgs.fc2.com/upfile/pomegranate329/heart_2image.jpg);
	margin: auto;
	padding: 0;
	width: 688px;
	height: 110px;
	clear:left;
}

/* 横カレンダーの設定 */
/* 表示させない場合は left 属性の margin-top と、
	right 属性の top プロパティを減らして全体を底上げしてください。*/
.yokocal {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 2%;
	top: 10.7em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0.2em 0.5em 0.3em 0.5em;
	text-align: center;
	margin: 0;
	font-size: 80%;
}



/* 横カレンダーの日付はリストを inline で横に並べてるので、不具合ある人もいるかも。*/
.yokocal li {
	display: inline;
	margin: 0 0.1em;
}



/* レイアウト設定 */
/* レイアウト構成は left の中に right を左側に入れ込んでるという感じ。
	そのために、left 属性では左に大きくパディングを取ってます。
	ので、left でも実際は、右側に表示されることになります。 */

/* 記事表示部分 */
#left {
	margin-top: 10px/* 横カレンダーを消した場合 3.7em ぐらい*/;
	margin-left: 0;
	padding: 0 0 0 200px;
}

/* メニュー表示部分 */
/* 横幅を増やした場合は left 属性の右パディングも増やしてください。 */
#right {
	width: 186px;
	position: absolute;
	padding: 0 0 2.7em 0;
	top: 120px/* 横カレンダーを消した場合 9.7em ぐらい*/;
	color: #232323;
}


/* メニューの見出し*/
#right h3 {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 5px 5px;
	margin: 0;
	display: block;
	border-top: 1px solid #E8C5C5;
	border-bottom: 1px solid #E8C5C5;
	border-left: 1px solid #E8C5C5; 
	border-right: 1px solid #E8C5C5;
	background: #ffffff url(https://cart-imgs.fc2.com/tplimg/heart/head2.gif) repeat-x 100% 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}



/* 自己紹介的なところのリスト要素 */
/* 下のカレンダーのために下に余白を取ってます。
	カレンダーを削除する場合はこの余白設定も削除してください。 */
#right ul.info {
	list-style-type: circle;
	margin-bottom: 1.7em;
}


/* その他のメニュー内のリスト */
#right ul {
	list-style: none;
	margin: 1px 0 10px 0;
	padding: 0;
	text-align: left;
	border: 1px solid #E8C5C5;
	border-bottom: none;
}

#right li{
	display: block;
	margin: 0px auto;
	font-size:100%;
	padding: 4px 0 4px 25px;
	border-bottom: 1px solid #E8C5C5;
	background: #FFF1F1 url(https://cart-imgs.fc2.com/tplimg/heart/list.gif) no-repeat 5px 50%;
}

#right p{
	font-size: 80%;
	margin: 0.3em;
}

#cal {
	display: block;
	margin: 0px auto;
	font-size: 80%;
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #E8C5C5;
}

/* recent entry とrecent comment の日付部分はこれで文字を少し小さく */
#right ul li span {
	font-size: 100%;
	margin-left: 0.3em;
}


/* 一番下の部分(copyright) */
/* メニューの高さが記事より長くなった場合の為に一応、右寄せ */
#footer {
	font-size: 12px;
	margin: 5.7em 0 0 0;
	text-align: right;
}
/* footer 内に色々表示させたい場合はこの辺も一緒に弄った方が吉 */
#footer p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	letter-spacing: 0.2em;
}


/* 記事の見出し(タイトル) */
#left h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 5px 35px;
	margin: 0 0 1px 0;
	border-top: 1px solid #E8C5C5;
	border-bottom: 1px solid #E8C5C5;
	border-left: 1px solid #E8C5C5; 
	border-right: 1px solid #E8C5C5;
	background: #FFF1F1 url(https://cart-imgs.fc2.com/tplimg/heart/head.gif) no-repeat 0 0;
}

/* 記事表示部分を囲うブロック要素の属性 */
.body {
	font-size: 100%;
	border: 1px solid #E7CCCC;
	margin: 0 0 2.7em 0;
	padding: 10px 1.7em 0.7em 1.7em;
	line-height: 1.4;
}

/* 記事内に画像があった場合、左に滑り込ませる */
.body img {
	border: 0px solid #999;
	margin: 0 0.5em 0 0;
}

/* 記事のステータス用リスト */
.sub {
	text-align: right;
	font-size: 80%;
	margin: 2.7em 0 0 0;
}
.sub li {
	display: inline;
}
.sub a {
	margin-right: 0.3em;
}


/* レスフォーム設定 */
.reaf {
	color: #333;
	position: relative;
	width: 90%;
	margin: 1.7em 0%;
}
.reaf dt {
	letter-spacing: 0.1em;
	position: absolute;
	left: 0;
}
.reaf dd {
	font-size: 75%;
	padding: 0 0 0.5em 5.7em;
}
.reaf input {
	/*width: 50%;*/
}
.reaf textarea {
	width: 80%;
}
#himitsu {
	width: auto;
}

/* カレンダー設定 */
table.calender {
	font-size: 90%;
	width: 95%;
	border-collapse: separate/*collapse*/;
	border-spacing: 0;
	padding: 0.5em 0 0.7em 0;
}
.calender caption {
	font-size: 100%;
	border-bottom: 1px solid #777;
	padding: 0 0 0.5em 0;
}
.calender th {
	font-weight: normal;
}
.calender td {
	width: 14%;
	text-align: center;
	padding: 0.1em;
}
.calender td a {
	display: block;
}
th#sun {
	color: #f00;
}
th#sat {
	color: #00f;
}




/* 自己紹介的なところで画像を使用した場合の中央寄せ */
.pay {
	text-align: center;
}


/* trackback uri 表示部分の設定 */
#trap dt {
	margin: 0 0 0.5em 0.7em;
}
#trap dd {
	font-size: 90%;
	font-family: "Courier New", Courier, "Times new roman",  sans-serif;
}
#trap dd a {
	text-decoration: none;
}



/* 検索 */
#right form {
	margin: 0;
}
.light {
	font-size: 80%;
	margin: 2.7em 0 0 0;
	padding: 0.7em 0 0 0;
}
.search {
	font-size: 80%;
	margin: 0 0 3.7em 0;
	padding: 0.7em 0;
}
.search input {
	font-size: 75%;
	font-family: Verdana, Sans-serif;
}

textarea,input,select {
	font-family : "30D230E930AE30CE20Pro20W3","Osaka","Verdana","Helvetica","Arial","FF2DFF3320FF3030B430B730C330AF",sans-serif;
}

img.emoji{
	vertical-align:middle;
	border:0;
}

/* お知らせ */
.news-comment {padding-top: 10px; padding-bottom: 20px;}

/* メニュー */
#menu a {display: block; margin: 0; padding: 4px;}
#menu a:hover {background-color: #F5FFD9;}
#menu a.Top {padding-left: 3px; border-bottom: 1px dotted #999999;}
#menu a.Main {padding-left: 3px; border-bottom: 1px dotted #999999;}

/* カテゴリー */
#category a {display: block; margin: 0; padding: 4px;}
#category a:hover {background-color: #F5FFD9;}
#category a.Top {padding-left: 3px;border-bottom: 1px dotted #999999;}
#category a.Main {padding-left: 3px; border-bottom: 1px dotted #999999;}
#category a.Sub {padding-left: 20px; border-bottom: 1px dotted #999999;}

/* 商品一覧（カタログ表示） */
.item_list {float: left; width: 33%; padding-top: 11px; padding-bottom: 10px;}
.item {width: 130px; text-align: right;}
.item img {margin-top: 3px; padding: 3px;}
.item .name {text-align: left; padding: 3px;}
.item .other {padding: 3px;}
.item .comment {text-align: left; padding: 3px;}

/* 商品一覧（リスト表示） */
.item_list2 {padding-top: 10px; padding-bottom: 10px;}
.item2 {}
.item2 img {margin-top: 3px; padding: 3px;}
.item2 .thumb {float: left;}
.item2 .name {padding: 3px; background-color: #EEEEEE;}
.item2 .other {padding: 3px; text-align: right;}
.item2 .comment {text-align: left; padding: 3px;}

/* 商品詳細 */
.item_detail {text-align: center; font-size: 11px; line-height: 180%;}
.item_detail img {border: 0px solid #CCCCCC; background-color: #FFFFFF; margin: 0px; padding: 0px;}
.item_detail .thumb {float: left; margin-top: 10px; width: 33%;}
.item_detail .img-comment {padding: 3px;}
.item_detail .comment {padding: 3px; text-align: left;}
.item_detail .about {text-align: right;}
.item_detail .about .other {padding: 3px;}

/* ソートリンク */
.sortlinks {width: 100%;font-size: 12px;border-bottom: 1px dotted #666666;}
.sortlinks .link {padding-right: 20px;float: left;}

/* ページリンク */
.pagelinks {width: 100%; font-size: 12px; border-bottom: 1px dotted #666666;}
.pagelinks .left {float: left; width: 38%;}
.pagelinks .right {float: left; width: 60%; text-align: right; padding: 4px;}

/* カートの中身 */
.cartin {text-align: center;}
.cartin_item {border-bottom: 1px dotted #666666;}
.cartin .name {text-align: left; padding: 3px;}
.cartin .price {text-align: right; padding: 3px;}
.cartin .subtotal {text-align: right; padding: 3px;}
.cartin .total {text-align: right; padding: 3px;}
.cartin .submit {padding-top: 20px;}

/* テーブル枠 */
.table1 {font-size: 12px; width: 100%;}
.table1 td {padding: 3px; border-top: 1px solid #CCCCCC; border-right: 1px solid #666666; border-bottom: 1px solid #666666; border-left: 1px solid #CCCCCC;}
.table1 .td1 {background-color: #666666; color: #FFFFFF;}
.table1 .td2 {background-color: #EEEEEE; text-align: center;}
.table1 .td3 {background-color: #FFFFFF;}
.table1 #left1 {text-align: left;}
.table1 #center1 {text-align: center;}
.table1 #right1 {text-align: right;}
