@charset "UTF-8";

/*======================================

	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	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

/* /////////////////////////////////////////////////////////////////////////// BaseSet */

/*li, dt, dd {display:inline;}
li img, dt img, dd img {display:block;}*/

body{
	color:#333333;
}

img{
	border: none;
	}

/* ///////////////////////////////////////// anchor */

a{
	text-decoration: none;
	color: #0066cc;
}

a:visited {
	min-height: 1em;	/* Mac Firefox */
	text-decoration: none;
	color: #006699;
}

a:hover{
	min-height: 1em;	/* Mac Firefox */
	text-decoration: underline;
	color: #0066cc;
}


/* ///////////////////////////////////////// ClearFix */

.clear{
	clear:both;
}
/* modern browsers */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
