@charset "UTF-8";
@import url("second.css");


/* ＝＝＝＝＝＝＝＝＝＝お墓のQ&A＝＝＝＝＝＝＝＝＝＝＝＝*/

/*各ページタイトルエリア
----------------------------------*/

div#header div.h2 h2 {
	background-image: url(../images/qa_index_h2.jpg);
	background-repeat: no-repeat;
	height: 114px;
	width: 941px;
}

/*h3タイトル
--------------*/
h3.h3_qa01,
h3.h3_qa02{
	width: 640px;
	height: 30px;
	margin: 0 0 0 25px;
	text-indent:-9999px;
}
h3.h3_qa01{
	background-image: url(../images/qa_index_h3_01.gif);
	background-repeat: no-repeat;
}
h3.h3_qa02{
	background-image: url(../images/qa_index_h3_02.gif);
	background-repeat: no-repeat;
}

/*ページトップ文章
--------------*/
p.top_text{
	width:640px;
	margin:0 0 30px 30px;
	color:#202329;
	font-size:93%;
	line-height:2.0em;
}
/*テキストリンク
--------------*/
a:link {
	color:#202329;
	text-decoration: none;
}
a:visited {
	color:#202329;
	text-decoration: none;
}
a:hover {
	color:#4885ab;
	text-decoration: underline;
}
a:active {
	color:#4885ab;
	text-decoration: underline;
}
/*--------------------------------------------------------------------
(index.html)
(お墓のQ&A index)
--------------------------------------------------------------------*/
div#qa_index{
	padding-bottom:100px;
}
/*qa.html 共通*/
ul.qa{
	margin:20px 0 30px 50px;
	list-style-type: none;
}
ul.qa li{
	width:610px;
	margin:0 0 10px 0;
	border-bottom: 1px dashed #BCC5CB;
	padding:0 0 5px 0;
}
ul.qa li a{
	margin:0 0 0 10px;
}
/*--------------------------------------------------------------------
(qa.html)
(お墓のQ&A Q&A)
--------------------------------------------------------------------*/
table.qa{
	width:640px;
	margin-left:25px;
	margin-bottom:30px;
}
table.qa tr td{
	border: 1px solid #CCC;	
	padding:20px;
}
table.qa tr td.bg{
	background-color:#FBF6EC;
}
table.qa dl dt{
	color:#3B5A6E;
	font-weight:bold;
}
table.qa dl dt img{
	margin-right:10px;
}
table.qa dl dd{
	margin:15px 0 0 30px;
}
table.qa dl dd img{
	float:left;
	margin-right:10px;
}
table.qa dl dd div{
	width:500px;
	float:left;
	line-height:1.7em;
}
table.qa img.right {
	float: right;
}
table.qa img.clear {
	margin-top: 20px;
	float: clear;
}

/*--------------------------------------------------------------------
(term.html)
(お墓のQ&A 用語集)
--------------------------------------------------------------------*/

