@charset "utf-8";

/* 
FilePass /common/css/element.css
BASECOLOR	コーポレートカラー:	#7D89C1
Copyright(C)1996-2007 Jupiter Corporation. All rights reserved.
*/

/*BASE SETTINGS
______________________________________________________________________*/

html *{
	margin:0;
	ppadding:0;
}

body{
	margin:0px;
	padding:0px;
	text-align:center;
	background:url(../img/bgBody.gif) repeat-y center top #E6E8F2;
	position:relative;
}

img{
	border:0;
}

a{
	color:#45528F;
	text-decoration: under-line;
}

a:visit{
	color:#45528F;
	text-decoration: under-line;
}

a:hover{
	color:#45528F;
	text-decoration: none;
}

hr{
	display:none;
}

p,ul,ol,th,td{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333;
}

