div#headNavi{
	text-align:right;
	padding:5px 5px 0 0;
}

div#headNavi li{
	display:inline;
	padding-left:20px;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:80%;
}

div#headNavi li#sitemap{
	background-image:url('/wp-content/themes/compliance/img/map.png');	
}

div#headNavi li#mail{
	background-image:url('/wp-content/themes/compliance/img/email_go.png');	
}

div#left div#menuBox{
	border-left:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	margin-bottom:20px;
}

div#left h2{
	background-image:url('/wp-content/themes/compliance/img/leftMenuBar.jpg');
	background-repeat:no-repeat;
	font-size:100%;
	font-weight:bold;
	height:35px;
	padding:8px 0 0px 24px;
}

div#left ul li{
	padding-right:20px;
	line-height:200%;
	padding-left:30px;
	background-image:url('/wp-content/themes/compliance/img/bullet_add.png');
	background-repeat:no-repeat;
}

div#left li#parent{
	border-bottom:0;
}

div#left li#parent ul{
	margin-bottom:5px;
	border:0px;
}

div#left li#parent li{
	background-image:url('/wp-content/themes/compliance/img/bullet_add_mini.png');
	background-repeat:no-repeat;
	background-position:0 50%;
	line-height:180%;
	padding-left:18px;
	font-weight:normal;
	border-bottom:1px dashed #ccc;
}

div#left ul li a{
	text-decoration:none;
}

div#left ul li a:hover{
	text-decoration:underline;
}

div#right h2{
	background-image:url('/wp-content/themes/compliance/img/book.png');
	background-repeat:no-repeat;
	background-position: 0 50%;
	padding-left:20px;
	border-bottom:2px solid #CCC;
	font-size:140%;
	margin-bottom:15px;
}

div#right h3{
	border-left:5px solid #A9DD46;
	margin-left:15px;
	padding-left:5px;
	font-size:100%;
	margin-bottom:5px;
	margin-top:5px;
}

div#post{
	margin-bottom:30px;
}

div#right p{
	line-height:150%;
	margin-bottom:20px;
	margin-top:5px;
	padding-left:25px;
}

dl#id1{
	padding-left:40px;
	margin:15px 0;
}

dl#id1 dt{
	border-bottom:1px dashed #CCC;
}

dl#id1 dd{
	padding:2px 0 4px 20px;
}

div#footMain #right{
	padding-top:30px;
	font-size:80%;
	height:80px;
	vertical-align:bottom;
}

div#footNavi{
	border-bottom:1px solid #333;
	padding-bottom:3px;
}

div#footNavi li{
	display:inline;
	background-image:url('/wp-content/themes/compliance/img/arrow_right.png');
	background-repeat:no-repeat;
	padding-left:18px;
	padding-right:3px;
}

div#footNavi a{
	text-decoration:none;
}

div#copy{
	text-align:right;
}

ul#pref{
	padding-left:30px;
	margin-bottom:15px;
}

	ul#pref li{
		padding-right:15px;
		display:inline;
	}




/* =========================================================
■ テーブル
========================================================= */

table#t1{
	border:1px solid #CCC;
	border-collapse:separate;
	border-spacing:1px;
	font-size:0.9em;
	margin-bottom:10px;
}

	table#t1 caption{
		text-align:left;
		border-left:5px solid #CCC;
		padding:2px 0 0 5px;
		font-weight:bold;
	}

	table#t1 td,table#t1 th{
		padding:4px;
		border:1px solid #CCC;
	}

	table#t1 th{
		background-color:#999988;
		color:#EEE;
	}
	
	table#t1 tr:hover td{
		/*background-color:#FFFF99;*/
	}
	
	table#t1 tr.r1{
		background-color:#F5F5F5;
	}