@charset "utf-8";

* {
	margin:0;
	padding:0;
}


body {
	background-color: #c6dbf9;
	margin: 0px;
	padding: 0px;
	color: #301212;
	text-align:center;
	}
	
	img {
	border:0;
}

p {
	margin:0;
}


/* base font-size
--------------------*/
body {
  font-size: small !important; /* IE 7向け */
  font-size: small; /* IE 6以下 */
}
html>/**/body {
  font-size: 12px; /* モダンブラウザ向け */
}

.small {
  font-size: x-small !important; /* IE 7向け */
  font-size: x-small; /* IE 6以下 */
}
html>/**/.small {
  font-size: 10px; /* モダンブラウザ向け */
}

/* レイアウト
--------------------*/



#upperbg {  
				background-image:url(../images/bg_top.jpg);  
				background-repeat:repeat-x;
				background-position:center top;
				margin:0 auto;
}

#page {
			 width:980px;
    margin:0 auto;
				padding:0;
				text-align:center;
}


#footer {
	width:900px;
	padding:15px 14px;
	margin: 0 auto 20px auto;
}

#footer p {
 float:left;
}

.clearBoth { clear: both;}