@charset "utf-8";
/* CSS Document */

/*IE用透過gif適用スクリプト*/

img, div { behavior: url(../iepngfix_v2/iepngfix.htc) }
img, div, a, input { behavior: url(/css/resources/iepngfix.htc) }


*{

margin:0 auto; 
padding:0;

}

/*リンク色*/
a{ text-decoration: underline; }
a:link{ color: #609b9b; }
a:visited{ color: #609b9b; }
a:hover{ color: #8cb7b7; }


p{
	line-height:21px;}

body{
	color:#333;
	border-top:0px solid #6c213d;
	background: url(../img/back_suzu.jpg) repeat-x;
	background-color:#d4c8b8;
	font-size:13px;
	
	
}
div#containar{
	
	
	margin:0px auto;
	color:#333;
	width:800px;
	
	
	

}

/* ---- ヘッダー------*/

#header{
	
	height:75px;

	}
	

	
/* ---- 　フッター　------*/

#footer{
	
	height:85px; 
	bottom:0;
	background-image:url(../img/bg_footer.jpg);
	
	}
#footer img{
	border-style:none;
	float:right;
	}
	
	
/* ----  サイドバー　------*/
	
.sidebar{
	float:left; width:130px; 
	margin-left:50px; 
	margin-top:50px;}
.sidebar img{
	border-style:none;}
.sidebar li{
	margin-bottom:5px;}
li.category_name{
	margin-bottom:30px;}
.first li{
	margin-bottom:20px;
	color:#333333}
.second{
	margin-left:30px;}
.second li{
	margin-bottom:5px;}



/* ---- メインコンテンツ部分------*/

#contents{
	width:800px;
	

	
	}
	
/* ---- 仏教講座　右のボックス------*/

.content{
	float:left; width:500px; 
	font-size:14px; 
	margin-top:00px; 
	color:#333;}

	
	

	
	


/* ---- グローバルメニュー------*/
	
#global_navi{

	padding:35px 0 0 345px;
	


	}
#global_navi ul{
	margin:20px 0 0 30px;
	}
#global_navi  a{
	text-decoration:none;
	color:#fff;
	padding:5px;
	}
#global_navi a:hover{
	text-decoration:underline;
	color:#fff;
	padding:5px;}

	
#global_navi li{
	float:left;
	display:block;
	padding:0 8px 0 8px;
	font-size:14px;
	border-right:1px solid #ccc;
	}
	
#global_navi li img{
	border:0;}	
	
	
	
#copyright{
	position:absolute;
	right:0;
	bottom:0;

}
	
/* ---- ブッダの学校　メニュー------*/

.workshop_menu {
	height:150px;
	border-bottom:#cfbfaf 1px solid;}
.workshop_menu ul{
	}
.workshop_menu li{
	float: left ;
	margin-left:23px;
	list-style:none;
	
	}
.workshop_menu  li img {
	border:0;}
.workshop_menu  img a{
	border: none ;}
.workshop_menu  img a:hover{
	border: none ;
	a}	
	
/* ---- Ｑ＆Ａ------*/


#qa{
	float:left; 
	width:500px; 
	font-size:14px; 
	margin-top:20px; 
	color:#333; 
	margin-left:140PX; }
#qa table{
	width:550px;
	background-color:#aaa;
	margin-bottom:40px;}
td.Q{background-color:#fa0; padding:7px 20px; width:30px;}
td.X{background-color:#fc6; padding-left:1em;}
td.A{background-color:#FC3; padding:7px 20px;}
td.Z{background-color:#FFF; padding:1em;}
