/*--------------------------------------------------   index	 ---------------------*/

body {
    background-image:url(../html/images/osawa_bg.png);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	line-height:16px;
}
a {
	font-family: Tahoma;
	font-size: 10px;
	color:#cccccc;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
.menu a {
	font-family: Tahoma;
	font-size: 10px;
	color:#ffffff;
}
.menu a:link {
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
}
.menu a:hover {
	text-decoration: none;
	color: #003DF5;
}
.menu a:active {
	text-decoration: none;
}

.baslik{
	font:Tahoma;
	color:#042548;
	size:12px;
	}
input, textarea {
	border:1px solid #CCCCCC;
	font-family:Tahoma;
	font-size:12px;
	height:15px;
	color:#333333;
	line-height:13px;
	padding-left:2px;
	padding-right:2px;
	
}
a.pname{color:#990000;}