/* CSS Document */
/* ## 2007/07/06 START JPC sayaka ## */
/* ## WIKIPLUS JP SITE LAYOUT STYLE ## */



body {
	font-size: 85%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	color: #666;
	background-color: #FFF;
}

img {
	border: none;
}

a:link {
	color:#900;
	background-color:inherit;
	text-decoration:none;
}

a:active {
	color:#F60;
	text-decoration:none;
}

a:visited {
	color:#900;
	text-decoration:none;
}

a:hover {
	color:#F60;
	text-decoration:underline;
}

/* ## HEADER STYLE ########## */
/* ## TAB AREA STYLE ## */
#site_title {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: x-small;
	text-align: left;
}

#header {
	background-image: url(image_temp/bg_head.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
}

/* ## JPC LOGO ## */
#right_td {
	text-align: right;
	width: 350px;
}


/* ## FOOTER STYLE ## */

#foot {
	background-image: url(image_temp/bg_foot.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#foot p {
	font-size: 90%;
	color: #333333;
	margin: 0px;
	padding: 10px;
}

#bottomarea {
	width: 770px;
	margin-right: auto;
	margin-left:auto;
	font-size: 95%;
	color: #333;
	text-align: left;
}

/* -- TOOLBAR -- */
div#toolbar {
	background-image: url(image_temp/toolbar.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 2px solid #F90;
	display: block;
	width: 580px;
	clear:both;
	padding: 2px 15px 3px 3px;
	margin-bottom: 15px;
	text-align:right; 
}


#footer {
	font-size: 11px;
	text-align: left;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
