/*ブラウザによるデフォルトのmarginとpaddingの差異を無くすために、ユニバーサルセレクタを利用して初期化をします。*/
* {  
     margin:0;  
     padding:0;  
}

body {
	color: #333;
	text-align:center;

	font-family: "ヒラギノ角ゴ Pro W3", "Verdana", "ＭＳ Ｐゴシック", "Osaka";
}


/*ブラウザによるデフォルトのhi,p,等をクリアーする
-------------------------------------------------*/

h1, h2, h3, h4, h5, h6, p, address {
	font-size: 100%;
	font-weight: normal;
	font-style:  normal;
	}
	
img {  
	border:0;  
} 





/*フォントサイズ／文字リンクの指定
-------------------------------------------------*/


a:link {
	color: #039;
	text-decoration: underline;
}
a:visited {
	color: #669;
	text-decoration: underline;
}


.basc12px {
	font-size: 12px;
	line-height: 1.6em;
}

.big16px {
	font-size: 16px;
	line-height: 1.6em;
}

.pankuzu{
	font-size: 12px;
	line-height: 1em;
	margin:0px 0px 8px 0px;
}

