@charset "utf-8";
/* ======================================
  1.Reset
=======================================*/

body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,adress{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
}
img {border:0;}

ul {list-style: none;}

/* ======================================
  2.Font
=======================================*/

body {
font-size: 72.5%;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"
}


/* ======================================
  3.Other
=======================================*/

body {
color:#6633CC;
background: #FFFFFF;
}

p {
font-size: 1.2em;
}

a {
	color:#FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #00FFCC;
	text-decoration: none;
}
