/* CSS Document */

/* ************************************************ 
 * 1-1 基本設定
 * ************************************************ */
 
 p
 {margin:0;
 }
 img
	{
	border:0px;
	}

.left
	{
	text-align:left;
	}
.right
	{
	text-align:right;
	}
.center
	{
	text-align:center;
	}
.small{	
 	font-size:small;
 }
/* ************************************************ 
 * 1-1 文字色
 * ************************************************ */	
 
 .red
	{
	color:#CC3300;
	}

.orange
	{
	color:#FF6600;
	}
.green
	{
	color:#336633;
	}	
.blue
	{
	color:#003399;
	}	

	