/* 共通 */

*{
	margin: 0px;
	padding: 0px;
	font-size: 100%;

}
th, td{
	font-weight: normal;
}
html, body {
	color:#3a230b;
	margin:0;
	padding:0;
	background-color:#e7cda4; background-repeat:repeat-x; background-position:center top;
	text-align:center;
}

h1,h2,h3,h4,h5,h6,p,div,form,ul,li{margin:0;padding:0;}

img{border:0;}
hr,.guide{display:none;}
.clear{clear:both;}

/* リンク */
a {color:#4bc3f4; text-decoration:none;}
a:visited {text-decoration:none; color:#ab5805;}
a:hover {color:#cc6600;; text-decoration:underline;}
a:active {color:#ab5805;text-decoration:none;}


#container{ width:940px; height:450px; margin:0 auto; text-align:center;}



