/* CSS Document */



*{

	margin:0px;

	padding:0px;

	border:0px;

}



body{

	background:url(../img/bg_body.jpg) no-repeat center top #000000;

	color:#d5cf6f;

	font-size:12px;

	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;

}

div{

	margin:auto;

}



/*control*/

div#mainArea{
	width:902px;
	margin:auto;

}

div#in_mainArea{

	width:913px;

	margin:auto;

}

.center{

	text-align:center;

}

.bold{

	font-weight:bold;

}

.smallFont{

	font-size:11px;

}

div#titleArea{
	width:913px;
	margin-left:-15px;

}



/*float*/

.floatLeft{

	float:left;

}

.floatRight{

	float:right;

}

.clear{

	clear:both;

}



/*padding*/

.pdTop5{

	padding-top:5px;

}

.pdTop10{

	padding-top:10px;

}

.pdBottom5{

	padding-bottom:5px;

}

.pdLeft20{

	padding-left:20px;

}



/*header*/

div#headerArea{

	padding-top:28px;

	padding-bottom:5px;

	margin-left:5px;

	width:890px;

}

ul,li{

	list-style:none;

	display:inline;

}

div#headerArea ul{

	padding-top:16px;

}







/*topPage*/

.infoPad{

	padding-top:18px;

}

.topFooter{

	position:fixed;

	top:579px;

	padding-left:5px;

	_padding-top:9px;

}



/*about*/

div#listArea{

	width:842px;

	border-left: 1px solid #589055;

	border-right:1px solid #589055;

}

div.commentList{

	padding:15px 0px;

	border-bottom:1px dashed #589055;

	width:820px;

	height:115px;

}
div.commentList2{
	padding:15px 0px;
	border-bottom:1px dashed #589055;
	width:820px;
	height:185px;

}

div.noImage{

	height:50px;

}

div.noborder{

	border-bottom:0px;

}

div.title{

	padding-left:15px;

	width:250px;

}

div.prayBtn{

	padding-top:10px;

	margin-left:35px;

}

div.photo{

	width:130px;

}

div.comment{

	width:400px;

}



/*movie*/

div.movie{

	text-align:center;

	padding-top:50px;

}



/*news*/



div.leftNews,div.rightNews{

	width:382px;

	margin:0px 5px;



}

div.leftNews{

	background:#569753;

	color:#ffffff;

}

div.rightNews{

	background:#d7c78c;

	color:#2e437a;

}

div.leftNews div.date{

	background:#467941;

	color:#e4de80;

	padding:10px;

	margin:15px;

	line-height: 1.2em;

}

div.rightNews div.date{

	background:#aea584;

	padding:10px;

	margin:15px;

	line-height: 1.2em;

}

div.rightNews div.date span{

	font-size:10px;

}

div.rightNews ul, div.rightNews li{

	list-style:square;

	display:block;

	margin-left:20px;

}

div.rightNews ul{

	margin:15px;

}

.textMargin{

	margin:0px 15px;

	line-height: 1.5em;

}

