/* ------------------------- */
/* Ocean-Road.net StyleSheet */
/* =========== portfolio.css */
/* ========================= */
/* version               1.1 */
/* made on          08/04/12 */
/* modified on      06/04/12 */
/* ------------------------- */
/* created by   YojiYAMAGAMI */
/* updated by   YojiYAMAGAMI */
/* ------------------------- */
/*  (c)Atelier Ocean-Road    */
/* ------------------------- */

/* ------ ここからスタイル記述 ------ */


/* ------------------------ */
/*         body 切替        */
/* ======================== */

/* ▼ ポートフォリオサイト  */

body#portfolio {
width: 100%;
background-color: #282626;
}


/* ------------------------ */
/* class・idによる          */
/* レイアウト情報           */
/* ======================== */

/* ------------------------ */
/* ▼ メインステージ        */
/* ======================== */
/* センタリング内の      */
/* メイン表示領域           */
/* ------------------------ */
/* 幅:980px                 */
/* ------------------------ */

#portfolioStage {
width: 980px;
background-color: #f9f900;
text-align: left;
padding: 0;
margin: 5px auto 0 auto;
}




/* ------------------------ */
/* ▼ ヘッダ                */
/* ======================== */
/*                          */
/* ------------------------ */
/* 幅:xxxpx                 */
/* 背景画像:xxxxxxxx.gif    */
/* ------------------------ */

/* 幅・高さ・背景画像 */

#portfolioTitle {
color: #fff;
text-indent: 10px;
font-family: "Arial Black", Arial, sans-serif;
font-size: 36px; 
font-style: bold;
width: 980px;
height: 60px;
margin: 0;
padding: 0;
background-image: url(../img/pf_line_hd.png);
background-position: bottom;
background-repeat: repeat-x;
}

#portfolioTitle span {
color: #FFCC00;
}

#portfolioBody {
margin: 3px 0 3px 0;
}


/* ------------------------ */
/* ▼ フッタ                */
/* ======================== */

#footer {
width: 980px;
height: 26px;
clear: both;
margin: 5px 0 5px 0;
padding: 10px 0 0 0;
background-image: url(../img/pf_line_hd.png);
background-position: top;
background-repeat: repeat-x;
}

.copyright {
margin-top: 0px;
margin-left: auto;
margin-right: auto;
color: #595959;
text-align: center;
font-family: "Arial Black", Arial, sans-serif;
font-weight: normal;
font-size: 16px;
}

.copyright span {
font-size: 14px;
}

/* ------------------------ */
/* ▼ 使用した ID・Class    */
/* ======================== */

/*
#topppage
.iehack
#stage
#header
  #maintitle
  #subtitle
  #toplink
#global_navi
#main
  #contents_area
  #pagepath
  #contents
  #navi_area
    #local_navi
  #email_query
    #email
  #info_area
    .open_close
#footer
  .copyright

*/

/*[EOF]*/
