﻿@charset "UTF-8";
body{
	background-image: url("../image/renga14.jpg");
}

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


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

.tyumon_setumei {
	color: #330000;
	font-size: 26px;
	font-weight: bold;
	line-height: 40px;
	margin-left: 20px;
}

/*通販コメント*/
.tyumon_setumei_net {
	color: #cc0000;;
	font-size: 26px;
	font-weight: bold;
	line-height: 40px;
	margin-left: 20px;
}

.page_link {	
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
.page_link a {
	text-decoration: navy solid underline;/*リンクの下線　なし*/
	color: red;
}


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










