@charset "UTF-8";

/*----------------------------------------------
  #スタイル
----------------------------------------------*/


h1, h2, h3, h4, h5, h6, p, em, address, div, form, dl, dt, dd, ul, li {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding:0px;
}
#footer footer-contents{
	height:100%;
}

body {
	margin:0;
	padding:0;
	background-color:#ADE3EB;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 125%;
}

img {
	border:none;
}


/*-------------------------------------------*/
/*BODY設定*/

a:link {
	color: #1B717F;
	;
	text-decoration: none;
}
a:visited {
	;
	text-decoration: none;
	color: #2B8DA2;
}
a:hover {
	color: #EC1E36;
	text-decoration: underline;
}
a:active {
	color: #1B717F;
	;
	text-decoration: none;
}

/*-------------------------------------------*/