@charset "euc-jp";

/*
	Site Name: ASKA T3
	Description: INITIAL SETTING CSS
	Version: 1.0
*/

/*===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
	3: font reset_and_setting
	4: link setting
	5: general params

==========================================================*/


/*===== 1: universal reset ===============================*/

* {
	margin:0;
	padding:0;
}


/*===== 2: body and base setting =========================*/

html {
	overflow-y:scroll;
}

body {
	text-align:center;/* box centering */
}



/*===== 3: font reset_and_setting ========================*/
* {
	font-size:100%;
	font-weight:normal;
	font-style:normal;
}

body {
	font-size:62.5%;
	font-family:Verdana, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	color:#444444;
	line-height:1.4;
}

#wrapper,
#footer {
	font-size:1.2em;
}

* html body #wrapper,
* html body #footer {
	font-size:1.1em;
}
*:first-child+html body #wrapper,
*:first-child+html body #footer {
	font-size:1.1em;
}


/*===== 4: link setting ==================================*/
a {
	color:#02457D;
	text-decoration:none;
	overflow:hidden;
}
a:hover {
	color:#2C74B8;
	border:none;
	text-decoration:underline;
}

/*===== 5: general params ==================================*/
ul,ol {
	list-style-type:none;
}

img {
	border:none;
	vertical-align:top;
}

strong {
	font-weight:bold;
}