/********** basic elements **********/
*{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	text-align: center;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
	background-color:#FBFBFB;
}

/********** link **********/
a:link{ color: #36414d; }
a:visited{ color:#003366; }

/********** etc **********/
img{ border: 0; }

/********** floatbox hac **********/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* ie7 or macie5 */
.clearfix{
	display:inline-block;
}

/********** header **********/
#header{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height:80px;
	text-align: left;
	background-color: #FBFBFB;
}

#header h1 a{
	position: absolute;
	display: block;
	top: 10px;
	left: 15px;
	text-indent: -9999px;
	text-decoration: none;
	width: 270px;
	height: 55px;
	background: #FBFBFB url(http://www.tamagoworld.net/images/logo.gif) no-repeat 0 0;
}

#header h2{
	position: absolute;
	top: 20px;
	left: 320px;
	width:470px;
	font-size: 14px;
	line-height:1.4;
}

#mainimg{
	margin: 0 auto;
	width: 806px;
	height: 326px;
	background: #FBFBFB url(http://www.tamagoworld.net/images/main_bg.jpg) no-repeat 0 0;
}

#mainimg img{
	padding: 13px 0 0 0;
}

/********** nav **********/
#globalnav{
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 806px;
	height: 76px;
	background-color: #FBFBFB;
}

#globalnav ul{
	height: 76px;
}

#globalnav li{
	display: block;
	float: left;
	height: 76px;
}

#globalnav li a{
	text-indent:-9999px;
	text-decoration:none;
}

#globalnav li #gnavi01{
	display: block;
	width: 135px;
	height: 76px;
	background: #FBFBFB url(http://www.tamagoworld.net/images/nav01.jpg) no-repeat 0 0;
}


#globalnav li #gnavi02{
	display: block;
	width: 134px;
	height: 76px;
	background: #FBFBFB url(http://www.tamagoworld.net/images/nav02.jpg) no-repeat 0 0;
}

#globalnav li #gnavi03{
	display: block;
	width: 134px;
	height: 76px;
	background: #FBFBFB url(http://www.tamagoworld.net/images/nav03.jpg) no-repeat 0 0;
}

#globalnav li #gnavi04{
	display: block;
	width: 134px;
	height: 76px;
	background: #FBFBFB url(http://www.tamagoworld.net/images/nav04.jpg) no-repeat 0 0;
}


#globalnav li #gnavi05{
	display: block;
	width: 134px;
	height: 76px;
	background: #FBFBFB url(http://www.tamagoworld.net/images/nav05.jpg) no-repeat 0 0;
}


#globalnav li #gnavi06{
	display: block;
	width: 135px;
	height: 76px;
	background: #FBFBFB url(http://www.tamagoworld.net/images/nav06.jpg) no-repeat 0 0;
}

/********** topicpath **********/
#topicpath{
	clear: both;
	margin: 0 auto;
	text-align: center;
	width: 806px;
	height: 45px;
	background: #FBFBFB url(http://www.tamagoworld.net/images/container_header_bg.jpg) no-repeat;
}

#topicpath p{
	padding: 15px 0 0 28px;
	text-align: left;
}

/********** container **********/
#container{
	margin: 0 auto;
	width: 806px;
	text-align: center;
	background: #FFFFFF url(http://www.tamagoworld.net/images/container_bg.jpg) repeat-y;
}

#container-first{
	margin: 0 auto;
	text-align: left;
	width: 750px;
	background-color: #FFFFFF;
}

/********** topics **********/
#topics{
	float: left;
	margin: 0 40px 0 0;
	width: 304px;
	height: 240px;
	background: #FFFFFF url(http://www.tamagoworld.net/images/topics_bg.gif) no-repeat 0 0;
}

#topics dl{
	overflow: auto;
	margin: 0 auto;
	text-align: center;
	width: 300px;
	height: 200px;
	background-color: #FFFFFF;
}

#topics dd{
	margin: 0 0 0 3px;
	padding:6px 0 5px 3px;
	width: 270px;
	text-align: left;
	border-bottom:dotted #888888 1px;
}

#topics dd p{
	margin: 10px 0 3px 0; 
	font-size: 10px;
}

#topics dd a{
	margin: 0 0 0 0.5em; 
}

/********** banner-space **********/
#banner-space{
	float: left;
	width: 406px;
}


/********** footer **********/
#footer{
	margin: 0 auto;
	width: 806px;
	height: 155px;
	background: #FBFBFB url(http://www.tamagoworld.net/images/footer_bg.jpg) no-repeat 0 0;
}

#footer p{
	padding: 60px 15px 0 0;
	font-size:12px;
	color:#999999;
	text-align:right;
}
