body {
	color: #000;
	background: #fff;
	margin: 0px;
	padding: 0px;
	text-aling: center;
}

/* layout */
#top {
	width: 700px;
	padding: 0px 0px 0px 0px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: outset #00c 1px;
}

#navbar {
	width: 700px;
	height: 34px;
	padding: 0px;
	margin:  0px;
	text-align: left;
}

/*----- LEFT SIDE BOX -----*/

#left-side {
	position: absolute;
	top: 215px;
	left:  0px;
	width: 180px;
	padding: 10px 20px 10px 5px;
	margin:  0px 0px 0px 0px;
	background-color: #9cf;
	border: outset #ccc 1px;
}	

#left-side img {
	margin: 10px 0px 10px 0px;
}

#linkbox {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	line-hight: 2.0;
	list-style: none;
}

#linkbox li{
	background: #fff;
	padding: 0px 0px 0px 14px;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
}

#linkbox a {
	color: #036;
}

#left-side-cnt {
	position: absolute;
	top: 860px;
	left:  0px;
	width: 180px;
	padding: 10px 10px 10px 10px;
	margin:  0px 0px 0px 0px;
	border: dotted #cc9 1px;
	font-family: verdana;
	font-size: 10pt;
	color: #cc9;
}

/*----- RIGHT SIDE BOX (invisible) -----*/

#right-side {
	position: absolute;
	top:  215px;
	left: 200px;
	width: 600px;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	border-style: none;
}

/*----- CENTER BOX -----*/

#center-box {
	width: 500px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	text-align: justify;
	border: outset #999 1px;
}	

/* -- for Links page --*/
#center-box li{
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	list-style: none;
}

#center-box a{
	color: #00c;
	text-decoration: normal;
}

#center-box img{
	margin: 0px 10px 10px 10px;
}

/* -- for Contact page --*/
#contact-box {
	width: 500px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border: outset #999 1px;
	background-color: #ffc;
}

/* -- for Contact page --*/
#aboutjru-box li{
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}

/*----- NEWS BOX (Center left) -----*/

#left-box {
	float: left;
	width: 250px;
	padding: 5px 5px 5px 5px;
	margin: 20px 0px 0px 0px;
	border: outset #ccc 1px;
	text-align: left;
}

#left-box li{
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 15px;
	list-style: none;
	font-family: sans-serif;
}

#left-box a{
	color: #00f;
	font-weight: normal;	
}

/*----- NEWS BOX (Center Right) -----*/

#right-box {
	float: right;
	width: 190px;
	padding: 10px 10px 10px 10px;
	margin: 20px 0px 0px 0px;
	border: outset #ccc 1px;
	text-align: justify;
	font-size: 13px;
}

#right-box img{
	margin: 0px 0px 0px 0px;
}

#right-box a{
	color: #00f;
/*	text-decoration: underline; */
}

#right-box ul{
	list-style-type: none;
	list-style-position: inside;
	marker-offset: 1em;
}

/* link */
.link {

}

.link div {
	float:right;
	height: 15;
	padding:3px 10px;
	border-right:dotted 1px #ccc;
}

.link div.link01 {
	border-left:dotted 1px #ccc;
}

a {
	vertical-align: middle;
	text-decoration:  none;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}


/* letter set */
/* title */
h1 {
	font-size: 200%;
/*	font-family: fantasy; */
}
h3 {
	color: #00c;
}
/* date */
h5 {
	font-size: 80%;
	color: #696969;
	line-height: 0.8;
}