@charset "utf-8";

/*************/
/* その他 */
/*************/
/* メインの上部 */
#main_head {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 40px;
	padding-top: 50px;
	padding-bottom: 0px;
	border-bottom: 3px solid #333;
}

#main_top {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}


/* 免責事項 */
#disclaimer {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* データ件数 */
#data_cnt {
	font-size: 14px;
	color: #333;
	font-weight: normal
}

/* アクセスランキング日付 */
#ar_date {
	font-size: 14px;
	color: #333;
	font-weight: normal
}
#ar_date2 {
	font-size: 14px;
	color: #333;
	font-weight: normal
}

.new_more {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}

.new_more a{
	width: 100%;
	text-align: center;
	display: block;
	padding: 4px;
	margin: 2px;
	text-decoration: none;
	border-radius: 3px;
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 2px #e7e7e7;
	box-shadow: 1px 1px 2px #e7e7e7;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #f1f1f1),
	color-stop(0.5, #f1f1f1),
	color-stop(0.99, #dfdfdf),
	to(#ccc));
	background: linear-gradient(#fff, #f1f1f1 1% , #f1f1f1 50% , #dfdfdf 99%, #ccc);
	text-shadow: 1px 4px 3px rgba(0, 0, 128, 0.3);
}

.new_more a:visited{
	text-shadow: 1px 4px 3px rgba(128, 0, 0, 0.3);
}

.new_more a:hover{
	text-shadow: 1px 8px 5px rgba(128, 0, 0, 0.3);
	background-color: #fff;
}

.more_disp {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.more_disp a{
	font-size: 14px;
	font-weight: normal;
	text-shadow: 0px 0px 0px rgba(128, 0, 0, 0.3); 
}

.more_disp a:visited{
}

.more_disp a:hover{
	text-shadow: 1px 8px 5px rgba(128, 0, 0, 0.3);
	background-color: #fff;
}

.wc01 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #cc0000;
	text-shadow: 1px 8px 5px rgba(128, 0, 0, 0.3);
}

.wc02 {
	color: #cc0000;
	text-shadow: 1px 8px 5px rgba(128, 0, 0, 0.3);
}
.wc03 {
	color: #cc0000;
	text-shadow: 1px 8px 5px rgba(128, 0, 0, 0.3);
}

/* 用語リンク（新着） */
.new_item {
	width: 98%;
	height: auto;
	padding-left: 8px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom:dotted 1px #c1c1c1;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10対応 */
}

.new_item a {
	width:auto;
	font-weight:bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	background-color: #eee;
    -webkit-box-shadow: 0 5px 4px -4px #777;
       -moz-box-shadow: 0 5px 4px -4px #777;
            box-shadow: 0 5px 4px -4px #777;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

.new_item a:hover {
	background-color: #fff;
    -webkit-box-shadow: 0 5px 4px -4px #777;
       -moz-box-shadow: 0 5px 4px -4px #777;
            box-shadow: 0 5px 4px -4px #777;
}

/* 用語リンク（アクセスランキング） */
.etc_item {
	width: 98%;
	height: auto;
	padding-left: 8px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom:dotted 1px #c1c1c1;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10対応 */
}

.etc_item a {
	width:auto;
	font-weight:bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	background-color: #eee;
    -webkit-box-shadow: 0 5px 4px -4px #777;
       -moz-box-shadow: 0 5px 4px -4px #777;
            box-shadow: 0 5px 4px -4px #777;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

.etc_item a:hover {
	background-color: #fff;
    -webkit-box-shadow: 0 5px 4px -4px #777;
       -moz-box-shadow: 0 5px 4px -4px #777;
            box-shadow: 0 5px 4px -4px #777;
}

