@import url("default.css");

/* ----- midashi ----- */
h1 {
	margin-top: 0;
	height: 125px;
	background: #dddddd url("../img/itachi_logo.gif") no-repeat top left;
}

h2 {
	padding: 5px;
	font-size: 120%;
	background-color: #BBAA99;
}

h2.center {
	text-align: center;
}


/* ----- strong ----- */
	strong.text-red-bold {
		font-weight: bold;
		color: red;
	}

	strong.text-red {
		color: red;
	}

/* ----- layout ----- */
/* ----- header ----- */
#header {
	background-color: #dddddd;
}

/* ----- contents ----- */
#contents {
	background: #fff url("../img/local_navi_bg.jpg") repeat-y top left;
}

	/* ----- local-navi ----- */
	#contents #local-navi {
		color: #333;
	}
	
		#contents #local-navi a {
			color: #333;
		}

	h2#index {
		background: url("../img/index.gif") no-repeat top left;
	}
	
	h2#editing {
		background: url("../img/editor.gif") no-repeat top left;
	}



	#local-navi ul li {
		background: url("../img/list_square.gif") no-repeat top left;
	}

	#local-navi .section {
		background-color: #EBE6E1;
	}

	/* ----- main-contents ----- */
	/* ----- header ----- */
	#main-contents .heading {
		background-color: #BBAA99;
		/* border-bottom: 2px solid #666666; */
	}

	#main-contents h2 .update-time {
		font-size: small;
		font-weight: normal;
	}

	
	#main-contents .weeklytopics {
		background-color: #999999;
	}
	
	#main-contents .weeklytopics h2 {
		color: #fff;
		background-color: #999999;
	}

	#main-contents h2.hottopics {
		background-color: #dddddd;
	}



	/* ----- daily-news ----- */
	/* ----- hot topics ----- */

	/* ----- news ----- */
	ul.news {
		margin-left: 0;
		padding-left: 0;
		padding-bottom: 0;
		list-style-type: none;
		list-style-image: none;
	}
	
	ul.news li {
		margin-left: 0px;
		margin-bottom: 0.4em;
		padding-left: 18.5px;
	}
	
		ul.news li::after {
			height: 0;
			visibility: hidden;
			content: ".";
			display: block;
			clear: both;
		}
	
		ul.news li {
			width: 443px;
			/*\*//*/
			overflow: hidden;
			/**/
		}
		
		
	ul.news li.red {
		background: #fff url("../img/p3.gif") no-repeat top left;
	}
	
		/* ul.news li.red a {
			font-weight: bold;
		}*/

	ul.news li.green {
		background: #fff url("../img/p5.gif") no-repeat top left;
	}

	ul.news li.blue {
		background: #fff url("../img/p7.gif") no-repeat top left;
	}

	ul.news li.yellow {
		background: #fff url("../img/p4.gif") no-repeat top left;
	}

	ul.news ul {
		padding: 0.3em 0 0 0;
		list-style-type: none;
	}
	
	ul.news ul li {
		margin-bottom: 0.3em;
		padding-left: 0;
	}
	
	ul.news li a:visited {
	}


		/* ----- digest-news ----- */
		#contents #main-contents .section ul.digest-news {
			padding-left: 0;
		}

		#contents #main-contents .section .section ul.digest-news li {
			margin-left: 15px;
			padding-left: 5px;
			list-style-type: disc;
			list-style-image: url("../img/p7.gif");
			font-weight: bold;
		}

		#contents #main-contents .section .section ul.digest-news li ul {
			margin: 0;
			padding: 0;
		}

		#contents #main-contents .section .section ul.digest-news li ul li {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;
			list-style-image: none;
			font-weight: normal;
		}


	/* ----- oshirase ----- */
	ul.oshirase {
		margin-left: 0;
		padding-left: 0;
		padding-bottom: 0;
		list-style-type: none;
		list-style-image: none;
	}
	
	ul.oshirase li {
		margin-left: 0px;
		margin-bottom: 0.6em;
		padding-left: 0px;
	}
	
		ul.oshirase li::after {
			height: 0;
			visibility: hidden;
			content: ".";
			display: block;
			clear: both;
		}
	
		ul.oshirase li {
			width: 443px;
			/*\*//*/
			overflow: hidden;
			/**/
		}


/* ----- footer ----- */
#footer {
	border-top: 3px solid #BBAA99;
}
