/* CSS Document */

body{background:#fff; color:#0F0F0F; font-size:12px; font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; margin:10px 0 0; padding:0;}
div, ul, h1, h2, h3, li, p, img{margin:0; padding:0;}
ul{list-style-type:none;}
h1{
	font-size:10px;
	font-weight:lighter;
	line-height:110%;
	color:#92C4C8;
}

a:link {
	color:#0060BF;
	text-decoration:underline;
}
a:visited {
	color:#0060BF;
	text-decoration:underline;
}
a:hover {
	color:#32B8B8;
	text-decoration: none;
}
a:active {color:#0060BF;text-decoration:underline;}


iframe a:link {
	color:#0060BF;
	text-decoration:underline;
}
iframe a:visited {
	color:#0060BF;
	text-decoration:underline;
}
iframe a:hover {
	color:#32B8B8;
	text-decoration: none;
}
iframe a:active {color:#0060BF;text-decoration:underline;}

/* TOP PANEL*/
#topPanel{width:762px; height:250px; position:relative; margin:0 auto; padding:0;}
#topPanel img{ z-index:1; padding:0; position:absolute; margin:10px 0 0 0px;}

/* MENU PANEL*/
#topPanel ul{display:block; width:762px; height:36px; position:absolute; top:0; right:0; margin:45px 0 0; border-bottom:1px solid #AEAEAE;}
#topPanel ul li{float:right; font:11px/36px }
#topPanel ul li a{width:108px; height:36px; display:block; padding:0; color:#555; background:#fff; text-decoration:none; text-align:center; margin:0 1px 0 0; top:0px; left:0px;}
/*#topPanel ul li a:hover{width:108px; height:36px; text-decoration:none; background:url(images/button.gif) no-repeat 0 0 #AEAEAE; color:#fff;}*/
#topPanel ul li a.active{width:108px; display:block; height:36px; background:url(images/button.gif) no-repeat 0 0 ; color:#fff; text-align:center; margin:0 1px 0 0;}
#topPanel ul li a.tel{width:255px; display:block; background:url(images/tel.gif) no-repeat 0 0;}

/* HEADER PANEL*/
/*1st*/
#topPanel #headerPanelfast{width:246px; height:100px; position:absolute; top:0; left:0; margin:130px 0 0; padding:0px; background:url(images/orange-normal.jpg) no-repeat 0 0 ; color:#fff;}
#topPanel #headerPanelfast a{width:246px; height:263px; display:block; text-decoration:none; }
#topPanel #headerPanelfast a:hover{width:246px; height:100px; background:url(images/orange-hover.jpg) no-repeat 0 0 ; color:#fff; text-decoration:none;}
#topPanel #headerPanelfast a.active{width:246px; height:100px; background:url(images/orange-hover.jpg) no-repeat 0 0 ; color:#fff; text-decoration:none;}

/*2nd*/
#topPanel #headerPanelsecond{width:246px; height:100px; position:absolute; top:0; left:258px; margin:130px 0 0; padding:0px; background:url(images/green-normal.jpg) no-repeat 0 0 ; color:#fff;}
#topPanel #headerPanelsecond a{width:246px; height:100px; display:block; text-decoration:none; }
#topPanel #headerPanelsecond a:hover{width:246px; height:263px; background:url(images/green-hover.jpg) no-repeat 0 0 ; color:#fff; text-decoration:none;}
#topPanel #headerPanelsecond .active{width:246px; height:263px; background:url(images/green-hover.jpg) no-repeat 0 0 ; color:#fff; text-decoration:none;}

/*3rd*/
#topPanel #headerPanelthird{width:246px; height:100px; position:absolute; top:0; right:0; margin:130px 0 0; padding:0px; background:url(images/blue-normal.jpg) no-repeat 0 0 ; color:#fff;}
#topPanel #headerPanelthird a{width:246px; height:100px; display:block; text-decoration:none; }
#topPanel #headerPanelthird a:hover{width:246px; background:url(images/blue-hover.jpg) no-repeat 0 0 ; color:#fff; text-decoration:none;}
#topPanel #headerPanelthird .active{width:246px; background:url(images/blue-hover.jpg) no-repeat 0 0 ; color:#fff; text-decoration:none;}

/* /TOP PANEL*/

/* BODY PANEL*/
#bodyPanel{
	width:762px;
	position:relative;
	margin:0 auto;
	padding:0;
}
#bodyPanel p {color:#555555;
	font-size: 12px;
	line-height:250%}
	
#bodyPanel p.dotline{background:url(images/dot-line.gif) 0 0 repeat-x #fff; 
margin:20px 0; 
color:#000;}

#bodyPanel span.under{
	color:#FF543D;
	text-decoration:underline;
	font-weight:bold;
}
#bodyPanel span.s{
	color:#555555;
	font-size:10px;
	line-height:130%;
}

#bodyPanel h3{
	background:#fff;
	display:block;
	height:22px;
	padding:10px 0 10px 15px;
	margin-bottom:5px;
	font-size:18px;
	font-weight:normal;
	color:#009BA0;
}

#bodyPanel #info{
	display:block;
	background-color:#31B7B7;
	padding:18px;
	background-image:url(images/topics_bg.jpg)
}





/* FOOTER PANEL*/
#footerPanel{
	width:100%;
	background-color:#97CBFF;
	color:#4C4C4C;
	font-size:12px;
}