@charset "UTF-8";
/*
 * Radio Days - css file.
 * http://www.radiodays.jp/
 * 
 * --------
 * Path : /shared/css/base.css
 *
 */

/* =====================================================================
*
*    INDEX
*
*    1. Yahoo UI Library Reset CSS
*    2. Yahoo UI Library Fonts CSS
*    3. Yahoo UI Library BASE CSS
*    4. Basic Font Format
*    5. Basic Hyperlink Format
*
* =================================================================== */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html{height:100%; padding-bottom:5px; color:#333;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,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; margin:0; padding: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;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}


/*==================================================================

	2. Yahoo UI Library Fonts 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
	
	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	|

================================================================== */
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;

}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99%;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}



/*==================================================================

	3. Yahoo UI Library BASE 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

================================================================== */

/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}


/* =====================================================================

  5. Basic Hyperlink Format

 =================================================================== */

/* \*/ a { outline:none; overflow:hidden; } /**/
/* \*/ a:focus { outline:none; overflow:hidden; } /**/

a         { color:#666; text-decoration:underline; }
a:visited { color:#666; text-decoration:underline; }
a:hover   { color:#333; text-decoration:underline; }
a:active  { color:#333; text-decoration:underline; }

a.altText:hover { background-color: transparent; }


::-moz-selection{
	background: #666666;
	color: #fff;
}
::selection {
	background: #666666;
	color: #fff;
}



/* Base Theme ============================================================= */

/* Utilities ----------------------------------------------------------------- */

.pkg:after{
  content: '[.]';
  visibility: hidden;
  clear: both;
  display: block;
  height: 0;

}

.pkg { display: block; height:1%; }
/* no ie mac \*/
* html .pkg{ height: 1%; }
.pkg { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }




/* Content ---------------------------------------------------------------- */


/* Widgets */
.widget-content {
    margin-top: 0;
    margin-bottom: 0;
}


@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}