﻿@charset "UTF-8";
/*===============================================================
	□:font sttting
	□:link sttting
===============================================================*/


/*- font
---------------------------------------------------------------*/
body {

  font-size: 62.5%; /* IE */
color:#5e5e5e; 
line-height:1.4em;

}

#box, h1, h2, h3, h4, h5 {

	font-size:1.2em;
}

#box, td, th {

	text-decoration:none;

	line-height:1.4;

	color:#0F0F0F;

	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;
}

.large {

	font-size:140%;
}

.small {

	font-size:90%;
}

.x-small {

	font-size:80%;
}


/*- link 
---------------------------------------------------------------*/
a {

	text-decoration: none;
	
	color:#0F0F0F;
}

a:link {

	text-decoration:underline;

	color:#0F0F0F;
}

a:visited {

	text-decoration:underline;

	color:#0f0f0f;
}

a:hover {

	text-decoration:underline;

	color:#DC8460;
}

a:focus {

	overflow:hidden;
}
