@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

----------------------------------------------------------- */

/*---------------------------
 //// 全体の初期設定
---------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	color: #424242;
	line-height: 1.4;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
p {
	margin-bottom: 0.5em;
}
img	{
	border: 0;
	vertical-align: bottom;
}
ul li {
	list-style-type: none;
}
address {
	font-style:normal;
}

/*--リンクの設定--*/
a,
a:link,
a:active {
	color:#06319E ;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#5d1c82;
}



