@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      topcs.css
 Author:         k.mimura
 Style Info:     トピックス用CSS
 変更:           
----------------------------------------------------------- */

body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 5;
	padding: 5;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
}

/*----------------------------------------------------
	# topcs全体枠
----------------------------------------------------*/
.topcs_main_box{
	width: 1000px;
	margin-top: 10px;
		}
		
/*----------------------------------------------------
	# topcs　左枠　中枠　右枠
----------------------------------------------------*/
.topcs_left_box{
	width: 300px;
	float: left;
		}
		
.topcs_center_box{
	width: 678px;
	float: left;
	padding: 10px;
	font-size: 14px;
		}
		
.topcs_right_box{
	width: 100px;
	float: right;
		}
		
/*----------------------------------------------------
	# コンテンツボックス
----------------------------------------------------*/	

.contents_00_red {
	margin-left: 10px;
	color: #F00;
}

.contents_01 {
	margin-left: 30px;
}

.contents_02 {
	margin-left: 50px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CACAFF;
	padding-left: 10px;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.contents_title_01 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #95949a;
	width: 630px;
	border-left-width: 3px;
	border-left-style: dotted;
	border-left-color: #4f455c;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
}
		
/*----------------------------------------------------
	# ページ下固定footer
----------------------------------------------------*/	
.footer_under {
position:absolute;
bottom:0;
}
