
/* common.css */


body {
	/* width: 260px; */
	font-family: "ArialMT", "Hiragino Kaku Gothic ProN", "ƒqƒ‰ƒMƒmŠpƒS ProN W3";
	line-height: 1.5;
	font-size: 16px;
	background: #fff;
	padding: 5px;
	color: #000;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
}

#top {
	text-align: center;
	font-size: small;
/* background-color: #FD911A; */
/* /* background-color: #FDA93A; */
}

/* header */
#header {
	text-align: center;
	font-size: small;
	padding-bottom: 10px;
}

#header p#title {
	text-align: center;
	padding-bottom: 10px;
}

#menu {
	text-align: center;
	/* background-color: #FDA93A; */
	padding-bottom: 10px;
}

#menu table {
	margin: auto;
	text-align: center;
}

#menu td {
	padding-right: 5px;
	font-size: small;
}

#menu td.last-td {
	padding-right: 0px;
}

#tel {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#koe {
	text-align: center;
	font-size: small;
	padding: 5px 0 5px 0;
}

/* main-contents */
#main-contents {
	text-align: center;
	font-size: small;
	padding: 0 0 5px 0;
}

#main-contents h1, 
#main-contents h2 {
	color: #663300;
	font-size: x-large;
	/* docomo
	font-size: medium; */
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main-contents p {
	font-size: small;
}

#main-contents #top-info {
	padding-bottom: 10px;
}

#main-contents #top-info .title {
	color: #0000FF;
	font-size: x-large;
	/* docomo
	font-size: medium; */
}

#main-contents #top-info .red {
	color: #FF0066;
	font-size: small;
}

#toypoodle-list {
	text-align: center;
	padding-bottom: 10px;
}

#toypoodle-list table {
	width: 240px;
	margin: auto;
	text-align: center;
}

#toypoodle-list table th {
	font-size: small;
}

#toypoodle-list table td {
	vertical-align: top;
	line-height: 1;
	font-size: small;
	text-align: left;
}

#toypoodle-list table th.title {
	color: #0000FF;
	font-size: small;
	text-align: center;
}

#toypoodle-list table .img {
	width: 72px;
	height: 72px;
}

#toypoodle-list table .text-a {
	vertical-align: middle;
	color: #00FFFF;
	font-size: small;
	text-align: center;
}

#toypoodle-list table .text-b {
	vertical-align: middle;
	color: #FF0000;
	font-size: small;
	text-align: center;
}

#puppy {
	font-size: small;
	text-align: center;
}

#puppy table {
	margin: auto;
	text-align: center;
}

#puppy table td {
	text-align: left;
	font-size: small;
}

#puppy table td p {
	font-size: small;
}


#puppy td.p-title {
	padding-bottom: 10px;
	font-size: x-large;
	/* docomo
	font-size: medium; */
	text-align: center;
}

#puppy td.p-info {
	padding-bottom: 20px;
	font-size: small;
}

#puppy td.p-text {
	padding-bottom: 10px;
	font-size: small;
}

#puppy td .title {
	color: #0000FF;
	font-size: x-large;
	/* docomo
	font-size: medium; */
}

#puppy .red {
	color: #FF0066;
	font-size: x-large;
	/* docomo
	font-size: medium; */
}

#puppy .info {
	color: #0000CC;
	font-size: small;
}


/* contents */
#contents {
	font-size: small;
	text-align: center;
}

#contents table {
	margin: auto;
	text-align: center;
}

#contents table td {
	text-align: center;
	font-size: small;
}


/* footer */
#footer {
	text-align: center;
	font-size: small;
	padding-bottom: 10px;
}

#footer p, 
#footer li {
	font-size: small;
}

#footer #footer-menu {
	width: 240px;
	text-align: center;
}

#footer #footer-menu li {
	text-align: left;
}

#footer #footer-menu .title {
	font-weight: bold;
}

#footer #footer-menu .title li {
	font-weight: normal;
}
#footer #copyright {
	text-align: center;
}


.line-a {
	height: 25px;
	background-image: url(../img/line1.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.line-b {
	color: #999999;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.red {
	color: #ff0000;
	font-size: small;
}
