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

body {
	font-family: "Hiragino Kaku Gothic Pro", "MS PGothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

/* HEADER */
#header {
	height: 595px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 21px;
	padding-left: 21px;
	padding-top: 25px;
	background-image: url(../images/bkg-header.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	text-align: center;
	color: #FFFFFF;
	padding-top: 480px;
	text-decoration: none;
	width: 620px;
	font-size: 18px;
}
#header h2 {
	text-align: center;
	width: 620px;
	font-size: 36px;
	color: #FFFFFF;
	margin-top: 10px;
	line-height: 40px;
}
#header h3 {
	color: #FFFF00;
	text-decoration: none;
	text-align: center;
	width: 620px;
	margin-top: 10px;
	font-size: 18px;
}

/* MAIN */
#main {
	background-image: url(../images/bkg-main.jpg);
	background-repeat: repeat-y;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 26px;
	padding-bottom: 20px;
	padding-left: 26px;
}

#main #left {
	float: left;
	width: 480px;
}
#main #left h3 {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	color: #006633;
	padding-left: 5px;
}
#main #left p {
	margin-left: 14px;
	margin-bottom: 10px;
}
#main #left ul {
	margin-left: 35px;
	list-style-position: outside;
	list-style-type: circle;
	margin-bottom: 5px;
}
#main #left ul li {
}
#main #left ol {
	margin-left: 14px;
	font-size: 12px;
}
#main #left ol li {
}
#main #left table {
	margin-top: 40px;
	margin-right: 14px;
	margin-left: 14px;
	margin-bottom: 20px;
	/* [disabled]width: 452px; */
}
#main #left table td {
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}

#main #right {
	float: right;
	width: 360px;
}
#main #right #message h3 {
	text-align: center;
	background-color: #FFEFCF;
	padding-bottom: 10px;
	padding-top: 10px;
	border: 1px solid #999999;
	padding-right: 10px;
	padding-left: 10px;
}
#main #right #message p {
	margin-bottom: 10px;
	background-color: #FFEFCF;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 14px;
	padding-top: 14px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#main #right #item {
	border: 1px solid #66CC00;
	margin-bottom: 20px;
	margin-top: 20px;
}
#main #right #item .top {
	height: 20px;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	background-color: #F0FFF0;
}
#main #right #item .body {
	background-color: #F0FFF0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#main #right #item form {
}
#main #right #item img {
	float: left;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
	padding: 3px;
}
#main #right #item p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F0FFF0;
	margin: 0px;
	padding: 0px;
}
#main #right #item p.name {
	font-weight: bold;
	color: #FF6600;
}
#main #right #item p.catch {
	font-size: 12px;
	line-height: 16px;
}
#main #right #item p.price {
	font-size: 14px;
	line-height: 16px;
	color: #FF6600;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: right;
	padding-right: 12px;
}
#main #right #boshu {
	background-color: #FFEFCF;
	padding: 20px;
	text-align: center;
	border: 1px solid #666;
}
#main #right #boshu h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
#main #right #boshu a, #main #right #boshu a:link, #main #right #boshu a:visited {
	text-decoration: none;
	color: #060;
}
#main #right #boshu a:active, #main #right #boshu a:hover {
	color: #F60;
	text-decoration: none;
}
input.cargo {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 14px;
	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: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	font-weight: bold;
	margin: 0px;
	background-image: url(../../images/submit-cargo.jpg);
}

#main #right #pets {
	border: 1px solid #999999;
	margin-bottom: 20px;
}
#main #right #pets h3 {
	text-align: center;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	margin-bottom: 1px;
}
#main #right #pets p {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main #right #pets a, #main #right #pets a:link, #main #right #pets a:visited {
	border: 10px solid #F0FFF0;
	margin-bottom: 10px;
}
#main #right #pets a:active, #main #right #pets a:hover {
	border: 10px solid #FFEFCF;
}
#main #right #pets img {
}
#main #right #shoplist {
	border: 1px solid #999999;
	margin-bottom: 20px;
	background-color: #F0FFF0;
}
#main #right #shoplist h3 {
	text-align: center;
	padding: 10px;
	margin-bottom: 1px;
}
#main #right #shoplist dl {
	margin-right: 20px;
	margin-left: 20px;
}
#main #right #shoplist dl dt {
	color: #FF6600;
	margin-bottom: 5px;
}
#main #right #shoplist dl dd {
	margin-left: 14px;
	margin-bottom: 10px;
}
#main #right #regular {
	margin-top: 20px;
}
#main #right #regular img {
	border: 1px solid #666666;
}

/* NAVI BOTTOM */
#navi-btm {
	text-align: center;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 21px;
	padding-left: 21px;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	background-image: url(../images/bkg-main.jpg);
}
#navi-btm a, #navi-btm a:link, #navi-btm a:visited {
	color: #339900;
	text-decoration: none;
}
#navi-btm a:hover, #navi-btm a:active {
	color: #FF9900;
	text-decoration: none;
}

/* FOOTER */
#footer {
	background-image: url(../images/bkg-footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 46px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 21px;
	padding-left: 21px;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	padding-top: 19px;
	color: #FFFFFF;
}

/* UTILITIES */
.f_left {
	float: left;
}
.clr {
	font-size: 1px;
	clear: both;
	line-height: 1px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.mgr-img {
	margin-right: 15px;
}
.mgl-img {
	margin-left: 15px;
}
.mgb10 {
	margin-bottom: 10px;
}

