@charset "utf-8";

/*/////////////////////////////////////////////////////////////

ニコxニコ.com
http://www.nicoxnico.com/
--- contents ---

//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	TOP
------------------------------------------------------------ */

#top-featured {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 10px 0 10px 30px;
	margin-bottom: 13px;
}

#top-featured h3 {
	margin-bottom: 3px;
}

#top-featured h3 a {
	font-size: 116%;
	font-weight: bold;
	color: #333333;
}


/* ------------------------------------------------------------
	Pager
------------------------------------------------------------ */

#pager {
	margin: 80px 0 30px 0;
	text-align: center;
}

span.current_page {
	margin: 0 1px;
	padding: 10px 14px;
	background-color: #1D2323;
	font-size: 124%;
	color: #FFFFFF;
	font-weight: 900;
}

a.link_page {
	margin: 0 1px;
	padding: 10px 14px;
	border: 1px solid #CCCCCC;
	font-size: 124%;
	color: #6F6F6F;
	font-weight: 900;
	text-decoration: none;
}

a.link_page:hover {
	background-color: #1D2323;
	color: #FFFFFF;
}

/* ------------------------------------------------------------
	Other-Page-common
------------------------------------------------------------ */

h3.otherpage-h3 {
	font-size: 116%;
	font-weight: bold;
	border-left: 5px solid #1D2323;
	border-bottom: 1px solid #1D2323;
	margin: 6px 4px;
	padding: 2px 0 2px 4px;
}

ul.otherpage-ul {
	margin: 7px 4px;

}

ul.otherpage-ul li {
	list-style-type: disc;
	list-style-position: inside;
}

.other-page-table, .other-page-table tr, .other-page-table td {
	border-collapse: collapse;
	border-spacing: 0;
}

.other-page-table {
	margin: 10px 0px 10px 20px;
}

.other-page-table td {
	padding: 10px;
	border: solid 1px #999999;
}


/* ------------------------------------------------------------
	News
------------------------------------------------------------ */

#news-dl dt{
	width: 6.5em;
	float: left;
	clear: both;
}

#news-dl dd{
	margin-left: 6.5em;
}


/* ------------------------------------------------------------
	Inquiry
------------------------------------------------------------ */

#inquiry-table colgroup.label {
	width: 250px;
	background-color: #F5EDC6;
}

#inquiry-table colgroup.value {
	width: 300px;
}

span.inquiry-red {
	color: #FF0000;
}

div#submit {
	text-align: center;
}

.error {
	color: #FF0000;
	font-size: 13px;
}