@charset "utf-8";

/* CSS Document */

/* **********************************************

	Yahoo UI Library Reset CSS
	Copyright (c) 2007, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.net/yui/license.txt
	version: 2.3.1

*********************************************** */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,td,th,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

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

	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	|

=======================================*/
body {
	font-size:11px;
	*+html font-size:77%;
	line-height:140%;
	/*font-size: small;
	font: x-small;*/
}
table {
	font-size: inherit;
	font: 100%;
}

select,
input,
textarea {
	font-size: 99%;
}

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

	1-2.Universal selector

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

* {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

/* **********************************************
		base
*********************************************** */
body {
	color:#4f4f4f;
	text-align: center;
	height: 100%;
}

img {
	border: 0;
	padding:0;
	margin:0;
}

h1, h2{
	margin: 0 0 0 0;
	padding: 0;
	font-weight: normal;
}
h3{
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	margin: 0;
	padding: 0;
}

table, tr, td, th {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

tr, td, th{
	text-align: left;
	vertical-align: top;
}

a:link {
	text-decoration: underline;
	color: #4f4f4f;
}

a:visited {
	text-decoration: underline;
	color:#660000;
}

a:hover, a:active {
	text-decoration: underline;
}
/*
#container {
	margin: 0 auto;
	padding: 0;
	width: 782px;
	height: 100%;
	text-align: left;
}

.s12 {
	font-size: 92%;
	line-height: 1.6;
	font-family: Verdana, Arial, sans-serif;
}

.clear {
	clear: both;
	line-height: 0;
}
*/
/* ***************************************************************
		clearfix
**************************************************************** */
.clear {
	clear: both;
	line-height: 0;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* IE7 IE6 MacIE5 */
.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac E*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */