@charset "utf-8";

/* -----------------------------------------------
CSS file TYPHOON FRONT
FileName:/common/css/default.css
Author:UNITEAIR　

1 reset
2 link style

----------------------------------------------- */


/* 1 reset 
************************************************************************************************/

/*
html {
	overflow-y:scroll;
}
*/
body,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,pre,form,fieldset,input,textarea,blockquote {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
body {
	font-size:75%;
	font-weight:normal;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック','MS PGothic',Osaka,Verdana,Arial, Helvetica, sans-serif;
	line-height:1.8;
	text-align:center;
}
li {
	list-style:none;
	line-height:1.4;
}
img {
	border:none;
}
hr {
	display:none;
}
h4 {
	font-weight:bold;
}


/* 2 link style 
************************************************************************************************/

a:link {
	color:#EE9900;
	text-decoration:none;
}
a:visited {
	color:#EE9900;
	text-decoration:none;
}
a:hover {
	color:#EE9900;
	text-decoration:underline;
}
a:active {
	color:#EE9900;
	text-decoration:underline;
}
a.exLink {
	padding-left:17px;
	background:url(../images/icn_exlink_01.gif) 0 0.03em no-repeat;
}
	a.exLink:link {
		color:#EE9900;
		text-decoration:none;
	}
	a.exLink:visited {
		color:#EE9900;
		text-decoration:none;
	}
	a.exLink:hover {
		color:#EE9900;
		text-decoration:underline;
	}
	a.exLink:active {
		color:#EE9900;
		text-decoration:underline;
	}

/* CSS Document */

