@charset "UTF-8";

/* ===================================
	File Name   : introduction.css
	Discription : Introduction Page Layout CSS
	Create Date : 2011/02/15
	Last Editor : Taz Sakurai

	Update Discription :
	 2011/02/16 : Update 
====================================== */

/*========== Style Contents ==========

	1. Individual Redefinition
	2. Section [AboutCatholicChurch]
	3. Section [QandA]
	3. Section [Bibliography]
	4. 

	*. Clear Release
	
====================================== */





/*===== ■1. Individual Redefinition =====*/
#Contents ul#GlobalNavi li a#BtnIntroduction {background-position: -200px -160px;}
#Footer ul#FooterNavi li a#BtnFootIntroduction {background-position: -200px -637px; width: 69px;}

#SideBox dl dd ul li a {
	background: url(img/img_btn-introduction.png) no-repeat;
	width: 99px;
}







/*===== ■2. Section [AboutCatholicChurch]  =====*/
#AboutCatholicChurch h3 {
	margin: 0px 0px 35px 35px;
}

#AboutCatholicChurch span {
	display: block;
	float: left;
	padding: 0px 15px 0px 30px;
	width: 150px;
}

#AboutCatholicChurch p {
	float: left;
	margin: 5px 0px 0px;
	width: 450px;
	line-height: 1.6;
	font-size: 93%;
}






/*===== ■3. Section [QandA]  =====*/
#QandA {
	margin: 0px 0px 10px 270px;
}

#QandA h2 {
	margin: 0px 0px 25px;
}

#QandA dl {
	width: 630px;
	margin: 0px 10px 15px;
}

#QandA dl dt {
	background: #D9CBAB;
	padding: 5px 10px;
	line-height: 1;
	font-weight: bold;
	font-size: 108%;
	letter-spacing: 0.05em;
}

#QandA dl dd {
	padding: 10px 0px 20px 10px;
	line-height: 1.6;
	font-size: 93%;
}

#QandA dl dd ul {
	padding: 10px 0px 10px 10px;
}

#QandA dl dd ul li {
	padding: 10px 0px 0px;
}

#QandA dl dd ul li em {
	float: left;
	display: block;
	width: 20px;
	font-weight: bold;
}

#QandA dl dd ul li strong {
	float: left;
	display: block;
	width: 580px;
}

#QandA dl dd ul li strong span {
	display: block;
	font-size: 83.3%;
	font-weight: normal;
}

#QandA dl dd ul li p {
	clear: both;
	padding: 5px 0px 0px 25px;
	margin: 0px 0px 5px;
	font-size: 91.6%;
}

#QandA dl dd ul li ul {
	clear: both;
	padding: 5px 0px 0px 10px;
}

#QandA dl dd ul li ul li {
	background: url(../common/img/mark_circle-yellow.jpg) no-repeat 12px 3px;
	padding: 0px 0px 5px 25px;
	font-size: 91.6%;
}






/*===== ■4. Section [Bibliography]  =====*/
#Bibliography {
	border: 1px solid #D9CBAB;
	padding: 8px 20px 5px;
	width: 588px;
	margin: 0px 0px 40px 280px;
	font-size: 85%;
}

#Bibliography h3 {
	float: left;
	padding: 3px 0px 0px;
	width: 55px;
}

#Bibliography ul {
	border-left: 3px solid #F2C341;
	float: left;
	padding: 3px 0px 2px 10px;
	width: 515px;
}

#Bibliography ul li em {
	display: block;
	float: left;
	width: 145px;
}





/*===== ■*.Clear Release  =====*/
#QandA dl dd ul li:after,
#Bibliography ul li:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#QandA dl dd ul li,
#Bibliography ul li {
	display: inline-block;
}

/* Hides from IE-mac ￥*/
*html #QandA dl dd ul li,
*html #Bibliography ul li {
	height: 1%;
}

#QandA dl dd ul li,
#Bibliography ul li {
	display: block;
}
/* End hides from IE-mac ￥*/






