@charset "utf-8";
* {
	padding: 0;
	margin: 0;
} 
/*-------------------------------------------------------------------------------*/
html {
    overflow-y:scroll;
}
/*-------------------------------------------------------------------------------*/
body {
	margin:0;
	padding: 0;
	background: #fff;
	color: #444;
	font: 12px Arial, Verdana, Tahoma, sans-serif;
}
/*-------------------------------------------------------------------------------*/
#content {
	width: 900px;
	margin: 0px auto 10px auto;
	padding: 5px 5px 5px 5px;
	background: #fff;
	border: 1px solid #fff;
}
/*-------------------------------------------------------------------------------*/
#header {
	height : 100px;
	width:900px;
	background: #fff;
}

#footer { 
	background: #66cc99;
	color: #eee;
	margin-top:20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	clear: both;
}

#left {
	float: left;
	width: 180px;
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
}

#right {
	float: right;
	width: 180px;
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
}

#main { 
	font:14px Verdana, 'Trebuchet MS', Sans-serif;
	float: right;
	width: 520px;
	padding: 0px 10px;
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
}
/*-------------------------------------------------------------------------------*/
#left h2 {
	font-family: Verdana, 'Trebuchet MS', Sans-serif;
	font-size: 15px;
	color: #fff;
	background: #66cc99;
	padding-top: 3px;
	text-align: center; 
}

.left-1 {
	margin-top: 0px;
	font: bold 12px Verdana, 'Trebuchet MS', Sans-serif;
	color:green;
	padding: 5px 0 5px 2px;
	text-align: right;
	border-bottom: 1px solid #c0c0c0;
}

/*---------------------*/
#left ul {	
	list-style: none;
	font-size: 1.1em;
}	

#left li a {
	font-weight: bold;
	padding-left: 4px;
	line-height: 2.0em;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}	
	
#left li a:hover {
	background: honeydew;
}
/*-------------------------------------------------------------------*/
#right h2 {
	font-family: Verdana, 'Trebuchet MS', Sans-serif;
	font-size: 15px;
	color: #fff;
	background: #66cc99;
	padding-top: 3px;
	text-align: center; 
}

.right-1 {
	font: bold 12px Verdana, 'Trebuchet MS', Sans-serif;
	margin-top: 10px;
	text-align: center; 
	background: #fff;

}
.rightprivacypic {
	text-align: center; 
	background: #fff;
	padding-top: 5px; 	
	border: solid #EDEDED 1px;
}
/*---------------------*/
#right ul {	
	list-style: none;
	font-size: 1.1em;
}	

#right li a {
	font-weight: bold;
	padding-left: 4px;
	line-height: 2.0em;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}	
	
#right li a:hover {
	background: honeydew;
}
/*-------------------------------------------------------------------*/
#main h2 {
	font-family: Verdana, 'Trebuchet MS', Sans-serif;
	font-size: 15px;
	color: #fff;
	background: #66cc99;
	padding-top: 3px;
	text-align: center; 
}
.main-a1 {
	font: bold 14px Verdana, 'Trebuchet MS', Sans-serif;
	color: #000;
	background: #66cc99;
	border: solid #EDEDED 1px;
	text-align: left; 
	padding: 5px;
}
.main-a2 {
	font: bold 12px Verdana, 'Trebuchet MS', Sans-serif;
	color: #000;
	text-decoration: underline;
	text-align: left; 
	line-height: 20px;
}
.main-img01{
	background: url("images/menu-03-company/t01.jpg") no-repeat;
	background-position: 10px 10px;
	font-size:14px;
	padding:20px 0px 20px 20px;
	line-height: 1.6em;
	height : 333px;
}
.main-img-privacypic{
	background: url("images/menu-09-privacy/JIPDEC01.gif") no-repeat;
	background-position: 10px 10px;
	font-size:14px;
	padding:20px 0px 20px 20px;
	line-height: 1.6em;
	height : 161px;
}
/*-------------------------------------------------------------------------------*/
#footer a {
	color: #aaa; text-decoration: none; 
}
#footer  a:hover {
	color: #777; 
}

/*-------------------------------------------------------------------------------*/
.kizon-page {
	background: honeydew;
}
.kizon-page a:hover {
	color: #ff0000;
}
.main-text{
	padding: 5px;
	text-align: left; 
}
/*-------------------------------------------------------------------------------*/
a{
	text-decoration: none; 
}
a:hover {
	text-decoration: underline; 
}
