body {
	background: #75C0D9 url(../images/background.jpg) repeat center top;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
}

table, th, td {
	padding: 0;
	margin: 0;
	border: 0px solid;
	color: #333333;
}

p, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}


a {
	text-decoration: none;
	color:#4794B2;
}

	a:link {
		color:#4794B2;
		text-decoration: none;
	}
	
	a:visited {
		color:#4794B2;
		text-decoration: none;
	}
	
	a:hover {
		color:#FF9933;
		text-decoration:underline;
	}
	
	a:active {
		color:#FF9933;
		text-decoration:underline;
	}


	
div#wrapper {
	width: 800px;
	margin: 0 auto;
}






div#banner {
	position:relative;
	line-height: 0;
}

	li.btn2 {
		position: absolute;
		right: 0;
		top: 0;
	}





#contents {
	margin-top: 30px;
}




div.contentHead {
	width: 800px;
	height: 30px;
	background: url(../images/content_bg_t.jpg);
}

div.contentFoot {
	width: 800px;
	height: 30px;
	background: url(../images/content_bg_b.jpg);
}

div.content {
	width: 800px;
	background: url(../images/content_bg_m.jpg) repeat-y;
}

div.space {
	height: 20px;
}


/*------------------------------------------------------------------------------

 tab

------------------------------------------------------------------------------*/
#tabTop {
	position: relative;
	width: 770px;
	margin: 0 auto;
	line-height: 0;
}

	#tabTop li.tab01 {
	}
	
	#tabTop li.tab02 {
		position: absolute;
		top: 0;
		left: 260px;
	}
	
	#tabTop li.tab03 {
		position: absolute;
		top: 0;
		right: 0;
	}

#tabBottom {
	position: relative;
	width: 770px;
	margin: 0 auto;
	line-height: 0;
}

	#tabBottom li.tab01 {
	}
	
	#tabBottom li.tab02 {
		position: absolute;
		top: 0;
		left: 260px;
	}
	
	#tabBottom li.tab03 {
		position: absolute;
		top: 0;
		right: 0;
	}

		#tabTop li span, #tabBottom li span {
			position: absolute;
			top: 0px;
			right: 5px;
			height: 40px;
			font-size:10px;
			line-height:40px;
			color: #FFF;
		}

		#tabBottom li span {
			top: 10px !important;
		}


/*------------------------------------------------------------------------------

 article

------------------------------------------------------------------------------*/
div.article {
	width: 740px;
	margin: 0 auto;
}




table.midashiTable {
	background-color:#FFF;
	width: 740px;
}

	.place {
		width: 120px;
	}
	
	.midashi {
	}
	
		.midashi h2 {
			font-size: 22px;
			font-weight:bold;
			padding-left: 10px;
		}
	
	.face {
		width: 60px;
	}
	
	.midashiRight {
		width: 10px;
	}



table.kijiTable {
	margin-top: 20px;
	width: 740px;
}
	
	.kiji {
		vertical-align: top;
		text-align: left;
	}

	.photos {
		vertical-align: top;
		width: 374px;
	}
	
	.photos table {
		margin: 0 auto 5px;
	}










#footer {
	position: relative;
	margin-top: 40px;
}

	#footer li.btn01 {
	}
	
	#footer li.btn02 {
		position: absolute;
		top: 0;
		left: 180px;
	}
	
	#footer li.btn03 {
		position: absolute;
		top: 0;
		right: 0;
	}



#copyright {
	text-align: right;
	margin: 40px 0;
}








/*------------------------------------------------------------------------------

 photo frame

------------------------------------------------------------------------------*/

.phLT {
	width: 7px;
	height: 7px;
	background: url(../images/ph_bg_lt.jpg);
}
.phT {
	height: 7px;
	background: url(../images/ph_bg_t.jpg) repeat-x;
}
.phRT {
	width: 7px;
	height: 7px;
	background: url(../images/ph_bg_rt.jpg);
}
.phL {
	width: 7px;
	background: url(../images/ph_bg_l.jpg) repeat-y;
}
.phR {
	width: 7px;
	background: url(../images/ph_bg_r.jpg) repeat-y;
}
.phLB {
	width: 7px;
	height: 7px;
	background: url(../images/ph_bg_lb.jpg);
}
.phB {
	height: 7px;
	background: url(../images/ph_bg_b.jpg) repeat-x;
}
.phRB {
	width: 7px;
	height: 7px;
	background: url(../images/ph_bg_rb.jpg);
}