@charset "UTF-8";

/* CSS Document */

/* ****************************************************
Title: common.css
Created: 2009‒08‒05
Last Modified: 2009‒08‒10
Editor: ParuPi Hayakawa
Last Editor: ParuPi Hayakawa
***************************************************** */

/* Table Of Contents
----------------------------------------
#01 float clear
#02 float
#03 align
#04 font color
#05 PNG
----------------------------------------*/


/* #01 float clear
---------------------------------------------------------------------------- */

.clearLeft  { clear:left; }
.clearRight { clear:right; }
.clearBoth  { clear:both; }


/* #02 float
---------------------------------------------------------------------------- */

.floatLeft  { float:left; }
.floatRight { float:right; }


/* #03 align
---------------------------------------------------------------------------- */

.alignLeft   { text-align: left !important; }
.alignCenter { text-align: center !important; }
.alignRight  { text-align: right !important; }



/* #04 font color
---------------------------------------------------------------------------- */

.attention, 
.required { 
	color: #FF0000 !important; 
}

/* #05 PNG
---------------------------------------------------------------------------- */

* html .iepngfix {  
   behavior: expression(IEPNGFIX.fix(this));  
}  
* html #iepngfix {  
   behavior: expression(IEPNGFIX.fix(this));  
} 


/* #06 IMG
---------------------------------------------------------------------------- */

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

