@charset "utf-8";

/* --------------------------------

	* 飼い主さん募集

--------------------------------- */

.read_box01 h2,
.read_box02 h2{
	display: block;
	text-indent: -9999em;
	height: 38px;
	clear: both;
	margin-bottom: 15px;
	}
	
.read-nav{ width: 700px; margin: 0 auto; text-align: center:}	


/*------ トップページ ------*/

div.read_box01,
div.read_box02{
	text-align: left;
	width: 770px;
}

.read_box01 h2{ background: url(images/index/read_title01.png) no-repeat; }
.read_box02 h2{ background: url(images/index/read_title02.png) no-repeat; }


.read_box01_bg{
	background: url(images/index/read_bg.png) no-repeat;
	width: 770px;
	height: 144px;
}

.read_box01_img{
	background: url(images/index/read_img01.png) no-repeat;
	width: 196px;
	height: 220px;
	float: right;
	padding-right: 10px;
}

.read_box01_txt{ padding-left: 20px;}

div.read_box02{
	margin-top: 30px;
	clear: both;
}

.read_box02_bg{
	background: url(images/index/read_box02_bg.png) no-repeat;
	width: 700px;
	height: 250px;
	margin-left: 30px;
	clear: both;
}

html>/**/body .read_box02_bg{
	background: url(images/index/read_box02_bg.png) no-repeat;
	width: 700px;
	height: 250px;
	margin-left: 30px;
	padding-top: 5px;
	clear: both;
}




.read_box02_column{ margin: 35px 0 0 30px; height: 80px;}
.read_box02_faq{ margin: 35px 0 0 30px; height: 60px;}

.read_box02_column_txt,
.read_box02_faq_txt
{ float:left; width: 360px; font-size: 12px;}

.read_box02_column img,
.read_box02_faq img{ margin-right: 15px; float: left;}


/*------ ハッピーのつぶやき ------*/

div.column_top{
	background: url(images/column/column_bg_top.png) no-repeat center;
	width: 770px;
	height: 53px;
	padding-top: 105px;
	font-size: 12px;
}

* html div.column_top{
	padding-top: 105px;
	height: 158px;
}

.column_top a{ text-decoration: none; color: #663300;} 

div.column_center{
	background: url(images/column/column_bg_center.png) repeat-y center;
	width: 770px;
}

div.column_bottom{
	background: url(images/column/column_bg_bottom.png) no-repeat center;
	width: 770px;
	height: 70px;
}

div.column_content{ padding: 20px 30px 30px;}

.column_content ul{ padding: 0; margin: 0;}

.column_content ul{ 
	list-style: none; 
	width: 620px; 
	text-align: left;
	padding: 0; 
	margin: 0;
}

html>/**/body .column_content ul { margin-left: 45px; }



li.column_title{
	color: #990000;
	font-size: 130%;
	font-weight: bold;
	margin-top: 20px;
	background: url(images/column/column_list_img.png) no-repeat left;
	padding: 2px 0 0 35px;
}


li.column_date{ font-size: 12px; text-align: right; margin-bottom: 5px;}


li.column_txt{
	color: #555555;
	border-bottom: #B1A48B dotted 1px;
	padding: 10px 0 20px 35px;
}

li.column_title a,
li.column_title a:link,
li.column_title a:visited{
	color: #990000;
}

li.column_title a:hover{
	color: #990000;
	text-decoration: none;
}






/*------ Q&A ------*/

div.faq_top{
	background: url(images/faq/faq_bg_top.png) no-repeat center;
	width: 770px;
	height: 53px;
	padding-top: 105px;
	font-size: 12px;
}

* html div.faq_top{
	padding-top: 105px;
	height: 158px;
}

.faq_top{ text-decoration: none; color: #663300; }

div.faq_center{
	background: url(images/faq/faq_bg_center.png) repeat-y center;
	width: 770px;
}

div.faq_bottom{
	background: url(images/faq/faq_bg_bottom.png) no-repeat center;
	width: 770px;
	height: 70px;
}

div.faq_content{ padding: 20px 30px 30px;}

.faq_content ul{ padding: 0; margin: 0;}

.faq_content ul{ 
	list-style: none; 
	width: 620px; 
	text-align: left;
	padding: 0; 
	margin: 0;
}

html>/**/body .faq_content ul { margin-left: 45px; }

li.question{
	color: #339999;
	font-size: 110%;
	font-weight: bold;
	padding: 20px 0 20px 35px;
	background: url(images/faq/question.png) no-repeat left;
}

li.answer{
	color: #555555;
	border-bottom: #B1A48B dotted 1px;
	padding: 0 0 20px 35px;
	background: url(images/faq/answer.png) no-repeat left top;
}
