@charset "shift_jis";


/*メインの画像（トップ画像）
------------------------------------------------------------------------*/
#main_gazou {
	font-size: 36px;	/*サイト名部分の文字サイズ*/
	font-weight: bold;	/*太字にする*/
	margin: 0px;
	color: #ffffff;		/*文字色*/
	background: #ffffff url(/img/all/all_main1.jpg) no-repeat bottom;	/*背景色と画像の指定*/
	height: 200px;
	width: 835px;
	float: left;	
}

/*中央コンテンツ
------------------------------------------------------------------------*/
#main h2 {
	border-left: 5px solid #f9ad5c;	/*左に5pxの直線を入れる設定*/
	font-size: 14px;
	background: url(/img/all/h2_bg.gif) repeat-x left bottom;	/*背景のグラデーション画像指定箇所*/
	width: 535px;
	padding-left: 10px;
	line-height: 30px;
	margin-top: 5px;
	margin-bottom: 0.5em;
	margin-left: 5px;
	margin-right: 10px;
	color: #000000;	            /*背景色*/
}

/*company.html四角テーブル設定（特に変更する必要なし）
------------------------------------------------------------------------*/
table.shikaku{
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	margin-left: 10px;
	width: 540px;
}
.shikaku th{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	background-color: #FFC;
	text-align: center;
}
.shikaku td.left {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	text-align: left;
	width: 200px;
	padding: 1em ;
}
.shikaku td{
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	padding-left: 1em;

}

