@charset "utf-8";

/*=====================================================
 * Style Name: initialize
 * Style URL: /contents/en/css/asw_initialize.css
 * Description:
 * Version: 1.0
 * Last Up Date: 2015/2/13
=====================================================*/



/*-----  contents -------

	1: Universal Reset
	2: Body and Base setting
		: General parameter setting

----------------------*/


/*
===== 1: Universal reset =================================*/

html,body {
	width: 100%;
	height: 100%;
}


body, header, footer, h1, h2, h3, h4, h5, h6,
div, p, dl, dt, dd, ul, ol, li, em,
input, textarea , select {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	border: 0;
}



/*
===== 2: Body and Base setting ===========================*/

body {
	color: #252525;
	background: #ffffff;
	font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode","Trebuchet MS","Droid Sans",sans-serif;
	font-size: 13px;
	line-height: 1.3;
	-webkit-text-size-adjust: none;
}
@-moz-document url-prefix() { /* Firefox letter-spacing hack */
	body { letter-spacing: -0.15px; }
	input, textarea, select { letter-spacing: -0.15px; }
}

/* General parameter setting
--------------------*/

header, footer, section, nav, aside {
	display: block;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; line-height: 1; }
img {
	vertical-align: baseline;
	border: none;
}
a {
	color: #0064de;
	text-decoration: underline;
}
a:hover {
	color: #6c6c6c;
	text-decoration: none;
}

ul, ol {
	list-style: none;
}
input, textarea, select {
	font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode","Trebuchet MS","Droid Sans",sans-serif;
	font-size: 13px;
	line-height: 1.4;
}
