/*ページ全体のリンクの設定*/
a{
 text-decoration : none;
}
img{
 border-width : 0;
}

a:link{
 color : #ffffff;
}
a:visited{
 color : #ffffff;
}
a:hover{
 color : #ff6666;
 background-color : #ccff99;
}
a:active{
 color : #ccff99;
}
/*ページ全体のレイアウト*/
.page{
 width : 800px;
 color : #555555;
 background-color : #ffffff;
 height : 100%;
 text-align : center;
 margin-top : 0;
}
/*ヘッターの設定*/
.header{
 background-image : url("image/title.jpg");
 text-align : right;
 color : #ffffff;
 font-size : small;
 width : 800px;
 height : 100px;
 margin-bottom : 0;
}
/*フッターの設定*/
.footer{
 background-image : url("image/footer.jpg");
 width : 800px;
 height : 50px;
}
/*リンクナビゲーション設定・ヘッター*/
.link{
 color : #ffffff;
 font-size : 22px;
 margin-top : 70px;
 width : 450px;
 height : 30px;
 text-align : center;
}
/*リンクナビゲーション設定・フッター*/
.link2{
 color : #ffffff;
 font-size : 16px;
 width : 350px;
 height : 30px;
 text-align : center;
 margin-top : 20px;
 float : right;
}
/*バックイメージ画像*/
body{
 background-image : url("image/back3.jpg");
 text-align : center;
 margin-top : 0;
 margin-bottom : 0; 
}
/*ページメッセージ部分の設定全体*/
.msg{
 width : 650px;
 height : 300px;
 background-color : #ffffff;
 margin-top : 10px;
 }
/*ページメッセージの設定左部分*/
.msg1{
 width : 360px;
 height : 300px;
 background-color : #ffffe0;
 font-size : 16px;
 float : left;
 text-align : left;
 margin-top : 15px;
 padding : 10px;

}
/*メイン画像設定*/
.left{
 margin-left : 70%;
}
/*ページ移動ナビ*/
.navi{
 margin-top : 10px;
 margin-left : 10px;
 text-align : left;

}
/*メニューメッセージの設定左部分・リラクゼーション*/
.menu1{
 width : 350px;
 background-color : #ffe4e1;
 font-size : 16px;
 float : left;
 text-align : left;
 margin-top : 15px;
 padding : 10px;

}
/*メニューメッセージの設定左部分・スポーツアロマ*/
.menu2{
 width : 350px;
 background-color : #e0ffff;
 font-size : 16px;
 float : left;
 text-align : left;
 margin-top : 15px;
 padding : 10px;

}
/*お客様へのメッセージレイアウト*/
.msg3{
 width : 590px;
 background-color : #ffffe0;
 font-size : 16px;
 float : left;
 text-align : left;
 margin-top : 15px;
 padding : 10px;
}
/*トップ画面のレイアウト*/
.gazo{
 width : 630;
 margin-left : 0;
 background-color : #ffffff;
}
/*メニューの写真位置*/
.f1{
  margin-left : 30px;float : right
}
.f2{
 margin-left : 30px; float : right

}



