html,body{margin:0;padding:0}
div#header h1{height:80px;line-height:80px;margin:0;
  padding-left:10px;background: #EEE;color: #79B30B}
div#content {}
div#navigation{}
div#extra{}
div#footer{background: #333;color: #FFF}
div#footer p{margin:0;padding:5px 10px}

div#wrapper{float:left;width:100%}
div#content{margin: 0 25%}
div#navigation{float:left;width:25%;margin-left:-100%}
div#extra{float:left;width:20%;margin-left:-20%}
div#footer{clear:left;width:100%}

body {
	font-family: osaka, arial;
	line-height: 140%;
	background-image: url(image_set_portal/background_light.gif);
	color: #333333;
	font-size: 0.75em;
}
a:link {
	color: #003300;
	text-decoration: underline;
}
a:visited {
	color: #006600;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #006600;
	text-decoration: underline;
}

#body-box {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	background-color: #FFFFCC;
	border: 1px solid #FF9933;
}

#header-box {
	background-color: #ffc080;
	height: 80px;
}
#header-description{
	font-size: 10px;
}
#header-title {
	float: left;
	text-align: center;
	width: 250px;
	color: #FFFFFF;
}
#header-banner {
	float: right;
	color: #FFFFFF;
	font-size: 10px;
}
#header-menu {
	background-color: #FFE3BF;
	text-align: right;
	padding: 2px;
}
#contents-left-menu{
	float: left;
	width: 200px;
	background-color: #c5ec84;
	padding: 2px;
}
#contents-body{
	float: left;
	width: 620px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1em;
}
#contents-right-menu{
	float: right;
	width: 126px;
	background-color: #a6baff;
	text-align: center;
}
#footer {
	font-size: 10px;
	background-color: #FFC77F;
	text-align: center;
	padding: 1px;
}
.rightmenu-title {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #646BB7;
}
.leftmenu-title {
	color: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
}
.leftmenu-link {
	padding-left: 10px;
	padding-top: 3px;
	border-bottom: 1px solid #006633;
	border-left: 1px solid #006633;
	font-weight: bold;
	padding-bottom: 1px;
}
	.leftmenu-link a:hover {
		color: #FFFFFF;
		background-color: #FFCC33;
	}
.leftmenu-banner {
	text-align: center;
	background-color: #FF9933;
}
.leftmenu-pick-title {
	font-weight: bold;
	letter-spacing: 3px;
	border-right: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	background-color: #FFCC33;
}
.leftmenu-pick-desc {
	text-align: left;
}
.contents-box {
	border-bottom: 1px dotted #FFCC33;
	margin-bottom: 20px;
	font-size: 1.2em;
}
.contents-banner {
	float: left;
}
.contents-description {
	padding: 5px;
}
.contents-title {
	background-color: #646BB7;
	border-left: 10px solid #1220B7;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 10px;
}
h1 {
	background-color: #a6baff;
	border-left: 10px solid #646BB7;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 10px;
	font-size: 1.5em;
	padding-top: 11px;
	padding-bottom: 11px;
}
h2 {
	background-color: #a6baff;
	border-left: 10px solid #646BB7;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 10px;
}
table {
	border:none;
}

td, th {
	border-bottom:1px dotted #333333;
	border-right:none white;
	padding:6px 2px;
	background-color: #FFFFFF;
	border-top: none;
	border-left: 1px dotted #333333;
}

p.desc {
	text-align:left;
	font-size: 1.5em;
	}
.com {
	font-size: 0.8em;
	}
p.aki {
	text-indent: 10px;
	}
ul {
	text-align:left;
	padding-left:5;
	margin-top:0
	}

li {
	font-size:1em;
	color:#555555;
	margin-bottom:0.5em;
	font-weight: bold;
	}
	
	
	
	
	
/* 
 *		Horizontal, top-2-bottom menu
 *		Copyright Aleksandar Vacic, www.aplus.co.yu, some rights reserved http://creativecommons.org/licenses/by/2.0/
 */

/*		------	Basic style	------		*/

#menu {
	display: block;
}

#menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
}

#menu a {
	display: block;
}

#menu li li {
	width: 100%;
}

/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */
#menu li li ul {
	top: 0;
	left: 0;
}

/* ...and then place it where it should be when shown */
#menu li li:hover ul {
	left: 100%;
}

/* initialy hide all sub menus */
#menu li ul {
	display: none;
	position: absolute;
	z-index: 10;
}

/* display them on hover */
#menu li:hover>ul {
	display: block;
}

/* this is needed if you want to style #menu div - force containment of floated LIs inside of main UL */
#menuList:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

/* Fix for IE5/Mac \*//*/
#menu a {
	float: left;
}

#menuList {
	display: inline-block;
}
/*  */

/*		------   Make-up	--------			*/

#menu {
	color: #000;
	background-color: #9c6;
	border: 1px solid #693;
}

#menu li:hover {
	background-color: #693;
}

#menu a {
	text-decoration: none;
	text-align: center;
	color: #360;
	padding: 4px 5px 5px;
}

#menu li:hover>a {
	color: #fff;
}

#menu li ul {
	color: #000;
	background-color: #9c6;
	border: 1px solid #693;
	width: 130px;
}

#menu li ul a {
	text-align: left;
}

#menu li li.submenu {
	background-image: url(images/arrow-w.gif);
	background-repeat: no-repeat;
	background-position: right;
}


#yoko {
width:90em;
height:3em;  
margin: 0; 
padding :0;
}
#yoko ul { 
margin: 0; 
padding :0; 
list-style-type : none; 
}
#yoko li { 
display : inline; 
padding :0; 
margin:0; 
float:left 
}
#yoko a {
display:block; 
border-bottom:1px solid #aac; 
border-top:1px solid #aac; 
border-left:1px solid #aac;
background-color:#dde;
font-size:x-small;
padding:1px 0px 1px 0px;
text-decoration:none;
color:#557;
width:9em;
height:1.5em;
margin:0px 0px;
text-align:center;
}
#yoko a:hover {
display:block; 
border-top:1px solid #aca; 
border-bottom:1px solid #aca; 
border-left:1px solid #aca; 
background-color: #ded;
font-size:x-small;
padding:1px 0px 1px 0px;
text-decoration:none;
color:#575;
height:1.5em;
text-align:center;
}
#yoko #menu_left a {
display:block; 
border:1px solid #aac;
background-color:#dde;
font-size:x-small;
padding:1px 0px 1px 0px;
text-decoration:none;
color:#557;
width:9em;
height:1.5em;
margin:0px 0px;
text-align:center;
}
#yoko #menu_left a:hover {
background-color:#ded;
display:block; 
border1px solid #aca;
background-color:#ded;
font-size:x-small;
padding:1px 0px;
text-decoration:none;
color:#575;height:1.5em;
text-align:center;
}

