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


.n_attention {
	border: 1px solid #dadada;
	background-image: url(/inc/images/top/tab_attention.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.n_attention p {
	padding-left: 110px;
	border: 1px solid #ffffff;
	padding: 2px 2px 2px 110px;
	margin: 0px;
	height: auto;
}

.n_attention a:link,
.n_attention a:visited {
	color: #f77800 !important;
	font-weight: bold;
	text-decoration: none;
}

.n_attention a:hover {
	color: #f77800 !important;
	font-weight: bold;
	text-decoration: underline !important;
}

.n_item {
	margin-top: 17px;
}

.n_item a {
	display: block;
	padding: 7px 0px 7px 20px;
	background-image: url(/inc/images/top/arrow_new.gif);
	background-repeat: no-repeat;
	background-position: 7px 10px;
	border-bottom: 1px dotted #9e9e9e;
	overflow: hidden;
	cursor: pointer;
}

.n_item a:link,
.n_item a:visited, {
	color: #565656 !important;
}

.n_item a:hover {
	color: #565656 !important;
	background-color: #E8E8E8;
}

.n_item .n_title {
	width: 500px;
	display: block;
	float: left;
}

.n_item .n_date {
	width: 100px;
	text-align: right;
	float: right;
	display: block;
}


.n_page {
	text-align: center;
	margin-top: 30px;
}
.n_page span {
	display: inline;
}
.n_page span strong {
	display: -moz-inline-box;
	display: inline-block;
	padding: 2px 7px 4px;
	background: #EEE;
	border: 1px #CCC solid;
}
.n_page span a {
	display: -moz-inline-box;
	display: inline-block;
	padding: 2px 7px 4px;
	border: 1px #CCC solid;
}
.n_page span a:hover {
	border: 1px solid #2D88B3;
	background: #33b2bd;
	color: #FFF !important;
}
.n_page span a.highlight {
	background: #9e9e9e;
	color: #FFF !important;
}

.bitcube_kiji a:link, .bitcube_kiji a:visited {
	color: #0000FF !important;
	text-decoration: underline !important;
}

