@charset "UTF-8";

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

	COPYRIGHT(C) CYBRiDGE CORPORATION.
	URL: http://www.cybridge.jp/

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

/*==================================================================
	1: common setting
===================================================================*/

#headline{
	background: #1D4186;
	}

#contents{
	width:950px;
	}

.hdl{
	margin-bottom:8px;
	}
.hdl span{
	border-top:2px solid #1D4186;
	}

#main{
	width:640px;
	margin:0px;
	}
#sidebar{
	width: 300px;
	}

#main h2{
	font-weight:bold;
	margin-bottom:10px;
	padding:5px 0px;
	background: #FFF url(/img/common/line_dot.gif) repeat-x 0% 100%;
}
#main p{
	margin-bottom:0.8em;
	}