@charset "utf-8";

body{
margin: 0;
padding: 0;
background: #070707 url(../imgs/bg_back.jpg) top center no-repeat;
font-size:12px;
font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
line-height: 1.5;
}

/* 背景設定 */

#wrapper{
width: 925px;
margin: 0 auto;
padding: 0;
background: url(../../profile/imgs/img_bg.jpg) right top no-repeat;
overflow: auto;
}

/* 背景、コンテンツマージン */
#margin_visual{
margin:0;
height: 140px;
}


#primary #main{
width: 630px;
margin: 0;
padding: 40px 30px;
background: #DADADA url(../../profile/imgs/img_bg_bottom.jpg) top right no-repeat;
color: #000000;
}

/* メインコンテンツ　段落設定 */
#primary #main .content p{
margin: 17px 0;
}
