@charset "utf-8";
	
/* 
*
*	Reset and Base Style Sheet
*	Last Update 2007-05-04
*
*	1-1.Yahoo UI Library Fonts CSS
*	1-2.Universal selector
*	1-3.Structure Module
*	1-4.Text Module
*	1-5.Hypertext Module
*	1-6.List Module
*	1-7.Edit Module
*	1-8.Forms Module
*	1-9.Tables Module
*	1-10.Image Module
*	1-11.Object Module
*
*/

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

	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: 13px;
	*font-size: small;
	*font: x-small;
}

table {
	font-size: inherit;
	font: 100%;
}

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

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

	1-2.Universal selector

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

* {
	line-height: 1.4;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin:0;
	padding:0;
}

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

	1-3.Structure Module

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

body {
	color: #333;
	background-color: #fff;
}

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

	1-4.Text Module

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

p,
pre,
address,
cite {
	font-size: 100%;
}

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

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

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

	1-5.Hypertext Module

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

a:link {
	color: #005585;
}

a:visited {
	color: #005585;
}

a:hover {
	color: #E17E90;
}

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

	1-6.List Module

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

ul,
ol,
dl {
	margin:0;
	padding:0;
	list-style-position: inside;
}

li,
dt,
dd {
	margin:0px;
}

dt {
	margin-top:0;
}

dd {
	margin-bottom:0;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin:0;
}

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

	1-7.Edit Module

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

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

	1-8.Forms Module

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

form {
	margin:0;
	padding:0; 
}

form dl,
form p {
	margin:0;
}

fieldset {
}

legend {
}

input,
textarea {
	margin: 0.4em 10px;
	padding: 0.1em 10px;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
}

input {
}

input:hover,
textarea:hover {
	border: 1px solid #aaa;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
}

textarea {
	padding: 0.4em 10px;
}

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

	1-9.Tables Module

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

table {
	margin:0;
}

th,
td {
	padding:0;
}

th {
}

td {
}

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

	1-10.Image Module

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

img {
	vertical-align: bottom;
	border:none;
	behavior:url('..//js/ie_png_fix.htc');
}

a img {

}

a:hover img {

}

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

	1-11.Object Module

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

object,
embed {
	margin:0;
}



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

	           clearfix

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

.clearfix{
    zoom:1;/*for IE 5.5-7*/
}


.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}


.redBold{
color:#CC0000;
font-weight:bold;
}

.blueBold{
color:#0099FF;
font-weight:bold;
}

.textRed{
color:#FF0000;
font-weight:inherit;
}

.textOrange{
	color:#FF9900;
	font-weight:inherit;
}

.textBlue{
color:#0099FF;
font-weight:inherit;
}

.textGreen {
color:#006600;
font-weight:inherit;
}

.textNormal{
font-weight:normal;
}

.greenBold{
font-weight:bold;
color:#006600;
}

.orangeBold{
font-weight:bold;
color:#FF9900;
}

.rightSide{
margin-left:85px;
}

.textBold{
font-weight:bold;
}