/* 初期化 */

body,form,fieldset{
    margin:0;
    padding:0;
}

fieldset{
    boeder:none;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd,{
    margin:0;
    padding:0;
}

blockquote,dt,dd,{
    margin-left:1em;
}


input,textarea{
    font-size:1em;
}


/* 全体 */
body,td{
	background:#ffffff;
	line-height:1.5;
	font-size:10px;
	color:#000000; 
}


/* illustページ */ 


.f01{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}


a:link,a:visited{
	color: #333333;
	text-decoration: none;
	font-size: 10px;
}

a:hover{
	color: #99CCCC;
	text-decoration: underline;
	font-size: 10px;
	
}

