@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #c6cdd5;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

img {
	border-style: none;
}

.margintop0 { margin-top: 0px !important; }
.margintop5 { margin-top: 5px !important; }
.margintop10 { margin-top: 10px !important; }
.margintop15 { margin-top: 15px !important; }
.margintop20 { margin-top: 20px !important; }
.margintop30 { margin-top: 30px !important; }
.margintop35 { margin-top: 35px !important; }
.margintop40 { margin-top: 40px !important; }
.margintop50 { margin-top: 50px !important; }
.marginbtm0 { margin-bottom: 0px !important; }
.marginbtm5 { margin-bottom: 5px !important; }
.marginbtm10 { margin-bottom: 10px !important; }
.marginbtm15 { margin-bottom: 15px !important; }
.marginbtm20 { margin-bottom: 20px !important; }
.marginbtm30 { margin-bottom: 30px !important; }
.marginbtm35 { margin-bottom: 35px !important; }
.marginbtm40 { margin-bottom: 40px !important; }
.marginbtm50 { margin-bottom: 50px !important; }

.clearB { clear: both !important; }

.clearBB {
	clear: both !important;
	height: 1px !important;
}

.alignR { text-align: right !important; }
.alignC { text-align: center !important; }

.font-s {
	font-size: 75%;
	line-height: 1.2em
}

a .link-arw {
	margin-right: 3px;
	vertical-align: middle;
}

#pageBody {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
}

#hd {
	position: relative;
	width: 800px;
	height: 86px;
	background: url(../img/hd_bg.gif) no-repeat;
}

#sitetitle {
	position: absolute;
	top: 5px;
	width: 222px;
	height: 81px;
}

#hd-txt {
	position: absolute;
	top: 40px;
	left: 222px;
	font-size: 12px;
	color: #333333;
}

#hd-menu {
	position: absolute;
	top: 10px;
	left: 222px;
	width: 568px;
	font-size: 12px;
	color: #333333;
	text-align: right;
}

#hd-menu a {
	color: #333333;
	text-decoration: none;
}

#nv {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 800px;
	height: 30px;
	background: url(../img/nv/nv_bg.gif) repeat-x;
	border-bottom: 12px solid #6b83ec;
}

#nv li {
	margin: 0;
	padding: 0;
	float: left;
}

#nv li a {
	display: block;
	height: 22px;
	padding: 8px 10px 0 10px;
	font-size: 90%;
}

* html #nv li a {
	width: 100px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

#nv li a:link, #nv li a:visited {
	text-decoration: none;
	color: #ffffff;
}

#nv li a:hover, #nv li a:focus {
	text-decoration: underline;
	color: #FFCC00;
}

#breadcrumbs {
	margin: 2px 0 0 0;
	padding: 4px 0 4px 24px;
	background-color: #dee3f8;
	font-size: 12px;
	color: #333333;
}

#breadcrumbs a {
	color: #333333;
	text-decoration: none;
}

h1 {
	margin: 2px 0 0 0;
	padding: 0;
	clear: left;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 100%;
	color: #DD0000;
}

p {
	margin: 0 0 1em 0;
	font-size: 90%;
	color: #333333;
	line-height: 1.5em;
}

#ft {
	margin: 7px 0 0 0;
	padding: 0;
	position: relative;
	width: 800px;
	height: 77px;
	clear: both;
	background: url(../img/ft_bg.gif) repeat-x;
}

#ft-txt {
	position: absolute;
	top: 30px;
	left: 10px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 150%;
}

#ft-menu {
	position: absolute;
	top: 30px;
	left: 490px;
	width: 300px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 150%;
	text-align: right;
}

#ft-menu a {
	color: #FFFFFF;
	text-decoration: none;
}

.contents-wrap {
	width: 760px;
	margin: 35px 0 0 0;
	padding: 0 20px 0 20px;
	float: left;
}

.contents-L {
	width: 230px;
	float: left;
}

.contents-R {
	width: 509px;
	padding-left: 20px;
	border-left: 1px solid #999999;
	float: left;
}

.contents-R-wrap {
	width: 510px;
	margin: 35px 0 0 0;
	float: left;
}

.contents-R-L {
	width: 250px;
	float: left;
}

.contents-R-R {
	width: 250px;
	float: right;
}

.img-caption {
	margin: 5px 0 0 0;
	font-size: 75%;
	color: #333333;
	line-height: 1.5em;
}

#inq-box {
	margin: 35px 0 35px 0;
	text-align: center;
}

#inq-box p {
	margin: 5px 0 0 0;
	text-align: right;
}

.contents-single-culumn {
	margin: 35px 50px 0 50px;
	width: 700px;
	float: left;
}

* html .contents-single-culumn {
	margin-right: 25px;
	margin-left: 25px;
}

.contents-single-culumn h2 {
	margin-bottom: 20px;
}

.contents-single-culumn-L {
	width: 350px;
	float: left;
}

.contents-single-culumn-R {
	width: 350px;
	float: right;
}


/* ===== トップページ ===== */

.flow {
	margin: 0;
	padding: 0;
	width: 508px;
	border-collapse: collapse;
	border: 1px solid #1636C0;
	background-color: #F4F6FC;
}

.flow th {
	padding: 5px 0 5px 5px;
	width: 72px;
}

.flow td {
	padding: 5px 20px 5px 0;
	font-size: 90%;
	color: #333333;
	line-height: 1.5em;
}

.flow-arw {
	display: block;
	margin: 10px 0 8px 241px;
}

/* ===== サービスの流れ ===== */

.btn-block {
	margin: 0;
}

.btn-block img {
	margin-right: 10px;
}

/* ===== 宅配便について ===== */

p#address {
	border: 1px solid #999999;
	background-color: #FAFAFA;
	padding: 20px;
	font-size: 100%;
}

/* ===== 費用 ===== */

.price-list {
	margin: 0;
	width: 698px;
	border-collapse: collapse;
	border-top: 1px solid #1636C0;
	border-left: 1px solid #1636C0;
}

.price-list th {
	width: 25%;
	border-right: 1px solid #1636C0;
	border-bottom: 1px solid #1636C0;
	background-color: #F4F6FC;
	padding: 5px 10px 5px 10px;
	font-size: 90%;
	color: #333333;
	line-height: 1.5em;
	text-align: center;
}

.price-list td {
	border-right: 1px solid #1636C0;
	border-bottom: 1px solid #1636C0;
	padding: 5px 10px 5px 10px;
	font-size: 90%;
	color: #333333;
	line-height: 1.5em;
}

.price-list td.kakaku {
	width: 15%;
	text-align: center;
}

/* ===== 個人情報保護方針 ===== */

#privacy h3 { color: #333333; }

/* ===== サイトマップ ===== */

#sitemap ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
}

#sitemap li {
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	font-size: 90%;
	line-height: 1.5em;
	background: url(../img/link_arw.gif) no-repeat left 5px;
}

#sitemap li a:link, #sitemap li a:visited {
	color: #333333;
	text-decoration: none;
}

#sitemap li a:hover, #sitemap li a:focus {
	color: #333333;
	text-decoration: underline;
}

/* ===== フォーム ===== */

.form-input {
	border: 1px solid #999999;
}

