﻿@charset "UTF-8";

body{
	background-image: url("../image/renga14.jpg");
}

/*  和紙タイトル*/
.dai_1 {
	width: 320px;
	height: 60px;
	margin-top: 50px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 22px;
	font-weight: bold;
	color: yellow;
	line-height: 60px;
	text-align: center;
	text-shadow: -1px -1px black,1px 1px black;
	background-image: url("../image/washi2.jpg");
}
.dai_1_login {
	width: 320px;
	height: 60px;
	margin-top: 10px;
	margin-left:20px;
	margin-bottom:20px;
	font-size: 22px;
	font-weight: bold;
	color: yellow;
	line-height: 60px;
	text-align: center;
	text-shadow: -1px -1px black,1px 1px black;
	background-image: url("../image/washi2.jpg");
}

/*注文説明*/
.setumei_kukuri {
	margin-top: 20px;
	width: 350px;
	background-image: url("../image/washi20.jpg");
}

.tyumon_setumei {
	color: #330000;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin-left: 10px;
	margin-right: 5px;
}
.tyumon_setumei_gift {
	color: crimson;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin-left: 10px;
	margin-right: 5px;
}

/*通販コメント*/
.tyumon_setumei_net {
	color: #cc0000;;
	font-size: 14px;
	color: #cc0000;
	font-weight: bold;
	line-height: 16px;
	margin-left: 10px;
	margin-right: 5px;
}

.page_link {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
}

/*未訪問()*/
.page_link a:link {
	color: blue;
}
/*訪問済*/
.page_link a:visited {
	color: blue;
}
/*ポイント時*/
.page_link a:hover {
	color: #ff9900;
}

.pc_disp {
	display: none;
}













