@charset "UTF-8";
/*--------------------------------------
  1.Universal selector
---------------------------------------*/
body {
	color: #444;
	font-size: 62.5%;
	line-height: 1.7;
	}

/*--------------------------------------
  2.Text Module
---------------------------------------*/
h1,h2,h3,h4,h5,h6
	{ font-size: 100%; font-weight: normal; }

p, address, li, dl,
th, td {
	font-weight: normal;
	font-size: 120%;
	}
	
ul li * ,
dl * ,
td * {
	font-size: 100%;
	}

strong { color:; }
em {}
blockquate {}
address { line-height: 1.3; }


/*--------------------------------------
  3.Hypertext Module
---------------------------------------*/
a:link { color: #D43D7C; }
a:visited { color: #D43D7C;	}
a:hover {
	color: #D43D7C;
	text-decoration: underline;
	}


/*--------------------------------------
  4.List Module
---------------------------------------*/

/*--------------------------------------
  5.Tables Module
---------------------------------------*/
th { font-weight: bold; }


/*--------------------------------------
  5.font-size class Module
---------------------------------------*/
/*基本サイズ12px (75%)*/
.fSize10_12 { font-size: 84%;}
.fSize11_12 { font-size: 92%;}
.fSize13_12 { font-size: 109%;}
.fSize14_12 { font-size: 117%;}
.fSize15_12 { font-size: 125%;}
.fSize16_12 { font-size: 134%;}
.fSize17_13 { font-size: 142%;}
.fSize18_13 { font-size: 150%;}
