/*------------------------------------------------
BODY基本
------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	background-color: #FFFFFF;
	background-image : url(../image/bgi-01.gif);
}



/*------------------------------------------------
基本リンク色
------------------------------------------------*/

a:link {  text-decoration: none; color: #0000FF; }
a:visited { color: #663399; }
a:hover {  text-decoration: underline; color: #FF0000;}



/*------------------------------------------------
共通必須要素
------------------------------------------------*/

body,td,div,li {
	font-size: 12px;
	line-height: 18px;
}

select,input,textarea { font-size: 12px;}

p { font-size: 12px; margin: 0; padding: 0;}


rt,rp {  font-size: 8px; font-style: normal; line-height: normal; font-weight: normal; color: #000000; text-decoration: none;}
sup {  font-size: 9px; font-style: normal; line-height: normal; font-weight: normal; color: #000000; text-decoration: none;}

form {margin: 0; padding: 0;}

h1 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2,h3,h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/*------------------------------------------------
追加
------------------------------------------------*/







