@charset "UTF-8";

/* ------------------------------
コーディングルール
------------------------------ */
/* プロパティ順序:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 */
 

/* ------------------------------
コンテンツ設定
------------------------------ */
#contents_box #topics_box p#catchy {
	display:inline;
	float:left;
	clear:both;
	width:auto;
	padding:8px;
	background-color:#069;
	color:#fff;
	font-size:10px;
	line-height:100%;
}

#contents_box #topics_box h4 {
	background:transparent url(../../column/img/bg_cmn_cntheader.gif) no-repeat 0 0;
}

#contents_box #topics_box h4 .left_box {
	float:left;
	width:570px;
	color:#666;
	font-size:14px;
	font-weight:bold;
}

#contents_box #topics_box h4 .right_box {
	float:right;
	width:90px;
	color:#666;
	font-size:12px;
	font-weight:normal;
}

#contents_box #topics_box .text {
	padding-bottom:10px;
	border-bottom:1px solid #e6e6e6;
}

/* #contents_box #topics_box .text a {
	float:right;
	clear:both;
	width:auto;
	font-size:10px;
} */

#contents_box #topics_box #column_search {
	display:inline;
	float:left;
	clear:both;
	width:650px;
	margin:0;
}

#contents_box #topics_box #column_search h5 {
	display:inline;
	float:left;
	width:170px;
	height:170px;
	background:transparent url(../../column/img/prt_ttl_mscolumn.gif) no-repeat 0 0;
	border:none;
	text-indent:-9999px;
}

#contents_box #topics_box #column_search p.j12 {
	display:inline;
	float:left;
	width:450px;
	margin-left:10px;
	color:#666;
}

#contents_box #topics_box #search_box {
	display:inline;
	float:left;
	width:450px;
	margin:10px 0 0 10px;
}

#contents_box #topics_box #search_box p {
	display:inline;
	float:left;
	clear:both;
	width:100%;
	padding-bottom:10px;
}

#contents_box #topics_box #search_box #category_search {
	display:inline;
	float:left;
	clear:right;
	width:120px;
	height:20px;
	background:transparent url(../../column/img/prt_opt_category.gif) no-repeat left center;
	text-indent:-9999px;
}

#contents_box #topics_box #search_box #writer_search {
	display:block;
	float:left;
	clear:right;
	width:120px;
	height:20px;
	background:transparent url(../../column/img/prt_opt_writer.gif) no-repeat left center;
	text-indent:-9999px;
}

#contents_box #topics_box #search_box #keyword_search {
	display:block;
	float:left;
	clear:right;
	width:120px;
	height:20px;
	background:transparent url(../../column/img/prt_opt_keyword.gif) no-repeat left center;
	text-indent:-9999px;
}

#contents_box #topics_box #search_box .input_box {
	display:inline;
	float:left;
	clear:right;
	margin-left:5px;
	border:1px solid #ccc;
	background-color:#fff;
	color:#999;
	font-size:10px;
}

#contents_box #topics_box #search_box select.input_box {
	width:220px;
	height:20px;
}

#contents_box #topics_box #search_box option {
	background-color:#fff;
	color:#333;
	font-size:10px;
}

#contents_box #topics_box #search_box input.input_box {
	width:220px;
	height:16px;
	padding:2px;
}

#contents_box #topics_box #search_box input.search_button {
	display:block;
	float:right;
	clear:right;
	width:60px;
	height:20px;
	margin:2px 0 0 10px;
	background:transparent url(../../column/img/btn_cmn_sch_off.gif) no-repeat 0 0;
	text-indent:-9999px;
	cursor:pointer;
}

#contents_box #topics_box #search_box input.search_button:link,input.search_button:visited {
	background:transparent url(../../column/img/btn_cmn_sch_off.gif) no-repeat 0 0;
}

#contents_box #topics_box #search_box input.search_button:hover {
	background:transparent url(../../column/img/btn_cmn_sch_off.gif) no-repeat 0 0;
}

#contents_box #topics_box #search_box input.search_button:active {
	background:transparent url(../../column/img/btn_cmn_sch_off.gif) no-repeat 0 0;
}

#contents_box #topics_box #search_result {
	display:inline;
	float:left;
	clear:both;
	width:650px;
	margin:5px 0 5px 10px;
}

#contents_box #topics_box .result_header {
	display:inline;
	float:left;
	width:650px;
	height:25px;
	background:transparent url(../../column/img/bg_clm_hdrcenter.gif) repeat-x 0 0;
	margin-top:5px;
}

#contents_box #topics_box .result_header .left_box {
	display:inline;
	float:left;
	width:auto;
	height:25px;
	padding:5px;
	background:transparent url(../../column/img/bg_clm_hdrleft.gif) repeat-x 0 0;
	color:#fff;
	font-size:12px;
	line-height:140%;
}

#contents_box #topics_box .result_header .center_box {
	display:inline;
	float:left;
	width:430px;
	height:25px;
	padding:5px;
	font-size:12px;
	line-height:140%;
	text-align:center;
}

#contents_box #topics_box .result_header .center_box .left {
	float:left;
	width:20%;
	text-align:left;
}

#contents_box #topics_box .result_header .center_box .center {
	float:left;
	width:59%;
	text-align:center;
}

#contents_box #topics_box .result_header .center_box .right {
	float:right;
	width:20%;
	text-align:right;
}

#contents_box #topics_box .result_header .right_box {
	display:inline;
	float:right;
	width:85px;
	height:25px;
	padding:5px;
	background:transparent url(../../column/img/bg_clm_hdrright.gif) repeat-x 0 0;
	font-size:12px;
	line-height:140%;
	text-align:right;
}

#contents_box #topics_box .result_body {
	display:inline;
	float:left;
	width:650px;
	margin:10px 0 5px 0;
}

#contents_box #topics_box .result_body img {
	display:inline;
	float:left;
}

#contents_box #topics_box .result_body .right_box {
	display:inline;
	float:right;
	width:550px;
	margin-left:10px;
}

#contents_box #topics_box .result_body .right_box h5 {
	width:535px;
	margin:0 0 5px 0;
	padding:3px 0 0 8px;
	border-left:3px solid #069;
	border-right:3px solid #069;
	background-color:#fff;
}

#contents_box #topics_box .result_body .summary_box {
	display:inline;
	float:left;
	clear:both;
	width:550px;
	height:20px;
	margin-top:10px;
	background:transparent url(../../column/img/bdr_dot_horizon.gif) repeat-x 0 0;
}

#contents_box #topics_box .result_body .summary_box .category {
	display:inline;
	float:left;
	width:auto;
	padding:5px;
	background-color:#069;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	line-height:120%;
}

#contents_box #topics_box .result_body .summary_box .category a {
	color:#fff;
}

#contents_box #topics_box .result_body .summary_box .writer {
	display:inline;
	float:left;
	width:74%;
	padding:5px;
	font-size:10px;
	font-weight:bold;
	line-height:150%;
	text-align:right;
}

#contents_box #topics_box .result_body .summary_box .date {
	display:inline;
	float:right;
	width:auto;
	padding:5px;
	background-color:#999;
	color:#fff;
	font-size:10px;
	line-height:120%;
}

#contents_box #topics_box #relation_box {
	display:inline;
	float:left;
	clear:both;
	margin-top:15px;
}

#contents_box #topics_box #relation_box .text {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}

#contents_box #topics_box #relation_box .text ul li {
	margin-left:1em;
}

#contents_box #topics_box .option_box {
	display:inline;
	float:left;
	clear:both;
	width:600px;
	margin:10px 0 0 20px;
	padding:15px;
	background-color:#f3fbff;
}

#contents_box #topics_box .option_box table {
	display:table;
	float:left;
	clear:both;
	width:auto;
	margin:0;
	padding:0;
}

#contents_box #topics_box .option_box td {
	margin:0;
	padding:0;
	border:none;
}

#contents_box #topics_box .option_box p {
	display:inline;
	float:left;
	clear:both;
	width:100%;
	margin-top:10px
}
