﻿/* CSS Document */

@import "reset-fonts-grids.css";
@import "carousel-component.css";

/*======================================

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77%  = 10px	| 125%   = 16px	|	167% = 22px	
	88%  = 11px	|	132%   = 17px	|	174% = 23px
	94%  = 12px	|	138.5% = 18px	|	182% = 24px
	100% = 13px	|	146.5% = 19px	|	189% = 25px
	108% = 14px	|	153.9% = 20px	|	197% = 26px
	119% = 15px	|	161.6% = 21px	|
	
	10.12.2007

=======================================*/

/*----------------------------------------
 __base_style
----------------------------------------*/

*{
	margin:0;
	padding:0;
	}
	
body {
	margin:0;
	color: #333;
	line-height: 1.5;
	text-align: left;
	background: url(../images/bg_ucar.jpg) repeat-x center top #E8C21E;
	}
	
* + html body {
	font-size:75%;
	}

a {
	color: #62728F;
	text-decoration: none;
	}

a:visited:hover {
	color: #839BAF;
	text-decoration: underline;
	}

a:hover {
	color:#839BAF;
	text-decoration: underline;
	}

li{
	list-style-type:none;
	}
	
img{
	border:0;
	vertical-align:top;
	}

div:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

div {
	display: inline-table;
	}

/* Hides from IE-mac \*/
div {
	display: block;
	}
/* End hide from IE-mac */

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clear {
	display: inline-table;
	}

/* Hides from IE-mac \*/
.clear {display: block;}
/* End hide from IE-mac */

