@charset "Shift_JIS";

/* my-fashion */

/*------------------------------
共通
------------------------------*/
body{ 
     padding:0;
     color:#666;
     margin:auto;
   text-align:center;
     font: normal 11px/11px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
 }
.list{ /* パンくずリスト */
   font-size:10px;
   padding:0;
   margin:10px 5px;
   }
.list a{
   font-size:10px;
}
.list_table{ /*パンくずリスト・テーブル（パンくずリストの位置指定） */
	position:relative;
	left:0;
	top:0;
	text-align: left;
        margin:auto;
}
/* コンテンツ
-------------------------------*/
#wrap{ 
      width:760px;
	  padding:0;
	  margin:auto;
   text-align:left;
}
table{
	text-align:left;
	}

/* スカイスクレーパー
-------------------------------*/
#skywrap{  /*ページ全体を囲む */
	  padding:0;
	  margin:auto;
      text-align:left;
      width:890px;
}

#adsky{   /*コンテンツエリアを囲む */
       width:760px;
       float:left;
}
#sky{ /* 画像を囲む */
      float:right;
      width:120px;
      margin-top:112px;
}


/*マージン等の初期化設定
----------------------------*/
p, th, td, h1, h2, h3, a{
     padding: 0;
     margin: 0;
     border: 0;
}
ul,li{
     margin:0;
     padding:0;
}
img{
     margin:0; 
     padding:0;
     border:none;
}
/* フォント指定
---------------------------*/
p, h1, h2, h3, a, table, tr, td{
     font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
     font-size: 12px;
     color: #666666;
     line-height: 13px;
}
.f10  { /* キャプション用 */
     font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
     font-size:10px;
     line-height:140%;
}

.f11 { /* キャプション用 */
     font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
     font-size:11px;
     line-height:140%;
}
.f14 { /* コンテンツタイトル用 */
     font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
     font-size:14px;
     line-height:140%;
}


/*リンク設定
---------------------------*/
a:link{
    color:#666666;
    text-decoration:underline;
}
a:visited{
    color:#993399;
}
a:hover{
    color:#FF3399; 
    text-decoration:underline;
}
a:active{
    color:#FF6600;
    text-decoration:underline;
}
/*サーバメンテナンス告知
---------------------------*/
.kokuci{
     color:#FF0000;
	 margin-bottom:3px;
}	 
