﻿@charset "UTF-8";
/***********************************************
File Name : index.css
Style Info : 竹田ペットクリニック／トップ指定
Last modified : :2017
***********************************************/



*{
	margin:0;
	padding:0px;
	}

#information_title {
	margin:30px 0 10px 10px;
	padding:10px;
	width:570px;
	border-radius:15px;
	background: #5fa3c0;
	line-height:1.5em;
	font-size:16px;
	color:#ffffff;
	float:left;
}




#information_title .title {
	margin:0;
	padding:0;
	width:450px;
	text-align:left;
	float:left;
}

#information_title .day {
	margin:0;
	padding:0;
	width:100px;
	font-size:12px;
	text-align:right;
	float:right;
}


#information_set1 {
	margin:0 20px 0 10px;
	padding:0;
	width:592px;
	background-image: url(../images/information/waku02.gif); 
	background-repeat: repeat-y;
	float:left;
}

#information_set1 .copy {
	margin:0 0 0 30px;
	padding:0;
	width:540px;
	text-align:left;
	line-height:1.5em;
	font-size:14px;
	float:left;
	}

pre { 
	white-space: pre-wrap; 
	word-wrap: break-word;  
	width:540px;
	font-family: YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
} 

#information_next {
	margin:20px 0 20px 0;
	padding:0;
	width:640px;
	text-align:center;
	float:left;
}


