/**********************************
	General styles
***********************************/

body {
	color: #4D4D4D;
	font-family: Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;	
}

a {
	color: #005880;
}

a:hover {
	color: #006B95;
}

a:visited {
	color: #006B95;
}

a:visited:hover {
	color: #2C91B2;
}

h1 {
	font-size: 1.6em;
	color: #006B95;
	margin: 15px 0 15px 0;
	padding-left: 15px;
}

h2 {
	font-size: 1.3em;
	color: #007AAC;
	margin: 15px;
}

h3 {
	font-size: 1.1em;
	color: #56A7C1;
	margin: 15px;
}

p {
	margin: 10px 15px 5px 15px;
}


/**********************************
	Container
***********************************/

#container {
	width: 760px;
	height: 570px;
	background-color: white;
	text-align:left;	
	
/*	line-height: 15px; */
/*	border: 1px double; */
}

/**********************************
	Top rectangle
***********************************/
#banner {
	background-color: white;
	height:120px;
}

/**********************************
	Top navi
***********************************/
#top_navi {
	float: right;
	background-color: white;
	height: 15px;
	width: 170px;
	color: rgb(119,119,119);
	border-left: 1px dotted;
	border-right: 1px dotted;
	border-bottom: 1px dotted;
}

#top_navi {
	background-color: #ffffff;
	float: right;
}

#top_navi ul {
	margin: 0 0 0 7px;
	padding: 0px;
	background-color: #ffffff;
}

#top_navi li {
	display: inline;
	padding: 0px;
	font-weight: bold; 
	font-size: 9px;
}

#top_navi a, #top_navi a:visited {
	color: gray;
	text-decoration: none;
}

.current_top_navi {
	color: #ffffff;
}

.current_top_navi a:link, .current_top_navi a:visited {
	color: red !important;
}


/**********************************
	Main navi
***********************************/
#space {
	background-color: white;
	height:10px;
}

/**********************************
	Main navi
***********************************/
#main_navi {
	background-color: black;
	height:15px;
	border-top:1px dotted white;
	border-bottom: 1px solid white;
}

#main_navi ul {
	height: 100%;
	margin: 0px 0 0px 0;
	padding: 0 0 0 0px;
}

#main_navi li {
	list-style-type: none;
	float: left;
	width: auto;
	margin: 0px 0px 0 0px;
	border-right: 1px solid white;
}

#main_navi a:link, #main_navi a:visited {
	display: block;
	color: #D1EBF4;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	font-size: 12px;
	background-color: #000000;
}

#main_navi a:hover, #main_navi a:visited:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

.current {
	color: #ffffff;
}

.current a:link, .current a:visited {
	color: #f06B95 !important;
}

.current a:hover, .current a:visited:hover {
	color: #2C91B2 !important;
}

/**********************************
	Sub navi
***********************************/

#sub_navi {
	clear: both;
	background-color: rgb(249,55,107);
	width: 760px;
	height: 15px;
}

#sub_navi ul {
	margin: 0;
	padding: 0 10px 0 10px;
}

#sub_navi li {
	list-style-type: none;
	float: left;
	margin: 0px 4px 0 4px;
	background-image: url(imgs/bullet_off.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 12px;
}

#sub_navi a:link, #sub_navi a:visited {
	color: #ffffff;
	text-decoration: none;
}

#sub_navi a:hover, #sub_navi a:visited:hover {
	color:#ffffb0;
}

.youarehere a:link, .youarehere a:visited {
	color: #ffffff;
	font-weight: bold;
}

/**********************************
	Sidebar
***********************************/
#sidebar {
	width: 159px;
	height: 410px;
	background-color: white;
	float: right;
	border-left: 1px dotted;
	color:gray;
}

#authenticate {
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 5px;
	background-color: rgb(249,55,107);
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	clear:both;
}

#sidebar_box {
	background-color: white;
	height:100px;
}

/* sisddn link */
#sisaan_link {
	background-color: #000000;
	width:60px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float:right;
}

#sisaan_link a {
	color: #ffffff;
	text-decoration: none;
	color: #ffffff;
	margin: 0em;
	padding: 0em;
}

#sisaan_link ul {
	margin: 0px;
	padding-left: 15px;
}
#sisaan_link li {
	list-style-image: url(imgs/black_arrow.JPG);
	line-height: 11px;
}

#uutinen {
	margin: 0em 0px 0em 0em;
	padding: 0em 0px 0em 5px;
	background-color: #ffffff;
	font-size: 10px;
	color: rgb(119,119,119);
	border-bottom: 1px dotted;
	text-align: left;
	padding: 5px 5px 5px 5px;
}

#uutinen a:link, #uutinen a:visited {
	display: block;
	color: rgb(249,55,107);
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}

#uutinen a:hover, #uutinen a:visited:hover {
	display: block;
	color: rgb(200,60,110);
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}

#uutinen p {
	margin: 0px 0px 0px 0px;
}

/**********************************
	Content
***********************************/
#content {
	width: 600px; 
/*	height: 380px; */
	background-color: white;
	float: left;
}

#content ul {
/*	margin: 0px 0 0px 0; */
/*	padding: 0 0 0 0px; */
}

#content li {
	list-style-type: none;
/*	float: left; */
	width: auto;
/*	margin: 0px 0px 0 0px; */
/*	padding: 0 0 0 5px; */
	color: #123456;
}

#content_top {
	height: 100pt;
	background-color: white;
}

#content_top img {
	width:599px;
}


/* CONTENT MIDDLE */

#content_middle {
	height: 70px;
	background-color: white;
	margin-top:5px;
}

#content_middle_left {
	float:left;
	height: 70px;
	width:258px;
	background-color: white;
}

#content_middle_arrow { 
	float: left; 
    margin: 15px 0px 0px 0px; /* top, right, bottom, left */	
 } 
 
#content_middle_text {
	margin: -6px 0px 0 20px; /* top, right, bottom, left */
}

#content_middle_text h1{
	font-size: 20px;
	color: #006B95;
	margin-left: -15px;/* top, right, bottom, left */
	font-weight: normal;
} 

#content_middle_text p {
	font-size: 12px;
    margin:-15px 0px 0px 2px; /* top, right, bottom, left */
}

#content_middle_right {
	float:left;
	width:340px;
	height: 70px;
	background-color: white;
	background-image: url(http://www.nibai.net/images/11.jpg)
}

#content_middle_right h1 {
	font-size: 11px;
	color: black; 
	margin: 10px 0px 0 50px; /* top, right, bottom, left */
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}

#content_middle_right p {
	font-size: 9px;
	margin: 0px 5px 0px 65px; /* top, right, bottom, left */
	text-align: left;
	color:gray;
	text-decoration: none;
}

#content_middle_right h1 a:link, 
#content_middle_right h1 a:visited, 
#content_middle_right h1 a:hover, 
#content_middle_right h1 a:visited:hover {
	text-decoration: none;
	color: black; 
}
#content_middle_right p a:link, 
#content_middle_right p a:visited, 
#content_middle_right p a:hover, 
#content_middle_right p a:visited:hover {
	text-decoration: none;
	color:gray;
}

/* CONTENT BOTTOM */

#content_bottom {
/*	height: 177px; */
	background-color: white;
}


#content_bottom_box {
	float: left;
	background-color: white;
	width: 199px;
	height: 200px; 
	color:rgb(119,119,119);
	border-right: 1px dotted;
}

#content_bottom_box a:link, #content_bottom_box a:link:visited {
	color: rgb(249,55,107);
}

.content_bottom_box_img {
	width: 199px;
	height: 63px;
}

#content_bottom_arrow {
	float: left;
	margin: 3px 0px 0px 3px; /* top, right, bottom, left */
	height:110px;
}

#content_bottom_box_text {
	margin-top:-10px;
/*	margin: -10px 0px 0 0px; *//* top, right, bottom, left */
/*	height:110px; */
}

#content_bottom_box_text h1{
	font-size: 12px;
	color: #006B95;
	text-align: left;
}

#content_bottom_box_text p {
	font-size: 11px;
	text-align: left;
	color: rgb(119,119,119)	;
	margin-top: -15px; /* top, right, bottom, left */
}

/* MORE INFO LINK */

#more_info_link {
	background-color: #000000;
	width:118px;
	font-size: 9px;
	color:#ffffff;
	line-height: 11px;
	margin-left:15px;
	clear:both;
}

#more_info_link img {
	position:relative;
	top:-1px;
	left:1px;
}

#more_info_link a:link, 
#more_info_link a:visited,
#more_info_link a:hover,
#more_info_link a:link:visited
{
	color: #ffffff;
	text-decoration: none;
}

/**********************************
	Bottom navi
***********************************/

#bottom_navi {
	float:left;
	width: 760px;
	background-color: rgb(228,228,228);
	height:17px;
	font-size: 10px;
	padding: 3px 0 0 5px;
}

#bottom_navi ul {
	margin: 0px 0 0px 0;
	padding: 0 0 0 0px;
}

#bottom_navi li {
	list-style-type: none;
	float: left;
	width: auto;
	margin: 0px 0px 0 0px;
	padding: 0 0 0 5px;
	color: rgb(151,151,151);
}

#bottom_navi a:link, #bottom_navi a:visited {
	text-decoration: none;
	color: rgb(151,151,151);
}

#bottom_navi a:hover, #bottom_navi a:visited:hover {
	color: #FFFFFF;
}

/* End of file */
