@charset "Shift_JIS";
/*
	Site Name: ABC WEBNEWS
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: link setting

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


/*
===== 1: universal reset =================================
*/
* { 
margin:0; padding:0;}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
}
/*
===== 2: body and base setting ===========================
*/

/*--------------------------------------------------------
tHgTCYΜξ
QlFYahoo! UI Library: Fonts CSS
@@@http://developer.yahoo.com/yui/fonts/

26px : 197%
24px : 182%
22px : 167%
20px : 153.9%
18px : 139%
16px : 123.1%
15px : 116%
14px : 108%
13px : 100%
12px : 93%
11px : 85%
10px : 77%
--------------------------------------------------------*/

html { background-color: #343333;}

html{
	height:100%;
	margin: 0px;
	padding: 0px;
	}

body {
	margin: 0px;
	padding: 0px;
	text-align:center;/* box centering */
    font:13px "CI","qMmpS Pro W3",Hiragino Kaku Gothic Pro,"lr oSVbN",Osaka,sans-serif;
	font-size: 81.25%\9;/* IE8 */
	*font-size:small;
	*font:x-small;
	color:#333;
}

* html body {
	font-family:"lr oSVbN",Osaka,sans-serif;/*ie6Ξ*/
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.6;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
}
table {margin : 0;empty-cells: show; font-size:inherit; font:100%;}
hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
li { list-style: none; }/* link do not want a dot */





.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}





.clear {
	clear:both;}


/*.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));}*/
.iepngfix { behavior: url("./js/iepngfix.htc") }




/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}


a { /* FireFox@*/
    overflow: hidden;
    outline: none;
}


/*
===== 3: form setting ===========================
*/
option{ padding-right:10px; }
*+html option{padding-right:0;}/* for IE7&Opera */
* html option{padding-right:0;}/* for IE6 */



/*
===== 4: link setting ===========================
*/

a:link{
	color: #39428C;
	text-decoration:underline;
}

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

a:hover{
	color: #39428C;
	text-decoration:none;
}

a:active{
	color: #66CC00;
}


