@charset "utf-8";

/*
-----------------------------------------------
Name:  情報通信学会 Screen Master
Date:  2007/08/16
Version:  1.0
----------------------------------------------- */


/*  Construction
-----------------------------------------

	*.html -screen.css

			-base.css
			-ie5mac.css
			-ie5win.css
*/

@import "base.css";

/* IE5/Mac Only Styles
----------------------------------------------- */
/*\*//*/
  @import url("ie5mac.css");
/**/


/*  Default Set
----------------------------------------- */

img{
	border-width: 0;
	vertical-align: bottom;
	}
.clear{
	display: none;
	clear:both;
	}
	
/* Link Color 
----------------------------------------------------------- */

a:link {
	color: blue;
	background-color: transparent;
	text-decoration: none;
	}
a:visited {
	color: #994444;
	background-color: transparent;
	text-decoration: none;
	}
a:hover, a:active {
	color: #ff9933;
	background-color: transparent;
	}

/* IE5/Win Only Styles
----------------------------------------------- */
@media tty {
 i{content:"\";/*" "*/}} @import url('ie5win.css'); /*";}
}/* */
