body {
	margin: 0px;
	padding: 0px;
}
h1 {
	border-bottom: 3px solid #333333;
}
h2 {
	border-bottom: 1px dashed #333333;
	margin-left: 5%;

}
h3 {
	margin-left: 5%;

}
p {
	line-height: 130%;
	margin-left: 5%;
}
img {
	border: 0px;
}
table {
	width: 95%;
	margin-left: 5%;
	page-break-inside: avoid;
}
caption {
	text-align: left;
}
td {
	vertical-align: top;
}
th {
}
dl {
	margin-left: 5%;
}
dt {
	font-weight: bold;
}
dd {
}
ul {
}
li {
	margin-left: 8%;
}
a {
	color: #000000;
	text-decoration: none;
}

.caution {
	font-weight: bold;
	color: #FF0000;
}
.fc {
	clear: both;
}

/*-- ヘッダ部 --*/

.head {
	display: none;
}


/*-- コンテンツ --*/

.contents {
	width: 100%;
}

/*-- サイドメニュー --*/

.menu {
	display: none;
}


/*-- メインコンテンツ --*/

.main {
	width: 100%;
}
.path {
	display: none;
}
.to-top {
	display: none;
}
.submenu {
	display: none;
}
.next-navi {
	display: none;
}

/*-- フッター --*/


.footer {
	width: 100%;
}
.footer-navi {
	display: none;
}
address {
	background-color:#CCCCCC;
	font-style: normal;
	line-height: 130%;
	font-size: 70%;

}
.copyright {
	background-color: #666666;
	text-align: right;
	color: #FFFFFF;
	padding: 3px;
	font-size: 70%;
}

/*-- サイトマップフォーマット --*/

.sitemap {
}
.sitemap dl {
}
.sitemap dl dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
	border-top: 1px dashed #333333;
	padding: 3px;
	border-bottom: 1px dashed #333333;
}
.sitemap dl dd {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
.sitemap ul {
	margin-left: 0px;
}
.sitemap ul li {
	margin-left: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/*-- よくある質問フォーマット --*/

.faq dl {
}
.faq dl dt {
}
.faq dl dd {
}
.faq ul {
}
.faq ul li {
}

/*-- フォームセット --*/

form {
	margin: 0px 0px 0px 5%;
	padding: 0px;
}
fieldset {
	padding: 0.5em;
	border: 1px solid #663300;
	margin: 0.5em;
}
legend {
	font-weight: bold;
}
textarea {
	border: 1px solid #CCCCCC;
}
input {
	border: 1px solid #CCCCCC;
}
.submit {
	text-align: center;
	border: none;
}
.submit input {
	background: #DEB28A;
	border: 2px outset #FF9900;
}

.company-data dl {
}
.company-data dt {
	margin-top: 1em;
	padding: 2px;
	border-bottom: 1px dashed #333333;
	border-top: 1px dashed #333333;
}
.company-data dd {
	margin-top: 3px;
	margin-bottom: 3px;
}

.delivery-head {
}
.delivery-head img {
	float: left;
}
.delivery-party {
	border: 3px outset #666666;
	padding: 5px;
	margin-bottom: 1em;
	margin-left: 5%;
}
.delivery-party dl {
	margin: 0px;
	padding: 0px;
}
.delivery-party dl dt {
	font-size: 105%;
	margin-bottom: 0.5em;
	padding: 0px 0px 3px;
	border-bottom: 3px double #333333;
}
.delivery-party img {
	float: right;
	border: 2px solid #663300;
}
.delivery-item td {
	background: #FFFFFF;
	text-align: center;
}
.end-navigation {
	display: none;
}
