@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

body {
  color: #666666;
  background: #000000;
}

#ph_container {
  background: #000000;
  width: 750px;
  margin: 0 auto;/*「0」のみで左寄せ，「0 auto」でセンタリング */
}


/* ---------------------------------------------------------------- *
	ヘッダ部分
 * ---------------------------------------------------------------- */

#ph_header {
width: 750px;
  margin-top: 15px;
  padding: 0px;
}

.ph_logo {
float:left;
width:652px;
}

.ph_logo02 {
float:right;
width:98px;
}


/* ---------------------------------------------------------------- *
	コンテンツ部分
 * ---------------------------------------------------------------- */

#ph_main {
width: 750px;
float:left;
padding: 0px;
margin-top: 50px;
margin-bottom: 50px;
}

.ph_link {
float:right;
margin-top: 50px;
}



