@charset  "Shift_JIS";


/* base.css 

 01.body
 02.reset
 03.Basic Layout
 04.header
 05.contents  frame
 06.contents 
 07.footer


*/




/* ========================================================== */
/*  body                                                      */
/* ---------------------------------------------------------- */



body {
	text-align: left;
	margin: 10px 10px 0 10px;
	padding: 0;
	font-size:12px;
	}
	
	
/* ========================================================== */
/*  04.header      リセット                                   */
/* ---------------------------------------------------------- */
	
	
/*　初期化
----------------------------------------------- */
h1,h2,h3,h4,h5,h6,ul,li,form,table,tr {
	margin: 0;
	font-weight: normal;
	}
	
	
	
/*　文字設定
----------------------------------------------- */

p{font-size:12px;
	line-height:130%;
	margin:0 0 10px 0;
	color:#484848;
	}	
	
td{
	background-color:#FFFFFF;
	font-size:12px;
	color:#484848;
	}

	
.font-blue
	{
	font-size:12px;
	color:#0066CC;
	}	
	
	
