/* ======================================== 共通シート*/

/*box介護リフォーム
---------------------------------------------------------------------------*/
.box {
	text-align: left;
	width: 650px;
	padding: 0px 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: ;  /*背景白色*/
}


.box2 {                    /*全方ライン・大きい箱設定*/
	text-align: left;
	border : 1px solid #999;
	padding: 5px 10px;
	margin: 5px 5px;
	width: 620px;
	height: 150px;
        float: left;

}

.box3 {                    /*説明文：全方ライン・小さい箱設定*/
	text-align: left;
	border : 1px solid #999;
	padding: 10px;
	margin: 0px;
	width: 390px;
	height: 150px;
        float: left;
}


.box4 {                    /*下線ラインが入るボックス*/
	border-top: 1px solid #999;
	width: 620px;
        float: left;
}

/*以下ラインなしbox
---------------------------------------------------------------------------*/
.box2n {                    /*囲みボックス：全方ライン・大きい箱設定*/
	padding: 5px;
	margin: 5px 10px;
	width: 603px;
        float: left;
}

.box3n {                   /*説明部分：全方ライン・小さい箱設定*/
	border : ;       /*ラインなし・小さい箱設定*/
	padding: 0px;
	margin: 5px 2px;
	width: 208px;
	height: 158px;
        float: left;
}

.box4n {                   /*画像(208*158)横長：設定*/
	text-align: center;
	border : ; 
	padding: 5px;
	margin: 0px 12px;
	width: 158px;
	height: 145px;
        float: left;
}

.box5n {                   /*画像(158*208)縦長：設定*/
	text-align: left;
	padding: 5px;
	margin: 0px 12px;
	width: 158px;
	height: 170px;
        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;
}

.white {         /*見出し文字と背景ライン・・・リフォーム見出し*/
	font-size: 15px;
        font-weight:bold;
	background-image: url(img/white.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 10px;
	clear: both;
	border-bottom : 1px solid #999;
}

/*ロールオーバー
---------------------------------------------------------------------------*/

#roll_01 a{       /*ロールオーバーその1*/
display:block;
width:120px;
color:#F0027F;
background:url(img/miz_s.jpg) no-repeat;
height:158px;
line-height:50px;
text-decoration:none;
text-align: center;
}

#roll_01 a:hover{
color:orange; 
background:url(img/miz_sb.jpg) no-repeat;
width:120px;
height:158px;
}

#roll_02 a{       /*ロールオーバーその2*/
display:block;
width:120px;
color:#F0027F;
background:url(img/miz_y.jpg) no-repeat;
height:158px;
line-height:50px;
text-decoration:none;
text-align: center;
}

#roll_02 a:hover{
color:orange; 
background:url(img/miz_yb.jpg) no-repeat;
width:120px;
height:158px;
}

#roll_03 a{       /*ロールオーバーその3*/
display:block;
width:120px;
color:#F0027F;
background:url(img/miz_t.jpg) no-repeat;
height:158px;
line-height:50px;
text-decoration:none;
text-align: center;
}

#roll_03 a:hover{
color:orange; 
background:url(img/miz_tb.jpg) no-repeat;
width:120px;
height:158px;
}

