/* =====================================================================
*    Yahoo UI Library Reset CSS
*    Copyright (c) 2009, Yahoo! Inc. All rights reserved.
*    Code licensed under the BSD License:
*    http://developer.yahoo.net/yui/license.txt
*    version: 2.7.0
* =================================================================== */
 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, td, th, pre, code, form, fieldset, legend, input, button, 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;
}

 
/* =====================================================================
*    Basic Format
* =================================================================== */

* {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

html,body {
	height: 100%;
}

body {
	color: #1a1a1a;
	line-height: 2.0;
	letter-spacing: 0.07em;
}
 
hr {
	display:none;
}
 
form {
	margin:0;
	padding:0;
}
 
input, textarea {
	font-family: Helvetica, Arial, sans-serif;
}
 
input {
	line-height: 1.2;
}
 
textarea {
	padding: 0.4em 10px;
}
 
img {
	
	vertical-align: bottom;
}

p {
	line-height: 2.0;
}

abbr {
	border: none;
}


/* =====================================================================
*    Yahoo UI Library Fonts CSS
*    Copyright (c) 2009, Yahoo! Inc. All rights reserved.
*    http://developer.yahoo.com/yui/license.txt
*    version: 2.7.0
*    
*    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:15px;
	/* for IE6/7 */ 
	*font-size:small;
	/* for IE Quirks Mode */
	*font:x-small; 
}

table {
	font-size: inherit;
	font: 100%;
}
 
select, input, textarea {
	font-size: 99%;
}


/* =====================================================================
*    Basic Font Format
* =================================================================== */

body {
	font-family: Verdana, 'YuGothic', 'Yu Gothic','游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
*:first-child+html body {
	font-family: Verdana, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
* html body {
	font-family: Verdana, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}


.x-large   { font-size: 174%; }
.large     { font-size: 144%; }
.mid       { font-size: 122%; }
.small     { font-size:  92%; }
.x-small   { font-size:  77%; letter-spacing: 1px; }


/* =====================================================================
*    Basic Hyperlink Format
* =================================================================== */

/* \*/ a { outline:none; overflow:hidden; } /**/
/* \*/ a:focus { outline:none; overflow:hidden; } /**/

a         { color: #000; text-decoration: none; }
/*a:visited { color: #00A0C6; text-decoration: none; }*/
a:hover   { color: #FFFFFF; text-decoration: none; background-color: transparent; }
a:focus   { color: #FFFFFF; text-decoration: none; background-color: transparent; }
/*a:active  { color: #00A0C6; text-decoration: none; }*/

a.altText:hover { background-color: transparent; }


::-moz-selection {
	background: #AAD8F2;
	color: #000000;
}
::selection {
	background: #AAD8F2;
	color: #000000;
}

/* =====================================================================
*    Margin
* =================================================================== */

.mgT5 {margin-top:5px;}
.mgT10 {margin-top:10px;}
.mgT15 {margin-top:15px;}
.mgT20 {margin-top:20px;}
.mgT40 {margin-top:40px;}
.mgB2 {margin-bottom:2px;}
.mgB5 {margin-bottom:5px;}
.mgB10 {margin-bottom:10px;}
.mgB15 {margin-bottom:15px;}
.mgB20 {margin-bottom:20px;}
.mgB30 {margin-bottom:30px;}
.mgB40 {margin-bottom:40px;}
.mgL5 {margin-left:5px;}
.mgL10 {margin-left:10px;}
.mgL20 {margin-left:20px;}
.mgR5 {margin-right:5px;}
.mgR10 {margin-right:10px;}
.mgR20 {margin-right:20px;}
.mgR21 {margin-right:21px;}
.pdT10 {padding-top:10px;}
.pdL5 {padding-left:5px;}
.pdL10 {padding-left:10px;}
.pdR20 {padding-right:20px;}
.pdR25 {padding-right:25px;}


/* =====================================================================
*    Float
* =================================================================== */

.flL {float:left;}
.flR {float:right;}

/* =====================================================================
*    Align
* =================================================================== */

.alL {text-align:left;}
.alC {text-align:center;}
.alR {text-align:right;}

/* =====================================================================
*    clearfix
* =================================================================== */

.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}