@charset "utf-8";

/* 全般
--------------------------------------------------------- */
*{
	margin:0;
	padding:0;
}

body{
	background:#ffffff;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic";
	font-size:100%;
	text-align:center
}

em{
	font-style:normal;
	font-weight:normal;
}

ul{
	list-style-type:none;
}

img,
img a{
	border:none;
}

a:link{
	color:#195796;
}

a:hover{
	color:#006600;
}

a:visited{
	color:#006600;
}

noscript{
	font-size:80%;
	line-height:140%;
}

/* 回り込み解除 */
p.clear{
	width:0;
	height:0;
	clear:both;
}

p.clear img{
	width:0;
	height:0;
}

br.clear{
	width:0;
	height:0;
}

/* メニュージャンプ */
div.jump a{
	width:0;
	height:0;
}

div.jump img{
	height:0;
}