
* {
 	padding: 0;
 	margin: 0;
	font-weight: normal;
	font-style: normal;
}

body {
	 color:#666666;
	 font-size: 12px;
	 background-color:#ffffff;
}

#wrapper {
 	width: 752px;
 	margin: 0 auto;
}

#border {
 	border: 1px solid #031f47;
 	margin: 20px 0px 5px 0px;
 	background-color: #fffffe;
 	min-height: 776px;
 	float: right;
 	width: 750px;
}


* html #border {height:776px} /* IE Min-Height Hack */ 

#header {
 margin: 6px 5px 3px 5px; 
 background-image:url(../sozai/office/office.jpg);
 background-repeat:no-repeat;
 height:179px;
}

.headertext
{
	width:600px;
	color:#ffffff;
	margin:0px 0px 0px 30px;
	float:left-bottom;
	clear:none;
	padding:150px 0px 0px 0px;
}

.headertext h1{
	color:#ffffff;
}


/* ------------------------ Start Navigation Bar -----------------*/
#topmenu
{
height:46px;
width: 740px;
padding-left:5px;
background-repeat:no-repeat;
}

/*MEUNU*/
.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../sozai/office/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../sozai/office/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	
	background: url(../sozai/office/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}

/* ------------------------ End Navigation Bar -----------------*/


/* ------------------------ Start Images -----------------*/
img {
 display: inline;
 border: none;
}
img.block {
 display: block;
}
img.float {
 float: left;
 margin: 0px 14px 10px 0px;
}

img.it{
	float:left;
	vertical-align: top;
	margin-right:5px; 
}
/* ------------------------ End Images -----------------*/


/* ------------------------ Start Main Columns -----------------*/
#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 6px 0px 0px 0px;
 display: inline; /* IE Hack */
 width: 690px;
 min-height: 300px;
 padding: 0;

}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */

* html .leftcolumn-inner {height:40px} /* IE Min-Height Hack */

.in-the-news { /* Parent Wrapper for inside boxes */
 width: 690px;
 min-height: 125px;
 margin:10px auto 0px auto;

}
* html .in-the-news {height:125px} /* IE Min-Height Hack */
.left-mid {
 background-color:#c5d7eb;
 width: 690px;
 margin:0px auto 7px auto;
}

.left-heading {
 	padding: 0px; 
	width: 690px;
}
.left-heading h3
{
	font-size: 16px;
 	color: #fff;
 	min-height: 11px;
 	font-weight: bold;
}

.content{
	width:650px;
	margin:20px auto 20px auto;
	text-align:left;
	font-size:10pt;
}

.content a{
	color:#006599;
 	text-decoration:none;
}

.content a:hover{
	color:#49c5ff;
	text-decoration:none;
}

* html .left-heading {height:11px} /* IE Min-Height Hack */
/* ------------------------ End Main Columns -----------------*/

/* ------------------------- Start Headings ---------------------*/
h1 {
 font-size: 16px;
 color: #72C236;
}
/* ------------------------- End Headings ---------------------*/


#footer {
 font-size: 10px;
 clear: both;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin-bottom: 5px;
 text-align:center;
}


ul#daily-links li {
 list-style: none;
 margin-left: 2px;
}
ul#nav-links li {
 display: inline;
 margin-left: 0px;
 padding-left: 12px;
 
}

ul#daily-links li a:link{
 color: #333;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:visited{
 color: #333;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:hover{
 color: #999;
 text-decoration: none;
 font-weight: bold;
}




a:link {
 	color:#006599;
 	text-decoration:none;
}

a:hover{
	color:#49c5ff;
	text-decoration:none;
}
a:visited {
 	color:#006599;
 	text-decoration:none;
}

a:active {
	color:#49c5ff;
	text-decoration:none;
}

.valid {
 margin: 10px 0px 0px 10px;
}




/*tab*/

.tab{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	background: url(../sozai/office/tab.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.tab li{
	float:left;
}

.tab li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	
	padding:0px 0px 0px 10px;
	line-height: 46px;
	text-align: center;	
}

.tab li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}


.tab li.current a, .tab li a:hover{
	color: #fff;
	background: url(../sozai/office/tabhhl.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.tab li.current a b, .tab li a:hover b{
	
	background: url(../sozai/office/tabhr.gif) no-repeat right top; /*right tab image path*/
}

/* ------------------------ End Navigation Bar -----------------*/



/*leftmenu*/

.leftmenu{
	width:140px;
	margin-right:10px;
	float:left;
	font-size:10pt;
}

.lmenu li{
	margin-top:10px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	list-style:none;
}

.lmenu li a{
	color:#006599;
	border-left:5px solid #006599;
	padding-left:10px;
	margin-top:5px;
}

.lmenu li a:hover{
	color:#49c5ff;
	border-left:5px solid #49c5ff;
}

.lmenu li.current{
	background-color:#006599;
	color:#ffffff;
	padding:5px;
	text-align:center;
}

.rcon{
	width:470px;
	float:left;
	font-size:10pt;
}


/* top menu cell 3*/

.tmc3{
	width:220px;
	margin:0px 9px 10px 0px;
	float:left;	
}

.tmcontent{
	width:220px;
	padding:0px;
	background-color:#c5d7eb;
}

.tmcon{
	width:200px;
	padding:10px;

}

.tmcon a, .tmcon2 a{
	color:#006599;
 	text-decoration:none;
}

.tmcon a:hover, tmcon2 a hover:{
	color:#49c5ff;
	text-decoration:none;
}


/*top menu cell2 */
.tmc2{
	width:420px;
	margin:0px 25px 10px 0px;
	float:left;
}

.tmcontent2{
	width:420px;
	paddig:0px;
	background-color:#c5d7eb;
}

.tmcon2{
	width:400px;
	padding:10px;
}

	

/*  font  */

.att{
	color:red;
}

.aaa{
	color:#ffffff;
	background-color:#696969;
	font-size:12pt;
	padding:10px 10px 5px 10px;
	margin:10px 0px 10px 0px;
}

.tell{
	font-size:15pt;
}

.ssdd{
	font-size:12pt;
	color:#666666;
}

.mm{
	line-height:15pt;
}

HR{
	color:#a9a9a9;
	border:3px;
	height:3px;
	border-style:dashed;
	margin:10px 0px 10px 0px;
}

.button{
	width:140px;
	height:38px;
	line-height:30pt;
	font-size:15pt;
	text-align:center;
	color:#ffffff;
	margin:5px;
	background-image:url(../sozai/office/bb.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}

.button a{
	color:#ffffff;
	font-weight:bold;
}

.button a:hover{
	color:#8cd4df;
}
	
	