@charset "Shift_Jis";

*{
   margin:0;
   padding:0;
   font-family	:osaka,Century Gothic,Chicago,sans-serif;
   font-style	:normal;
   font-weight	:normal;
   font-variant	:normal;
   font-size	:x-small;
   line-height	:180%;
   color	:#000;
}

/* スクロールバーの設定をしてます */

html,body
{
  scrollbar-face-color: black;
  scrollbar-highlight-color: black;
  scrollbar-shadow-color: black;
  scrollbar-3dlight-color: black;
  scrollbar-arrow-color: white;
  scrollbar-track-color: black;
  scrollbar-darkshadow-color: white;
}

/* ↑ここまで↑ */


/* リンクの設定をしています */

A{text-decoration:none;}
A{color:#000;text-decoration:none;}
A:hover{color:#909f7f;text-decoration:none;}

/* ↑ここまで↑ */

p{
  margin-top	:20px;
  margin-bottom	:20px;
 }

img{
   border	:0px;
   }

input,textarea,select,option{
   margin-bottom:0.1em;
   border:solid 1px #ccc;
   color:#888;
   background-color:#fff;
   }


/* framepageメイン画像を設定しています */
#frame{
	margin:0px auto;
	padding:0px;
	width:780px;
	height:670px;
	background-image:url(http://qwe.xxxxxxxx.jp/bg-frame.jpg);
	background-repeat:no-repeat;
	background-position:left 0px;
}
/* ↑ここまで↑ */

.page{
	padding:112px 0px 0px 145px;
	width:488px;
     }

/* frameメニュー部分の設定です */

.menu-other{
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 20px;
     }

.menu-other ul{
	margin:0px;
	padding:0px;
   }

.menu-other li{
	display:inline;
	padding:0px 10px 0px 0px;
   }

.menu-other a{
   padding-left:15px;
   background-image   :url(http://qwe.xxxxxxxx.jp/list.png);
   background-repeat  :no-repeat;
   background-position:0 50%;
   text-decoration:none;
   }

.menu-other a:link   {color:#000;}
.menu-other a:hover  {color:#fff;
		text-decoration : none;
		border-bottom:1px dotted;
                background-image:url(http://qwe.xxxxxxxx.jp/list02.png);
                }

/* ↑ここまで↑ */


/* iframe部分の設定です */

.main{
	margin:0px 0px 0px 148px;
	padding:0px 0px 0px 0px;
     }


/* ↑ここまで↑ */


/* iframeページの文章を入れています */

.text{
	margin:10px;
	padding:10px 10px 10px 10px;
}

/* ↑ここまで↑ */

/* footer部分の設定です */
.footer{
	margin:0px auto;
	padding:0px 20px 0px 0px;
	clear:both;
	width:760px;
	text-align:left;
	letter-spacing:0.5em;
	color:#888888;
   }
