@charset "UTF-8";

/* Default Typography(Change font-family basing on the page design!)  */

body {
	line-height:1.95;
	color:#F2F2F2;
	font-family: Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:11px;
}
input,textarea{
	font-size:1em;
}
h1,h2,h3,h4,h5,h6 { 
    font-weight:normal;
    font-style:normal;
    line-height: 1.2;
}


/* Text elements */

p {
	margin-bottom:0.875em;
}
p:last-child {
    margin-bottom:0;
}

/* Link(Change colors basing on the page design!) */

a:link, a:visited  {
    color: #2C71A8;
    text-decoration: none;
}
a:active, a:hover {
    color: #245D84;
    text-decoration: none;
}


