@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background:#fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color:#266868;
}

p { font-size: 0.7em; margin: 10px 0 10px 0; }

#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -260px;
	margin-left: -480px;
	width: 960px;
	height: 480px;
	background:#FFFFFF;
	text-align: center;
	
}
#container {
	position: relative;
	width: 960px;
	height: 520px;
	background-color: #fbf4ea;
	background-position: center;
	background-repeat: no-repeat;
	text-align: left;
}

#headlink { height: 100px; margin: 0; padding: 0; }

#navigation {
	position: absolute;
	width: 960px;
    height: 30px;
	top: 100px; background: url(../images/navi-bg.jpg) #bd7730 no-repeat; 
	color: #FFF;
	margin: 0; padding: 0;
}

#navigation ul {
	font-size: 0.8em;
	margin-left: 150px;
	margin-top: 0px;
	padding: 6px 0;
}
	
#navigation li {
	display: inline;
	padding: 0 20px;
	
}

#text1 { position: relative; top: 40px; left: 170px; width: 370px; height: 370px; overflow: auto; }
#text2 { position: absolute; top: 140px; left: 565px; width: 370px; }

#little-dream-5 {
	position: absolute;
	top: 431px;
	left: 158px;
	width: 820px;
}

#little-dream-5 img { margin: 0 12px 0 12px; padding: 0; }

.m { color: #900; !important; }

a:link, a:visited { text-decoration: none; color: #933; } 
a:hover, a:active { text-decoration: underline; color: #266868; } 

#navigation a:link, #navigation a:visited { font-weight: bold; color: #FFF; } 
#navigation a:hover, #navigation a:active { font-weight: bold; color: #000; }

