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

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	width: auto;
	margin: 0px;
	padding: 0px;
}

/* 全体
----------------------------------------------- */
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/bg_1.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto;
}

/* ヘッダー
----------------------------------------------- */
#header {
	height: 100px;
	width: 900px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	text-align: right;
	letter-spacing: 0.1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#header .address {
	font-size: 12px;
	padding: 5px;
	margin: 3px;
}

#header .address span.title {
	background-color: #666;
	color: #FFF;
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-family: "Lucida Console", Monaco, monospace;
	font-weight: bold;
}

#header .address span {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#header h1 {
	text-align: left;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 240px;
	color: #FFF;
	margin: 0px;
	font-weight: normal;
}

/* コンテンツ
----------------------------------------------- */
#contents {
	width: 860px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 0px;
	height: auto;

}


/* セレクト（左）
----------------------------------------------- */
#select {
	width: 200px;
	background-color: #F0F0F0;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.space_top {
	height: 7px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/space_tab_top.png);
	background-repeat: no-repeat;
}

.menu {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 0px;
}

.app {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 0px;
}

.inquiry {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 0px;
}

.info {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 0px;
}

.puppy {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 0px;
}

.counter {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top: 40px;
	width: 160px;
}

.counter table {
	width: 160px;
	margin: 0px;
	padding: 0px;
	clear: left;
}

.counter table th {
	width: 80px;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}

.counter table td {
	text-align: left;
}


.space_bot {
	background-image: url(../images/space_tab_bot.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 7px;
	width: 200px;
}


/* メイン（右）
----------------------------------------------- */
#main {
	float: right;
	width: 600px;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}


/* フッター
----------------------------------------------- */
#footer {
	color: #FFF;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	width: 900px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
	float: left;
}
.soldout {
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

