@charset "utf-8";

/* 
==================================================

TAKI ANIMAL CLINIC CSS

==================================================
 */

*{
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-weight: normal;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;
	line-height: 1.5em;
	text-align: left;
	margin: 0px;
	font-size: large;
}
h1.policy {
	text-align: center;
	margin: 0 16px 8px 16px;
	padding: 12px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}
img {
	border: none;
	vertical-align: bottom;
}
img.imgleft {
	float: left;
	margin: 0 16px 8px 0;
	padding: 0;
}
img.lmargin8 {
	margin: 0 0 0 16px;
	float: right;
}
li {
    list-style: none;
}
a {
	color: #368DD4;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
em {
	color: #FF0000;
	font-style: normal;
}
strong {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.clear {
	clear: both;
}
/* 
==================================================

　　　body and layout 
 
==================================================
 */
body {
	text-align: center;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	background: #E6F3FB;
	color:#666;
	font-family: Helvetica, Arial, san-serif;
	font-style: normal;
	font-variant: normal;
	height: auto;
}

body.news{
	text-align: left;
	line-height: 1.4;
	margin: 4px 0 0 0;
	padding: 0px 16px 16px 8px;
	background: #FFFFFF;
	color:#666;
	font-family: Helvetica, Arial, san-serif;
	font-style: normal;
	font-variant: normal;
	height: auto;
}

html{
	height: auto;
	overflow-x:hidden;
}

#upperWrap {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/bg_blueline.gif);
	font-size: 10%;
	height: 5px;
}

#wrapper {
	width: 842px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding-top: 0;
	padding-right: 19px;
	padding-left: 19px;
	background-image: url(../images/common/bg_main.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}

body > #wrapper {
    height: auto;
}
#logo {
	float: left;
	width: 235px;
	margin-top: 33px;
	margin-bottom: 16px;
}
#headerRight {
	float: left;
	width: 607px;
	margin-top: 8px;
}

p.floatleft{
	float: left;
}

/* 
==================================================

　　　Navigation 
 
==================================================
 */


/* 
===== 文字サイズ変更 ====================
 */

#mojiChange {
	float: right;
	padding-bottom: 8px;
}
#mojiChange li {
	float: left;
}
#change {
	background-image : url(../images/common/bt_sizechange.jpg);
	background-repeat : no-repeat;
	text-indent : -9999px;
	display : block;
	height: 21px;
	width: 88px;
	margin-right: 7px;
}
#mojiM a {
	background-image : url(../images/common/bt_size_m.jpg);
	background-repeat : no-repeat;
	text-indent : -9999px;
	display : block;
	height: 21px;
	width: 33px;
	margin-right: 5px;
	overflow: hidden;
}
#mojiL a {
	background-image : url(../images/common/bt_size_l.jpg);
	background-repeat : no-repeat;
	text-indent : -9999px;
	display : block;
	height: 21px;
	width: 33px;
	margin-right: 5px;
	overflow: hidden;
}
#mojiK a {
	background-image : url(../images/common/bt_size_k_on.jpg);
	background-repeat : no-repeat;
	text-indent : -9999px;
	display : block;
	height: 21px;
	width: 33px;
	overflow: hidden;
}
#mojiM a:hover {
	background-image : url(../images/common/bt_size_m_on.jpg);
	background-repeat : no-repeat;
	text-indent : -9999px;
	display : block;
	height: 21px;
	width: 33px;
	margin-right: 5px;
}
#mojiL a:hover {
	background-image : url(../images/common/bt_size_l_on.jpg);
	background-repeat : no-repeat;
	text-indent : -9999px;
	display : block;
	height: 21px;
	width: 33px;
	margin-right: 5px;
}
#mojiK a:hover {
	background-image : url(../images/common/bt_size_k_on.jpg);
	background-repeat : no-repeat;
	text-indent : -9999px;
	display : block;
	height: 21px;
	width: 33px;
}
#takinami {
	margin-bottom: 5px;
	clear: both;
	float: right;
}

/* 
===== headerNavi ====================
 */
#headerNavi {
	float: right;
	clear: both;
	margin-bottom: 7px;
}
*:first-child+html #headerNavi {
	float: right;
	clear: both;
	margin-left: -20px;
}
*html #headerNavi {
	float: right;
	clear: both;
	margin-left: -20px;
}
#headerNavi li {
	float: left;
}
#contact a {
	background-image : url(../images/common/bt_contact.gif);
	background-repeat : no-repeat;
	text-indent : -9999px;
	display : block;
	height: 27px;
	width: 67px;
	overflow: hidden;
}
#contact a:hover {
	background-image : url(../images/common/bt_contact_on.jpg);
}
#privacy a {
	background-image : url(../images/common/bt_privacy.gif);
	background-repeat : no-repeat;
	text-indent : -9999px;
	display : block;
	height: 27px;
	width: 117px;
	overflow: hidden;
}
#privacy a:hover {
	background-image : url(../images/common/bt_privacy_on.gif);
}
#sitemap a {
	background-image : url(../images/common/bt_sitemap.gif);
	background-repeat : no-repeat;
	text-indent : -9999px;
	display : block;
	height: 27px;
	width: 82px;
	overflow: hidden;
}
#sitemap a:hover {
	background-image : url(../images/common/bt_sitemap_on.jpg);
}
#shopping a {
	background-image : url(../images/common/bt_shopping.jpg);
	background-repeat : no-repeat;
	text-indent : -9999px;
	display : block;
	height: 27px;
	width: 140px;
	overflow: hidden;
}
.contact #contact a {
	background-image : url(../images/common/bt_contact_on.jpg);
}
.privacy #privacy a {
	background-image : url(../images/common/bt_privacy_on.gif);
}
.sitemap #sitemap a {
	background-image : url(../images/common/bt_sitemap_on.jpg);
}
.headerNaviLine {
	background-image: url(../images/common/bt_headernaviline.gif);
	background-repeat : no-repeat;
	text-indent : -9999px;
	display : block;
	height: 27px;
	width: 1px;
}

/* 
===== globalNavi ====================
 */

#globalNavi {
	clear: both;
}
#globalNavi li {
	float: left;
}
.index #globalNavi li {
	float: left;
	margin-bottom: 10px;
}

#home a {
	background-image : url(../images/common/bt_home.jpg);
	background-repeat : no-repeat;
	text-indent : -9999px;
	display : block;
	height: 50px;
	width: 74px;
	overflow: hidden;
}
#home a:hover {
	background-image : url(../images/common/bt_home_on.jpg);
}
#concept a {
	background-image : url(../images/common/bt_concept.jpg);
	background-repeat : no-repeat;
	text-indent : -9999px;
	display : block;
	height: 50px;
	width: 107px;
	overflow: hidden;
}
#concept a:hover {
	background-image : url(../images/common/bt_concept_on.jpg);
}
#health a {
	background-image : url(../images/common/bt_health.jpg);
	background-repeat : no-repeat;
	text-indent : -9999px;
	display : block;
	height: 50px;
	width: 144px;
	overflow: hidden;
}
#health a:hover {
	background-image : url(../images/common/bt_health_on.jpg);
}
#info a {
	background-image : url(../images/common/bt_info.jpg);
	background-repeat : no-repeat;
	text-indent : -9999px;
	display : block;
	height: 50px;
	width: 151px;
	overflow: hidden;
}
#info a:hover {
	background-image : url(../images/common/bt_info_on.jpg);
}
#price a {
	background-image : url(../images/common/bt_price.jpg);
	background-repeat : no-repeat;
	text-indent : -9999px;
	display : block;
	height: 50px;
	width: 83px;
	overflow: hidden;
}
#price a:hover {
	background-image : url(../images/common/bt_price_on.jpg);
}
#trimming a {
	background-image : url(../images/common/bt_trimming.jpg);
	background-repeat : no-repeat;
	text-indent : -9999px;
	display : block;
	height: 50px;
	width: 95px;
	overflow: hidden;
}
#trimming a:hover {
	background-image : url(../images/common/bt_trimming_on.jpg);
}
#qanda a {
	background-image : url(../images/common/bt_qanda.jpg);
	background-repeat : no-repeat;
	text-indent : -9999px;
	display : block;
	height: 50px;
	width: 64px;
	overflow: hidden;
}
#qanda a:hover {
	background-image : url(../images/common/bt_qanda_on.jpg);
}
#stray {
	display: none;
}

#stray a {
	background-image : url(../images/common/bt_stray.jpg);
	background-repeat : no-repeat;
	text-indent : -9999px;
	display : block;
	height: 50px;
	width: 117px;
	overflow: hidden;
}
#stray a:hover {
	background-image : url(../images/common/bt_stray_on.jpg);
}
.line {
	background-image : url(../images/common/bt_line.jpg);
	background-repeat : no-repeat;
	text-indent : -9999px;
	display : block;
	height: 50px;
	width: 1px;
}
.index #home a {
	background-image : url(../images/common/bt_home_on.jpg);
}
.concept #concept a {
	background-image : url(../images/common/bt_concept_on.jpg);
}
.health #health a {
	background-image : url(../images/common/bt_health_on.jpg);
}
.info #info a {
	background-image : url(../images/common/bt_info_on.jpg);
}
.price #price a {
	background-image : url(../images/common/bt_price_on.jpg);
}
.trimming #trimming a {
	background-image : url(../images/common/bt_trimming_on.jpg);
}
.qanda #qanda a {
	background-image : url(../images/common/bt_qanda_on.jpg);
}
.stray #stray a {
	background-image : url(../images/common/bt_stray_on.jpg);
}

/* 2010.08.24 +TIPS	GLOBAL NAVIGATION 
------------------------------------------------*/
#topMain {
	width: 840px;
	margin: 0 0 8px 0;
	height: 200px;
	border: 1px solid #DCDCDC;
	background-image: url(../images/top/im_top.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	clear: both;
}

#update {
	margin: 4px 0 4px 600px;
	padding: 0;
	background-color: #FFFFFF;
	font-size: xx-small;
}

#update dl {
	overflow: auto;
	height: 150px;
	width: 230px;
	margin-top: 5px;
}

#update dt {
	margin-bottom: 5px;
}

#update dd {
	margin-bottom: 5px;
}

iframe{
	height: 168px;
	width: 232px;
}

#mainColumn {
	background-image: url(../images/top/bg_maincontents.gif);
	float: left;
	width: 566px;
	clear: both;
	margin: 0;
	padding: 8px;
	overflow: hidden; /*　カラム李請防止　*/
}
#mainColumn .whitespace{
	background-color: #FFFFFF;
	text-align: center;
}
#mainColumn .box {
	overflow: hidden;
	background-color: #FFFFFF;
	margin: 0 16px;
	width: 534px;
	padding: 0 0 16px 0;
}
.leftBox {
	float: left;
	width: 245px;
	background-color: #FFFFFF;
}
.rightBox {
	float: right;
	width: 245px;
	background-color: #FFFFFF;
}
.leftBox dl,.rightBox dl {
	margin-left: 15px;
}
.leftBox dt,.rightBox dt {
}
.leftBox dd {
	margin-top: -1.5em;
	margin-left: 110px;
	text-align: right;
	width: 90px;
}
.rightBox dd {
	margin-top: -1.5em;
	margin-left: 120px;
	text-align: right;
	width: 90px;
}
.textWhite {
	color: #FFF;
}
.indexBtn {
	float: right;
	margin-top: -12px;
	margin-bottom: 5px;
}
.indexBtn2 {
	float: right;
	margin: 0;
}

#rightColumn {
	background-repeat: no-repeat;
	float: left;
	width: 226px;
	padding: 7px;
	border-color: #E18F93;
	border-width: 1px;
	border-style: solid;
}


#rightColumn2 {
	background-repeat: no-repeat;
	float: left;
	width: 226px;
	padding: 0px 7px 15px 7px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	background-color: #DEEFF7;
}

/* 
===== mainContents ====================
 */
#container {
	height: auto;
	clear: both;
}
*html #container {
	height: auto;
}
.privacy #container,.health #container {
	height: auto;
}
*html .privacy #container {
	height: auto;
}
#mainContents {
	float: left;
	width: 644px;
}
#pan {
	padding: 12px;
	height: auto;
}
#pan li {
	float: left;
	margin: 0;
	line-height: 1.5em;
}
.panLine {
	float: left;
	padding: 0 8px;
	margin: 0;
	line-height: 1.5em;
}
#detail {
	clear: both;
	margin: 16px 0 0 0;
	padding: 0;
}
#detail .detail01{
	background-image: url(../images/common/bg_lead01.gif);
	background-repeat: no-repeat;
	width: 590px;
	padding: 0 20px;
	margin: 0;
	font-size: xx-small;
	text-indent: -9999px;
}
#detail .detail02{
	background-image: url(../images/common/bg_lead02.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 590px;
	padding: 0 20px 12px 20px;
	margin: 0;
}
#contents {
	margin-left: 15px;
	width: 615px;
}
h2 {
	margin-top: 15px;
	margin-bottom: 15px;
}
h2.top{
	margin: 0 0 4px 0;
}
#notice li {
	line-height: 1.3em;
}
#cctBox {
	margin-left: 15px;
}
#cctBoxLeft {
	float: left;
	width: 395px;
	margin-right: 5px;
}
#cctBoxLeft p {
}
#cctBoxRight {
	float: left;
	width: 200px;
}
.privacy #contents dl {
	background-image: url(../images/privacy/line_privacy.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.privacy #contents dt {
	margin-bottom: 15px;
}
.privacy #contents dd {
	line-height: 1.4;
	padding-left: 15px;
}
.cookies {
	line-height: 1.3;
	color: #3484A5;
	font-size: 85%;
}
.jyunbi {
	background-image: url(../images/stray/bg_bluebar.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 601px;
	font-weight: bold;
	color: #FFF;
	margin-left: 15px;
	padding-left: 5px;
	margin-bottom: 50px;
	margin-top: -5px;
}
.yohaku {
	margin-top: 15px;
}
.indexYohaku {
	margin-left: 15px;
}
.indexYohaku2 {
	margin-left: 15px;
	margin-top: 5px;
}
.indexYohaku3 {
	text-align: center;
	margin-top: 5px;
}
.indexCenter {
	text-align: center;
}
.priceYohaku {
	margin-left: 15px;
	margin-right: 13px;
}
.textBold {
	font-weight: bold;
}

/* 
===== rightContents ====================
 */
#rightContents {
	background-color: #F5F5F5;
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-right: 9px;
	padding-left: 9px;
}
*html #rightContents {
	background-color: #F5F5F5;
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-right: 9px;
	padding-left: 9px;
}
*:first-child+html .stray #rightContents {
	background-color: #F5F5F5;
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-right: 9px;
	padding-left: 9px;
	margin-left: 0px;
}
*:first-child+html .health #rightContents {
	background-color: #F5F5F5;
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-right: 9px;
	padding-left: 9px;
	margin-left: 0px;
}
h2.shopping{
	margin: 0 0 4px 0;
	margin-top: 8px;
	float: right;
}
h3.shopping{
	margin: 8px 2px;
}
h3.shopping02{
	margin: 0px 2px;
	padding: 8px 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
h3.stray01{
	margin: 0 2px 8px 2px;
	padding: 0;
	text-align: center;
	font-weight: bold;
}
h3.stray01 a{
	font-weight: bold;
}
h3.stray02{
	margin: 8px 2px;
	padding: 8px 0 0 0;
	border-top-width: 1px;
	border-top-style: dotted;
	text-align: center;
	border-top-color: #CCCCCC;
}
.straybox_dog{
	padding: 8px;
	margin: 0 0 8px 0;
	text-align: left;
	float: left;
	background-color: #DCFFD1;
	overflow: hidden;
	width: 592px;
}
.straybox_cat{
	padding: 8px;
	margin: 0 0 8px 0;
	text-align: left;
	float: left;
	background-color: #FFEAF8;
	overflow: hidden;
	width: 592px;
}
ul .shopping{
	padding: 0;
	margin: 0;
}
ul li.shopping{
	margin: 0 0 0 16px;
	padding: 0 0 8px 16px;
	line-height: 1.4;
	background-image: url(../images/top/icon_arrow.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
}
#rightContents h3 {
	margin-bottom: 10px;
}
#area p img {
	margin-bottom: 10px;
}
#area li {
	line-height: 1.4;
}
#btnMap {
	float: right;
	margin-top: 12px;
	margin-bottom: 50px;
}
#banner {
	margin-top: 45px;
}
#banner li {
	margin-bottom: 10px;
}

/* 
===== table ====================
 */
.price table, .trimming table {
    border-collapse: collapse;
    border: 1px solid #F5F5F5;
    margin: 0px 0px 10px;
}
.price th,td {
	border: 1px solid #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.trimming th,td {
	border: 1px solid #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
#yobou table, #wakuchin table {
}
#yobou th, #wakuchin th {
	background-color: #818181;
	width: 72px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding: 4px 0;
}
#yobou td {
	background-color: #C3DCF2;
	width: 104px;
	color: #363739;
	padding: 4px 0;
	text-align: center;
}
#wakuchin td {
	width: 175px;
	color: #363739;
	text-align: center;
	padding: 0;
	margin: 0;
}
.dog {
	background-color: #C3F1CA;
}
.cat {
	background-color: #F2C3D7;
}
.dogBold {
	background-color: #C3F1CA;
	font-weight: bold;
}
.catBold {
	background-color: #F2C3D7;
	font-weight: bold;
}
.price caption{
	background-color: #388CD2;
	padding: 4px 8px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	margin: 2px 0;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;}

#triPrice th,td{
	background-color: #C3DCF2;
	padding: 4px;
	margin: 0;}
#triPrice th{
	text-align: left;
	margin: 0;}
#triPrice td{
	font-weight: bold;
	width: 112px;
	text-align: center;
	white-space: nowrap;
	margin: 0;}
.koumokuHead{
	color: #FFF;
	background-color: #388CD2;
	text-align: center;
	padding: 2px;}
.koumokuData{
	color: #FFF;
	background-color: #388CD2;
	text-align: center;
	padding: 2px;}
.contact caption{
	background-color: #388CD2;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	color: #FFF;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	font-weight: bold;}

#contactTel{
	margin-bottom: 30px;}

#contactTel th,td {
	padding-top: 2px;
	padding-bottom: 2px;
}
#contactTel th {
	background-color: #CCC;
	width: 69px;
	text-align: left;
	color: #333333;
	font-weight: bold;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#contactTel td {
	width: 511px;
	text-align: left;
	padding-left: 10px;
	background-color: #C3DCF2;
}
#contactNet th {
	background-color: #CCC;
	width: 138px;
	text-align: center;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#contactNet td {
	width: 462px;
	text-align: left;
	padding-left: 5px;
	background-color: #C3DCF2;
	padding-top: 5px;
	padding-bottom: 5px;
}
#btnForm {
	text-align: center;
	margin-top: 10px;
}
.sitemapTable1 {
	background-image: url(../images/sitemap/line_sitemap.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-bottom: 15px;
}
.sitemapTable2 {
	margin-left: 20px;
}
.sitemapTable1 a {
	font-weight: bold;
}
.sitemap th,td {
	width: 176px;
	padding: 6px 15px;
	text-align: left;
}
.sitemap th.first {
	background-image: url(../images/sitemap/bg_pagetop.gif);
	background-repeat: repeat-y;
}
.sitemap th.second {
	background-image: url(../images/sitemap/bg_shoppingpage.gif);
	background-repeat: repeat-y;
	font-weight: bold;
	color: #666666;
}
.sitemap td {
	background-color: #FFF;
	background-image: url(../images/sitemap/bg_otherpage.gif);
	background-repeat: repeat-y;
}

/* 
===== footer ====================
 */
#footer {
	clear: both;
	background-image: url(../images/common/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	width: 880px;
	height: 18px;
}
#copy {
	background-image: url(../images/common/ti_copyright.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 10px;
	width: 298px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	margin-top: 10px;
}

/* NAVI@+TIPS 2010.08.25
---------------------------------------------------------*/
#home a {
	background-image : url(../images/common/bt_home.jpg);
	background-repeat : no-repeat;
	text-indent : -9999px;
	display : block;
	height: 50px;
	width: 191px;
	overflow: hidden;
}
