/* ---------------------------------------------------
pet.html
--------------------------------------------------- */
#kankou_label img{
	vertical-align: top;
}

/* ---------------------------------------------------
what
--------------------------------------------------- */
#what_left{
	float: left;
}

#what_right{
	float: left;
	width: 475px;
	height: 64px;
	background-image: url(/customer/static/img/pet/bg01.gif);
	background-repeat: no-repeat;
}

#what_right p{
	padding: 25px 0 0 10px;
	color: #777777;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 1.2px;
}

/* ---------------------------------------------------
totop
--------------------------------------------------- */
#totop{
	width: 735px;
	height: 22px;
	background-image: url(/customer/static/img/pet/bg02.gif);
	background-repeat: no-repeat;
}

#totop p{
	padding: 5px 10px 0 0;
	color: #0000ff;
	font-size: 110%;
	letter-spacing: 1.2px;
	text-align: right;
}

a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #0000ff;
}

a:hover {
	color: #0000ff;
	text-decoration: underline;
}

/* ---------------------------------------------------
enable
--------------------------------------------------- */
#enable{
	width: 735px;
	height: 136px;
	background-image: url(/customer/static/img/pet/bg03.jpg);
	background-repeat: no-repeat;
}

#enable ul{
	list-style-type: square;
	padding: 15px 0 0 50px;
	color: #777777;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 1.1px;
}

.detail{
	padding: 0 0 3px 10px;
	font-size: 80%;
	font-weight: bold;
}

.kind{
	list-style-type: none;
	padding: 0 5px 5px 0;
	font-size: 70%;
	font-weight: normal;
}

/* ---------------------------------------------------
attention
--------------------------------------------------- */
#attention{
	width: 735px;
	height: 99px;
	background-image: url(/customer/static/img/pet/bg04.jpg);
	background-repeat: no-repeat;
}

#attention ul{
	list-style-type: square;
	padding: 15px 0 0 50px;
	color: #777777;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 1.1px;
}

.caution{
	list-style-type: none;
	padding: 5px 5px 5px 0;
	font-size: 70%;
	font-weight: normal;
}

/* ---------------------------------------------------
request
--------------------------------------------------- */
#request{
	width: 735px;
	height: 177px;
	background-image: url(/customer/static/img/pet/bg05.jpg);
	background-repeat: no-repeat;
}

#request ul{
	list-style-type: square;
	padding: 15px 3px 0 175px;
	color: #777777;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 1.1px;
}

#request p{
	padding: 55px 0 0 40px;
	color: #cc0000;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 1.1px;
	line-height: 150%;
}

/* ---------------------------------------------------
bottom
--------------------------------------------------- */
#bottom{
	width: 735px;
	height: 62px;
	background-image: url(/customer/static/img/pet/bg06.gif);
	background-repeat: no-repeat;
}

