@charset "shift_jis";


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

/*中央コンテンツ
------------------------------------------------------------------------*/
#main h2 {
	border-left: 5px solid #ff0000;	/*左に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;	            /*背景色*/
}

#main h3 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 20px;
	margin-bottom: 0.5em;
}

#main ul.list li {
	margin-left:25px;
	margin-right:20px;
	list-style-type:disc;
	font-size:12px;
}

/*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-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 400px;
}
.shikaku th{
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    color: #000000;
    background-color: #FFFF99;
    text-align: center;
}
.shikaku td.left {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	text-align: center;
	width: 100px;
	padding: 0.5em ;
}
.shikaku td{
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	padding-left: 1em;

}

table.shikaku2{
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 400px;
}
.shikaku2 th{
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    color: #000000;
    background-color: #FFFF99;
    text-align: center;
}
.shikaku2 td.left {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	text-align: center;
	width: 200px;
	padding: 0.5em ;
}
.shikaku2 td.right {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	text-align: center;	
	padding-left: 1em;
}

table.shikaku3{
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 535px;
}
.shikaku3 th{
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    color: #000000;
    background-color: #FFFF99;
    text-align: center;
	width: 150px;
}
.shikaku3 td.right {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	text-align: center;	
	padding-left: 1em;
	width: 350px;	
}
.shikaku3 td.right2 {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	text-align: left;	
	padding-left: 1em;
	padding-right: 1em;
	width: 350px;	
}

table.shikaku4{
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;	
	width: 535px;
}
.shikaku4 th{
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    color: #000000;
    background-color: #FFFF99;
    text-align: center;
}
.shikaku4 td.left {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	text-align: center;
	width: 100px;
	padding: 0.5em ;
}
.shikaku4 td.center {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	text-align: center;
	width: 300px;
	padding: 0.5em ;
}
.shikaku4 td.right {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	text-align: center;	
	padding-left: 1em;

}
