﻿@charset "utf-8";

/* 獣医療情報詳細（animal-medicine-info/info-1.html）のスタイルシート */ 


/* メインカラムの詳細　********************************************************************************/ 
/* トップページ　********************************************************************************/ 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:773px; 
 }
.long-box{
  float:left;
  clear:both;
  width:773px;
  }
.title-area{
	float:left;
	clear:both;
	height: 32px;
	width: 773px;
	background-attachment: scroll;
	background-image: url(../images/medical-info-titlebg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
  }
.title{
	float:left;
	font-size: 23px;
	font-weight: bold;
	color: #333333;
	padding-top: 4px;
	padding-left: 20px;
	}
.day{
	float:left;
	color:#96D40D;
	font-size: 23px;
	font-style: italic;
	padding-top: 4px;
	padding-left: 17px;
	}
.back-link{
	float:right;
	padding-top: 3px;
	padding-right: 30px;
	}		  
.contents{
	float:left;
	clear:both;
	width: 773px;
	padding-top: 20px;
  }
.sub-title{
    float:left;
	clear:both;
	width:773px;
	}
.sub-title .left{
	float:left;
	width:25px;
	height: 29px;
	}
.sub-title .middle{
	float:left;
	background-attachment: scroll;
	background-image: url(../images/medicine-info-subtitle-middlebg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 24px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	}
.sub-title .right{
	float:left;
	width:25px;
	height: 29px;
	}			
.sub-contents{
	float:left;
	clear:both;
	width:735px;
	padding-top: 15px;
	}
.text-area p{
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	}
.img-area{
	float:right;
	width: 189px;
	margin-left: 15px;
	}	
.img-area-upper{
	float:left;
	clear:both;
	width: 189px;
	}
.img-area-upper img{
    border:1px solid #CCCCCC;
	}	
.img-area-lower{
	float:left;
	clear:both;
	width: 189px;
	font-size: 11px;
	color: #527306;
	line-height: 15px;
	padding-top: 5px;
	}	
.orange-text{
    color:#FF6600;
	}