/* CSS Document */

@import url("reset.css");


/*
-----------------------------------------------------------------
All
-----------------------------------------------------------------
*/

html{
	width: 100%;
	height: 100%;}
	
pre{
	width: 100%;
    height: 100%;}
	
body{
	height: 100%;
	text-align:left;
	font-size: 100%;
	background-image: url(../images/img_bgContainer.gif);
	background-repeat:repeat-y;
	background-position:left top;
	border-left: solid 1px #cccccc;}

a{ color: #333333;
	text-decoration: underline;}
a:hover{ color: #CCCCCC;}

#container{
	width: 755px;
	height: 100%;
	margin:  0;
	padding: 0;
	text-align: left;}

/*
-----------------------------------------------------------------
Header
-----------------------------------------------------------------
*/

#header{
	width: 750px;
	height:;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
	text-align: left;
	border-top: solid 5px #2B80A8;
	background-image:url(../images/img_header.gif);
	background-position: top left;}
	
#header .siteId {
	width: 750px;
	height: 180px;
	margin: 43px 0 0 0;
	paddin: 0;
	background-image: url(../images/img_title.gif);
	background-position: top left;
	background-color: #2B80A8;
	line-height:0.7;}

#header .siteId h1{
	font-size: 140%;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	font-family: "lr o", "ז", "qMm Pro W3";
	padding: 70px 0 0 20px;}

#header .siteId .caption{
	font-size: 60%;
	text-align: left;
	font-weight:normal;
	margin-left: 0px;}


/*
-----------------------------------------------------------------
Main Area
-----------------------------------------------------------------
*/

#mainArea {
	width: 750px;
	margin:0;
	padding:0;
	background: #ffffff url(../images/img_bgMain.gif) top left no-repeat;}

#main{
	width: 550px;
	float: right;
	display: inline;
	text-align: center;
	color: #333333;
	margin: 0;
	padding: 30px 20px 0 0;}

.subTitle{
	font-weight: normal;
	font-size: 76%;}
	
#main .contents{
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#main .contents h2{
	font-size: 90%;
	font-weight: bold;
	color: #2B80A8;
	padding: 10px 0 5px 20px;
	background: url(../images/icon_title.gif) center left  no-repeat;}

#main .contents h2 .titleBg{}

#main .contents .text{
	margin: 0 auto;
	font-size: 76%;}

#main .contents .text p{
	line-height: 23px;
	margin-bottom: 30px;}
	
/*
-----------------------------------------------------------------
Navigation
-----------------------------------------------------------------
*/
.navi{
	width: 160px;
	padding: 0;
	text-align: left;
	margin: 30px 0 0 0;
	float: left;
	display: inline;
	line-height: 1;}

.navi ul li{
	font-size: small;
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	font-weight: bold;
	border-bottom: dashed 1px #94D1E9;
	margin: 10px 0 0 10px;}
.navi ul li .subText{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;}
.navi ul li a{
	padding: 0 0 10px 15px;
	color:#4DA9B9;
	background: url(../images/icon_arrowOff.gif)  0 2px no-repeat;
	display: block;
	text-decoration: none;}
.navi ul li a:hover{
	background: url(../images/icon_arrowOn.gif)  0 2px no-repeat;
	display: block;
	color:#4DA9B9;
	text-decoration: underline;}

.navi ul li.naviLast{ background-image: none;}
	

/*
-----------------------------------------------------------------
Footer
-----------------------------------------------------------------
*/
	
#footer{
	width: 750px;
	height: 20px;
	clear: both;
	margin: 0;
	padding: 0;
	color: #94D1E9;
	font-size: 0.7em;}
	
#footer .copyright{
	float: left;
	display: inline;
	padding-left: 10px;}

#footer .noire{
	float: right;
	text-align: right;
	display: inline;
	padding-right: 10px;}
#footer .noire a{ color: #94D1E9;}

