@charset "utf-8";
/* ===================================================================
CSS information

 file name  :topix.css
 author     :Ability Consultant
style info  :トップ設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/*-------------------------------------------

	#global_menu グローバルメニュー

---------------------------------------------*/
#topix #header .global_menu .li_05 a{
	background: url(../images/btn_global_menu.gif) no-repeat -544px -40px;
}

/*-------------------------------------------

	#main メイン

---------------------------------------------*/

/* タイトル
----------------------------------------------------------- */
#topix .main_title {
	margin:23px 0 36px 0;
	width:700px;
	height:121px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	background-image: url(../seminar/images/img_main_seminar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#topix .st_title_topix  {
	width:213px;
	height:18px;
	margin:0 0 22px;

17px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	background-image: url(../seminar/images/tit_seminar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#topix .st_title_it  {
	width:223px;
	height:17px;
	margin:0 0 22px 0;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	background-image: url(../topix/images/tit_itconsul.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/* 導入テキスト
----------------------------------------------------------- */
#topix .intro_txt {
	width:644px;
	color:#6c6c6c;
	margin:0 0 30px 27px;
	
}

/* infolist共通
----------------------------------------------------------- */
#topix .infobox{
	margin-left:25px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:dotted #b8b8b8 1px;
	clear:both;
}
/* infolist
----------------------------------------------------------- */
#topix div.infobox div.left {
	float: left;
}

#topix div.infobox div.left img {
	width: 120px;
	height:90px;
	border: 1px solid #d7d7d7;
}


#topix div.infobox div.right {
	width: 512px;
	margin-right:30px;
	height: auto;
	float: right;
	display: inline;
}

#topix div.infobox div.right p.data {
}
#topix div.infobox div.right p.data span {
	background: #3D3C3C;
	color: #FFF;
	font-family: Verdana,sans-serif;
	font-size: 80%;
	margin: 0 10px 0 0;
	padding: 2px 17px 2px;
}

#topix div.infobox div.right h4 {
	color: #288ca1;
	font-size: 115%;
	line-height: 1.6;
}
#topix div.infobox div.right p.sentence {
	color:#6c6c6c;
	line-height: 1.2;
}
/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html #top #main #main_right .recsnt .work_area .ctrl .now img{
	vertical-align: -8px;
}

* html #top #main #main_right .recsnt .work_area{
	padding-bottom: 10px;
}
.list_item {
	display:list-item;
	
}

