@charset "utf-8";

* {
	font-family:meiryo, arial, "ＭＳ ゴシック", "Osaka－等幅";
	font-size:14px;
	margin:0px;
	padding:0px;
	line-height:1.5em;
}
body {
	text-align:center;
	background:#FFFFFF;
}
a {
	text-decoration:none;
	font-size:inherit;
}
img {
	border:none;
}
li {
	list-style:none;
}
#Topics a:hover img, .ConBlock a:hover img {
		opacity:0.8;
		filter: alpha(style=0, opacity=80);
	}
/* LAYOUT----------------------------------- */
#Header {
	background: url(images/bg_shadow01.gif) bottom center repeat-x #B7DCBC;
	text-align:left;
}
	#Header h1 {
		color:#FFFFFF;
		font-weight:normal;
		width:950px;
		padding:5px 0px;
		margin:0 auto;
	}

#Wrapper {
	width:950px;
	margin:0px auto;
	background:#FFFFFF;
	text-align:left;
}
#Title {
	position:relative;
	margin:30px 0px 50px;
	height:60px;
}
	#Title #logo {
		position:absolute;
		left:0px;
	}
	
	#Title #Search {
		position:absolute;
		top:0px;
		right:0px;
	}

	ul#Nav {bottom:0px; right:0px; position:absolute;}
	ul#Nav li {float:right;margin-left:25px; background:url(images/rsc_list01.gif) top left no-repeat; padding-left:10px;}
	ul#Nav li a { color:#444444; font-weight:bold; font-size:12px;}
	ul#Nav li a:hover { color:#839CDE;}

/* Topics */
.TopicsTitle {
	background:url(images/rsc_topics01.gif) left top no-repeat;
	height:18px;
	margin-bottom:10px;
	text-indent:-9999px;
}

#TopicsTop {
	background:url(images/bg_topics01.gif) bottom left no-repeat;
	height:4px;
	font-size:0px;
}
#Topics {
	background:#D3E9D5;
	padding:10px 20px;
}
#TopicsBottom {
	background:url(images/rsc_topics02.gif) top left no-repeat;
	height:45px;
	margin-bottom:20px;
}
	h2.Topics-hd {
		font-size:24px;
		margin-bottom:5px;
		color:#6A3A0D;
	}
	
		h2.Topics-hd a {
		font-size:inherit;
		color:inherit;
		
		/* IE6 */
		font-size:24px;
		color:#6A3A0D;
	}
	h2.Topics-hd a:hover {
	color:#839CDE;
	}
	
	#Topics p {
	margin-bottom:20px;
	}
	#Topics .ReadMore {
		text-align:right;
	}
	#Topics .ReadMore a {
		background:#CC0000;
		color:#FFFFFF;
		padding:2px 30px 1px;
	}
	#Topics .ReadMore a:hover {
		background:none;
		border:1px solid #6A3A0D;
		color:#6A3A0D;
	}
/* LEFT COLUMN -----------------------------------------------*/
#Left-Column {
	float:left;
	width:620px;
	
	/* FIXS FOR IE6&7 */
	overflow:hidden;
	
}

.ConBlockTop {
	background:url(images/bg_contents01_01.gif) bottom left no-repeat;
	height:35px;
	position:relative;
	overflow:hidden;
}
.ConBlock {
	background:url(images/bg_contents01_02.gif) top left repeat-y;
	padding:15px;
	
	/* FIXS FOR IE6&7 */
	_margin-bottom:-10px;
	overflow:hidden;
	word-break: break-all;
}
.ConBlockBottom {
	background:url(images/bg_contents01_03.gif) top left no-repeat;
	height:5px;
	margin-bottom:30px;
	
	overflow:hidden;
}
	.ContentsTitle {
		background:url(images/rsc_contents01.png) left top no-repeat;
		position:absolute;
		left:15px;
		top:7px;
		width:220px;
		height:20px;
		overflow:hidden;
		text-indent:-9999px;
	}
		.ContentsTitle-Archive {
			background:none;
			position:absolute;
			left:15px;
			top:5px;
/*			width:220px;*/
			height:20px;
			overflow:hidden;
			text-indent:0px;
			font-size:18px;
			font-weight:bold;
			color:#FFFFFF;
		}
	.ContentsArchive{
		position:absolute;
		right:15px;
		top:9px;
	}
	.ListItem {
		padding-bottom:10px;
		margin-bottom:10px;
		border-bottom:1px dotted #CCCCCC;
	}	
	.ConBlock h2 {
		font-size:18px;
		color:#6A3A0D;
		
		margin-bottom:3px;
	}	
		.ConBlock h2 a{
			font-size:inherit;
			color:inherit;
			
			/*IE6*/
		font-size:18px;
		color:#6A3A0D;
		}
		.ConBlock h2 a:hover{
			color:#839CDE;
		}

	.Outline {
		background:#90C68F;
		color:#FFFFFF;
		font-size:12px;
		padding:1px 4px 0px;
		margin-right:5px;
		font-family:meiryo;
	}
	.ListItem p {
		margin:10px 0px;
	}

	.ListItem .ReadMore {
		text-align:right;
		font-size:12px;
	}
	.ListItem .ReadMore a {
		color:#839CDE;
	}
	.ListItem .ReadMore a:hover {
		color:#6A3A0D;
	}
	
/* SUB CONTENTS */
.Title-Sub01 {
/*	background:url(images/rsc_contents03.png) left top no-repeat;*/
	position:absolute;
	left:15px;
	top:9px;
	width:220px;
	height:20px;
	overflow:hidden;
/*	text-indent:-9999px;*/
}

.Bar-Sub01 {
	background:url(images/bg_contents02_01.gif) bottom left no-repeat !important;
}
	.ConBlock h3 {
		font-size:16px;
		color:#6A3A0D;	
	}
	.ConBlock h3 a{
		font-size:inherit;
		color:inherit;
		
		/*IE6*/
		font-size:16px;
		color:#6A3A0D;	
	}
	.ConBlock h3 a:hover{
		color:#839CDE;
	}
	
/* RIGHT COLUMN -----------------------------------------------*/
#Right-Column {
	float:right;
	width:300px;
}
.SidebarBlock-Top {
	background:url(images/bg_rightcol01_01.gif) bottom left no-repeat;
	height:5px;
	font-size:0;
}
.SidebarBlock {
	background:url(images/bg_rightcol01_02.gif) top left repeat-y;
	padding:5px 10px;
	
	overflow:hidden;
}
.SidebarBlock-Bottom {
	background:	url(images/bg_rightcol01_03.gif) top left no-repeat;
	height:5px;
	font-size:0;
	margin-bottom:30px;
}
	.SidebarBlock h3{
		font-size:16px;
		color:#6A3A0D;
		margin-bottom:5px;
	}
	.SidebarBlock ul li {
		list-style:none;
		margin:0px 0px 3px 3px;
	/*	background:url(images/rsc_list01.gif) left top no-repeat;
		padding-left:8px;*/
	}
	.SidebarBlock ul li a {
		color:#444444;
		background:url(images/rsc_list01.gif) left top no-repeat;
		padding-left:8px;
	}
	.SidebarBlock ul li a:hover {
		color:#839CDE;
	}
/* FOOTER--------------------------------------------------------------- */
#Footer {
	background: url(images/bg_shadow03.gif) top center repeat-x #5B4A3F;
	text-align:center;
}
#FooterWrp {
	width:950px;
	padding:30px 0;
	margin:auto;
	overflow:hidden;
}
#FooterWrp table, #FooterWrp table td {
	border-collapse:collapse;
}
#FooterWrp table {
	margin-left:-1px;
}
#FooterWrp table td {
	border-bottom:none;
	border-top:none;
	border-left:1px dotted #FFFFFF;
	border-right:1px dotted #FFFFFF;
	
	vertical-align:top;
	padding:0 10px;
	width:25%;
}
	.FooterList-hd {
		text-align:left;
		margin-bottom:15px;
	}
	ul.FooterList li {
		background:url(images/rsc_list02.gif) left top no-repeat;
		padding-left:8px;
		list-style:none;
		margin:0px 0px 5px 3px;
		font-size:12px;
		text-align:left;
	}
	ul.FooterList li a {
		color:#FFFFFF;
	}
	ul.FooterList li a:hover {
		color:#B7DCBC;
	}
	
	
	ul.FooterList-oth li {
		text-align:left;
		
		margin-bottom:10px;
	}
/* SINGLE -------------------------------------------------------------- */
.Post .ContentsLead {
	color:#878FDB;
	font-weight:bold;
}
.Post .BoxedContents {
	padding:10px;
	background:#F5FAFF;
}
.Post p {
	margin-bottom:20px;
}
.Post h3 {
	font-weight:normal;
	color:#878FDB;
	margin-bottom:5px;
}
.Post ul.PostList li {
	list-style:url(images/rsc_list01.gif) outside;
	margin:0px 0px 5px 15px;
}
table.Points, table.Points th, table.Points td {
	border-collapse:collapse;
	padding:2px;
	border:2px solid #FFFFFF;
}
table.Points th {
	background:#C8D8EF;
	text-align:center;
	width:130px;
	font-size:12px;
	color:#444444;
	vertical-align:middle;
}
table.Points td {
	background:#F2F2F2;
	text-align:left;
	padding-left:10px;
	vertical-align:top;
}

		.Post a {
			color:#70B437;
		}
		.Post a:hover {
			text-decoration:underline;
		}
		.Post a:visited {
			color:#CCCCCC;
		}
		
	.Post dl.Qst {margin-bottom:10px;}
		.Post dl.Qst dt {color:#839CDE; float:left; width:30px; font-family:Georgia,arial,meiryo; font-size:18px; line-height:1em;}
	.Post dl.Ans {margin-bottom:30px;}
		.Post dl.Ans dt {color:#FF6466; float:left; width:30px;font-family:Georgia,arial,meiryo;font-size:18px;line-height:1em;}
		
		.Post dl.Qst dd, .Post dl.Ans dd{border-left:1px dotted #CCCCCC; margin-left:40px; padding-left:5px;}
/* credit */
#Credit {
	text-align:center;
	background:#B7DCBC;
}
#Credit p {
	width:950px;
	margin:0 auto;
	padding:10px 0;
	font-family:Georgia,arial, meiryo;
	font-size:18px;
	color:#5B4A3F;
	text-align:left;
}
/* PNG FIX------------------------------------- */
img, div { behavior: url(http://www.spiritualgrowth.jp/wp-content/themes/spigro/iepngfix.htc) }

/* FLOAT--------------------------------------- */
.margin-btm {
	margin-bottom:30px;
}

.f-left {
	float:left;
	background:#FFFFFF;
	padding:5px;
	border:1px solid #CCCCCC;
	margin:0 10px 0 0;
}
.f-right {
	float:right;
	background:#FFFFFF;
	padding:5px;
	border:1px solid #CCCCCC;
	margin:0 0 0 10px;
}


/* float clear ------------------------------ */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}