/*************************
  ALL Style
*************************/
*{
	margin: 0px;
	padding: 0px;
}
body {
	background-repeat: repeat;
	text-align: center;
	background-color: #FFF;
}
img{
	border:0px;
}
#wrapper{
	margin: 0px auto;
	text-align: left;
	width: 770px;
	min-height: 660px;
	background-color : #FFF;
	background-image : url(images/bk.jpg);
	background-repeat: repeat-y;
}
#header{
	width: 770px;
	height: 100px;
	text-align: center;
}
#footer{
	margin : 0px 6px 0px 3px;
}
#header img{
	margin : 0px 6px 0px 3px;
}
.globalNaviItem{
	margin : 0px 6px 0px 3px;
	clear : left;
}
.leftMark {
	border-left: 6px solid #000;
	padding-left: 8px;
	margin: 6px 0px;
}

