@charset "utf-8";


body{
/*	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
*/
	font-size : 95%;
	line-height : 1.8;
/*	background : url( '../image/bg-body.png' ) repeat 0 0;*/
}

a:link,
a:visited{
	color : #4040ff;
	text-decoration : underline;
}

a:hover,
a:active{
	color : #4040ff;
	text-decoration : none;
}




/* --responsive------------------------------------------- */

/*===============================================
画面の横幅：768px≧（for under tablet）共通設定
===============================================*/
@media screen and (max-width:768px){

body{
	font-size : 100%;
}

}
/* 640pixel end */

