/* リセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd, body, 
table, caption, th, td, img, form {
        margin: 0px;
        padding: 0px;
        border: none;
        font-style: normal;
        font-weight: normal;
		font-size: 100%;
        text-align: center;
        list-style-type: none;
		line-height:250%;
		color: #333333;
		font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"
}

body {
background-color: #FFFFFF;
}

#wrapper {
width: 940px;
height: 200px;
margin: 0 auto;
background-color: #FFFFFF;
border-right: 0;  
border-left:  0;  
border-bottom:  0;  
}
