@charset "utf-8";
.bg_page_left {
	background-color: #E0DFE4;
	background-image: url(../images/bgpage1.jpg);
	background-repeat: repeat-x;
	background-position: left;
}
.style1 {color: #FFFFFF}
.bg_left {
	background-image: url(../images/bgpage1.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.bg_right {
	background-image: url(../images/bgpage2.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-attachment: fixed;
}
body {
	font-family: Tahoma; /* font name */
	font-size: 11px; /* font size */
	color:#ffffff;
}
input,select {	
	font-family: Tahoma; /* font name */
	font-size: 11px; /* font size */
	border-width:thin;
	height:inherit;
	color:#FFFFFF;
	 background:none;
}
textarea{	
	font-family: Tahoma; /* font name */
	font-size: 11px; /* font size */
	border-width:thin;
	color:#FFFFFF;
	height:inherit; width:400px;
	height:150px; background:none;
}
.link{
	font-family: Tahoma; /* font name */
	font-size: 11px; /* font size */
	color:#ffffff;
	text-decoration: none;
}
.link:hover {
	font-family: Tahoma; /* font name */
	font-size: 11px; /* font size */
	color:#ffffff;
	text-decoration: underline;
}

.linya {
	background-color: #006766;
}
