@charset "UTF-8";

/* CSS Document */

/* ****************************************************
Title: style.css
Created: 2010‒01‒21
Last Modified: 20010‒01-21
Editor: ParuPi Hayakawa
Last Editor: ParuPi Hayakawa
***************************************************** */

/* Table Of Contents
----------------------------------------
#01 float clear
#02 float
#03 align
#04 font color
#05 IMG
----------------------------------------*/


/* #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 IMG
---------------------------------------------------------------------------- */

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.png_img {
}
#png_img {
}
