@charset "utf-8";
body {
	background: url(../img/bg_body.gif) repeat-x left top #eeeeee;
}
#wrapper {
	background: url(../img/bg_wrapper.gif) no-repeat center top;
	padding-top: 12px;
}
#contents {
	padding-top: 0px;
	width: 100%;
	background: url(../img/bg_contents.gif) repeat-x left bottom #fff;
	text-align: center;
}
	#contentsIn {
		margin: 0 auto;
		width: 960px;
		background: url(../img/bg_contentsIn.gif) repeat-y;
		text-align: center;
	}
	#contentsMain {
		margin: 0 auto;
		position: relative;
		background: url(../img/bg_contentsMain.gif) no-repeat left bottom;
		text-align: left;
	}
		#contentsMain .pageTop {
			position: absolute;
			bottom: 15px;
			right: 43px;
		}
			#contentsMain .pageTop a {
				color: #fff;
			}
#contents #mainL {
	float: left;
	overflow: hidden;
	zoom: 1;
	width: 760px;
}
	#contents .main {
		margin-left: 30px;
		float: right;
		width: 560px;
		padding-bottom: 70px;
	}
	#contents #sub {
		padding-bottom: 70px;
		float: left;
		width: 170px;
		text-align: left;
	}

#contents #mainR {
	width: 170px;
	float: right;
}
	#contents #mainR .main {
		margin-left: 0px;
		display: inline;
		width: 170px;
	}

#footer {
	padding-top: 5px;
	background: url(../img/bg_footer.gif) repeat-x left top #eeeeee;
}

body#g07 .gNav07 a {
	margin-left: -170px;
}

/*-------- 記事CSS --------*/
.entry {
	margin-bottom: 40px;
}
	.entry h2 {
		margin-bottom: 12px;
		padding: 8px 0 0;
		border-top: 1px solid #dedede;
		font-size: 115%;
	}
		.entry h2 span {
			padding-bottom: 8px;
			display: block;
			border-bottom: 1px solid #dedede;
		}
		.entry h2 span a {
			display: inline-block;
			/display: inline;
			zoom: 1;
			padding-left: 26px;
			background: url(../img/column_bg_ttl.gif) no-repeat left 0.3em;
			color: #666;
		}
		.entry h2 span .ico {
			padding-bottom: 0px;
			display: inline-block;
			/display: inline;
			zoom: 1;
			padding-left: 26px;
			background: url(../img/column_bg_ttl.gif) no-repeat left 0.3em;
			border-bottom: none;
			color: #666;
		}

	.entry .body {
		overflow: hidden;
		zoom: 1;
	}
		.entry .option {
			margin-top: 30px;
			overflow: hidden;
			zoom: 1;
		}
			.entry .option .category {
				float: left;
				width: 190px;
				height: 23px;
				line-height: 2;
				background: url(../img/bg_category.gif) no-repeat;
				text-align: center;
			}
			.entry .option .data {
				padding-top: 3px;
				float: right;
			}
.archive {}
	.archive li {
		padding: 7px 0;
		border-bottom: 1px solid #000;
		background: #252525;
	}
		.archive li a {
			padding: 0 15px;
			display: block;
			text-decoration: underline;
			color: #cccccc;
		}
			.archive li a:hover {
				text-decoration: none;
			}
#category_lawyer {
	border: 1px solid #dedede;
}
	#category_lawyer .ttl {
		padding: 4px 9px;
		border-bottom	: 1px solid #dedede;
	}
	#category_lawyer ul {
		margin-left: 12px;
		overflow: hidden;
		zoom: 1;
	}
		#category_lawyer ul li {
			padding: 10px 0;
			width: 33%;
			float: left;
		}
			#category_lawyer ul li a {
				padding-left: 25px;
				display: inline-block;
				/display: inline;
				zoom: 1;
				background: url(../img/column_bg_ttl.gif) no-repeat left 0.1em;
			}
#pageNavi {
	width: 620px;
	height: 50px;
	line-height: 4.2;
	position: absolute;
	bottom: 0px;
	left: 170px;
	text-align: center;
}
	#pageNavi p {
		margin: 0 auto;
		color: #3498CA;
	}
		#pageNavi p a {
			text-decoration: underline;
		}
			#pageNavi p a:hover {
				text-decoration: none;
			}
