﻿@charset "UTF-8";

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


/*  和紙タイトル*/
.dai_1 {
	width: 700px;
	height: 90px;
	margin-left:150px;
	margin-top: 100px;
	margin-bottom:20px;
	font-size: 40px;
	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: 20px;
	font-size: 40px;
	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 {
	width: 800px;
	margin-left: 100px;
	margin-bottom: 20px;
	background-image: url("../image/washi27.jpg");
}
.saiz_setumei {
	color: black;
	margin-left: 20px;
}

/* 表 */
table {
	border-collapse: collapse;
	width: 800px;
	color: black;		
	margin-left: 100px;		
}

th, td {
	border: 2px solid black;
}

.hokkaido {
	background-color: palegreen;
}

.kitatohoku {
	background-color: #c0c0c0;
}

.kanto {
	background-color: aqua;
}

.kansai {
	background-color: lime;
}

.tyugoku {
	background-color: #ff7711;
}

.sikoku {
	background-color: #ff7799;
}

.kyusyu {
	background-color: #ff3300;
}

.okinawa {
	background-color: skyblue;
}

.kenmei {
	background-color: #ffff99;
}


.saiz {
	background-color: #ffff99;
	text-align: center;
	width: 120px;
}

.gokei {
	background-color: #ffff55;
	text-align: center;
	width: 430px;
}
.kenmei {
	background-color: #ffff99;
	width: 250px;
}

/* 配達時間 */
.sitei_teble {
	background-color: #ffff99;
	text-align: center;
	width:600px;
	margin-left: 200px;
}
.sitei_midasi {
	background-color: lime;
}

/* 送料確認 */
.button {
	text-align: center;
} 
.button_size {
	width: 130px;
	height: 40px;
	font-size: 24px;
}


