@charset "utf-8"; 

/*============================================
全般的なスタイル
============================================*/
body {
background-color:#ffffff; /*ページ全体の背景色*/
color:#000000; /*文字色*/
font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}

#page-area,#page-contents{
width:auto; /*幅の指定*/
}



#side-center{
margin:0;
width:auto;
}

.pressArticleArea,.partSubTitleArea{
width:atto;
}

/*============================================
ヘッダ
============================================*/
#header{
display:none; /*非表示にする*/
}
.page-area_sep,.topSlide{
display:none; /*非表示にする*/
}
/*============================================
サブメニュー（左カラム）
============================================*/
#side-left {
display:none; /*非表示にする*/
}


.partTitleArea {
display:none; /*非表示にする*/
}

/*===========================================
インフォメーション（右カラム）
============================================*/
#side-right {
display:none; /*非表示にする*/
}

/*============================================
フッタ
============================================*/
#footer {
display:none; /*非表示にする*/
}