@charset "utf-8";
/* CSS Document */

h1 {
	color: #336600;
	font-size: 1.3em;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669900;
	text-decoration: none;
	line-height: 1.5em;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
h2 {
	color: #336600;
	font-size: 1.3em;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669900;
	text-decoration: none;
	line-height: 1.5em;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
h3 {
	font-size: 1.1em;
	line-height: 1.6em;
	color: #332323;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

h4 {
	font-size: 1.1em;
	line-height: 1.6em;
	color: #332323;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
h5 {
	font-size: 1em;
	color: #660000;
	margin-left: 10px;
	line-height: 1.3em;
}
h6{
	font-size: 1em;
	line-height: 1.3em;
	color: #996633;
	font-weight: bold;
	margin-left: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


table.top_menu {
	width: 100%;
	text-align: center;
}

table.top_menu td{
	width: 50%;
	font-size: 14px;
	font-weight: bold;
	color: #336600;
	padding-top: 20px;
	padding-bottom: 15px;
}

table.top_menu td p a{
	color: #336600;
	text-decoration: none;
}
div#delivery_time {
	margin: 10px;
	border: 1px solid #996633;
}

/*特定所取引法についてのページの定義*/
/*テーブルCSS*/
table.company{
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin-left: 20px;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-bottom: 10px;
	font-size: 12px;
}
table.company th{
	color:#330000;
	background-color:#666666;
	background-image:url(/img/table-back.gif);
	background-position:left top;
	padding:0.3em 1em;
	text-align:center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
table.company td{
	padding:0.3em 1em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
table.company td.head{
	padding:0.3em 1em;
	background-color: #669933;
	color:#FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

