/*    --------- 
      基本設定
	  --------     */

body,div,
dl,dt,dd,ul,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,select,p,strong {
    margin:0;
    padding:0;
    font:normal normal normal 100%/0.9 "ＭＳ Ｐゴシック","Osaka",sans-serif;
    border:none;
	text-decoration:none;
}

body {
background-color:#5ea2db;
background-image:url("bg.png");
background-position:center;
background-repeat:repeat-y;
padding:0px;

text-align:center;
}


#container{
    background-image: none;
    background-repeat: no-repeat;
	background-color:#eeeeee;
    margin: 0px auto;
    padding: 0px 0px;
    height: auto;
    width: 920px;

	text-align:center;

}


