@charset "utf-8";
/* index.css */


/* ====================================
		globalnavisub
==================================== */

div#globalnavisub {
	width: 900px;
	height: auto;
	margin: 0 auto;
	background: #232C41;
	behavior: url("../csshover.htc");
}
div#globalnavisub ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
}
div#globalnavisub li {
	margin: 0;
	padding: 0;
}

div#globalnavisub ul.main a {
	color: #D2D5E1;
	text-align: center;
	text-decoration: none;
}

div#globalnavisub ul.main a:hover {
	background: #172034;
}

div#globalnavisub ul.main li {
    float: left;
    position: relative;
	z-index: 500;
    width: 10em;
    height: 2.5em;
    line-height: 2.5em;
	border-left: 1px solid #0B0E2D;
	background: #232C41;
}
div#globalnavisub ul.main li a {
    display: block;
    width: auto;
    height: 2.5em;
}

/* ▼true */
div#globalnavisub ul.main li.subtrue {
	background: url(../images/ico_submenuarrow2.gif) 110px 20px no-repeat;
}


/* active */
div#globalnavisub ul.main li#active {
	background: #040423;
}




/* sub */
div#globalnavisub ul.main li ul {
	display: none;
}

div#globalnavisub ul.main li:hover ul {
    display: block;
    position: absolute;
}

div#globalnavisub ul.main li ul li {
    margin: 0;
	padding: 0;
	text-indent: 25px;
	border-top: 1px solid #0B0E2D;
	border-left: none;
	background: url(../images/ico_submenuarrow.gif) 10px center no-repeat #232C41;
    width: 13em;
}
div#globalnavisub ul.main li ul li a {
	text-align: left;
}
div#globalnavisub ul.main li ul li a:hover {
	background: url(../images/ico_submenuarrow.gif) 10px center no-repeat #172034;
}

div#globalnavisub ul.main li ul li strong {
	color: #FF9;
}

/* fit village */
div#globalnavisub ul.main li ul.fitvillage {
	display: none;
}

div#globalnavisub ul.main li:hover ul.fitvillage {
    display: block;
    position: absolute;
	z-index: 50px;
}

div#globalnavisub ul.main li ul.fitvillage li {
	margin: 0;
	padding: 0 0 0 15px;
	text-indent: 0;
	background: #172034;
	border: none;
    width: 31em;
	height: auto;
}
div#globalnavisub ul.main li ul.fitvillage li a {
	display: inline;
	text-align: center;
	/*margin: 0 5px;*/
}
div#globalnavisub ul.main li ul.fitvillage li a:hover {
	text-decoration: underline;
	background: none;
}

div#globalnavisub ul.main li ul.fitvillage li.tit {
	color: #E7CB49;
	width: 31em;
	height: 2.5em;
	border-top: 1px solid #0B0E2D;
}

div#globalnavisub ul.main li ul.fitvillage li.oth {
    margin: 0;
	padding: 0;
	width: 100%;
	text-indent: 25px;
	border-top: 1px solid #0B0E2D;
	border-left: none;
	background: url(../images/ico_submenuarrow.gif) 10px center no-repeat #232C41;
}

/* strong color */
div#globalnavisub strong {
	font-weight: normal;
	color: #E7CB49;
}
div#globalnavisub em {
	font-weight: bold;
	font-style: normal;
	color: #D2D5E1;
}

/* back */
div#globalnavisub ul.main li.back {
	background: url(../images/ico_submenuarrow3.gif) 14px 10px no-repeat #232C41;
}
div#globalnavisub ul.main li.back a:hover {
	background: url(../images/ico_submenuarrow3.gif) 14px 10px no-repeat #232C41;
	text-decoration: underline;
}



/* ====================================
			contents
==================================== */
div#contents {
	width: auto;
	height: auto;
	background: URL(images/img_main.jpg) center top no-repeat #ECE9D6;
	clear: both;
}
div#contents div.bg {
	width: 910px;
	height: auto;
	/*margin: 137px auto 0 auto;*/
	margin: 120px auto 0 auto;
	padding: 13px 0 0 0;
	/*
	background: URL(../../images/index/contents/bg_contents_white.png) center top repeat-y;
	behavior: expression(IEPNGFIX.fix(this));
	*/
}


/* ====================================
			mainimg
==================================== */
div#contents h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-indent: -9999px;
}


/* ====================================
			page title
==================================== */
div#rightcontents div#pagetitle {
	width: 620px;
	height: 84px;
	margin: 0 0 0 14px;
	text-align: right;
}

div#rightcontents div.index {
	background: URL(images/tit_pet.gif) left top no-repeat;
}
div#rightcontents div.wonderful {
	background: URL(images/tit_wonderful.gif) left top no-repeat;
}

div#rightcontents div#pagetitle h3 {
	width: 200px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	float: left;
}
div#rightcontents div#pagetitle ul {
	width: 410px;
	margin: 30px 0 0 0;
	padding: 0 10px 0 0;
	list-style-type: none;
	float: right;
}
div#rightcontents div#pagetitle li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #858697;
}
div#rightcontents div#pagetitle li span {
	margin: 0 4px;
}
div#rightcontents div#pagetitle li a {
	color: #858697;
	text-decoration: underline;
}
div#rightcontents div#pagetitle li a:hover {
	color: #858697;
	text-decoration: none;
}


/* ====================================
			account
==================================== */
div#rightcontents p.account {
	width: 600px;
	margin: 20px 0 30px 25px;
	padding: 0;
	font-size: 12px;
	line-height: 1.7;
	color: #5B584D;
}

div#rightcontents p.account img {
	float: right;
	margin: 15px 0 0 0;
}

/* ====================================
			with pet
==================================== */
div#rightcontents div#withpet {
	width: 620px;
	height: auto;
	margin: 0 0 40px 14px;
}

div#rightcontents div#withpet h4 {
	width: 620px;
	height: 45px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: url(images/subtit_widhpet.gif) left top no-repeat;
	text-indent: -9999px;
}

div#rightcontents div#withpet div.bg {
	width: 620px;
	height: 220px;
	margin: 0;
	padding: 0;
	background: #F5F2EE;
}

div#rightcontents div#withpet div.photo {
	width: 312px;
	height: auto;
	padding: 20px 15px 0 15px;
	float: left;
}
div#rightcontents div#withpet div.sentence {
	width: 278px;
	height: auto;
	float: right;
}
div#rightcontents div#withpet div.sentence h4 {
	width: 175px;
	height: 18px;
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 12px;
	text-indent: -9999px;
	background: url(images/subtit_wannoyado.gif) left top no-repeat;
}
div#rightcontents div#withpet p {
	margin: 0;
	padding: 14px 0;
	font-size: 12px;
	color: #6E5F4B;
	line-height: 1.6;
}
div#rightcontents div#withpet div.sentence div.bt {
	width: 270px;
	height: auto;
	margin: 0 auto;
}

/*dogvillage*/

div#rightcontents div#withpet div.one {
	width: 620px;
	height: 220px;
	margin: 20px 0 0 0;
	padding: 0;
	background: #F5F2EE;
}

div#rightcontents div#withpet div.photoone {
	width: 312px;
	height: auto;
	padding: 20px 15px 0 15px;
	float: left;
}

div#rightcontents div#withpet div.sentenceone {
	width: 278px;
	height: auto;
	float: right;
}

div#rightcontents div#withpet div.sentenceone div.bt {
	width: 270px;
	height: auto;
	margin: 0 auto;


}

div#rightcontents div#withpet div.sentenceone h4 {
	width: 175px;
	height: 18px;
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 12px;
	text-indent: -9999px;
	background: url(images/subtit_dogvillage.png) left top no-repeat;
}

div#rightcontents div#withpet div.suite {
	width: 620px;
	height: 220px;
	margin: 20px 0 0 0;
	padding: 0;
	background: #F5F2EE;
}

div#rightcontents div#withpet div.photosuite {
	width: 312px;
	height: auto;
	padding: 20px 15px 0 15px;
	float: left;
}

div#rightcontents div#withpet div.sentencesuite {
	width: 278px;
	height: auto;
	float: right;
}

div#rightcontents div#withpet div.sentencesuite div.bt {
	width: 270px;
	height: auto;
	margin: 0 auto;
}
div#rightcontents div#withpet div.sentencesuite h4 {
	width: 175px;
	height: 18px;
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 12px;
	text-indent: -9999px;
	background: url(images/subtit_dogsuite.png) left top no-repeat;
}


/* ====================================
			pethouse
==================================== */
/*div#rightcontents div#pethouse {
	width: 620px;
	height: auto;
	margin: 0 0 40px 14px;
}
div#rightcontents div#pethouse h4 {
	width: 620px;
	height: 45px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: url(images/subtit_pethouserule.gif) left top no-repeat;
	text-indent: -9999px;
}
div#rightcontents div#pethouse img.photo {
	float: left;
	margin: 0 15px;
}
div#rightcontents div#pethouse p {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 12px;
	color: #6E5F4B;
	line-height: 1.5;
}
div#rightcontents div#pethouse h5 {
	margin: 20px 0 0 0;
	padding: 0;
	width: 620px;
	height: 30px;
	text-indent: -9999px;
	clear: both;
}
div#rightcontents div#pethouse h5.price {
	background: url(images/subtit_price.gif) left top no-repeat;
}
div#rightcontents div#pethouse h5.time {
	background: url(images/subtit_time.gif) left top no-repeat;
}
*/

/* ====================================
			dogrun
==================================== */
div#rightcontents div#dogrun {
	width: 620px;
	height: auto;
	margin: 0 0 40px 14px;
}
div#rightcontents div#dogrun h4 {
	width: 620px;
	height: 45px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: url(images/subtit_dogrun.gif) left top no-repeat;
	text-indent: -9999px;
}
div#rightcontents div#dogrun img.photo {
	float: left;
	margin: 0 15px;
}
div#rightcontents div#dogrun p {
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 12px;
	color: #6E5F4B;
	line-height: 1.5;
}

/* ====================================
			indoor dogrun
==================================== */
div#rightcontents div#indoordogrun {
	width: 620px;
	height: auto;
	margin: 0 0 40px 14px;
}
div#rightcontents div#indoordogrun h4 {
	width: 620px;
	height: 45px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: url(images/subtit_indoordogrun.gif) left top no-repeat;
	text-indent: -9999px;
}
div#rightcontents div#indoordogrun img.photo {
	float: left;
	margin: 0 15px;
}
div#rightcontents div#indoordogrun p {
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 12px;
	color: #6E5F4B;
	line-height: 1.5;
}

/* ====================================
			sitting
==================================== */
div#rightcontents div#sitting {
	width: 620px;
	height: auto;
	margin: 0 0 40px 14px;
}
div#rightcontents div#sitting h4 {
	width: 620px;
	height: 45px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: url(images/subtit_sitting.gif) left top no-repeat;
	text-indent: -9999px;
}
div#rightcontents div#sitting img.photo {
	float: left;
	margin: 0 15px;
}
div#rightcontents div#sitting p {
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 12px;
	color: #6E5F4B;
	line-height: 1.5;
}

/* ====================================
			park
==================================== */
div#rightcontents div#park {
	width: 620px;
	height: auto;
	margin: 0 0 40px 14px;
}
div#rightcontents div#park h4 {
	width: 620px;
	height: 45px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: url(images/subtit_park.jpg) left top no-repeat;
	text-indent: -9999px;
}
div#rightcontents div#park img.photo {
	float: left;
	margin: 0 15px;
}
div#rightcontents div#park p {
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 12px;
	color: #6E5F4B;
	line-height: 1.5;
}
/* ====================================
			gadenia
==================================== */
div#rightcontents div#gadenia {
	width: 620px;
	height: auto;
	margin: 0 0 40px 14px;
}
div#rightcontents div#gadenia h4 {
	width: 620px;
	height: 45px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: url(images/subtit_gadenia.gif) left top no-repeat;
	text-indent: -9999px;
}
div#rightcontents div#gadenia img.photo {
	float: left;
	margin: 0 15px;
}
div#rightcontents div#gadenia p {
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 12px;
	color: #6E5F4B;
	line-height: 1.5;
}
div#rightcontents div#gadenia div.bt {
	width: 620px;
	height: auto;
	margin: 20px auto;
	text-align: center;
}


/* ====================================
			pethouse
==================================== */

div#rightcontents div#pethouse {
    height: auto;
    margin: 0 0 40px 14px;
    width: 620px;
}

#contents .bg #rightcontents #pethouse p {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 12px;
	color: #6E5F4B;
	line-height: 1.5;
}
#contents .bg #rightcontents #pethouse h4 {
	width: 620px;
	height: 45px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-indent: -9999px;
	background-image: url(images/subtit_pethouse.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div#rightcontents div#pethouse table {
	width: 620px;
	height: auto;
	margin: 5px 0;
	font-size: 12px;
	line-height: 1.8;
	text-align: center;
}
div#rightcontents div#pethouse th {
	background: #EBE4DB;
	color: #5E4F3A;
	/*border-bottom: 2px solid #FFF;*/
	line-height: 110%;
}
div#rightcontents div#pethouse td span {
	margin: 0 10px;
}
div#rightcontents div#pethouse em {
	font-size: 12px;
	line-height: 1.5;
	font-style: normal;
	color: #5E4F3A;
}
div#rightcontents div#pethouse img.photo {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
}


/* ====================================
	　動物取扱業の登録情報
==================================== */

div#rightcontents div#animal {
    height: auto;
    margin: 0 0 40px 14px;
    width: 620px;
}
div#rightcontents div#animal h4{
	width: 620px;
	height: 45px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-indent: -9999px;
	background-image: url(images/subtit_animal.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div#rightcontents div#animal table {
	width: 620px;
	height: auto;
	margin: 5px 0;
	font-size: 12px;
	line-height: 1.8;
	/*text-align: center;*/
}
div#rightcontents div#animal th {
	background: #EBE4DB;
	color: #5E4F3A;
	border-bottom: 2px solid #FFF;
	line-height: 110%;
}
div#rightcontents div#animal td {
	background: #FFF;
	/*background: #EBE4DB;*/
	color: #5E4F3A;
	border-bottom: 2px solid #FFF;
	line-height: 140%;
	padding: 5px 0 5px 10px;
}
div#rightcontents div#animal td.title {
	background: #EBE4DB;
	color: #5E4F3A;
	border-bottom: 2px solid #FFF;
	line-height: 1.5;
	font-size:12px;
	font-weight: bold;
	padding-left: 10px;
	width: 200px;
}
div#rightcontents div#animal td span {
	margin: 0 10px;
}
