/**************************************************
* デフォルトスタイル
***************************************************/
html {
	background:#fff;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{
 font-style:normal;
 margin:0;
 padding:0;
 font-size:100%;
}

table {
     border-collapse:collapse;
     border-spacing:0;
}
 
img {
     border:0
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal
}

caption,th {
     text-align:left;
}

h1,h2,h3,h4,h5,h6 {
    font-weight:normal;
}

div.clear{
 clear:both;
}

/**************************************************
* 全体レイアウト
***************************************************/
body{
    font-size:normal;
}

div#wrapper{
 width:1000px;
 padding-top:0px;
 margin-right:auto;
 margin-left:auto;
}


/**************************************************
* フッター
***************************************************/

div#footer{
 clear:both;
 width:950px;
 text-align:center;
 margin:0px auto;
 padding:10px 0;
 background-color:#fff;
}

div#footer a{
	font-size:small;
	text-decoration:none;
}
