>>239
そんなデタラメ書いてると、またどっかの勘違いブログがクレームつけてくるぞw

各項目別はこうだろが

#profile #person .image{ display : none ; }
#profile #person .nickname { display : none ; }
#profile #person .sex{ display : none ; }
#profile #person .age{ display : none ; }
#profile #person .birthDay{ display : none ; }
#profile #person .bloodType{ display : none ; }
#profile #person .hometown{ display : none ; }

画像だけほしいなら、まとめろ
#profile #person.nickname,#profile #person.sex,#profile #person.age,
#profile #person.birthDay,#profile #person.bloodType,#profile #person.hometown{
display: none;
}

/* 〜 */ は注訳であって、タグを隠すもんじゃないよ

/*#new_profile {display:none;}*/ は全く意味不明
藻毎のブラウザでさも消えたように見えるのはこれが生きてるからで
個別に入れた分は全く無効になってんだよ

それとバーのほうもこうしないとブラウザによって消えないよ

#optionHeadUsr.clearFix{
display: none;
}