body {
	background-color: #d0d0d0;
	margin: 0px;
}

/* Body font settings */

body, td, input, select {
	font-family: verdana;
	font-size: 10px;
}

body a:link {
	color: #0071b1;
	text-decoration: underline;
}

body a:visited {
	color: #4c5d77;
}

body a:hover {
	text-decoration: none;
}

body a:active {
	color: #ce5248;
}

.clear { 
	clear: both; 
}

form {
	margin: 0;
	padding: 0;
}

.small {
	font-size: 8px;
}

.title {
	font-size: 18px;
	margin: 0px;
	height: 18px;
}

.title a:link, .title a:visited, .title a:active { 
	text-decoration: none;
}

.contents {
	padding: 5px 5px 5px 8px;
}

input.button {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color:#000000;
	margin: 1px;
	padding: 1px;
	font-family: verdana;
	font-weight: bold;
}

input.button:hover {
	background-color: #D8D8D8;
	border: 1px solid #666666;
}

/* GENERAL STOP*/

/* FRONT PAGE START */

div.fp_content_big { 
	width: 700px; 
	text-align: left; 
	clear: left; 
	background-color:#eaeaea; 
	z-index: 2;
	border-top: 1px solid #ffffff; 
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

div.fp_content_small { 
	float: left; 
	width: 349px; 
	border-right: 1px solid #ffffff;
}

div.fp_content_small .contents UL {
	list-style: none;
}

#kakabar {
	border: 1px solid #000000;
	border-top: 0px;
	width: 160px;
	position: absolute;
	right: 0px;
}

#kakabar img {
	width: 150px;
	height: 100px;
	border: 2px solid #3d95ff;
}

#kakabar img:hover {
	border: 2px solid #ef0000;
}

#kakabar p {
	background-color: #FFFFFF;
	text-align: center;
	padding: 3px;
}

#kakabar a:link, #kakabar a:visited, #kakabar a:active {
	color: #ef0000;
	text-decoration: none;
	font-weight: bold;
}

#kakabar a:hover {
	color: #3d95ff;
	font-weight: bold;
	text-decoration: none;
}

/* FRONT PAGE STOP */