/* ======================================== 共通シート*/

/*box_cleaning
---------------------------------------------------------------------------*/
.box {
	text-align: left;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: ;  /*背景白色*/
}


.box2 {                    /*全方ライン・大きい箱設定*/
	text-align: left;
	padding: 5px 10px;
	margin-left: 5px;
	margin-right: 5px;
	width: 610px;
        float: left;
	height: 160px;
}

.box3 {                    /*説明文：全方ライン・小さい箱設定*/
	text-align: left;
	border : 1px solid #999;
	padding: 10px;
	margin: 0px;
	width: 390px;
	height: 150px;
        float: left;
}


.box4 {                    /*下線ラインが入るボックス*/
	border-bottom: 1px solid #999;
	width: 640px;
        float: left;
}

/*以下ラインなしbox
---------------------------------------------------------------------------*/
.box2n {                    /*囲みボックス：全方ライン・大きい箱設定*/
	padding: 5px;
	margin: 0px 0px;
	width: 630px;
        float: left;
}

.box3n {                   /*説明部分：全方ライン・小さい箱設定*/
	border : ;       /*ラインなし・小さい箱設定*/
	padding: 0px;
	margin: 5px 2px;
	width: 190px;
	height: 158px;
        float: left;
}

.box4n {                   /*画像(208*158)：全方ライン・幅300箱設定*/
	text-align: center;
	border : 1px solid #999; 
	padding: 5px;
	margin: 0px 12px;
	width: 158px;
	height: 145px;
        float: left;
}

/*見出しbox
---------------------------------------------------------------------------*/
.bar_sky {         /*文字と背景青色ライン*/
	font-size: 15px;
        font-weight:bold;
	background-image: url(../images/sky_bar.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 10px;
	clear: both;
}

.gold_bar {         /*文字と背景ゴールドライン*/
	font-size: 15px;
        font-weight:bold;
	background-image: url(../images/gold_bar.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 10px;
	clear: both;
}

.bar_sky_h3 {         /*文字と見出し用玉付き背景ライン*/
        text-indent:10px;
	font-size: 14px;
        font-weight:bold;
	background-image: url(../images/sky_bar_h3.gif);  /*背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 10px;
	clear: both;
}

.orange {         /*見出し文字と背景ライン*/
	font-size: 15px;
        font-weight:bold;
	background-image: url(img/orange.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 10px;
	clear: both;
	border-bottom : 1px solid #FFDEAD; 
}


/*table設定　ライン
---------------------------------------------------------------------------*/
table{
border-spacing:collapese;
  border-collapse: collapse;
  border: 1px solid #a0a0a0;
}
