@charset "UTF-8";
/*
 * css for lbbi.net
 */

/* bunsekiのタイトル部分 */
div#Container_white
{
	position			: relative;
	width				: 1130px;
	margin				: auto;
	background-image	: url("/images/common/menu-body.gif");
	background-repeat	: x-repeat;
	line-height	: 1.5;
}

lh_12
{	line-height	: 1.5;
}

.bunseki_title
{        
	width				: 706px;
	height				: 253px;
	background-image	: url('/images/bunseki/title0.gif');
	background-repeat	: no-repeat;
}

.bunseki_title2
{        
	width				: 500px;
	height				: 50px;
        padding-top                     : 185px;
        padding-left                    : 80px;
}



/* bunsekiの勘介部分 */
div#kansuke
{
	width				: 510px;
	height				: 380px;
	padding-top			: 145px;
	padding-left		: 135px;
        padding-right		: 20px;
	margin-left			: 35px;
	margin-top			: 20px;

	background-image	: url('/images/bunseki/back.gif');
	background-repeat	: no-repeat;
}

.kansuketoha
{
	width				: 500px;
	height				: 65px;
	padding-top			: 40px;
	padding-left		: 10px;


}
/* bunsekiの背景？ */
div#bunseki_bg
{
	background-image	: url('/images/bunseki/itiran-side.gif');
	background-repeat	: repeat-y;
	width				: 599px;
	padding-left		: 55px;
}

/* bunseki1～の上側ボーダー付き枠 */
div.bunseki_ct
{
	background-image	: url("/images/bunseki/bg_ct.gif");
	background-repeat	: no-repeat;
	width				: 615px;
	height				: 245px;
	padding				: 30px 25px 30px 40px;
}

/* bunseki1～の下側ボーダー付き枠 */
div.bunseki_cb
{
	border				: 1px solid #999999;
	width				: 670px;
	padding				: 10px;
}

/* bunsekiのnewをつける部分 */
p.new
{
	float				: left;
	background-image	: url('/images/bunseki/new.gif');
	background-repeat	: no-repeat;
	width				: 240px;
	padding-left		: 30px;
}
p.old
{
	float				: left;
	width				: 240px;
	padding-left		: 30px;
}

/* bunseki配下のおすすめテクニカルツール部分 */
.osusume
{
        margin-top              : 10px;
        font-weight             : bold;
        font-size               : 12px;
}

